DOTNetFactory

QTP: Accessing Custom DLL Methods Through DOTNetFactory

by Anshoo Arora ON February 20, 2010 · Posted In All, DOTNetFactory, QTP · 107 comments

This article shows a quick and easy way to use DLLs in QTP and access their methods with the help of DOTNetFactory. It also shows a working example of a DLL created in Visual Basic .NET and its methods accessed in QTP.

QTP DOTNetFactory (6): Adding a RadioButton Control

by Anshoo Arora ON August 19, 2009 · Posted In All, DOTNetFactory, QTP · 11 comments

Like the previous article, this will also be a little fast-paced and will cover how to create a Custom form and add a RadioButton control to it.

In this article, we will see how we can add and use multiple objects in a user form. It will cover the concepts discussed in the previous 4 articles.

QTP DOTNetFactory (4): Adding a CheckBox Control

by Anshoo Arora ON August 14, 2009 · Posted In All, DOTNetFactory, QTP · 4 comments

This article will cover the basics of DOTNetFactory with QTP and demonstrate the technique of adding a CheckBox Control to a Custom Form.

QTP DOTNetFactory (3): Adding a Button Control

by Anshoo Arora August 14, 2009 8 comments

This article will cover the basics of DOTNetFactory with QTP and demonstrate the technique of adding a Button Control to a Custom Form.

QTP DOTNetFactory (2): Adding a Text Box Control

by Anshoo Arora August 14, 2009 9 comments

This article will cover the basics of DOTNetFactory with QTP and demonstrate the technique of adding a TextBox Control to a Custom Form.

QTP DOTNetFactory (1): Creating a Custom Form

by Anshoo Arora August 13, 2009 17 comments

In this series of articles, we will discover how to use the DOTNetFactory to create a user form and how to add different object types to it.