Try Catch Exception Handling 3rd party application

Hello Team

I am trying to catch 3rd party application error, for example i am creating an program to read the attachment excel file and insert the data after reading the excel and put into other application is there any way to countered and handle if some error is throw in that application, how to handle in try catch activity, basically that error will be application error how try catch activity will read that and stop the program

image

image

for example while login into application

image

is there anyway to use try catch for this purpose

@Khawaja_Junaid

you can use element exists activity and throw the exception manually.

If error popup exists
throw exception

1 Like

thank you

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.