I am about to go for an interview for a software testing summer job. What questions should I ask the professor about this + I have never done software testing before, any good reference material you can recommend will be appreciated.
thanks
I am about to go for an interview for a software testing summer job.
Share
You should be prepared to discuss a variety of testing terms, such as:
You likely don’t need experience in all of them, but you should express an awareness.
A general knowledge of the following is helpful (refer to IEEE 829 for a start):
– test plans – what should be in a good plan?
– test cases – what should be in a good test case?
– test design specifications
– incident reporting (including bug tracking)
– software specifications – what does one look for?
You should start thinking about how you would test different things. What are the base cases? Are there any boundary cases? What could be wrong with any given product or item? Think creatively…
For a few starting references on testing, I suggest looking at the following: