Forum Discussion

skelander's avatar
skelander
Occasional Contributor
7 years ago
Solved

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