Hi all I need to automate a web application with Reframe work sometimes the application closing suddenly
I want to retry it, I am not using queues in this process kindly suggest me how can I do this?
Welcome to the community
In the config…constants sheet you have a line for retrying(maxretrynumber)…please give a number other than 0 and it would retry those many times
Cheers
use the global exception handler to solve this, the global exception handler is a global error handler which is responsable to provide the execution end to end
Do I need to modify anything in workflow?
Nothing in the workflow…you just need to give a number there and ref takes care of retrying when there is an application exception
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.