Control over the test cases to be run
Opened this issue · 0 comments
vijayd1508 commented
The option for running test cases as a single suite and able to choose which test cases should be run at the time of application build will be an interesting one. A single XML file as in TESTNG, will be very useful as currently we have to define all the test classes in a Suite class.
If the number of test cases are more(say 200 or more) then the class list in the Suite class will be huge and difficult to maintain. If we want to exclude some test cases at the time of build we have touch the java file which is not a good option when compared to modifying the XML file.