Answered

Problems with Verify_Text command

We have a script where we are entering values into a text field through the Fill command. Immediately after that, we are trying to use the Verify_text command to check that the text field got filled with the correct value.

But the Verify_text command is failing to find the text on screen.

Here is the Fill command settings:

 

Here is the Verify_text command settings:

Is there any setting that we need to change? Or this is a bug? Please let us know help would be appreciated.

 

0
2 comments
Avatar
Joseph Hamdan

Hi Tejasri,

We will enhance this command to work with this scenario in the future, but for now, could you please use Get_Web_Value/Compare approach a workaround ?

Basically, your steps will look like this:

1- Fill command will fill the value from data template

2- Get_Web_Value command will retrieve value from the locator

3- Compare command will compare the variable from step 2 to the data template value

Regards,

Subject7 Team

0
Comment actions Permalink
Avatar
Pdavuloori

This was helpful. Thank you.

0
Comment actions Permalink

Please sign in to leave a comment.