Interview Questions

Selenium WebDriver - What are the limitations of Selenium IDE ?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver - What are the limitations of Selenium IDE ?

a) It does not supports looping or conditional statements. Tester has to use native languages to write logic in the test case.

b) It does not supports test reporting, you have to use selenium RC with some external reporting plugin like TestNG or JUint to get test execution report.

c) Error handling is also not supported depending on the native language for this.

d) Only support in Mozilla FireFox only. Its an Firefox add on.

(Continued on next question...)

Other Interview Questions