Lost your password?

Blogs about: Dotnetfactory

Featured Blog

Service Functions - DotNetFactory (QTP, VBScript)8 comments

Albert Gareev wrote 4 months ago: In the code examples I present I often refer to routine functions. In my framework I have specialize … more →

Tags: Automation, Code Examples, function library, Code, Custom, Dot Net, example, function, GUI

DotNetFactory interface functions (6) - Create GUI Form1 comment

Albert Gareev wrote 6 months ago: Parent page: Service Functions – DotNetFactory (QTP, VBScript) Creating .NET objects from VBScript/Q … more →

Tags: Automation, Code Examples, Create, CreateObject, Dialog, Dot Net, example, qtp, Test Automation

DotNetFactory interface functions (5) - Create ComboBox1 comment

Albert Gareev wrote 6 months ago: Parent page: Service Functions – DotNetFactory (QTP, VBScript) Creating .NET objects from VBScript/Q … more →

Tags: Automation, Code Examples, qtp, Test Automation, VBScript, example, Dot Net, CreateObject, Code

DotNetFactory interface functions (4) - Create CheckBox1 comment

Albert Gareev wrote 6 months ago: Parent page: Service Functions – DotNetFactory (QTP, VBScript) Creating .NET objects from VBScript/Q … more →

Tags: Automation, Code Examples, qtp, Test Automation, VBScript, example, Dot Net, CreateObject, Code

DotNetFactory interface functions (3) - Create TextBox1 comment

Albert Gareev wrote 6 months ago: Parent page: Service Functions – DotNetFactory (QTP, VBScript) Creating .NET objects from VBScript/Q … more →

Tags: Automation, Code Examples, qtp, Test Automation, VBScript, example, Dot Net, CreateObject, Code

DotNetFactory interface functions (2) - Create Label1 comment

Albert Gareev wrote 6 months ago: Parent page: Service Functions – DotNetFactory (QTP, VBScript) Creating .NET objects from VBScript/Q … more →

Tags: Automation, Code Examples, qtp, Test Automation, VBScript, example, Dot Net, CreateObject, Code

DotNetFactory interface functions (1) - Create Button1 comment

Albert Gareev wrote 6 months ago: Parent page: Service Functions – DotNetFactory (QTP, VBScript) Creating .NET objects from VBScript/Q … more →

Tags: Automation, Code Examples, qtp, Test Automation, VBScript, example, Dot Net, CreateObject, Create

Merge 2 XML using Dotnet Factory

quicktestprofessional wrote 1 year ago: Dim objReader1,objReader2,objds1,objds2 Set objReader1 = DotNetFactory.CreateInstance(“System. … more →

Tags: XML Scripting

Create XML using Dotnet Factory1 comment

quicktestprofessional wrote 1 year ago:  Dim objWriter,XmlWriter    Set objWriter = DotNetFactory.CreateInstance(“System.Xml.XmlWriter … more →

Tags: XML Scripting

Read XML using Dotnet Factory2 comments

quicktestprofessional wrote 1 year ago: Set objReader = DotNetFactory.CreateInstance(“System.Xml.XmlReader”, “System.Xml … more →

Tags: XML Scripting

Prompt Dialog For Password Entry In QTP with help of DotNetFactory10 comments

quicktestprofessional wrote 1 year ago: The following code popup a dialog with a edit box for a password entry when it run from the QTP Set … more →

Tags: Prompt Dialog For Password Entry In QTP, Prompt Dialog For Password Entry In QTP with help of Do, qtp

OpenFileDialog In QTP with help of DotNetFactory7 comments

quicktestprofessional wrote 1 year ago:  Set fd = DotNetFactory.CreateInstance(“System.Windows.Forms.OpenFileDialog”, “Sys … more →

Tags: OpenFileDialog In QTP, qtp

Prompt Dialog with Radio buttons in QTP with help of DotNetFactory3 comments

quicktestprofessional wrote 1 year ago: The following code popup a dialog with 2 radi button to select an option when it run from the QTP Se … more →

Tags: qtp, radio buttons in a dialog box


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS