Dictionary

QTP: Creating a Highly Efficient Test-Data Dictionary

by Anshoo Arora ON October 8, 2009 · Posted In All, QTP · 72 comments

This article describes how the management of test data can be greatly simplified with the help of ADO and the Dictionary Object. This concept shows how your data-pool needs to be accessed only once to create a highly efficient and fast-performing data-dictionary. Examples and Demos included.

QTP: Working with Multiple Browser Applications – A Concept

by Anshoo Arora ON August 24, 2009 · Posted In All, QTP, QTP/Web · 0 comments

This article demonstrates an elegant approach to working with multiple Browsers through the use of Classes and Dictionary Object. Examples included.

QTP: Verify Multiple Object Properties – An Elegant Approach

by Anshoo Arora ON August 10, 2009 · Posted In All, QTP · 31 comments

This article discusses an elegant way of multiple cross-checking expected vs actual properties of objects.

Passing Multiple Values from Functions

by Anshoo Arora ON August 10, 2009 · Posted In All, QTP, VBScript · 3 comments

In this topic we will learn how to pass 2 or more values from function using Global Variables, Arrays, Dictionary Objects, Concatenated Strings and with the use of ByRef.