Datatables
A DataTable, similar to
Microsoft Excel helps testers to create data driven test cases that can be used
to run an Action multiple times. There are two types of Datatables.
·
Local Data Table - Each action has its own private data table also
known as local data table which is can also be accessed across actions.
·
Global Data Table - Each test has one global data sheet that is
accessible across actions.
The Data sheet can be
accessed from the "Data" Tab of QTP:
To execute a test case
for some specified number of iterations,one can set the iterations of global
data table in the Test Settings dialog, that can be accessed using File ->
Settings -> Run(Tab):
Example:
For Instance, if user
want to parameterize "compound Interest" of "http://easycalculation.com/"
that can be accessed using
"http://easycalculation.com/compound-interest.php". The Parameters
can be created as shown below. Most of the functionalities of Excel can be used
in Data table as well.
Data Table Operations:
There are three types of
objects to access Data Table. Data Table Operations can be well understood by
traversing through the below link:
|
Object
Type
|
Description
|
|
Gives
Detailed information about the data table methods.
|
|
|
Gives
Detailed information about the DTParameter methods.
|
|
|
Gives
Detailed information about the DTSheet methods.
|
No comments:
Post a Comment