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.
我正在使用手动验证点 - 它运行良好 - 但是当它出现在日志中时,它的名称 - 或标题 - 显示为空,我应该怎么做才能使手动 VP 的标题出现在日志中,提前感谢 Abed。
语法是
vpManual("Your VP name here", expectedData, actualData).performTest();
VP 名称不应包含空格、点或其他“奇怪”字符,请使用字母、数字和下划线 _
如果您使用字符串变量作为名称,请检查它不为 null 或为空。另请注意,该名称在脚本中必须是唯一的。如果您提供一个小例子来说明您的问题,我可以尝试提供更多详细信息。
查看 RFT 文档