51Testing软件测试论坛
标题:
请问如何判断WebList中是否有值??
[打印本页]
作者:
love3380
时间:
2007-12-25 17:19
标题:
请问如何判断WebList中是否有值??
请问各位XDJM如何判断WebList中是否有值??
作者:
jinsen
时间:
2007-12-25 17:50
Dim pageobj,tempValue '//定义变量
set pageobj = Browser("MachineManage").Page("MachineManage").WebList("dpl_MachineType")'//画面对象赋值
tempValue = pageobj.GetROProperty("items count")'//从WebList中的"items count"属性中取出值。
print(Cstr(tempValue))'//打印值
If tempValue <> 0 Then
Reporter.ReportEvent micPass, "check point" , "WebList中有值"
Else
Reporter.ReportEvent micFail, "check point" , "WebList中没有值"
End If
以上是我自己写的,你也可以使用QTP的标准检查点,里面也有"items count"属性。
不过这只能检查WebList的选择项的个数是否正确。
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2