Tagged Questions
3
votes
4answers
684 views
When should I do regression testing during each sprint?
I am in a small Agile development team with no automated testing. We use Scrumwise to keep up with development. The above answers address the question with automated tests and hardening testing at the ...
-2
votes
3answers
250 views
Courses for non-IT people to study testing?
I am a non-IT student, but I want to enter into the IT world. Which courses do I have to study to get job in testing? What is the difference between QA tester and ISTQB tester? Which is the best ones?
...
3
votes
5answers
188 views
How important is it to test a build against a clean data set?
Our web application is complicated, as are most modern apps. Typically, at the end of a release cycle, we branch our code and perform a regression test on the code. Additionally, all new features are ...