Is it possible to run a WinRunner script without using GUI
Map file? If yes how?
Answers were Sorted based on User's Feedback
Answer / suresh
Yes it is possible to run WinRunner scripts without using
GUI Map file.
Instead of passing the logical name of the object, we have
to pass the physical description of the object to the TSL
functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sivakumar
In Analog recording, Winrunner executes the test scripts
without using GUI map file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vaishu
Yes it is possible to run without using GUI Map file.
| Is This Answer Correct ? | 0 Yes | 0 No |
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
we have three windows with title(logical description),India.com,Government of India.com,India Inc.com.All three windows have similar properties and object.A test script has to be run on all these windows.what changes will u make in GUI or script so that the script runs succesfully on all these three windows with the least alteration required? Please explain clearly with steps.
regular expression differance in qtp and winrunner
What is the use of the "Find" Button in Gui Map Editor?
How can you do debugging in winrunner?
Where to use the public or private functions in your script?
How to do the "Exception Handling" in Winrunner ..... Give Me detail Practical approach....(Object Exception,TSL exception & Pop - up also).......?
What are the standards will you maintain at the timing of writing TSL script in WinRunner?
can anybody tell me which type of questions raised on ERP domine in interviews?
Testing work start at once
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?
what is difference between smoke & sanity testing?