Hello Team,
iam recording a web functionality using Test project where the value typed in step 19 has to be compared in step 30 .Is there anyway i can assert the steps manually.please clarify.thanks.
Hello Team,
iam recording a web functionality using Test project where the value typed in step 19 has to be compared in step 30 .Is there anyway i can assert the steps manually.please clarify.thanks.
There are many ways to achieve that, so it would depend on your test case scenario. I’d be happy to have more details so I can suggest the best way for you.
Generally, you can achieve that by getting the typed text and storing it into a parameter using the action “Get text”. Like this:
Then you can use that parameter in any other step to add comparisons or anything else.