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 »

Testing Business Components using QTP and Quality Center

Generally, business components are created and modified in Quality Centre by Subject Matter Experts. However, you can use the Business Component Keyword View to create, view, modify, and debug a business component in QTP, if required. In the Keyword View, business components are divided into steps in a modular, keyword-driven, table format. Each step is …

Testing Business Components using QTP and Quality Center Read More »

Scroll to Top