What is TAR?
test analysis report= QA reports:
# of test cases executed
# bugs found
# bugs fixed
# bugs closed
# re-opened bugs
# test cases left to be executed
How do you sign off on the project?
QA will sign off after:
1) All test cases are executed
2) All high priority bugs are fixed
3) QA verified all fixed bugs
4) QA finishes regression testing successfully
QA writes email and signs off on the project
What is test planning?
Planning entire STLC process from start to end. It will include the following:
-Project: what is being developed
-Schedule: when testing starts and finishes (PM will give this)
-Resources: who is working on the project (DEV, QA, BA names)
- Environments Requirements: Dev will give software requirements
-Functions to be tested: what do you test, you can spell out the requirements and bug tickets being tested in this release (SCOPE)
-Test strategy: how do you test (testing types: functional or nonfunctional testing, backend testing, regression testing)
-Notes: anything important
What test cases must be autmated?
Repetitive test cases such as smoke testing and regression testing should be automated
What STLC phases?
requirements analysis, test planning, test case development, environment setup. (test execution/regression cycle, DEFECT management, test analysis report), sign off