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 |
If I dont have GUI spy on my machine how I do I manage to map my custom object properties
What are command line options?How to invoke winrunner with vb add in using command line options?
What is the use of 'Show' button in GUI Map Editor?
How do you execute your tests from windows run command?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
How to get the resolution settings?
What are the virtual objects and how do you learn them?
How will you review the test case and how many types are there ?
We added data driven test in to our test script, how to remove the data driven wizard from the script?
How do you create a new expected results in winrunner?
can anybody tell me what is project architecture?
WHAT IS THE MEANING OF AUT?