Selenium Report Doubts | Selenium Forum
M
Posted on 12/09/2015
1. Suppose we want to run 10000 of test cases then how will we generates pass/fail test result. For e.g. for smaller no of test cases we will capture screen shot for failed test cases but if no of test cases are more then we can not go and check individual screen shot for error then which other option we do have to generate report
2. Suppose in Data driven testing we are submitting form after all values are correctly entered. And at the end, application number generates for successful form completion and if any data wrong then application number wont generates
How should we write generic scripts where if data is right then application no generates and test passes
and if data is wrong then application no do not generates and again script passes (As both cases are as per requirement)