Software Testing Certification

How to Access Internal Properties and Methods of Run-Time .NET Windows Forms Objects

Object property can be used to retrieve internal properties and activate internal methods of any .NET Windows Forms object in your application. For example, you can set the focus to a particular button and change its caption using statements similar to the following: Set theButton = SwfWindow(“frmWin”).SwfButton(“OK”).ObjecttheButton.SetFocustheButton.Caption = “Yes” The Object property is also useful

How to Access Internal Properties and Methods of Run-Time .NET Windows Forms Objects Read More »

Defining Regular Expressions

In QTP, you can use regular expressions only for values of type string. In QTP, you can define a regular expression for a constant value, a Data Table parameter value, an Environment parameter value, or a property value in a programmatic description. You can define a regular expression by entering the regular expression syntax for the string

Defining Regular Expressions Read More »

Scroll to Top