05-26-2009, 05:50 PM
Hi all
I'm evaluating QTP but i run into a severe problem stopping me form replaying scripts successfully
I can record the application (.Net Windows Forms) but on replay I get errors:
Cannot identify the object "WindowsForms10.Window8.app2"
Typically there are SwfWindow*** calls but this seems to be a custom DropDownBox and there just a WinObject is scripted...
I've tried some stuff like Object Identification or creating a new Virtual Object but as i'm the 1st day with QTP I may be missing here something
Please help me
Script excerpt:
...
...
I'm evaluating QTP but i run into a severe problem stopping me form replaying scripts successfully
I can record the application (.Net Windows Forms) but on replay I get errors:
Cannot identify the object "WindowsForms10.Window8.app2"
Typically there are SwfWindow*** calls but this seems to be a custom DropDownBox and there just a WinObject is scripted...
I've tried some stuff like Object Identification or creating a new Virtual Object but as i'm the 1st day with QTP I may be missing here something
Please help me
Script excerpt:
...
Code:
SwfWindow("XY Client v1.1").Activate
SwfWindow("XY Client v1.1").SwfWindow("Tickets").SwfObject("50").Click 112,14
WinObject("WindowsForms10.Window.8.app2").Click 12,9