Skip to content

Replies

0
amitai
amitai answered on Apr 15, 2012 9:05 AM

We have 10.3 CLR2 but are using the version free assemblies

0
amitai
amitai answered on Apr 10, 2012 1:54 PM

It turns out the code QTP recorded was not consistent and therefore didnt work, using  the value of the enum from TestAdvantage.QTPServer.TypeInformation.xml and the testadvantage help file, I was finally able to select using this code instead

SwfWindow("MainReport").SwfToolbar(“MenuBar").PerformToolAction 103, 509, "MainMenu52", "3"

SwfWindow("MainReport").SwfToolbar(“MenuBar").PerformToolAction 103, 509, "MainMenu52","3,13"

SwfWindow("MainReport").SwfToolbar(“MenuBar").PerformToolAction 103, 503, "MainMenu52","3,13,19"

Good luck

0
amitai
amitai answered on Apr 9, 2012 8:10 AM

I am having similar problems using UltraToolbarsDockArea in testadvantage version free, qtp11

recording bring this code

 

SwfWindow("MainReport").SwfToolbar(“MenuBar").PerformToolAction tbmgrToolbar, tbmgrDropDown, "MainMenu52", "3"

SwfWindow("MainReport").SwfToolbar(“MenuBar").PerformToolAction tbmgrMenu, tbmgrDropDown, "MainMenu52,3", "13"

SwfWindow("MainReport").SwfToolbar(“MenuBar").PerformToolAction tbmgrMenu, tbmgrClick, "MainMenu52,3,13", "19"

but it does not replay

are there any other methods?