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
Hello Lino,
Thanks for provided information, but my suggestion is to use TestAdvantage, because by this way you will be able to create a fully functional vbscripts that could test your AUT with our controls. If you are using TestAdvantage you will be able to access all specific Infragistics properties in the controls, otherwise you could use only default methods (for example Click method with coordinates over our the button)
Let me know if you have any questions.
Regards
Hi Georgi,
Thank you for this solution, but I try to working more with the object, I have to build a vbscript wrapper for some object that we used.
Best regards
Thanks for your response. Please do not hesitate to write us, if you have any questions
Thanks Georgi
I look to night at home
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