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 |
can we call a test in another test?
When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
does QTP provides any tools for parametrisation?
Discuss QTP Environment.
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.
Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?
Diff between WEB APPLICATION AND CLIENT-SERVER APPLICATION?
WHAT IS DIFFERENCE B/W QC 9.2 AND QC 10.0
what function you write to do database testing with the help of qtp?
can we install qtp on server machine and do automation of application which is installed on client machine.If yes then how? If no then is there any other automation tool for this (client-server) senario.
What types of testing comes under functional testing or in other word what will you test in functional testing?