Explain the check points in QTP?

Answer Posted / satish dm

A checkpoint verifies that expected information is
displayed in your application while the test is running.

There are 9 types of Check points, Namely

1)Standard Checkpoint - Checks values of an object’s
properties.

2)Image Checkpoint - Checks the property values of
an image.

3)Table Checkpoint - Checks information in a table.

4)Page Checkpoint - Checks the characteristics of a
Web page.

5)Text /Text Area Checkpoint - Checks that a text string is
displayed in the appropriate place in a Web page or
application window.

6)Bitmap Checkpoint - Checks an area of a Web page or
application after capturing it as a bitmap.

7)Database Checkpoint - Checks the contents of
databases accessed by an application or Web site.

8)Accessibility Checkpoint - Identifies areas of a Web site
to check for Section 508 compliancy.

9)XML Checkpoint - Checks the data content of XML documents.

Is This Answer Correct ?    3 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between check point and output value?

703


what is output value in QTP and how it can be used in automation testing

1682


Explain different types of action in qtp?

791


What is data driver in qtp? Where we use it?

757


What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz

1681


Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points

1864


When using descriptive programming?

819


What is accessibility check point?

841


Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com

2112


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1702


How you can make an action as re-usable action?

863


How to release all resources file from the QTP?

1245


Did the scripts need lot of maintenance? If yes, why?

3527


Should have experience in framework means?

1617


i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api

1741