Flex | DropDownList
Hi,
I am new to test complete tool and I have a probelm while selecting an item from the dropdown list. Please help me on this
Below mehtods did not work(this was done using name mapping)
Aliases.iexplore1.pageEqsprojWorkflowDashboardRequ.objectMain.mainMain0.scrollerScroller3.mainmoduleMainmodule59.formhostPluginformhost.formloaderFormloader3265.scrollerScroller3796.formForm3862.BorderContainer(0).DropDownList("requestorGroupDD").ClickItem "USA"
Aliases.iexplore1.pageEqsprojWorkflowDashboardRequ.objectMain.mainMain0.scrollerScroller3.mainmoduleMainmodule59.formhostPluginformhost.formloaderFormloader3265.scrollerScroller3796.formForm3862.BorderContainer(0).DropDownList("requestorGroupDD").SelectItem "USA"
When I execute the above command one after the other the following same error got displayed for both the statements
Error Message: Cannot activate the 'USA' item.
When I recorded, the script was in a diffent way as mentioned below
Call formLoader.scrollerScroller3796.formForm3862.dropdownlistDropdownlist4649.Click(412, 9)
Call scroller.labelLabel6344.Click(116, 5)
Kindly specify what could be the problem and how to use the methods / properties without any error for the dropdown list for a flex object
Thanks & Regards,
Kiran