ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
Explain the check points in QTP?
 Question Submitted By :: Suha
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Explain the check points in QTP?
Answer
# 1
A checkpoint verifies that expected information is 
displayed in a Application while the test is running. You 
can add eight types of checkpoints to your test for 
standard web objects using QTP.
?A page checkpoint checks the characteristics of a 
Application
?A text checkpoint checks that a text string is displayed 
in the appropriate place on a Application. 
?An object checkpoint (Standard) checks the values of an 
object on a Application. 
?An image checkpoint checks the values of an image on a 
Application. 
?A table checkpoint checks information within a table on a 
Application
?An Accessiblity checkpoint checks the web page for Section 
508 compliance. 
?An XML checkpoint checks the contents of individual XML 
data files or XML documents that are part of your Web 
application.
?A database checkpoint checks the contents of databases 
accessed by your web site
 
Is This Answer Correct ?    31 Yes 5 No
Suha
 
  Re: Explain the check points in QTP?
Answer
# 2
1.standard checkpoint
2.Bitmap
3.text
4.database
5.image
6.xml
7.gui
8.page
9.object
10 table
11.accessibility
 
Is This Answer Correct ?    15 Yes 14 No
Praven
 
 
 
  Re: Explain the check points in QTP?
Answer
# 3
check points are used for checking the conditions within 
the script..

check points are similar to the conditional statements(like 
If, if else,for, while etc)

we can have one or more check points for an object or 
multiple objects with in a test.

Results in the results page are updated based on the check 
points.
 
QTP supports 7 types of check points

1.Standard Check point

2.Text Check point

3.Text Area Check point

4.Bit Map Check point

5.Accessibility Check Point

6.Data Base Check point

7.XML Check Point

Additional Check points for Web application

8.Image Check Point

9.Page Checck point

When we execute a script with check points, if the check 
point fails then the expected value along with the actual 
value is captured with the image of that object.

having many check points in a script will reduce the speed 
of execution.
 
Is This Answer Correct ?    15 Yes 3 No
Y.harisha
 
  Re: Explain the check points in QTP?
Answer
# 4
a checkpoints is a specialized step that two values and
reports the result.
checkpoint compare the actual result value from the test run
run with the expected result in a test plan .

the expected result are based on what is recorded .and the
actual result are based on what occur during a test run.
if two values match the checkpoints pass otherwise
checkpoints fail .there r 9 type of checkpoints in qtp.
standard checkpoints
image,database,table,page,text,bitmap,accessibility,xml
checkpoints
 
Is This Answer Correct ?    8 Yes 6 No
Renu
 
  Re: Explain the check points in QTP?
Answer
# 5
A Check point is used to compare our Expected value with our
build Actual Value. There are 8 types of Check points in QTP.

1. Standard Check Point
2. Bitmap Check Point
3. Database Check Point
4. Text Check Point
5. Text Area Check Point
6. Accessibility Check Point
7. XML Check Point - Web page
8. XML Check Point - File
 
Is This Answer Correct ?    12 Yes 2 No
Atreya Sarma
 
  Re: Explain the check points in QTP?
Answer
# 6
1. Standard Check Point
2. Bitmap Check Point
3. Database Check Point
4. Text Check Point
5. Text Area Check Point
6. Accessibility Check Point
7. XML Check Point - From Application
8. XML Check Point - From resource
 
Is This Answer Correct ?    6 Yes 3 No
Nabiha
 
  Re: Explain the check points in QTP?
Answer
# 7
There are 10 types of check point in QTP 9.2
1.Standard check points
2.Page check point
3.table check point
4.Image check Point
5.Text Check point
6.TextArea Check point
7.Bitmap check point
8.database check point
9.XML check point
10.Accessibility check point
 
Is This Answer Correct ?    9 Yes 1 No
Manjula
 
  Re: Explain the check points in QTP?
Answer
# 8
There are 10 types of check points in 9.2
1.Standard check point
2.Page check point
3.Table check point
4.Image check point
5.Text check point
6.Text Area check point
7.Bitmap check point
8.XML check point
9.Database check point
10.Accessibility check point
 
Is This Answer Correct ?    4 Yes 4 No
Manjula
 
  Re: Explain the check points in QTP?
Answer
# 9
Types of Checkpoints

1.	Standard checkpoint
2.	Bit map checkpoint
3.	Text checkpoint
4.	Text area checkpoint
5.	Data base checkpoint
6.	XML checkpoint
7.	Page checkpoint
8.	Table checkpoint
9.	Image checkpoint
10.	Accessibility checkpoint



1) Standard checkpoint.

It is used for checking the properties values on standard
GUI values.
It can be inserted in 2 ways.

	Through application
	Through active screen
2) Bitmap checkpoint.
It is used for checking the complete bitmap or a part of a
Bitmap.
It cam be inserted in 2 ways.

	Through the application.
	Through the active screen.
3) Text Checkpoint
It is used for checking the Text present on a object. It can
be inserted through application as well as through active
screen.

4) Text Area Checkpoint
It is used for checking the test present in a specified
area. It can be inserted only through application but not
through active screen.
5) Data Base Check Point
It is used for checking the contents of a database.
6) XML (Extended Markup Language) Checkpoint
It is used for checking the contents of an XML file.
It is a universally understandable language and used for
data transformations.
Web Checkpoints
7) Page Checkpoint
It is used for checking the properties of a web page like
Load time, Number of Links and number of Images.
8) Table Checkpoint:
It is used for checking the contents of a web table.
9) Image Checkpoint
10) Accessibility Checkpoint
It is used for checking whether the page can be accessible
by more number of people or not. In order to check the same
actually it checks whether the page is developed according
to the WWW  (world wide web Consorted) standards or not.
 
Is This Answer Correct ?    9 Yes 1 No
Lalitha
 
  Re: Explain the check points in QTP?
Answer
# 10
1. Standard Check Point
2. Bitmap Check Point
3. Database Check Point
4. Text Check Point
5. Text Area Check Point
6. Accessibility Check Point
7. XML Check Point - From Application
8. XML Check Point - From resource
 
Is This Answer Correct ?    3 Yes 1 No
Kumar
 
  Re: Explain the check points in QTP?
Answer
# 11
# To check the object propertes in running time.
# Verification point.
# To check actual result and expected result.
Example:
        
    actual   = OK 
    expected = OK
  
  * here actual ana expected result are same so "Pass" test
scrip........
 
Is This Answer Correct ?    1 Yes 2 No
Aruvaa Ayappan
 
  Re: Explain the check points in QTP?
Answer
# 12
These are the Checkpoints available in QTP 9.5

Standard Checkpoint
Text Checkpoint
Text Area Checkpoint
Bitmap Checkpoint
Database Checkpoint
Accebility Checkpoint
XML Checkpoint (from Application)
XML Checkpoint (from Resource)
 
Is This Answer Correct ?    1 Yes 1 No
Krishnateja Muppalla
 
  Re: Explain the check points in QTP?
Answer
# 13
A checkpoint verifies that expected information is 
displayed in a Application while the test is running. You 
can add ten types of checkpoints to your test for 
standard web objects using QTP.
1.Standard Checkpoints- Checks values of an object's 
properties.e.g-Check that a radio button is selected.
2.Image Checkpoint- Check the properties values of an 
image. e.g-Check that image source file is corrct.
3.Tabel Checkpoint- Check information in tabel. e.g-Check 
that value in a tabel cell is correct.
4.Page Checkpoint- Check the characterstics of a web page. 
e.g-Check how long a web page takes to load or if a web 
page contains broken links.
5.Text Checkpoint- Check that a text string is displayed in 
the appropriate place in a web page or application. e.g-
Check whether the expected text string is displayed in the 
expected location in a test object.
6.Text Area Checkpoint- Check that a text string is 
displayed within defined area in a window- based 
application. e.g-Check that an area of a dialog box 
includes text that was entered in another part of the 
application.
7.Bitmap Checkpoint- Check an area of an web page or 
application after capturing it as a bitmap. e.g- Check that 
a web page  or any portion of it) displayes as expected.
8.Database Checkpoint- Check the contents of the database 
accessed by an application or website. e.g- Check that 
value in a database query is correct.
9.Accessibility Checkpoint- Identifies areeas of a website 
to check for section 508 comliancy. e.g- Check if the image 
on a web page include ALT properties, required by the W3C 
Web Content Accessibilty guidelines.
10.XML Checkpoint- Check the data content of XML documents. 
e.g- Check the content of an element to make sure that its 
tags, attributes and values have not changed.
Note:-XML file checkpoint are used to check a specified XML 
file; XML application checkpoints are used to check an XML 
document within a web page.
 
Is This Answer Correct ?    1 Yes 0 No
Pooja Kanwar
 
  Re: Explain the check points in QTP?
Answer
# 14
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 ?    2 Yes 1 No
Satish Dm
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
Hi, I am new to QTP and vb.script.How to start to write vb.script in QTP? Please give me suggestions?  2
How can I pass values from one action to another in QTP ? Ordain-Solutions6
WHICH PROCESS U FOLLOW IN COMPANY IGT1
when we right click on the desktop of any operating system we find a menu , consisting of refresh,edit,open,paste and cut etc... how to load the object and object properties of that menu in QTP iFlex2
In real time whenever we found bug , after that where you send to that bug. send to T.Lead or Directly Developer. Plz explain me?  2
how qtp identifies objects of application. Intel5
Use of Multiple Actions in QTP?  2
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script? Ordain-Solutions2
Is it mandatory to know abt regular expression in descriptive programming  2
what is main diff of qtp8.2 and qtp9.0? Covansys1
how to test power point using QTP 8.2 ? WHAT ARE DIFFERENT METHODS TO RETRIEVE VALUE FROM APPLICATION DURING RUNTIME ? HCL2
Explain the check points in QTP? Prapan-Solutions14
Suppose I want to use Index value of "WinEdit" in my script .But it is showing None in "Ordinal identifier" value of Testobject Details in the Object Repository.How to enable Ordinal Identifiers to capture the Index value of that particular WinEdit. I have selected "index" and clicked "OK" from Tools-> Object Identification Again I added same WinEdit to the Object repository But I did not get Index value..Please any one help me.How to enable Ordinal indentifiers  1
how i can get the value of label box , please any body tell me script of that code  1
what is virtual object?  2
How we test the logo or images in the web page using QTP? For example take google page, they change their logo for new year,christmas etc..How we test that? Plz answer this question... Thanks in advance..  2
what is Function Definition Generator? can any one explain me in details? Accenture6
how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature. IGT4
i need the licence key for QTP V9.5 can anyone help me on getting this?  89
How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me? Livetek1
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com