Forum Discussion

JustinBlandford's avatar
JustinBlandford
Regular Visitor
2 years ago

Cucumber scenarios dependent on each other

Looking for some advice on how to work with tests that have to run in order with dependency on data from the previous test.  So for example, scenario A may set up a new account on day 1.  Then a batch job runs overnight.  Then scenario B need to test that the account has propagated to a different system.  So there is a concept of running over multiple days and data storage somewhere so that scenario B knows what account to deal with when it runs.  Cucumber tests will be held in XRay so wondering if anyone has done this or has any suggestions.  

No RepliesBe the first to reply