Junior Tester Starter Kit ๐
Welcome! This kit is made for junior software testers โ people who are new to testing or in their first year. Most of the kit is for manual testers, but there is also a section for beginners in test automation.
Everything here is written in simple English so it is easy to read, even if English is not your first language.
junior-tester-kit/
โโโ README.md โ You are here
โโโ guides/
โ โโโ testing-basics.md โ What testing is, types of testing, SDLC/STLC
โ โโโ bug-reporting.md โ How to write a great bug report
โ โโโ learning-roadmap.md โ 3-month learning plan with free resources
โโโ templates/
โ โโโ test-case-template.md โ Reusable test case template + 3 examples
โ โโโ bug-report-template.md โ Reusable bug report template + 2 examples
โ โโโ test-plan-template.md โ Lightweight test plan template
โโโ automation/
โ โโโ starter-scripts.md โ Intro to automation + example code
โโโ glossary.md โ 40+ testing terms explained in one line each
guides/testing-basics.md. It explains the main ideas.guides/bug-reporting.md, then copy the template from templates/bug-report-template.md.templates/test-case-template.md and follow the examples.templates/test-plan-template.md.automation/starter-scripts.md for simple starting points.glossary.md.guides/learning-roadmap.md.Good luck, and happy testing! ๐ฏ