随笔分类 -  testng

maven远程仓库
该文被密码保护。

posted @ 2018-07-05 10:28 tianlintest 阅读(0) 评论(0) 推荐(0)

idea创建maven项目+testng+reportNg
该文被密码保护。

posted @ 2018-06-11 17:41 tianlintest 阅读(0) 评论(0) 推荐(0)

http——StringEntity 和 UrlEncodedFormEntity 的区别
该文被密码保护。

posted @ 2018-05-30 15:59 tianlintest 阅读(0) 评论(0) 推荐(0)

httpClient 封装http请求工具类(HttpPost 传输Json数据并解析)
该文被密码保护。

posted @ 2018-05-30 15:46 tianlintest 阅读(0) 评论(0) 推荐(0)

TestNG.xml参数配置-如何控制部分执行@test方法
摘要:如果在methods中标识了@test的方法,也可以在method中通过include和exclude来控制需要执行哪些方法 <include name="testMethod1" /> <exclude name="testMethod2" /> <include name="testMethod 阅读全文

posted @ 2018-04-02 16:59 tianlintest 阅读(260) 评论(0) 推荐(0)

导航