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 |
Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"
Plz write the code, function will take the parameter as month number, i.e., numerical value, but it returns the last day of the month in string (weekday). example: input: function parameter: 3(march) output: thursday
HOW do we find a datasheet when there are 4 datasheets in data table.this question was asked by covansys interview.
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
HI, Anybody can explain Automation Test Framework...and wht do we do before start of Automation.....
how to write vbscript on web applications in qtp. explian with one example?
Explain the check points in quicktest professional (qtp)?
in which case & which method we can use "native" property of an object ?
What is the recovery scenario in qtp?
How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
What is the difference between a Function and Action in QTP?