Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the check points in QTP?

Answers were Sorted based on User's Feedback



Explain the check points in QTP?..

Answer / ayappan radhakrishnan

# 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........

If you have any doubts regarding "Testing" just visit this blog
URL" http://softwaretesterchennai.wordpress.com/

Is This Answer Correct ?    10 Yes 5 No

Explain the check points in QTP?..

Answer / pooja kanwar

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 ?    9 Yes 5 No

Explain the check points in QTP?..

Answer / geetha nagekar

Checkpoint is a feature provided by the QTP which is used
for checking something during the execution at any point of
time.

OPERATIONAL OVERVIEW OF CHECKPOINTS
1.Pre-exucution phase
2.While -execution phase

PRE-EXECUTION PHASE:
In this phase it will do the following.
1.It will capture the expected value.
2.it will genarate the corresponding sript statements.

WHILE-EXECUTION PHASE:
In this phase it will do the following.
1.it will capture the actual value.
2.it will compare the actual value with expected value.
3.Finally it will display the result as pass/fail.

TYPES OF CHECK POINTS:
1.Standard checkpoint
2.Bit-map checkpoint
3.Text checkpoint
4.Textarea checkpoint
5.Database checkpoint
6.XML checkpoint
7.Page checkpoint
8.Table checkpoint
9.image checkpoint
10.accessability checkpoint

Is This Answer Correct ?    4 Yes 1 No

Explain the check points in QTP?..

Answer / jatin

Check points are used to see the Test Case is passed or
fail, In other words its a point where we compare the
expected output with the actual output,
There are 8 types of check points

Is This Answer Correct ?    5 Yes 3 No

Explain the check points in QTP?..

Answer / hari

A checkpoint verifies that expected information is
displayed in a Application while the test is running. We
can add eight types of checkpoints to the test for standard
web objects using qtp.

QTP supports 10 types of check points –
1. Standard Check Point
2. Image Check Point
3. Table Check Point
4. Page Check Point
5. Text CheckPoint
6. Text Area Check Point
7. Bitmap Checkpoint
8. Database Checkpoint
9. Accessibility Check Point
10. XML Check point

Is This Answer Correct ?    2 Yes 1 No

Explain the check points in QTP?..

Answer / janu

check points:check points are used to validated the functionality and during run time it compares actual value with expected value.
>if any check point created then the result stored in repository here we can modify the properties etc...

Is This Answer Correct ?    1 Yes 0 No

Explain the check points in QTP?..

Answer / ghanashyam rabada

A Checkpoint enables you to identify whether the website or application under test is functioning correctly or not by comparing current value for a particular property with the expected value for that property.

Types of checkpoints
1.Standard Checkpoint
2.Image Checkpoint
3.Bitmap Checkpoint
4.Table Checkpoint
5.Accessibility Checkpoint
6.TextCheckpoint
7.Page Checkpoint
8.XML Checkpoint
9. Database Checkpoint

Is This Answer Correct ?    1 Yes 0 No

Explain the check points in QTP?..

Answer / sum

there So Cool Almost Like My EX:Zack

Is This Answer Correct ?    1 Yes 2 No

Explain the check points in QTP?..

Answer / anilkumar

1.standard checkpoint
2.Bitmap
3.text
4.database
5.image
6.xml
7.gui
8.page
9.object
10 table
11.accessibility
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 ?    0 Yes 1 No

Explain the check points in QTP?..

Answer / aruvaa ayappan

# 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 ?    9 Yes 12 No

Post New Answer

More QTP Interview Questions

How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.

1 Answers  


1.what is test automation life cycle?

1 Answers   IBM,


Explain about the Test Fusion Report of QTP ?

1 Answers  


Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!

0 Answers  


describe some problems that u had with automating testing tool?

0 Answers  


How to see the screens after running test in QTP?

1 Answers  


How to record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error

1 Answers  


wt is the use of multiple questions in QTP

0 Answers   DigiTech,


VB scrip has a special command named LBound, which returns the starting index of an arry. What are the possible indexes an array can start with? options are given below. and one only the correct answer. pl select it 1. any index 2. only even non-negative 3. only 0 4. any non-negative integer

1 Answers  


with out using import sheet came is it possible to get the excel sheet ?

2 Answers   Ordain Solutions,


We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)

3 Answers  


What is the process for creating an automated test script using QTP assuming you have reviewed the manual test case and understand the requirements?

1 Answers   Infosys,


Categories