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”)

# npm install mocha --save-dev
  • development/testing/start.1496595744.txt.gz
  • Last modified: 2017/06/05 01:02
  • by don.lee