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 |
How can you do debugging in winrunner?
What is the function that can be used to get the length of the edit box, other than 'Length(outvariable)' ?
How do you suppress a regular expression?
Testing work start at once
how to test online application
how do you analyze the properties associated with object
what is batch mode, how can u run ur tests in batch mode?
What is context sensitive Recording?
you hae a inbox and got a mail how can you know it is there or not write script.
list out the some of the exceptions list usually occur while recording and playing the script.
How would you define a "bug?"
What is the difference between "invoke_application" and "web_browser_invoke" functions in winrunner