Skip to main content

Hello AA family ,

I'm looking for the best practices for handling a web application that is unresponsive or down. Could anyone share their insights and recommendations on this?

@LAHCEN AGLAGAL The Error handler package is your best friend. Even performing an IF based on a Recorder object, that can still cause an error if the site is down, but the Try/Catch will handle it. 


@Aaron.Gleason okey thanks


Hello AA family ,

I'm looking for the best practices for handling a web application that is unresponsive or down. Could anyone share their insights and recommendations on this?

Use
1. Try catch block
2. Wait-For-Window actions
3. Retry logic