Selenium RC Question:
Download Questions PDF

What are the challenges with Selenium RC test suites when running in JUnit?

Answer:

The challenges with Selenium RC test suites when running in JUnit
1. Each test case of Selenium RC test will invoke the browser and closes after playing back
2. All the Test cases cannot run on a single browser session
3. If there is any dependency between the test cases, it is very difficult to execute
4. Running the test suites in junit will be helpful for only independent test cases.
Note: The dependent test case related issues can be addressed by using TestNG with junit

Download Selenium Remote Control Interview Questions And Answers PDF

Previous QuestionNext Question
Which are the annotations generated with JUnit 4 tests in Selenium IDE?What are the basic annotations used to run TestNG tests in Selenium?