Author name: Rahnuma Tasnim

Rahnuma is a technical content writer at software testing stuff. A software engineer by degree and a dynamic content creator by passion, she brings to table over 3 years of writing experience in tech niche. Combining her enthusiasm for writing and technology, she loves to share her thoughts on the latest tech trends.

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 »

Cross Browser Testing Tools–Reduce Browser Compatibility Testing Effort

Sometimes, testing on various browsers becomes a challenge for software test professionals & project teams. Running the test cases on all browsers makes the testing cost very high. Specially, it becomes a challenge when we do not have expert designers in the team or when we don’t have verification/validation phase at the time of screen …

Cross Browser Testing Tools–Reduce Browser Compatibility Testing Effort Read More »

Scroll to Top