Run Regression Pack Using Test Suite

I am doing application testing , part of which i have developed regression pack with 100+test cases . All the test cases should be triggered through the orch / test manager .
My challenge now is how keep the input of the test cases to trigger which triggers the pack

Hi @siddharthagarwal ,

Use TestQueue or Dataservices to leverage the data and process during ur executions another approach is keep the feature file in a shred location so that the test case can levrage the feature file based on test case ID

Hi @sandyarpa767 ,

lets say i have 10 test cases how to pass the data for each cases?
because each case will have diff test data .

after extracting u can use filter so that each tescase id can act as a unique item and it can process accordingly

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.