
Loading ...
It is recommended to export the results of a test with huge iterations periodically. This minimizes the loss of results in case QTP or the system crashes. In this article we will look at a method which will export the data table after specified no. of iterations.
‘Global counter for iterations
Dim iAfterIterations
iAfterIterations = 0
‘Author: Tarun Lalwani
‘Website: [...]
Register or Login to read the full article...
Tags used -
crash, DataTable, Export, Iterations, Results, test results

Loading ...
DataTable are excel based files which can be used to store information required during the test. Any value entered into the data table cells, excel/datatable will automatically try to change the format to appropriate one.
When we enter “1234567890123″ in the data table, it will automatically format it to “1.23456789E+012″. To preserve the format we need [...]
Register or Login to read the full article...
Tags used -
DataTable, format, preserve, Preserving, Value

Loading ...
The article provides answers to most frequently asked question on Quick test pro 8.2. It also provides some tips and tricks. A must read for people working on QTP.
Data Table
Two Types of data tables
Global data sheet: Accessible to all the actions
Local data sheet: Accessible to the associated action only
Usage:
DataTable("Column Name",dtGlobalSheet) for Global data sheet
DataTable("Column Name",dtLocalSheet) [...]
Register or Login to read the full article...
Tags used -
ADODB, Checkpoint, Connect, connection, Database, DataTable, dtGlobalSheet, dtLocalSheet, Environment, err, Error, GetROProperty, GetTOProperty, Global, Library, Local, Object, output, outputvalue, Recovery, Runtime, Test, Value