Below you can find and introduce yourself to the main aspects and technologies that you need to understand and cover if you are planning to start a career in QA Engineering.
Complete test plan sample can be found under test_plan_sample.pdf for downloading.
- Understand software testing and do not jump into automation
- Manual testing and test cases creation are the core of all software testing industry
- Automation is not more than documenting manually written tests and engineering it in a way the code will be readable, understandable and reusable
- Make sure that your testing code is actually testing something
- Your testing code shall not require testing
- 200~OK is not always okay
- Don't trust a test code that you didn't see it fail
Use issues to contibute with any input (translations, adding missing parts...etc)