Hi everyone!
I hope you can lead me in the right direction. I'm want to transition into QA but , I'm not sure where to start. I'm really sorry if this is the wrong place to ask, I did try another place but wasn't getting any responses, so I hope this is ok.
I'm pretty much self taught with Ruby & Python, I've heard that it would be helpful in my search for a QA job and beyond.
What are some good materials to read? Or is good place to learn more online? Also has anyone heard about Qatutor?
I have a basic web stack whilst learning so Ruby, Rails, Javascript, Rspec, SQL, I've played around with minitest also, and some of the basic of TDD. With Python I was using it more for data analytics so matplotlib, numpy, and pandas. Would any of this be helpful in learning more about QA?
I was thinking I should learn about manual testing first then auto is that a good route or not? Also should I focus more on Python instead of Ruby; or something else I would like to stay with those two, but I've heard java might be useful...though we haven't gotten along since highschool.
Any other help or info is much appreciated.
Thanks!
Regarding the languages, for self-teaching, Ruby is a good way to go - most types of frameworks are originated or have a good mirror in Ruby. If one day you land in a Java project, you can learn Java. The important thing is to learn good software development practices ('Clean Code', 'XP in Pratice' and 'Design Patterns' are good books for that).
– João Farias Nov 02 '16 at 02:50