In this article, we will be covering following:
QA Team start writing Test Scenarios & eventually Test Cases based on some input documents – Business Requirements Document (BRD), Functional Specification Document (FSD) and Technical Design Document (optional).
Ex:- BRD & FSD
BRD | FSD |
---|---|
Based on the two input documents, below is the list of high-level scenarios to test:
For each Test Scenario, you are going to have at least 1 or more Test Cases. So, include another column and write the Test Case IDs as shows below:
At this stage, Traceability Matrix can be used to find gaps. For example, you see that there are no test cases written for FSD section 1.2 in the above Traceability Matrix.
As a general rule, any empty spaces in the Traceability Matrix are potential areas for investigation. So a gap like this can mean one of the two things:
If it is scenario 1, it will indicate the places where test team needs to work more to ensure 100% coverage. In scenario 2, TM not just show gaps it also points to incorrect documentation that needs immediate correction.
Let us now expand the TM to include test case execution status and defects.
The below version of the Traceability Matrix is generally prepared during or after test execution:
Below is the list of free ebooks on Elasticsearch, Kibana, ELK Deep Learning is a subfield of Machine Learning which learns Question: Write a program to perform shell sort Question: Write a program to perform merge sort Question: Write a program to sort ‘GlobalSQA’ Question: Write a program to perform bubble sort Question: Write a program to perform insertion sort on [85, Question: Write a program to perform Quick sort on [85, 63, 0, Question: Write a program to find the sum of diagonal elements Question: Write a program to reverse a number Program:Latest Posts
Free Elasticsearch eBooks
Free Deep Learning eBooks
Shell Sort
Merge Sort
Lexiographic Sort
Bubble Sort
Insertion Sort
Quick Sort
Sum of diagonal elements using Comprehension
Reverse a number