| | | | | | | 1 | | 2 | 3 | 4 | 5 | 6 | 7 | 8 | | 9 | 10 | 11 | 12 | 13 | 14 | 15 | | 16 | 17 | 18 | 19 | 20 | 21 | 22 | | 23 | 24 | 25 | 26 | 27 | 28 | 29 | | 30 | | | | | | | |
|
我现在想得到WebElement对象的innertext值,但是总是报错我的代码显示如下:Browser("系统").Page("系统").WebEdit("userName").Set "sin"Browser("系统").Page("系统").WebEdit("password").SetSecure "4897c95e6cb9037b"Browser("系统").Page("系统").WebButton("登录").ClickBrowser("系统").Page("系统_2").F ...
刚开始学习QTP,做了一个总是不识别对象,总是报错,错误如下:Cannot identify the object "arrPort" (of class WebList). Verify that this object's properties match an object currently displayed in your application我的代码如下:Browser("销售系统").Page("销售系统").WebEdit("userid").Set "cos"Browse ...
我对samples进行了参数化,但是运行结果一直都有问题Action(){//declare variablesint i, ItemNumCount, RandNum;char* temp;char RandNumStr[20];char namestr[20];web_url("mercuryWebTours","URL=http://localhost:1080/mercuryWebTours/","Resource=0","RecCo ...
|
|