Besides Record and Replay what else can we do with
WinRunner?
Answer Posted / ak
You can not always rely on Record and replay, for proper
working of your scripts and testing the different
applications, you have to customize your scripts using
different functionalities :
- using variables (instead of hard cord values)
- using different Check Points
- using data tables
- using database
- using regular expressions (both in scripts and GUI files)
- creating functions (to reduce the repeation of the code,
required basic coding knowledge)
- error checks and logging etc.
In real scenarios you have to use all these things along
with your coding skills to make your scripts effective, use
recording only for learning purpose.
Good Luck!
-AK
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write test scripts on a scenario where you have to transfer data from one table to another.
What are the two modes of recording?
What actually happens when you load GUI map?
you hae a inbox and got a mail how can you know it is there or not write script.
What is the disadvantage of loading the GUI maps through start up scripts?
What is test parameter
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
What is the XML test cases creation?
What do you verify with the database check point custom and what command it generates, explain syntax?
How to test Fonts and its size thru "Font Expert" in Win Runner.
How to check property of specific icon is highlighted or not?
Explain the purpose of loading winrunner add-ins?
How do you clear a gui map files?
What is the purpose of gui map configuration?
What is debug mode in Winrunner?