development:testing:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
development:testing:start [2017/06/05 00:27] don.leedevelopment:testing:start [2021/03/14 19:00] (current) – removed don.lee
Line 1: Line 1:
-====== List of common use testing tools ====== 
  
-===== Bad Testing Practice ===== 
- 
-  * http://www.objc.io/issue-15/bad-testing-practices.html 
- 
-==== Glossary ==== 
- 
-^ Method Stub | http://en.wikipedia.org/wiki/Method_stub |  | 
-^ Mock Object | http://en.wikipedia.org/wiki/Mock_object | e.g. database | 
-^ Test Double | http://en.wikipedia.org/wiki/Test_double | e.g. simplify the complexity of external function| 
- 
- 
- 
-===== Test Tools ===== 
- 
- 
-==== node.js Testing ==== 
- 
-Node modules (via command "npm install -g module-name") 
-  * [[development:testing:mocha:|Mocha]] 
-  * [[http://gruntjs.com/|grunt]], JavaScript Task Runner 
-  * [[https://github.com/gruntjs/grunt-cli|grunt-cli]], a command line tools 
-  * [[https://github.com/jharding/grunt-exec|grunt-exec]] 
-  * [[http://pivotal.github.io/jasmine/|Jasmine]] 
- 
- 
- 
-==== Browser Testing ==== 
- 
-For Firefox Browser 
-  * [[https://addons.mozilla.org/zh-tw/firefox/addon/firebug/|Firebug for Firefox]], FireFox's add-on 
-  * [[http://chrispederick.com/work/web-developer/|Web Developer]] 
-  * [[https://addons.mozilla.org/en-US/firefox/addon/imacros-for-firefox/|iMarcos]], a very good tools for browser automation 
-  * [[http://pivotal.github.io/jasmine/|Jasmine]] 
-  * [[development:testing:mocha:|Mocha]] 
  • development/testing/start.1496593647.txt.gz
  • Last modified: 2017/06/05 00:27
  • by don.lee