What is the purpose of breakpoint?
Answers were Sorted based on User's Feedback
Answer / hemakumar jm
Break points is used for if there is a 100 lines of
script.u want to execute 40 lines of script.then we go for
Breakpoint option in Winrunner.
| Is This Answer Correct ? | 1 Yes | 0 No |
we can use breakpoints to help debug our test scripts. A
breakpoint stops a test run at a specified line in the test
script, or in a specified function. You may want to stop a
test run using a breakpoint in order to:
1.monitor the entries in the Watch List
2.begin stepping through a test script using the Step commands
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / narendra b
Using the Break Point, the user can stop the script at the
time of execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
How Do I run my RFT scripts through RQM(rational quality manager)can anyone explain me in the details giving examples. Also, I wanna to integrate RQM with RFT how to do that?
How many verification points are there in Robot and What are they?
Explain the planning and creating datapool with an example?
How will you edit a baseline file of a verification point?
How do you insert Log Messages and delay values in scripts?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes.
How to test java applications?
If you want to output the results to the log file .. How to do?
How to do data driven testing using robot?
What kind of problems are solved by Datapools?
how to insert clipboard verification point
Is there any book for RFT and QTP containing all the details of the tool and scripting concepts.