Explain the check points in QTP?
Answers were Sorted based on User's Feedback
"checkpoint is a feture provided by qtp which is used for
checking something during executiion at any of time".
checkpoints works in 2 phases:
1.pre-execution phase
2.while execution phase
types of checkpoints:
1.standard checkpoints
2.bitmap checkpoints
3.text checkpoints
4.textarea checkpoints
5.database checkpoints
6.xml checkpoints
7.page checkpoints
8.table checkpoints
9.image checkpoints
10.accessability checkpoints
7,8,9 are hidden checkpoints.
7-10 are web related checkpoints.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / saritha reddy
check points are nothing but a verification point we can
verify the properties of object,bitmap,database using the
checkpoints ,this is nothing but a user_interface testing
In qtp to verify the componets it supports 7 types of
checkpoints
1.standard checkpiont
2.text checkpoint
3.textarea checkpoint
4.bitmap checkpoint
5.database checkpoint
6.accessibility checkpoint
7.xml checkpoint
| Is This Answer Correct ? | 4 Yes | 1 No |
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..
i am testing an online shopping application.I CLICK on a link "ADD TO CART" of that application a "new page" is open and then click on any object of that "new page". after that when i run this SCRIPT then on this "new page" QTP always shows error of "OBJECT NOT FOUND". How i solve this problem ?
How u connect bugzilla with QTP
1 Answers Deloitte, TCS, Wipro,
What is the difference between run time object and test object?
How will you handle the situation when object is not captured during record?
What is Version control?
Give me brief idea about QTP automation object model?
what is the diffrence between script and Language ? (Chandana)
If the objects hierarchy is changing from build to build, then how you will handle that condition?
Hoe can we do retesting using functions please give the code for it using login page
hello all i need some good sites or blogs which give info abt vb script with examples n real time scenarios.just like tutorials as i m new to qtp n vbscripting. its urgenttt
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.