How Can i continue my automation from last time it fails.I am doing automation for an web application and could not complete automation in a single run.is it possible to continue automation from where i stuck last time?
Ideally if you are rerunning…practically it is not possible…
But one thing you can do is have check pints defined…and save the last completed checkpoint in assets or somewhere and when it fails and runs again depending on the check point we can try starting from the particular defined check point using if conditions or flow decisions inside the flow
Cheers
What do you mean by checkpoint ? How can i use it in my automation.
Hi @Aksh_7
Try to debug the Project then you can find which activity throwing error. In the output panel you will get the error information based on that information you can fix the error.
If you are not able to fix error post it in forum then forum members will help you out.
If you want to continue with error, after finding the activity which throws the error open the properties of that activity and check the Continue on error option. If the activity got error it will continue the execution.
Hope it helps!!
What i mean was to group your activities together as differents steps say step1 …navigate and search for some item…step 2,open the item perform action like add records…step 3 to be save the record and then doenload some file…
These can be 3 check points and save step1 or 2 or 3 in an asset at the start of each step…say now the bot fails in step 2…in the asset as you are saving the number 2…you know bot failed in step 2 when it runs again…and using a conditional statement start the process from step 2 instead of step 1 …
Hope this is clear
This is automatic way…we can implement…
If you are asking while debugging how you want to atart…then you can use strat from this step option that comes when you right click on any activity…but the variable values and all will be lost
Cheers
okay will try this way .
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.