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 |
Explain what kind of problems are solved by datapools?
What is datapool cursor?
Explain the use of "testobject root = getroottestobject();" in rft?
Shortcut Keys for Recording a GUI Script and VU Session are a. F2 and F3 b. Ctrl+ R and Ctrl + Shift + R c. Ctrl+ R and Alt +R d. Ctrl + G and Ctrl + V
1. Which of this is not a verification point a. File Comparison b. File Existence c. Module Comparison d. Module Existence
For unattended execution whick playback options you will use?
For distributed functional testing what do we require in test manager? a. Test Agent b. Test Monitor c. Test Executer d. Test Mentor
How do you analyze results after playback?
What is the use of Global.sbl file in Rational?
How can you automate your project?
Which is the correct order? a. Planning, Designing, Execution, Implementation and Analysis b. Planning, Designing, Implementation, Execution and Analysis c. Analysis, Planning, Designing, Execution and Implementation d. Planning, Analyzing, Designing, Execution and Implementation
What is standard data type and what is user defined data type?