Hi Aish
When you add a text check to a Web Vuser script, VuGen adds a web_reg_find function to the script. This function registers a search for a text string in an HTML page.
Note: If you are working with a concurrent functions group, the web_reg_find function is executed only at the end of the grouping.
web_reg_find("Text=Welcome", "Fail=Found", LAST); web_url("Step", "URL=...", LAST);
In the following example, the web_reg_find function searches for the text string "Welcome". If the string is not found, the next action function fails and the script execution stops.
You can try functions for searching for text:
web_find
web_global_verification
Thanks
Asif