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 |
How you automate testscripts one by one or moduelwise or all at once
Explain synchronization types in QTP
Problem with XML checkpoint in QTP ?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
what is the another name for blackbox testing?
Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?
What is iteration? How it is related to Test Results in QTP
3 Answers Virinchi Technologies,
I am testing a website TheLancet in qtp 9.2 and running a script but its not working.Tell me if m doing anything wrong in the script. If Browser("TheLancet.com - Home Page").Page("TheLancet.com - Home Page").Link("Clinical").exists then msgbox "object exist" Else msgbox"object doesnt exist"
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
How to pass parameters into an action.Please explain me with examples
How does QTP identifies the object in the application?
How can I test the unix shell in QTP