What is the use of breakpoint in qtp?
Answers were Sorted based on User's Feedback
Answer / girish
It will not stop the execution,but it will pause the
execution, It will not generate report after reaching break
point, so it pauses the execution.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / jitendra
We can use breakpoints to instruct QuickTest to pause a run session at a predetermined place in a component or function library. QuickTest pauses the run when it reaches the breakpoint, before executing the step. we can then examine the effects of the run up to the breakpoint, make any necessary changes, and continue running the component or function library from the breakpoint.
You can use breakpoints to:
* suspend a run session and inspect the state of your site or application.
* Mark a point from which to begin stepping through a component or function library using the step commands
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / kavi
It will just pause the execution and very useful for debugging . It will not stop the execution.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / lakshmareddy
It is used to stop the execution temporarily
As per my knowledge this is the correct answer
anybody knows the correct answer please send to this id
bhavanamlakshmareddy@gmail.com
| Is This Answer Correct ? | 2 Yes | 2 No |
Can anybody give the script of below things. 1. Add sheet 2. Adding columns 3. Set the values in that columns(In the rows) 4. Close the sheet 5. How can we create 3 sheets in one Excel sheet??
Can we directly automate testscripts accrdoing to requirements
2 Answers CitiGroup, Novartis,
we have 10 more actions in our test and we are using exit action command to come out from the action if any error s occured.In action 1 if any error occurs control is moving to second action but if we get error in second action exitaction is throwing general run error. Please give a idea to overcome .
Hi, i am mallishwari, i am veryn ew to testing but i have very much interest in testing. plse give me some guidence to get the job in testing. send me required documents and faqs to my personal id: mallishwari_urs@yahoo.co.in thans for advance.
What is smart identification?
what is Supplemental Objects ?
What environment does qtp run in?
What is XML checkpoint in QTP. How we can use in Web Based application
when you press a link it displays "the page cannot be displayed" then as a tester how you will find the problem,what type of problem must be it?
How many tables r created during the recording in QTP?
I have a drop down box to show selected number of records in result page.It contains 4 items like 10, 25,50 and 100. when i was recordes script for seelcting each item and checking selecting number of records in the result page( it is in the same page in the table format)it is generating a new page with same controls( objects) in the OR. how to avaid these in OR? is it possible to write DP for only these lines?, remaining(remaingin lines of code) objects i want use from OR only. One more problemis if change ( add /remove properties of an OBJECT in OR , my ( recorded )application is not running.
How to replay a script in qtp?