Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以更改测试用例执行后显示的默认消息?
我想将技术术语“翻译”为用户友好的术语。这样运行测试的人就可以在不知道脚本细节的情况下解释结果。问题是当客户服务员工运行测试并收到一条消息时,他们不知道如何解释它。
您可以使用以下解决方案在失败时显示个性化消息。
if(!WebUI.verifyElementClickable(findTestObject('abc/button_next'), FailureHandling.OPTIONAL)){ KeywordUtil.markFailedAndStop("Failed to found button on page!") }