Testing ActiveX Controls using QuickTest Professional
Many applications include ActiveX controls developed with third-party vendors. You can use the QuickTest Professional ActiveX Add-in to test ActiveX controls. You can create and run software tests and components on these controls, as well as check their properties. QuickTest Professional supports Software Testing on ActiveX controls in any application. Dialog(“ActiveX Calendars”).ActiveX(“SMonth Control”).WinComboBox(“ComboBox”).Select “May” Set ButDesc = Description.Create ButDesc(“ProgId”).Value = “Forms.CommandButton.1” ButDesc(“Caption”).Value = […]
Testing ActiveX Controls using QuickTest Professional Read More »


