Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control over the test cases to be run #63

Open
vijayd1508 opened this issue Nov 14, 2013 · 0 comments
Open

Control over the test cases to be run #63

vijayd1508 opened this issue Nov 14, 2013 · 0 comments
Assignees

Comments

@vijayd1508
Copy link

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.

@ghost ghost assigned anujgandharv Nov 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants