How to verify/ Validate multiple filed if it's changing everytime

Hi everyone,
I wanted to Validate each field but everytime the details are changing according to different usernames.
For example:- if we login to any portal and our details are populated I wanted to Validate that each field is correct or not.

Please find the attached image.
Wanted to cross check the entered data is correct or not.
Please suggest me which activities I should use here

images

Hi @ankita1999chaudhari

after used to Type into or set text activity, you can get the same field text using GET Text activity. then you can use if condition to validate enter text is correct or not.

then you can use retry activity to perform the step again until expected results.

please refer the below sequence for reference.
Sequence2.xaml (15.8 KB)

Hope it helps!!!

1 Like

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