基于springboot构建了一版本自动化测试框架,指定被测试环境,执行测试,支持配置化...

https://github.com/wenchengyao/testLJTT.git

 

使用maven打包,mvn clean install

在运行的时候,java -jar testLJTT.jar  -args

 

说明:

数据库操作使用的springboot的jdbctemplate。

测试框架使用testng,该工程是直接基于springboot的基础工程,在main方法中引入testng主函数,执行的时候,重写了三个listener,他们是IExecutionListener、IInvokedMethodListener以及TestListenerAdapter。

前端驱动框架使用selenium。

 

转载于:https://www.cnblogs.com/wency/p/10670256.html

你可能感兴趣的:(基于springboot构建了一版本自动化测试框架,指定被测试环境,执行测试,支持配置化...)