Answer Posted / ramyab.mca@gmail.com
Hai.....
Table and DB Checkpoints: By adding table checkpoints to
your tests or components, you can check that a specified
value is displayed in a cell in a table on your
application. By adding database checkpoints to your tests
or components, you can check the contents of databases
accessed by your application.
The results displayed for table and database checkpoints
are similar. When you run your test or component, QuickTest
compares the expected results of the checkpoint to the
actual results of the run session. If the results do not
match, the checkpoint fails.
You can check that a specified value is displayed in a cell
in a table by adding a table checkpoint to your test or
component. For ActiveX tables, you can also check the
properties of the table object. To add a table checkpoint,
you use the Checkpoint Properties dialog box.
Table checkpoints are supported for Web and ActiveX
applications, as well as for a variety of external add-in
environments.
You can use database checkpoints in your test or component
to check databases accessed by your Web site or application
and to detect defects. You define a query on your database,
and then you create a database checkpoint that checks the
results of the query.
Database checkpoints are supported for all environments
supported by QuickTest, by default, as well as for a
variety of external add-in environments.
There are two ways to define a database query:
- Use Microsoft Query. You can install Microsoft Query from
the custom installation of Microsoft Office.
- Manually define an SQL statement.
The Checkpoint timeout option is available only when
creating a table checkpoint. It is not available when
creating a database checkpoint.
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is keyword driven testing in qtp?n how is it useful?
How many types of recording facility are available in quicktest professional (qtp)?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Output values? i want a practical example
Explain qtp(quick test professional)?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
how to test use the quality control .how to verify the image verification
What is the use of text output value in quicktest professional (qtp)?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
What is a data driven test in qtp?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
Will down time for server and content maintenance/upgrades be allowed? how much?
diff between qtp versions from 8.5
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?