Hello Community,
I'm having a tough time determining how to create and manage tests with Xray where the test I am trying to create have one simple test step that needs to be repeated over and over. However, each time that simple test step is repeated, the preconditions are changed in many ways and are not that constant between tests.
- I've tried to use a Precondition with a /table, but I think that is difficult to follow.
- I have tried to use a Dataset, but 1000 is the max, for a test. I think that scenario might work, but I would have to add that same dataset to each test I create.
- As of now, my team and I have decided to just brute force create a precondition for each precondition... so when the tester is executing tests, they will need to scroll down past each precondition for every test. I think it is hard to read and to hard to know which precondition was changed. Not too efficient, but it works.
I would love some help with this on how to manage tests similar to this in Xray. Thanks!