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

Is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?

1 Answers  


4. what is the use of Text output value in Qtp?

1 Answers   Wipro,


Which scripting language used by quicktest professional?

0 Answers  


what are pretesting activities

0 Answers  


i want to learn testing tools what i have to know before.iam fresher i dnt know any this..which langagues i have to before testing.

2 Answers   Wipro,






What are the file extensions for per-action, shared object repository files and what is the extension for library files?

9 Answers   Semantic Space,


What is the difference between Datadriven and Parameterization?

8 Answers   Ordain Solutions,


WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT

0 Answers   Infosys,


What is an Custom Object in QTP ?

1 Answers  


How can we log a defect in Testdirector from Q.T.P ?

2 Answers   EDS,


we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position part2:maore than the answer for this question i want the the reason why testers go for this kind of risk.what is the use of we testers having these kind of attempts.is that not the problem with the developer .pls answer .real time users of tools.in which way these solutions help to test with r without affecting the developed souce code.

3 Answers  


Hi, I got some difficulties in automating a web check box in a peoplesoft application. Let me explain the scenario, When clicked on a look up button in the application, it navigates to a new page with check boxes and respective options. Below is the source code for one check box and its option. <input type='checkbox' name='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' id='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' tabindex='34' value="Y" onclick="this.form.H1AU_BUNDLE_WRK_H1AU_SELECT_CH$chk$2.valu e=(this.checked?'Y':'N');submitAction_win0 (this.form,this.name);" /> </td> <td align='left' class='PSLEVEL1GRIDODDROW' > <span class='PSEDITBOX_DISPONLY' >$29 - $29 Cap with FREE Mobile</span> I want to parametrize using "$29 - $29 Cap with FREE Mobile". I am not aware of how to parametrize this. Currently I am parametrizing with 'H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' Can any one please help me out with this??/

0 Answers  


Categories