Anybody explain me, the concept of checkpoint

declaration in the QTP mainly for the Objects, Pages, Text

and Tables ?



Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Page..

Answer / sreeprasad

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. Object, Page and Table

checkpoints can be added using Standard check point.

1). A page checkpoint checks the characteristics of a

Application

2). An object checkpoint (Standard) checks the values of an

object on a Application.

3). A table checkpoint checks information within a table on

a Application

4). A text checkpoint checks that a text string is displayed

in the appropriate place on a Application.

5).An image checkpoint checks the values of an image on a

Application.

6).An Accessiblity checkpoint checks the web page for

Section 508 compliance.

7).An XML checkpoint checks the contents of individual XML

data files or XML documents that are part of your Web

application.

8).A database checkpoint checks the contents of databases

accessed by your web site

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Hi, Plz give best Definition of Software Testing? Why we need Software Testing? and plz send 2+yrs experience Interview qutions (Manual,Qtp).

1 Answers  


Explain roles and responsibilites of 2yrs Automation qtp engineer.

3 Answers   Oracle,


if you run one test script in internetexplorer the same test you run in mozilla ffirefox is it possible or not how is it.

1 Answers   Satyam,


what is diffrense between action and function

4 Answers   IBM,


plz anybody tell me how to explain the architecture of one particular project.plz give me answer for this.....RAJESH

7 Answers   TCS, Wipro,






What are Child Objects?

1 Answers  


How can you quit from Action.

2 Answers  


How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))

0 Answers   CFC, iton,


I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next

0 Answers  


what is difference between normal mode and fast mode?

1 Answers  


HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?

0 Answers   Wipro,


How do you open adobe acrobat file in QTP and do some testing on that file ?

0 Answers  


Categories