skelander
8 years agoOccasional Contributor
How do I select a set of test cases for regression when running SoapUI on jenkins?
Hello!
I would like to find a way for SoapUI to run a subset of all test cases when running on Jenkins in order to speed up our regression testing.
My first idea is to name all test cases (or test suits) in a special way, e.g. "Get all users (R)" (where (R) stands for "is a regression test") and then have a Groovy script disable all test cases that matches. Not very hard to do (~20 lines of code), but is there a better way?
Cheers,
Rikard
- There is feature called Tags.
You can tag a test cases with different tags and execute the test cases based on the required tag.
For example a test case is tagged with "regression", "smoke" etc.
You can refer below documentation:
https://support.smartbear.com/readyapi/docs/soapui/ui/suite.html