This is an old revision of the document!
List of common use testing tools
Bad Testing Practice
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”)
Browser Testing
For Firefox Browser
- Firebug for Firefox, FireFox's add-on
- iMarcos, a very good tools for browser automation