摘要: Nightwatch+gulp 注: npm: 包管理工具 (一)搭建一个简单的nightwatch项目 1. 安装底层环境 node.js -- 已经包含npm 下载地址 https://nodejs.org ->安装exe->检查是否安装成功 cmd: node -v npm install n 阅读全文
posted @ 2017-10-25 09:32 Catherine-Wang 阅读(447) 评论(0) 推荐(0) 编辑
摘要: 使用可视化工具SourceTree 下载地址:https://www.sourcetreeapp.com/ 使用branch管理代码 下载git代码:Clone/New ->粘贴项目git url -> 选择本地存放路径->Clone 创建本地分支:Branch+ -> 填写分支名称 ‘branch 阅读全文
posted @ 2017-07-04 16:03 Catherine-Wang 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Gradle + Qunit Summary PPT: Pls refer to file tab 'JS-UT-With-Qunit' https://confluence/display/POS/JavaScript+Unit+testing+with+QUnit+and+Gradle 阅读全文
posted @ 2017-04-12 11:16 Catherine-Wang 阅读(177) 评论(0) 推荐(0) 编辑
摘要: not complete yet~ Mocking Framework for JavaScript Mocking Framework for Java Advantage According to experience, Mockito can easily do everything that 阅读全文
posted @ 2017-04-12 10:48 Catherine-Wang 阅读(129) 评论(0) 推荐(0) 编辑
摘要: https://www.mkyong.com/unittest/junit-4-vs-testng-comparison/ Functionality - JUnit 4 vs TestNG The annotation supports are implemented in both JUnit 阅读全文
posted @ 2017-04-07 18:11 Catherine-Wang 阅读(378) 评论(0) 推荐(0) 编辑
摘要: Terminology CUT (Class Under Test) – a class in the production code which is being tested MUT (Method Under Test) – a method in the production code wh 阅读全文
posted @ 2017-04-07 15:52 Catherine-Wang 阅读(242) 评论(0) 推荐(0) 编辑
摘要: Pls refer to the file tab for 'WebPageTest' 阅读全文
posted @ 2017-04-06 18:13 Catherine-Wang 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 性能测试理论 理解性能测试 理发店模型:http://www.cnblogs.com/jackei/archive/2006/11/20/565527.html 性能衡量标准 吞吐量(TPS):指的是服务端返回给客户端的数据量。吞吐率:单位时间内网络上传输的数据量,也可以指单位时间内处理客户请求数量 阅读全文
posted @ 2017-04-06 18:10 Catherine-Wang 阅读(392) 评论(0) 推荐(0) 编辑
摘要: Web automated test tool set, include IDE, Grid, RC, WebDriver. learn url: http://www.webdriver.org/article-4-1.html http://www.seleniumhq.org/ Seleniu 阅读全文
posted @ 2017-04-06 18:07 Catherine-Wang 阅读(129) 评论(0) 推荐(0) 编辑
摘要: Mocha VS Qunit Assess Category Assess Items MochaQunit Setup Installation Require to install node.js and Mocha.js $ npm install mocha.js Don't need in 阅读全文
posted @ 2017-04-06 17:42 Catherine-Wang 阅读(709) 评论(0) 推荐(0) 编辑