I have tried the same way.
My tests start with names:
SMOKE_SUITE 1
SMOKE_SUITE 2
SMOKE_SUITE 3
SMOKE_SUITE 4
I have created a filter with criteria: Name starts with SMOKE_SUITE.
But in the reports, it is sorted by id.
Also, I want to execute my tests in a particular sequence. So, I want to name my tests :
SMOKE_SUITE 1
SMOKE_SUITE 2
SMOKE_SUITE 3
SMOKE_SUITE 4
So that the tests can be arranged easily once I add those tests to the test set.
But there is a disadvantage naming this way because if I want to insert any new test in between the tests, I have to rename all the tests which comes later.
Yaniv,
Thanks for the reply!!
I have tried the same way.
My tests start with names:
SMOKE_SUITE 1
SMOKE_SUITE 2
SMOKE_SUITE 3
SMOKE_SUITE 4
I have created a filter with criteria: Name starts with SMOKE_SUITE.
But in the reports, it is sorted by id.
Also, I want to execute my tests in a particular sequence. So, I want to name my tests :
SMOKE_SUITE 1
SMOKE_SUITE 2
SMOKE_SUITE 3
SMOKE_SUITE 4
So that the tests can be arranged easily once I add those tests to the test set.
But there is a disadvantage naming this way because if I want to insert any new test in between the tests, I have to rename all the tests which comes later.
This is causing too much of a problem.
Please provide a solution.