07-06-2011, 04:52 PM
Hi,
I am encountering an issue with QTP 11 object identification as QTP identifies object differently in 2 different machines though its same OS And other configurations.
Application developed in dot net.
Add button identified in Machine1 is as follows
Add button object identified in Machine2 is as follows
Overall In machine1 there is ActiveX before Swfobject where as Machine2 does not show ActiveX.
Please advice on the issue & thanks for the help in advance.
Note:
OS installed on both machine : Windows XP
QTP Version : 11.0
Application Type : Client Server
Add-Ins loaded on both machine : Same
Thanks,
Prashanth
I am encountering an issue with QTP 11 object identification as QTP identifies object differently in 2 different machines though its same OS And other configurations.
Application developed in dot net.
Add button identified in Machine1 is as follows
Code:
Window("FlexNet Manager Suite").Window("Flexera Software\FlexNet").ActiveX("ManageSoft ComplianceManagerRe").SwfObject("Add").Click
Add button object identified in Machine2 is as follows
Code:
Window("FlexNet Manager Suite").Window("Flexera Software\FlexNet").WinObject("&Add...").Click
Overall In machine1 there is ActiveX before Swfobject where as Machine2 does not show ActiveX.
Please advice on the issue & thanks for the help in advance.
Note:
OS installed on both machine : Windows XP
QTP Version : 11.0
Application Type : Client Server
Add-Ins loaded on both machine : Same
Thanks,
Prashanth