- Get link
- X
- Other Apps
Fundamental Test Process
Test Control & Planning:
It is a management document prepared by the TL/TM(test lead/test management) plan will specifies in & out the process of the project because the test plan describes
- When to test
- What to test
- Whom to test
- How to test
- When to stop
Test plan Template:
- Test Plan ID
- Domain Name
- Project Name
- Product Name
- Test Plan scope
- Entry Criteria
- Exit criteria
- Features to be tested
- Features not to be tested
- Test Deliverables
- Test Strategy
- Risk Factors
- Schedule
- Approval
Test Analysis and Design:
- Reviewing the test basis: A test basis is a document where we can write a review of the given SRS.
- Evaluating testability: We can log the expected data for each and every requirement and we can specify expected data from filled documents.
- Identify test conditions: Test condition is an event/item to be reflected in the test cases.
- Set up test data: We need to prepare a document for the test data, which we have to implement in the test case.
- Set up a test environment: We need to prepare the document for the required environment.
- Design test cases: A test case is a procedure to test the applications, the sequence of actions to be executed can be mentioned.
- Create traceability matrix: Making the association between the testing resources is known as traceability.
- Forward traceability matrix
- Backward traceability matrix
Forward traceability matrix: We can make the relations from requirements to defects.
Backward traceability matrix: We can make the relations from defects to requirements.
Test Implementation and Execution:
- Prioritize the test cases
- By providing the exact data document for an enhancement
- Check the test environment has been created by the IT admin
- Prepare the test suit/test set(collection of test cases which are to be executed)
- Select the approach or procedure(manual/automation)
- Execute the test cases on the application
- Identify the actual data from the execution
- Compare expected data with actual data
- Define the results
- Prepare defect report sheet and report it to the concern person
- Perform retesting the application
- Perform the regression on the application
Evaluating Exit Criteria and Reporting:
- Checking test defects against the exit criteria specified in the test planning
- Writing a test summary report for stakeholders "Stakeholders-Voice of the client"
Test closer activity:
Test closer activities collect data from completed test activities to consolidate experience, testware, facts, and numbers.
- Completion of tests
- Handing over test objects
- Learning Experience
- Archiving

Comments
Post a Comment