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.
我想从控制台运行预先编写的 Jubula 测试(可能在远程机器上)并在日志文件中接收输出。有什么办法吗?在 Jubula 帮助中,我在 Google 和 Google 中都没有找到任何相关信息。
当然有!
您需要调用 testexec.exe(它位于“jubula_install”/jubula/ 文件夹中)
它有很多参数,其中许多是强制性的。在下面看到它们:
http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jubula.client.ua.help%2Fhtml%2Fmanual%2Fnode260.html
因此,我建议您为自己喜欢的配置编写批处理文件。