These days I have an interview for the position: Software Testing Engineer.
Any ideas what questions might pop to the interview? Any tips?
|
1
|
These days I have an interview for the position: Software Testing Engineer. Any ideas what questions might pop to the interview? Any tips?
|
||||||
|
|
|
How do you go about testing software? Here's a link I found with a list of interview questions you might be interested in: http://www.buzzle.com/articles/software-testing-interview-questions.html |
||
|
|
|
|
What is software testing ? |
||
|
|
|
|
I like this one: what is the difference between verification and validation? |
||
|
|
|
|
a Java-specific question for a tester would be (targeting the awareness of Exceptions)
|
||
|
|
|
|
How do you know you have tested completely. |
|||
|
|
Hey. If the keyword here is Java Software Tester, than expect questions about: If the keywords are Java Software Tester than expect questions about: In either case check SO for questions with proper tags and/or google for mentioned topics. |
||
|
|
|
|
How would you implement Assert.IsTrue? |
||
|
|
|
|
What part does testing takes in software development cycle? (You start writing tests the day you start project and put some of your best engineers to do that. When the project is almost done you test it) |
||
|
|
|
|
I think that in the software business the behavior and openess of people is very important. That's especially true for testing people. I would try to know if the person is going to be able to work with the dev team and ask him what he is doing when he is testing a software with a lot of very obvious bugs. How does it work with the developper to improve that situation. I think that he should find a way to help the developper for example by proposing to make smoke-tests and to integrate it to the build process or by reviewing the unit tests. I would also ask the person to write a defect report and see if it is clear enough for the one in charge of fixing it. Joel's test mention that you must ask a developper to write code during his interview. In the same way, I think that you must ask a tester to write a defect report. I hope it helps |
||
|
|
|
|
Just go through the link below and you will get a idea of the questions asked in the interview. |
||
|
|
|
|
Software Testing is not language dependent. A quick search on Google gave me what you are looking for |
||
|
|