Besides Record and Replay what else can we do with
WinRunner?
Answer / 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 |
Does WinRunner have recovery mechanism built in?
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
what is split function?Give me the syntax?
What is contained in the test scripts?
How do you find out which is the start up file in winrunner?
how u can crate a database checkpoint in ur script?
Name the different types of checkpoints?
Tell US the Short key to open the dialogs of windows.
can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?
What is parameterizing?
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
what is the use of add-ins in winrunner?