How we have to use regular expressions in winrunner?

Questions by imtiaz02

Showing Answers 1 - 4 of 4 Answers

Raghav Prabhu

  • Jan 26th, 2006
 

Mostly used in places in handling exceptions where several windows might pop up and each is not added in the gui map editor

usage of !window title name  is one of the eg i can think of !

Prabhu

  Was this answer useful?  Yes

Nagendran

  • Feb 6th, 2006
 

In winrunner we can use regular expression by doing updation in the GUI MAP EDITOR by adding *, $, etc..

  Was this answer useful?  Yes

sidhu

  • Mar 14th, 2006
 

hello boss,if u dont know the answer ...........plz do not answer ..... dont confuse others with your meaningless answersthank youFor any Winrunner queries contact sidhu2freez@yahoo.com

  Was this answer useful?  Yes

Regular Expression(RE) can also be used if there is a button with a dynamic label and we need to handle the name of the button..In such situation I used RE.

For Example:If the button labeled "Submit" or "Done"..In this case regular expression is a way of instructing winrunner to continue further,identifying the object with a lable "Submit" or "Done" as the same object.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions