Context :
I work with HP QTP (quick test pro) tool for testing. I am currently writing scripts to test a GUI created with infragistics. I use vbscript to create the test scripts.
I trying to find the way to click on the right button of the 'rightbuttons' collection in the component UltraTextEditor
All help is appreciated.
Best Regards
Lino
Get TestAdvantage (for HP QTP) for Windows Forms: http://ko.infragistics.com/products/testadvantage-windows-forms-qhp/
The UltraTextEditor wrapper in this product have a list of methods to interact with the buttons collections (left and right):
I hope this was helpful,
Ammar
Thanks Ammar,
But what I try to do, is to understand, the UltraTextEditor and to work with the exposed objects.
Some useful function are protected and not public, I find that I can access to this function if I make my .net class that inherits from infragistics class
Thx