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.

Configuring LoadRunner Monitors on the Controller

Configuring LoadRunner Monitors on the Controller

To use the following monitors, you must first install or configure monitoring components on the server machine:COM+, Citrix, DB2, IBM WebSphere MQ, iPlanet (NAS), J2EE & .NET Diagnostics, Network Delay, Oracle, PeopleSoft (Tuxedo), SAPGUI, SAP Portal, SAP CCMS, Siebel Server Manager, Siebel Web Server, SiteScope, Tuxedo, UNIX, WebLogic (JMX), WebSphere Application Server. To obtain performance

Configuring LoadRunner Monitors on the Controller Read More »

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 »

Scroll to Top