QA7 Flashcards

(5 cards)

1
Q

What is TAR?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you sign off on the project?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is test planning?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What test cases must be autmated?

A

Repetitive test cases such as smoke testing and regression testing should be automated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What STLC phases?

A

requirements analysis, test planning, test case development, environment setup. (test execution/regression cycle, DEFECT management, test analysis report), sign off

How well did you know this?
1
Not at all
2
3
4
5
Perfectly