You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: