Hi All,
I am Anil. Can you please clarify the folowing query? I am not sure if the way I am trying to code is correct. Kindly advise me if I am moving in the right/wrong direction.
I am trying to develop an automation framework using QuickTest Professional, a testing tool.
- There is an Excel sheet from which the data is being taken for execution based on the ID's stored in an array from another Excel sheet (The same ID is available in both Excel sheets).
- I'm trying to handle the exeptional cases through a function call. This function will capture the screenshot of the page error occured and then exit the entire loop.
- I need a scenario where execution continues for the next ID stored in the array, and this needs to be handled from the function call.
Thank you,
Warm regards Anil