|
我使用的testcomplete8.6用来测试silverlight4应用程序,怎么录制的脚本对象属性方法的值大部分是获取到坐标值,是不是哪里没配置好;请教高手;有什么好testcomplete资料可以共享下;谢谢
Call TestedApps.Page1.Run
'Navigates to the ''http://10.228.7.183/km/'' address.
Call Aliases.iexplore.ToUrl("http://10.228.7.183/kmis2/")
'Clicks at point (171, 15) of the 'cboServerList' object.
Call Aliases.iexplore.pageUms.formForm1.panelSilverlightcontrolhost.object.cboServerList.Click(171, 15)
'Clicks at point (104, 12) of the 'ComboBoxItem' object.
Call Aliases.iexplore.pageUms.formForm1.panelSilverlightcontrolhost.object.cboServerList.Popup.ComboBoxItem.Click(104, 12)
'Clicks at point (55, 10) of the 'txtUserCode' object.
Call Aliases.iexplore.pageUms.formForm1.panelSilverlightcontrolhost.object.txtUserCode.Click(55, 10)
'Drags from point (50, 17) of the 'txtUserCode' object to offset (-152, -26).
Call Aliases.iexplore.pageUms.formForm1.panelSilverlightcontrolhost.object.txtUserCode.Drag(50, 17, -152, -26)
'Enters 'admin' in the 'txtUserCode' object.
Call Aliases.iexplore.pageUms.formForm1.panelSilverlightcontrolhost.object.txtUserCode.Keys("admin")
'Enters the text 'abcd1234' in the 'txtPassword' text editor.
Call Aliases.iexplore.pageUms.formForm1.panelSilverlightcontrolhost.object.txtPassword.SetText("abcd1234")
'Clicks at point (76, 9) of the 'txtVerifyCode' object.
Call Aliases.iexplore.pageUms.formForm1.panelSilverlightcontrolhost.object.txtVerifyCode.Click(76, 9)
'Enters '3409' in the 'txtVerifyCode' object.
Call Aliases.iexplore.pageUms.formForm1.panelSilverlightcontrolhost.object.txtVerifyCode.Keys("3409")
'Clicks at point (43, 11) of the 'btnLogin' object.
Call Aliases.iexplore.pageUms.formForm1.panelSilverlightcontrolhost.object.btnLogin.Click(43, 11)
'Closes the 'IEFrame' window. |
|