Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 720 Bytes

testing.md

File metadata and controls

29 lines (17 loc) · 720 Bytes

Testing

Test Driven Development

You should write tests first because this will catch edge cases in your functions and you can then write your functions to match the expected logic behaviour of your tests cases.

Don't be these people - it's funny because it's wrong:

Test Cases are for Weak Programmers

Diagram

Different Testing Methods

Testing

Meme

Feature vs Dev Testing vs QA vs User