roja
15 years agoNew Contributor
Object recognition problem for WPF using test complete7
I am trying to perform a feasibility study for WPF web based applicaiton with testcomplete7.
I have done the settings specified as per teh Help file in TestComplete.
But action on the browser are recognized as
Just to summaries, the whole page is being identified as a single object iexplorer.
i am in urgent need of the feasibility report by eod. A quick response is appreciated.
I have done the settings specified as per teh Help file in TestComplete.
But action on the browser are recognized as
Dim iexplore
Dim wnd
Set iexplore = Aliases.iexplore
Call iexplore.wndIEFrame.ShellDocObjectView.DocObject_Top_Class.Item.Click(473, 111)
Set wnd = iexplore.IEFrame.ShellDocObjectView.DocObject_Top_Class.Item
Call wnd.Item.Click(738, 15)
Call wnd.Click(114, 144)
Just to summaries, the whole page is being identified as a single object iexplorer.
i am in urgent need of the feasibility report by eod. A quick response is appreciated.