Using UiPath test suite with test framework. We have 5 test cases. Question is
assume we kept a dialog box which gets the input if the user enters 3 it has to run the 3rd test case, 2,3 or 2-4 means it has to run those respective test cases.
How this can be achieved?
Use Input Dialog to get user input. Parse input string to extract test case numbers (handle single, comma-separated, and range inputs). Store numbers in a list. Use a For Each loop to iterate through the list and invoke the corresponding test cases dynamically using Invoke Workflow or Test Case activities.