@Pratibha, Blueprism provides 3 debugging techniques which are as follows:
-
Step – It executes each and every stage. If it encounters a page, process or an action, it enters inside and executes.
-
Step Over – It executes each and every stage. If it encounters a page, process or an action, it does not enter inside but still executes over the page.
-
Step Out – It executes everything that is available on the current page.