Relevant Codes (by Anshoo Arora)

A Test Development Resource for HP QuickTest Professional.

In the previous article, we parameterized a test for a Login process with the help of QTP’s Local DataTable. This topic covers the same concept with the help of an (external) Excel file. The process will remain the same, but how we extract data differs.

{ 137 comments }

The first release of RelevantCodes[1]One, a Keyword-Driven Automation Framework Demo Project is available and ready for download. Usage examples and Videos included.

{ Comments on this entry are closed }

GetROProperties (Custom)

by Anshoo Arora on December 10, 2009

There have been numerous threads/discussions about the lack of GetROProperties, which is not available with the QuickTest package. There is GetTOProperty, GetROProperty, GetTOProperties and until now, GetROProperties was the only method missing from the pack. Now, its available and it works just like GetTOProperties does.

{ 21 comments }

This post demonstrates the custom method RegisterUserFuncX, which can be used to automatically register custom methods to all objects automatically. Be sure to read the comments by Tarun and Motti which cover one limitation with resolution of the other. Enjoy.

{ 33 comments }