Basics of Software Quality AssuranceThere are two main types of QAs:
- Manual: Engineers who perform testing without code knowledge
- Automation: Engineers who write code that does testing for them
Basics of manual testing:
- Actual testing
- Filing bug reports
- Writing test cases
If you are still not familiar with the basics of Software Quality Assurance, please check out
these 4 videos to understand how to test applications and write bug reports. These are the two things that you need to know very well, as you will be asked to write a test case and a bug report in 90% of your interviews. So, get pretty comfortable with it. And if you ever feel like this is not enough, just watch some more youtube videos or email us at
[email protected] with a request to add more videos to this list.
Let's learn the basics of javascript coding at codecademy.comYou will need to pass these 3 languages: HTML, CSS, and Javascript.
Don't be afraid, it's pretty simple. And most people enjoy it :) To be honest, when went through it for the first time, I easily finished HTML/CSS but javascript took me a while. I had to google a lot of solutions for JS(javascript) challenges. But after it was finished, somehow :) I went through JS again and it was pretty clear then!
Do that, and then come back to our website and we will learn how to build an automation framework from scratch!