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
How do you make the configuration and mappings permanent?
Without the gui map, use the phy desc directly?
How do you filter the objects in the gui map?
How you integrated your automated scripts from TestDirector?
How do you find out which is the start up file in winrunner?
Have you used winrunner in your project?
How to test Fonts and its size thru "Font Expert" in Win Runner.
What are the three modes of running the scripts?
Name the different types of checkpoints?
you hae a inbox and got a mail how can you know it is there or not write script.
What information is contained in the checklist file?
Name the two modes of recording?
What is toogle breakpoints? How does it differ from break points?
What do you mean by the logical name of the object.
What is the disadvantage of loading the GUI maps through start up scripts?