我有一个任务是从Ranorex启动Parasoft SOAtest,以便通过SOAtest进行一些网络服务测试。如何从Ranorex启动和使用SOAtest。我使用C#作为我的脚本语言。
发布于 2014-04-01 06:00:11
您可以使用soatestcli.exe启动Parasoft SOA测试。
可执行文件的位置:"C:\Program Files\Parasoft\SOAtest\9.6\soatestcli.exe“
它需要以下参数:-data“项目工作区”-config "user://configfile“-resource "test.tst”-report "reportLocation.html“
示例:打开命令提示符并输入:"C:\Program Files\Parasoft\SOAtest\9.6\soatestcli.exe“-Data”项目工作区“-config "user://configfile”-resource "test.tst“-report "reportLocation.html”
这使得您可以从C#或您使用的任何其他自动化工具运行它。
希望这对你有帮助,或者至少给你一个好的开始。:)
https://stackoverflow.com/questions/22245889
复制相似问题