How to run test cases with dependent in Selenium using TestNG?
Submitted by: AdministratorThe @Test should be followed by (dependsOnMethods = "testLogin")
Note:- The test case will be executed after the testLogin case
Ex: @Test(dependsOnMethods = "testLogin")
Submitted by: Administrator
Note:- The test case will be executed after the testLogin case
Ex: @Test(dependsOnMethods = "testLogin")
Submitted by: Administrator
Read Online Selenium RC Job Interview Questions And Answers
Top Selenium RC Questions
☺ | What is the difference between Thread.Sleep() and Selenium.setSpeed()? |
☺ | How to run selenium commands in slow motion in Selenium RC? |
☺ | How to incude or exclude the selenium rc test cases using xml in TestNG? |
☺ | How to execute the selenium test suite with testNG in XML? |
☺ | What are the limitations of selenium RC? |
Top Software Testing Categories
☺ | Selenium Interview Questions. |
☺ | Soft Skills Interview Questions. |
☺ | Automation Testing Interview Questions. |
☺ | Software Quality Control Interview Questions. |
☺ | Testing Estimation Interview Questions. |