QA interview questions and answers are completely based on the QA interview I and my friends attended during last years of working experience as Quality Assurance Testers.

Does your team use continuous integration?
If tester doesn't understand what interviewer means by continuous integration, the tester probably didn't work in a good software environment. How can QA Engineer get steady code build for testing if there is no bulletproof method of building and deploying code to testing and production environment? If there is no continuous integration process in place, QA Engineers most likely would spend time finding and reporting "show-stopper" and unit level bugs. The interviewee should be prepared to answer what source control (also known as version control, source control or (source) code management (SCM) systems they used. There are plenty of them around and most popular are SV, Perforce and VSS. The interviewee also needs to know about continuous integration software like CruiseControl, Bamboo or Hudson.
Subscribe to:
Post Comments (Atom)
Common QA engineer interview questions
- SQA interview question 54 - Git interview questions
- SQA interview question 53 - Python interview questions for QA Engineer
- SQA interview question 52 - Why automated software testing fails??
- SQA interview question 51 - What makes a good QA Tester?
- SQA interview question 50 - How to evaluate QA tester's work?
- SQA interview question 49 - What is a good ratio of QA tester to developer?
- SQA interview question 48 - What do you do when you get bored?
- SQA interview question 47 - how would you test a vending machine
- QA Tester interview question 46 - How would you test a toaster?
- Test manager interview question 45 - Should all testers be developers?
- Test manager interview question 44 - What is a good ratio of QA testers to developers?
- QA manager interview question 43 - How would you deal with smarty pants SQA Engineer?
- QA interview question 42 - Name any software quality assurance or software testing magazine?
- QA interview question 41 - What's in your Testers Tool Box?
- SQA interview question 40 - Why do you want to leave your current job?
- QA interview question 39 - Define test automation requirements for developing web application?
- SQA interview question 38 - How do you keep your testing skills updated?
- QA interview question 37 - Does your team use continuous integration?
- SQA interview question 36 - Why does test automation project fail?
- QA interview question 35 - How to report bugs effectively?
- QA interview question 34 - How do you know when to stop testing?
- QA interview question 33 - Could you name a few testing activities?
- QA interview question 32 - What makes a good QA Engineer?
- QA interview question 31 - What are prerequisites for white box testing?
- QA interview question 30 - Can you solve this QA interview puzzle?
- SQA interview question 29 - What tests shouldn't we automate?
- QA interview question 28 - What tests should we automate?
- SQA interview question 27 - Do you recommend using test automation in agile environment?
- QA Engineer interview question 26 - What is stress testing?
- QA interview question 25 - What is performance testing?
- QA interview question 24 - What is load testing?
- QA interview question 23 - Which testing types do you know?
- QA interview question 22 - Who is responsible for the quality in agile project?
- QA interview question 21 - What should tester do in an agile project?
- QA interview question 20 - Could you describe an agile tester?
- Software testing interview question 19 - What is agile manifesto?
- QA interview question 18 - What is boundary condition testing?
- QA interview question 17 - What is test harness?
- Test interview question 16 - What is traceability matrix?
- QA interview question 15 - What is test suite?
- SQA interview question 14 - What is test strategy?
- SQA interview question 13 - What is test plan?
- SQA interview question 12 - What is test case?
- QA interview question 11 - What is software bug?
- SQA interview question 10 - What is Agile Testing?
- SQA interview question 9 - What is Ad Hoc Testing?
- QA interview question 8 - What is Acceptance Testing?
- SQA interview question 7 - Which is better - black, gray or white box testing?
- QA interview question 6 - What is gray box testing?
- SQA interview question 5 - What is white box testing?
- QA interview question 4 - What is black box testing?
- SQA Interview question 3 - What is the difference between QA and testing?
- QAInterview question 2 - What is Software Testing?
- SQA Interview question 1 - What is Software Quality Assurance?

3 comments:
It's good to see the focus of CI going beyond the traditional dev team. QA needs to be aware of CI for two main reasons:
1) They need to be aware because they will be the consumers of the artifacts from the CI system.
2) They need to be aware because if there is no CI system in process, they should absolutely push back on the dev team and force them to introduce CI.
QA has more power than they often realize. Use it!
Definition of CI is still not clear. Please can yoube more precise?
Look up Continuous Integration on Wikipedia
Post a Comment