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 actually contain test report? can anybody post the test report
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
What is test object model in quicktest professional?
How can we conduct U-I Testing by using QTP??????
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What is use of object spy?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
What are the different recording modes and how do they work?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
What are the different types of recovery operation?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.