When the product is good enough to be released?
How do you determine when you have done enough testing?
Number of open bugs does not decrease over time (quality of product does not improve over time)
When do you automate testing?
When does TESTING begin?
Development stage - after the code is ready to be tested
When does QA begin?
Begins from day one with analysis & requirements
If you found a bug what do you have to do next?
Report it immediately (unless instructed otherwise) upon making sure the bug is reproducible
If you find a bug and the developer says it is as-designed, what would you do?
How do you perform UI testing?
If you log a bug and the developer says she cannot reproduce it, what should you do?
-Make sure it was not fixed earlier (is still reproducible on your system)
-make sure the bug was properly communicated to the developer
-Compare the environments: OS, version of the product, browser, etc.
What is re-testing?
Re-testing is running same test again after a while
Describe the QA Process
Test Planning Process
Test Development Process
Test Execution Process
Defect Management Process
Test Reporting Process