何 运行 使用命令行测试完整项目?
Ho to run test complete project using command line?
我有一个 TestComplete 项目,名为:automation.pjs,其中包含一些测试。
我想 运行 使用命令行进行这些测试,并在命令行中观察结果。
我在 Windows OS 上使用 TestComplete 14。
可能吗?我应该 运行 哪个命令?
我需要下载特定的插件吗?
谢谢。
您也可以将这些命令输入到 windows 任务调度程序中,让它们定期 运行!
-指定你的testcomplete.exe路径,输入参数如/r、/e、/p等
例如
cd ..\..\程序文件 (x86)\SmartBear\TestComplete 14\Bin
TestComplete.exe "C:\Users\user.name\documents\ProjectSuite1\automation.pjs" /r /e
我有一个 TestComplete 项目,名为:automation.pjs,其中包含一些测试。
我想 运行 使用命令行进行这些测试,并在命令行中观察结果。
我在 Windows OS 上使用 TestComplete 14。
可能吗?我应该 运行 哪个命令? 我需要下载特定的插件吗?
谢谢。
您也可以将这些命令输入到 windows 任务调度程序中,让它们定期 运行!
-指定你的testcomplete.exe路径,输入参数如/r、/e、/p等
例如
cd ..\..\程序文件 (x86)\SmartBear\TestComplete 14\Bin
TestComplete.exe "C:\Users\user.name\documents\ProjectSuite1\automation.pjs" /r /e