Verify execution

Hi,
Is “Verify execution” a replacement activity for “retry scope” until a condition? Please suggest. Thank you

@A_Learner

Verify execution in ui activities is not a replacement for retry scope but because in many ui cases it is used in conjunction…the option to retry when verification fails is included to make the activity eqsy to use..also to ensure the activity fail percentage is reduced

Still for activities where ui is not involved retry scope would still be used..also if multiple steps needs to be done before retrying..even in that case retry are used

Cheers

@A_Learner

No it’s not replacement.

Verify Execution is a property or feature in Modern UI Automation activities (Click, Type Into, etc.) that auto-validates whether the intended action actually took effect (e.g., did the typed text appear, did the click succeed).

When to Verify Execution and Retry Scope

Verify Execution - for simple, standard UI actions in Modern activities where built-in validation meets the required reliability (e.g., type text and confirm it appears)

Retry Scope - when you need more granular control: multiple activities in the action block, custom conditions, integration with legacy activities, or complex logic sequences

Hi @A_Learner

Verify Execution bundles together different mechanisms to verify that an action went as expected.

This could for example be that text changed, a button dissappeared, another window appeared or other stuff.
A part of this could also be to Retry something if it didn’t go as expected.

Activities such as Type Into have so called Auto-Verification which makes sure the expected text is typed, and if not retries the typing.

Regards
Soren

1 Like

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