批跑
说明:环境部署涉及到平台和执行机之间的发送与接收请求【猜测是Http请求】
环境部署:
- LocalTester控制台应用程序Debug文件夹中的生成文件
【建议将所有文件都删除,然后重新生成,但是要添加2个DLL文件 】
WF程序集中底层用到了里面的方法-_-
- WebUIACoreBySelenium.dll
- Smart.DSQL.dll
- ffmpeg.exe文件录屏工具,放到Debug文件里
- SideBySide.exe.config
【驱动ProcessEngine程序集单条执行批跑专用】
- DCTTRunner.exe.config
【驱动ProcessEngine程序集单条执行批跑专用】
上面个配置文件中dll配置要与debug文件中localtester.exe.config文件中dll配置一致
- MicroAgent文件夹【连接CloudTesting】
. 配置MicroAgent.exe.config文件确保address中的地址是可以访问的
<client>
<endpoint address="http://10.1.117.136:9999/CloudTestingService.svc" binding="basicHttpBinding" bindingConfiguration="ServiceBinding" contract="Svc.ICloudTestingService" name="BasicHttpBinding_ICloudTestingService" />
</client>
- 开启MicroAgent.exe
以上配置模板下载:Click
批跑流程
-
环境部署
-
建立测试需求
-
建立测试场景
-
核对执行机状态
-
常规性功能测试