Have you performed Debugging and how did you?

Answers were Sorted based on User's Feedback



Have you performed Debugging and how did you?..

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

Have you performed Debugging and how did you?..

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

Post New Answer

More QTP Interview Questions

What is the Automation Process followed in your company?

1 Answers  


How to handle Run-time errors?

1 Answers   Crea,


in flight reservation ex once u login, u go into next window where we hav an option of new, open and help etc.. how to fetch those options and to go to respectiv tab accordingly using qtp.. plz let me knw answer for tis as early as possible. Thanks in advance... asha

1 Answers  


Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)

0 Answers  


What scripting language QTP of?

4 Answers  






How you used DDT in QTP?

1 Answers  


I am using DataTable.ImportSheet method to import the data from an excel sheet to the Runtime DataTable of QTP. here is my piece of code DataTable.import("c:\DataSheet.xls","Members","Members") The first row headings of Members sheet of DataSheet.xls and Members sheet of QTp are matched. but the QTP is taking very long time(approximately half an hour) to import the data into runtime datatable even though the DataSheet.xls has one or two rows in it. Please let me know why this is happening and is there any alternative for impoting the data into runtime datatable of qtp ?

2 Answers  


Whenever we use GETROPROPERTY function.

7 Answers   NIIT,


How to use debug tools?

0 Answers  


How to use the object spy in quicktest professional 8.0 version?

0 Answers  


What are the different types of recording modes in qtp? Which will be used when?

0 Answers  


difference Between Call Run action and copy of action?

3 Answers   Quest,


Categories