Hai Team,
I have a scenario where I should read excel file and in test data column we will have file path which contains only one data only.
I need to loop through the file fetch the data from test data column read that file then perofrm the steps in process,xaml.
we are not suppose to add these test data in queue.
This is for testing purpose for testing different scenarios.
then we need to update the status.
if its prod then directly it should pick the data from queue.
Can anyone suggest in Get transaction data how I should add the condition for this scenario.how to implement in Re-Framework.
typically we have setup assets telling us if we are running on Test or Prod environment
Based on this we implement a fork handle the different scenario