Hello there ,
I am getting a problem in the testing of multiple test case of different module in mobile application. I want to run 10 test cases and in each test case having many steps written in each page. I wrote my test case by the help of TestNg. So my problem is that when I run my test case and if any one test case get failed then due to this the other test cases also get failed. I am using Selenium webdriver, and java for Automating my test cases.
So my question is what I have to do if I want to skip the failed test case and switch to the next module(it means on pages).Even I don't have home button in the all page.
Please guyz help me