西秀岭

导航

08 2020 档案

.net 单元测试中使用 xml 文件作为DataSource
摘要:The XML file <Rows> <Row> <A1>1</A1> <A2>1</A2> <Result>2</Result> </Row> <Row> <A1>1</A1> <A2>2</A2> <Result>3</Result> </Row> <Row> <A1>1</A1> <A2>- 阅读全文

posted @ 2020-08-20 15:25 西秀岭 阅读(227) 评论(0) 推荐(0)

Jenkins和Postman 集成,使用Allure 输出测试报告
摘要:1. Jenkins 插件需要安装 Allure Jenkins Plugin 2. Global Tool Configuration 需要配置 Node 和执行 newman, Allure 报告的 npm 包。 newman 包 如果希望指定版本可以 写成 newman@5.1.2 就是指定的 阅读全文

posted @ 2020-08-17 12:18 西秀岭 阅读(1457) 评论(1) 推荐(0)

Jenkins 中使用VSTest.console 进行单元测试,使用Allure 输出测试报告
摘要:这里讲一下注意点 MSBuild MSBuild 中可以使用 ${WORKSPACE} 来获得当前路径,如下图。 MSBuild Version 可以在 Global Tool Configuration 中进行配置。 VsTest.Console 插件中的Test Files 指定部分指定的Dll 阅读全文

posted @ 2020-08-11 14:50 西秀岭 阅读(642) 评论(0) 推荐(0)

如果网页中有ShawdowDOM ,如何使用 Selenium Web Driver 进行操作
摘要:https://www.cnblogs.com/Simple-Small/p/12035425.html 阅读全文

posted @ 2020-08-04 15:09 西秀岭 阅读(206) 评论(0) 推荐(0)