gpt4 book ai didi

testing - 如果网页上出现特定元素,是否有办法让 QTP 无法通过测试

转载 作者:行者123 更新时间:2023-11-28 20:05:10 25 4
gpt4 key购买 nike

我正在尝试使用 QTP 测试基于 JSP 的 Web 应用程序。在某些页面上,JSP 被编码为向浏览器返回一个特定的 div 元素,该元素将具有 ID 属性,只有底层模型具有特定的 bool 标志集。如果 div 出现在返回的网页中,我希望能够开发失败的 QTP 测试。但是,QTP 文档似乎没有关于如何执行此操作的任何详细信息。

最佳答案

重点是检测条件是否适用,然后明确地使测试失败。

If Browser("b").Page("p").WebElement("html tag:=div", "html id:=theId").Exist Then
''# Report failure
Reporter.ReportEvent micFail, "Element Exists", "It shouldn't"
''# if you also want to stop the test
ExitTest
End If

关于testing - 如果网页上出现特定元素,是否有办法让 QTP 无法通过测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4441728/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com