
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 ...
QTP checkpoints are very limiting when it comes to maintenance and transport of the same across scripts. It is always best to avoid QTP checkpoints whenever possible and create your own checkpoint routines that does the work. This article will give a brief introduction on how create custom checkpoints or how to simulate checkpoint validations [...]
Register or Login to read the full article...
Tags used -
Checkpoint, Custom, Reporter, Reportevent, Results, Test