How to recognise controls inside tabNavigator of Flex application while testing in Selenium.
Page 1 of 1 • Share •
How to recognise controls inside tabNavigator of Flex application while testing in Selenium.
I am trying to automate test cases but have encountered the following problem. My application is in Flex and i am writing the test cases in C# and testing the same in NUnit Framework using Selenium. In the application there are three tabs inside the tabNavigator and i have to perform "Click" operation on these tabs in order to check the navigation functionality.I have written a function "doFlexClick" in .as file which reqires the ID of the contol in order to perform the specified operation that is "Click" in this case. Even after giving ids to all the tabs in Flex code, at run time the Flex Application doesnt show the given ids, only tabNavigator is displayed, due to which my "doFlexClick" is unable to perform the specified task as it doesnt get the ids of the controls(tabs).
Can anybody suggest me a fix for the above mentioned problem.
Thanks in advance.
Can anybody suggest me a fix for the above mentioned problem.
Thanks in advance.
anupriya- Posts: 1
Join date: 2010-01-13
Similar topics» How to recognise controls inside tabNavigator of Flex application while testing in Selenium.
» Need help - including SeleniumFlexAPI.swc in Flex Application
» Is there any way to record the Flex Application using Selenium IDE
» How to recognize flex object in perl
» how to capture screenshots of flex application using Selenium?
» Need help - including SeleniumFlexAPI.swc in Flex Application
» Is there any way to record the Flex Application using Selenium IDE
» How to recognize flex object in perl
» how to capture screenshots of flex application using Selenium?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case