|
刚刚学习QTP,还请各位高手指教
待测模块是三个省市县的下拉菜单,“县”的被选项依赖于“市”的值,“市”的被选项依赖于“省”的值。
QTP分别识别为:WebList:province;WebList: city;WebList:area。
回放时,province正常执行,city、area需要等待几十秒才select一个值,且最后result中提示:
Object : “city ”-Description mismatch.
Details:The object was not found using the test object description .Check the object’s properties.
Result : Warning
Object : “area ”-Description mismatch.
Details:The object was not found using the test object description .Check the object’s properties.
Result : Warning
我该怎样调试,才能不需要等待一段时间,且不出现warning提示?
|
|