How many types of Check Point in QTP
Answers were Sorted based on User's Feedback
Answer / kiran
standard checkpoint
page checkpoint
image checkpoint
text/text area check point
database checkpoint
xml checkpoint
accessibility checkpoint
bitmap checkpoint
table check point
Is This Answer Correct ? | 15 Yes | 1 No |
Answer / kishore raj
7 check points.
1.Standard
2.Text
3.Text area
4.Bit map
5.Accessibility
6.XML
7.Database
Is This Answer Correct ? | 7 Yes | 4 No |
Explain object spy in qtp.
what is the difference between link and hyperlink?
I have given u a application.To automate it what are the things will u consider?
If a script has a local repository and also uses a shared repository, which repository will QTP use first when searching for an object during playback?
How do you open adobe acrobat file in QTP and do some testing on that file ?
How does Parameterization and Data-Driving relate to each other in QTP?
what is recovery scenario in QTP? what is the need of the recovery scenario in QTP? what are the advantages of the recovery scenarios in QTP?
Hello! i am having two comboboxes.Each having 10 items in it.when i select first item in first combobox,it is not similar in the second combobox.for ex in first combo if it is Hyderabad,in second it should be some chenai or some other item .Write a VBSCRIPT for that?
How can I replace all the text from the QTP script with some other text.
how to test one edit box using dotnet addin for Web Applications? write script?
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??/
What is chaild object method? When we will go for chaild object method? How to use chaild object method?