framework overview:
- I have 5 test cases with me to which test data is coming from 5 different sheets of the same excel.
- In Get transaction data, I have supplied each sheet as input so that the output of each transaction is a Datatable.
- In process transaction, each data table is looped to submit the trades. I have used switch statement. Based on the sheetname, the test case will be picked
Requirement:
If a exception occurs during looping of any test case, the entire workflow is getting terminated. But, I wanted like, if Testcase1 got exception, it should break from that test case and continue with the next test case.
Please help with the context of the framework developed and attached hereRoboticEnterpriseFramework.zip (68.8 KB)