07-28-2010, 08:57 PM
Hi all,
I have created a virtual object, for a flexmenu item, which QTP struggles to identify in my application.
Now i do not have a clue of how to use it within the script.
I gave the following command only to result in error
When marking the object, the parent was identified as "Pre-submission" by QTP. The object name is "object1" and the collection name is VoCollection1.
Any help is appreciated.
Thanks in advance
I have created a virtual object, for a flexmenu item, which QTP struggles to identify in my application.
Now i do not have a clue of how to use it within the script.
I gave the following command only to result in error
Code:
Browser("#").FlexApplication("Main").FlexMenuBar("menu").FlexMenu("Pre-submission").virtualobject("object1").Click
When marking the object, the parent was identified as "Pre-submission" by QTP. The object name is "object1" and the collection name is VoCollection1.
Any help is appreciated.
Thanks in advance