I understand that data source can be added in the UiPath studio and data driven testing can be performed from studio. However wanted to know how we could use perform the data driven testing in the orchestrator. I am assuming we can use the test data queue to perform this.
However in a enterprise environment how will i make sure that test data queue is filled with data automatically when the test case is executed in orchestrator.
How could you use these in orchestrator to run for example if i have 2 transaction data in test data queue and i want single test case in UiPath to run for both the data provide me 2 different results. how would make sure the test case runs like that in UiPath orchestrator?
I am assuming if i add it as data source then whenever i run the test case or set in the orchestrator is will run for each transaction in the queue specified correct?
In this case will i have to fill the test data queue before i execute the test cases and its not a constant source of data correct?
How would i fill the test data automatically every time the test case runs
I am assuming if i add it as data source then whenever i run the test case or set in the orchestrator is will run for each transaction in the queue specified correct? —Yes it will run for each of the items in the queue
In this case will i have to fill the test data queue before i execute the test cases and its not a constant source of data correct? Yes you will have to add the data source in the beginning …it will not pick the test data that is added later on as far as I know
How would i fill the test data automatically every time the test case runs you can use Data services instead, so that you can add data whenever you want and it will be picked up by the bot