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 |
How do you handle dynamically changing area of the window in the bitmap checkpoints?
How to recover the Parameter out of range error while running the script in verify mode
What is the automation process in winrunner?
What does the function represents TL_EXIT and T_EXIT ?
2 Answers PowerNet Technologies,
How to automate testcases?what were the challanges that u had in automating win runner?
what is the main diff of Qtp9.2 and 9.5 plz tell me
1,You have scripts in Qtp8.2 and some scripts 9.0 ..how to handle ?
Explain the winrunner testing process?
Hi guys pls any one help me , I am facing this problem since last one week , my question is in there 1000 rows and 1000 coloums , i want to pick the one record , how ?
i was getinng problem if i use the same test-data(data table) to script1 and script2. why it is so? and how it can be resolved?
I want to know is there any latest Win Runner Technology? If then plz tell me in detail. Thanks
If u press a push button in an application the winrunner generates tsl statement like button_press(..) i.e the class name of the object and the event on that object but Why if u click a static text in an application the winrunner generates tsl statemen like win_mouse_click rather than the statement with combination of classname and event..??