
Loading ...
This article will demonstrate how to reverse word in a string. VBScript has many string methods like Left, Mid, Right, Split, Join and Len for string manipulation.
Creating a code generic enough to handle such string correctly is a complex task. But the task is much simpler when we use regular expressions (r.e.). The key here [...]
Register or Login to read the full article...
Tags used -
Global, Len, Matches, Mid, pattern, RegExp, regular expression, reverse, Split, String, word, words

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