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 |
Besides Record and Replay what else can we do with WinRunner?
what is the extension of default,custom check points ?
If the data is stored in Excel sheet(2nd and 3rd), how to access it for Data Driven test; Ex: table = "c:\demo.xls" How to access 2nd or 3rd sheet data id demo.xls flie.
Say there is some content in an array. what function do you use to get the content of an array?
How to recogonise dynamically changing objects in an application(ie Web or Standalone)
Have you ever created a test plan?
how will u perform bug tracking using winrunner?
what is the extension of the Run time Record checklist file
How to test Fonts and its size thru "Font Expert" in Win Runner.
hye.when we do recording,objects r indentified by GUI map editor.and respective script is generated.But my problem is that in GUI map editor objects r not stored-not their description.I tried 'LEARN' option in GUI map,even it is not working.So that i can't run my script.Tell me solution Thank you.
types of testing? and what is mean bvt and bat ? differ btwn bvt and bat pls can anybody post the answer
What is the purpose of the temp GUI map file?