
Loading ...
On Dec 28th I had shared the Sneak Peak of our upcoming tool PowerDebug. The tool is now under the final testing phases and has more to offer than promised earlier.
What is PowerDebug?
PowerDebug is replacement debugger for QTP. It enhances its debugging capabilities and provides other features to let you create powerful frameworks
Why PowerDebug?
Two of [...]
Read the full article...
Tags used -
command, Debug, Debugging, Error, error handlers, error handling, General run error, goto, jump, Library, load, On Error, OnError, Run error, run-time, Runtime, Stack, stack trace, variable, Watch

Loading ...
Research team at KnowledgeInbox has been working on a revolutionary product code named “PowerDebug”. This product has been under research for over 2 years now and is now on the verge of a Beta Release in Jan 2010. The product is aimed at adding better debugging and error handling capabilities to QTP. This is the [...]
Read the full article...
Tags used -
Debug, Error, Eval, execute, executefile, ExecuteGlobal, Handling, HP QuickTest Pro, libraries, loaded, On Erro Goto, On Error, OnError, Power, run-time, Runtime

Loading ...
In my Dynamic Action Call - Part 1 article we were left with certain issues
Actions with Input or output parameters cannot be called
Actions using Shared object repository cannot be called
In this article we will see to overcome the limitation of the approach discussed in Part 1. Instead of directly looking at what the solution is, [...]
Register or Login to read the full article...
Tags used -
Action, action folder, Call, Dynamic, execute, executefile, mtr, ObjectRepository, output parameters, parameter, parameters, run, run-time, RunAction, Runtime

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

Loading ...
November 11th, 2006
6:09 am
General
Library file is nothing but a VB script file containing code in VB Script format. Library files in QTP are used to declare functions that are needed to be used across actions. There are two ways to load a Library file in to your test:
Specify the Library file in the settings of the script
Create the [...]
Register or Login to read the full article...
Tags used -
Debug, Debugging, Dynamic, dynamically, execute, executefile, Library, load, resources, run-time, Runtime, unload