Using the WinRunner Tool What that Regular Expression Scripts
Answer Posted / sujeet r.
Regular expression
When the winrunner script refers to a window whose title
changes dynmically (for eg. the scri[t contains a statement
Setwindow ("Order Form No. 265")
Lets say when the script was recorded, at that time the
title window was Order Form No. 265
The next time when the script is run, the title changes to
Order Form No. 266 then the script is going to error out
saying that it could not find the window.
In such a case you can use Regular expression.
Click Tools->GUI Map Editor and then in the properties of
that object in the logical name type
#Order Form No.*
Simply enclose the title in # and .*
This will not update the script though
So whenevr the title of the window changes dynamically,
winrunner will not give an error that the window could not
be found.
P.S. : Any inputs are welcome
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of gui map configuration?
What are the modes of script recording in winrunner ?
When would you use 'set_window' and when would you use 'win_activate'?
How do you unload the GUI map?
What happens when the gui map file get loaded?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
Name the three modes of running the scripts?
Explain the synchronization points?
How to integrate automated scripts from testdirector to winrunner scripts?
by useing qtp where the maximum people feeling difficult
Name the different modes of recording?
How do you filter the objects in the gui map?
When it is appropriate to change physical description?
How do u check FONTS in Login Window?
What is a checkpoint and what are different types of checkpoints?