How can you do debugging in winrunner?
Answers were Sorted based on User's Feedback
Answer / vidya
We can debug the test scripts by executing the script in
debugmode.
We can also debug the script using the step functions
step, step into, step out and break points.
By using add watch also we can check the value of variables
at run time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / winrunner
You can do this by changing the runmode as 'debug'.we can
also debug script using the step,step into,step out..
| Is This Answer Correct ? | 0 Yes | 1 No |
what is winrunner framework
how do you analyze the properties associated with object
What are the different kinds of testings done by WR
What is the Extension File name of WinRunner?
What is watchlist?
What is the purpose of a gui spy?
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 are the couple of web functions found in the function generator and what is the purpose of them?
how do you analyze the result in update and debug mode
What string of characters,when printed out to a text file,will create a new line in the text file?
Does WinRunner have recovery mechanism built in?
what is compile module in WinRunner?