Have you performed Debugging and how did you?
Answers were Sorted based on User's Feedback
Answer / subhan.qa
yes we perform debugging of script in qtp by using step,
step in , step out functions
step executes the current line of the method if the current
line is a method then the method is displayed and not executed
Step into exectues the method wich is opened by step
Stepout performs the debugging if the current line is a
method it executes the method but the results not displayed
correct me if am wrong
bye
subhan.k
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / uday kumar_anem
In QTP, we can debug the scripts by using Debug Viewer
installed with QTP.
In your script just put some breakpoints from where you
want to debug(F9 or debug -> insert/remove breakpoint).
Now can debug from the breakpoint by using Step into, step
over and step out.
| Is This Answer Correct ? | 0 Yes | 1 No |
Tell me about userdefined functions ?
what are the limitations of automation testing?
how will load the object during runtime?
Explain how you can find the absolute value of the number in qtp?
what are the different types of framesworks in QTP?what is the keyword driven framework?
what is smart identification?
what is frame work of qtp?
i have to pass the testcases into userid anf password of gmail login page using functions you can take your own testcaseslike userdid should take only lowerletters it should not take special charactors and uppercase letters and password should take only numericvalues it should not take alphanumeric and alphabets
How to do excception handling ( error handling ) in QTP
6 Answers Institute for Medical Education,
why is execute file used.
How many type of status messages are there ..explain?
what are the difference between qtp8.2 to 9.0 surya