QA4 Flashcards

(8 cards)

1
Q

What is STLC?

A

software test life cycle

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

What is scope?

A

what is tested by QA is called “IN SCOPE”. what is not being tested by QA is called “NOT IN SCOPE”. scope simply means what we are working on

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

How do you do requirements analysis?

A

QA will read requirements to identify any vague, incorrect and contradictory statements. Is it testable to the point of req analysis. (is it testable?)

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

What is difference between user story vs test scenario?

A

user story is requirement created by BA. QA uses this user story and creates usually multiple test scenario to that 1 user story

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

What is difference between use case vs test case?

A

use case is requirement created by BA. QA uses use case to create test scenarios and convert into test cases

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

How do you create test case?

A

1) QA gets requirements from business analyst and analyze it for testability
2) QA creates test scenario
3) QA converts test scenarios into test cases

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

What is in test case?

A

Test Case ID: generated by system
Test Description: exactly the same to test scenario, what you are trying to test
Test Data: data that you will use for this testing
Test Steps: actions you take
Expected Result: intended outcome of your actions
Actual Result: result produced when you have taken the action described in the test steps
Status: PASS or FAIL
Notes
Author
Test Creation & Execution Date

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

What are STLC cycles?

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