我想在HP ALM中运行用Java + Selenium + TestNG编写的测试脚本。我创建了运行测试的Vapi-XP测试和批处理文件。但如果测试失败,它将报告通过。如何上传测试结果?
mycommand = "C:\PSelenium\RunVapi.bat"
TDOutput.Print "Starting " & mycommand
result=run(mycommand,0,true)
TDOutput.Print "Test ended with " & result
答案 0 :(得分:0)
您可能需要检查Agiletestware Bumblebee集成平台,它可以帮助您自动将Java + Selenium + TestNG测试结果导出到HP ALM中。还可以查看this和this。
免责声明:我是Bumblebee的开发者
答案 1 :(得分:0)
在VAPI-XP测试范围内有2个全局对象:CurrentRun,CurrentTest。它们分别对应Run and Test interfaces。应该设置两个对象上的Status属性。