by varunsaini on 3/27/12, 3:16 PM with 6 comments
by hkarthik on 3/29/12, 4:17 PM
Start with learning how to automate testing first. If you're testing web apps learn Watir, WatiN, Selenium, Cucumber, etc.
Next step is learn how to write automated integration tests and finally unit tests using an xUnit framework (JUnit, NUnit, TestUnit). Start pairing with experienced devs and help them write unit tests for their code. If you can pick up some BDD style testing here that's even better.
When you start feeling more confident, tackle smaller bugs on the bug list. Eventually your velocity will get noticed and you'll be a full fledged dev in no time.
by rwillystyle on 3/28/12, 5:00 AM
by varunsaini on 3/27/12, 3:18 PM
by girishmony on 3/27/12, 3:40 PM