Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
development:testing:start [2017/06/05 00:43] – [Browser Testing] don.lee | development: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:// | ||
- | |||
- | ==== Glossary ==== | ||
- | |||
- | ^ Method Stub | http:// | ||
- | ^ Mock Object | http:// | ||
- | ^ Test Double | http:// | ||
- | |||
- | |||
- | |||
- | ===== Test Tools ===== | ||
- | |||
- | |||
- | ==== node.js Testing ==== | ||
- | |||
- | https:// | ||
- | |||
- | Node modules (via command "npm install -g module-name" | ||
- | |||
- | * Test Runner: [[development: | ||
- | * Assertions: [[http:// | ||
- | * Read the [[http:// | ||
- | * Stubs/ | ||
- | * Utilities: | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | |||
- | |||
- | ==== Frontend Testing ==== | ||
- | |||
- | * Chrome Developer Tools | ||
- | * [[http:// | ||
- | * [[development: |