Have you performed Debugging and how did you?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to save your test using quicktest professional (qtp)?

599


what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?

1554


Explain how qtp identifies object?

613


How may types of defects identify application or your currently working application?pls give me answer..

1515


Where we can use the analog mode and where we can use the low – level mode?

564






I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

1571


Why qtp the best testing tool?

564


How do you capture tooltip using QTP?

630


What is qtpro? What is quick test pro?

560


in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?

1357


Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?

1862


What are the properties you would use for identifying a browser and page when using descriptive programming?

631


Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..

1514


What are the different ways to invoke an application using QTP?

647


What is CMMP and CMMH?

700