kendemoor
7 years agoOccasional Contributor
How to run only testcases with a specific tag, in a full regression.
My scenario is the following.
I have a full regression with many test suites. In each of these test suites I have all my test cases tagged with "Known Defect" or "No defect"
The idea was to be able to run the entire regression for only the known defects, and also for only the known working functionality.
However when running my regression I seem to only be able to filter based on testsuite level tags, when running a testsuite seperately I can use testcase level tags but then I'd have to run every TestSuite seperately rather than in one large regression.
Is there a way for me to run all these testsuites at once using testcase filters, or is this missing functionality from SoapUI pro?
Thanks for your time