How to design RPA project for smoke tests?

Hi,

I’m in the process of creating a project for multiple smoke test cases.
I scheduled my test to run every 1 hour to check the new developers’ build, if there’s a new build, my testcases should be triggered. I used If activity to design this.

It should have good error handling and if one test case if failed due to system exception, next test should be triggered. I did not to use REframework for this project. I need someone to give me advise on how should I design my project so that no test will be stopped by any exception. (for business exceptions or bugs, I have logs to document everything)

Just a suggestion like, if you invoke the entire workflow in the try catch block, it will move on to next step without erroring out,. Just place the workflow in try catch

Thanks for the response. I think I figured it out.

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