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 |
For what type of applications Rapid Test Script Wizard available?
hi everyone today is the first time i saw this website,and hi iam siraj,iam very impressed by seeing evryones response towards questions,iam a newcomer and i have got tryining in testing can anyone please send me some projects relaited to testing.i know it is very confidential but still if u send it will a great help. my mail id mateen_012005@yahoo.com
how do you analyze the result in update and debug mode
what is the winrunner framework?
Difference between actions and functions
How do you create a new expected results in winrunner?
Which Key is pressed to toggle between Analog and Context Sensitive Mode?
Where are the expected results will be stored?
what is batch mode, how can u run ur tests in batch mode?
The title of the window consists of Date and Time.Tell me the Regular Expression to recognise that window as unique?
Hi, Currently i am using winrunner for my project.Its a java project. When i am running the script its failing in cliking an image link("My Profile"). The image object is eventhough exists in GUI map editor script is failing to recongize the object. I am getting the error of "Web_image_click:"My Profile" Error:Object is not found". I recorded the script and executed it is not running it shows the same error. The following physical description displaying in GUI map editor : { class: object, MSW_class: html_rect, html_name: "My Profile" } The thing was running successfully, I could not able to identify something happen to the script its showing error. Please give solution for this problem. Let me know if need more information. Regards, Sankar shankarmg@gmail.com
How can you do debugging in winrunner?