What is STLC?
software test life cycle
What is scope?
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 do you do requirements analysis?
QA will read requirements to identify any vague, incorrect and contradictory statements. Is it testable to the point of req analysis. (is it testable?)
What is difference between user story vs test scenario?
user story is requirement created by BA. QA uses this user story and creates usually multiple test scenario to that 1 user story
What is difference between use case vs test case?
use case is requirement created by BA. QA uses use case to create test scenarios and convert into test cases
How do you create test case?
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
What is in test case?
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
What are STLC cycles?
requirements analysis, test planning, test case development, environment setup, (test execution/regression cycle, DEFECT management, TEST analysis report), sign off