/QARoadMap

Creative Commons Zero v1.0 UniversalCC0-1.0

QARoadMap

The idea of this repo is to help fellow QAs/testers to learn and grow. I got the idea of gathering material from this QA Roadmap and from another studying list Coding Interview University Feel free to add more information!

How to use it

How to use it

I'm using Github's special markdown flavor, including tasks lists to check progress.

Create a new branch so you can check items like this, just put an x in the brackets: [x]

Using github Fork a branch and follow the commands below

git checkout -b progress

git remote add jwasham https://github.com/jwasham/coding-interview-university

git fetch --all

Mark all boxes with X after you completed your changes

git add .

git commit -m "Marked x"

git rebase jwasham/master

git push --force

More about Github-flavored markdown

Don't feel you aren't smart enough

Books

List of books

Before we start

Content is all about concepts, so it kinda starts that you have a small knowledge on software development and testing software. Ministry of testing has this awesome material "30 Things Every New Software Tester Should Learn", I strongly recomend you to do it before you start, even if you already know a thing or two on software testing. It kinda take an effort, you don't have to take 30 days to finish, but some 'tasks' will take a while to finish your study. Yes, most of things here are very old and some not even working. But there is a good material there and you can learn a lot from it.

Table of Contents