I am using QTP 9.0 When I am trying to record a test case. It is not recording the selection of the Menu Item. The menu items are implemented with the use of third party tool 'Infragistic'. So can you please help in this, that how can I record this
I am using QTP 9.0 When I am trying to record a test case. It is not recording the selection of the Menu Item. The menu items are implemented with the use of third party tool 'Infragistic'. So can you please help in this, that how can I record this
Last edited by admin; 08-26-2007 at 06:23 PM.
Dear pankajg,
There are deferent ways to outcome from this problem , as you sad this is a ActiveX control (AcxUtil) .. for this you need to refer ActiveX property to record this but befour try to Spy that and find out whether QTP able to recognize this Object, if it is then ur problem is solved otherwise u have to chose virtual Object wizard
e.g of ActiveX
All the bestBrowser("Homepage").Page("Welcome").AcxButton("Save").FireEvent"Click"
Manish Bansal