我的任务是从 Ranorex 启动 Parasoft SOAtest,以便通过 SOAtest 进行一些 Web 服务测试。如何启动和使用 Ranorex 的 SOAtest。我使用 C# 作为我的脚本语言。
user3327780
问问题
270 次
1 回答
0
您可以使用 soatestcli.exe 启动 Parasoft SOA 测试。
可执行文件的位置:“C:\Program Files\Parasoft\SOAtest\9.6\soatestcli.exe”
它需要以下参数: -data "Project Workspace" -config "user://configfile" -resource "test.tst" -report "reportLocation.html"
示例:打开命令提示符并输入: "C:\Program Files\Parasoft\SOAtest\9.6\soatestcli.exe" -Data "Project Workspace" -config "user://configfile" -resource "test.tst" -report “报告位置.html”
这使得您可以从 C# 或您使用的任何其他自动化工具运行它。
希望这对您有所帮助或至少给您一个良好的开端。:)
于 2014-03-31T22:00:11.290 回答