Skip to content

Instantly share code, notes, and snippets.

@HariSekhon
Created September 27, 2024 14:48
Show Gist options
  • Save HariSekhon/4fa9429ee8dbf843528f29b0a930e458 to your computer and use it in GitHub Desktop.
Save HariSekhon/4fa9429ee8dbf843528f29b0a930e458 to your computer and use it in GitHub Desktop.
testing.md from HariSekhon/Knowledge-Base repo: https://github.com/HariSekhon/Knowledge-Base

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment