We can use Get Test Data Queue Item which will Extracts a DataRow from a specified TestDataQueue
But this can done inside a loop to handle multiple queue items in a queue
If the Datatable I know the loop range in advance, I think it is possible to implement it in some loop in Studio pro.
However, after publishing a certain Test Case to Orchestrator, is it possible for the testers to directly specify the test data queue item from the test data queue and execute multiple tests in order?
In other words.
I’ve tested the following two activities and understand how they work, but when I run a test set using 2), only one queue item is consumed. can I process multiple items in order with a single run button like a data-driven tester? Can we manage test data more efficiently?
1)Bulk add test data queue
2)Get test data queue item
If you have any Specific examples, it would be helpful.