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 ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of loading winrunner add-ins?
How to do text matching?
How to have winrunner insert yesterdays date into a field in the application?
Name the different types of checkpoints?
soft key for virtual object wizard ?
What information is contained in the checklist file?
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
What happens when the gui map file get loaded?
Have you used winrunner in your project?
How do you identify which files are loaded in the gui map?
How do you handle dynamically changing area of the window in the bitmap checkpoints?
What in contained in the GUI map?
Difference between winrunner and test director?
What is boundary test?
What different actions are performed by find and show button?