Add the ability to make parameters an enumerable list in shared steps
Shared steps are very useful during test case design as you can quickly craft them from the steps that you repeat often.
The one drawback at the moment is that when creating the test cases the user is expected to know what valid data can go in the parameters used by the shared steps.
It would be very useful if you could associate a list with a parameter at the shared step level, which would then become available for selection when the shared step is used in a test case.
1
vote