development:testing:start

This is an old revision of the document!


List of common use testing tools

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

https://blog.risingstack.com/getting-node-js-testing-and-tdd-right-node-js-at-scale/

Node modules (via command “npm install -g module-name”)

Edit project package.json

"devDependencies": {
  "mocha": "*",
  "chai": "*",

}
  • development/testing/start.1496595863.txt.gz
  • Last modified: 2017/06/05 01:04
  • by don.lee