Add test plan based on a filter instead of fixed list of tests
joachim saesen
For our regression testing run, we filter our test scenario's based on some parameters on the tests. I would like to save this filter somewhere, like in a test plan.
When creating a test plan, you can use the filter mechanism to select tests, but then the tests are added one time as 'fixed' tests.
It would be nice if you can create a test plan based on a filter, and that filter is executed at the moment you start a run for that test plan. This way:
- the tests returned by this filter are always up to date
- I don't have to document separately which filter to use when doing a regression run.