Saturday, October 31, 2015

Selenium IDE Interview Questions - I


  1. What is Selenium IDE?
    Answer : Selenium IDE is a firefox  plug-in which is used to record and playback tests in firefox browser only.
  2. Can we see description of commands used in Selenium IDE?
    Answer : Yes, we can see description of commands in Reference area.

  3. How to handle JavaScript alert in Selenium IDE?
    Answer : By using verify/assertAlert we check the presence of an alert
  4. Can we generate WebDriver code from Selenium IDE?
    Answer : Yes, We can.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.