Using the WinRunner Tool What that Regular Expression Scripts
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / shilpa
You are using #Order Form No.*
that means you are commenting the whole line.
So this line doesnt work at all right?
Wont this be an error?
Is there other alternative to this?
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Answer / vanaja
Is we can also use the sysntax as "order form No !.*"
Can you please verify this ?
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 ? | 0 Yes | 2 No |
How to Recognise List Boxes and Combo boxes for Web Applications In WinRunner 7.5 please.....
can anybody give me example of 5 critical,major,& low severity and priority bug
What are the three modes of running the scripts?
How to to get the information from the status bar without doing any activity/click on the hyperlink?
How to convert Manual Test script into Automation Test Script?
What is the extension of gui map file?
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
Testing work start at once
what are Recoring modea available in winrunner?
3 Answers Second Foundation, TCS,
Tell me the function to move to the next row in a data table?
2 Answers Accenture, Landscape Technologies,
We added data driven test in to our test script, how to remove the data driven wizard from the script?
WHAT PURPOSE TO USE WINRUNNER