Running selected data variations from the test manager?

How to run a single or selected data variations from the test manager rather than the complete variation set of data driven test case.

Hi @shubham.magdum

Currently, UiPath Test Manager does not allow selecting specific data variations before execution. A data-driven test case always runs all variations. However, after execution, you can re-run individual test case executions (i.e., single data variations) one at a time.

If solution works for you please mark as solution

Thanks

@shubham.magdum

If you use test data queue you can add only the required data variations for the current run

Cheers

When I try to select and re-execute one or more variation from the execution result of this test case it says all data variation will be executed. Am I missing something here ?

Test Data Queue is deprecated right ? We have the data fabrics now. I’ve used the add test data feature from the studio (imported test data stored in the project).

@shubham.magdum

Thats true..if its already being used is when you can use it

If not then you might need to add a flag column in data fabrics to identify which is to be processed and which not to..

Cheers