How to deal with 'Activity Verification' error

Hi All,
On analyzing my project, I am getting ‘UI-DBP-031 - Activity verification’ error.
Please help to resolve the same. Thanks

1 Like

@musmanq

Your Click Mail activity don’t have verify enabled like this

@musmanq

those are workflow analyzer rules..you can disable them from the analyze file on top

or if you dont want to disable then you need to add verification for each ui activity you bhave

cheers

@Anil_G
Thanks for your reply. Which is the best practice, to disable or to add verification? How to add verification? Thanks

Hello @musmanq

The warning states that there is no verification added to your Click activity named Click Male.
To harden your processes and make them more resilient, it is always recommended to add verification, so that we can validate that the action you want to happen actually happens as expected.

Regards
Soren

@SorenB
Yes, I understand but let me know how to add verification please.

@musmanq

  1. its not mandatory also if you see thats why its a warning and not error and you can still run..so you can remove or ignore
  2. veirifcation you can add by clicking on blue highlight on the activity

cheers

@musmanq you click the three lines in the top right corner of the activity.
Then you are able to indicate an element on the screen that you would expect to appear/disappear after the click.

As an example, when clicking a Log In button, a natural verification could be to verify that the Log In button disappears, or a Log Out button appears.