Quantum Automation Framework
新的框架
摘要:关于mvn命令引用springboot配置 在pom.xml中配置一个profile 然后就有了一个activatedProperties值为test,在application.yml中配置: 最后通过mvn clean package P test引用这个id为test的profile就行了。 关
阅读全文
posted @
2019-12-02 22:07
liehen2046
阅读(160)
推荐(0)
testng
摘要:结构 common ExcelTool TestServiceTest TestServiceTest01.xml pom.xml
阅读全文
posted @
2019-08-07 01:28
liehen2046
阅读(175)
推荐(0)
cucumber+selenium
摘要:工程结构 pom testng common.core common.myenum cucumber.pages cucumber.steps resource.features
阅读全文
posted @
2019-07-21 21:46
liehen2046
阅读(284)
推荐(0)
自动化框架Quantum Automation Framework+cucumber+perfecto
摘要:名词解释 Quantum: 一款基于JAVA的自动化框架,支持手机和桌面WEB的自动化测试。与cucumber和perfecto实现了整合,用于BDD自动化。 Refer: http://projectquantum.io/ cucumber: 一款BDD类型的自动化测试框架,使用ruby编写,支持
阅读全文
posted @
2019-07-16 11:03
liehen2046
阅读(454)
推荐(0)