
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

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

Loading ...
November 11th, 2006
8:38 am
General
For long it has been thought that QTP does not allows creating a checkpoint at run-time and neither gives a way to modify the checkpoints expected value at run-time. Well it’s nearly a TRUE statement. But I have found some methods which allow modifying the expected results of a checkpoint. The checkpoint that I have [...]
Register or Login to read the full article...
Tags used -
Checkpoint, modify, run-time, Runtime, update