Project Features Mapping

Feature or sub-feature which will allow you to get a coverage report on how much features or sub-features have been covered by the automated tests. In other words, if a specific feature or sub-feature has 30 automated tests but another one has only one, when you get the coverage report, you will know that the first feature has better coverage than the second which will allow you to concentrate your efforts to increase the coverage by creating more automated tests on the second feature.

1- Click +Add icon to define the first feature.

image-20240717-134501.png

2- Enter a name for your feature as well as a priority. You can also enter a description if you like.

image-20240717-134521.png

3- To define a sub-feature, click on the define sub-feature icon under Actions.

4- To map test cases to your features/sub-features, click on the icon as highlighted below.

5- Select the test cases you would like to map the feature/sub-feature to and drag it to the right side of the screen. Once finished, click Save.

6- To delete a feature/sub-feature, click on the Delete icon.

7- When ready to generate the coverage report, click on the Report icon and provide the number of test cases that are needed to satisfy the coverage for each feature and then click on Show Coverage link.

8- The generated report displays what the coverage percentage is for each feature. The ones that do not have the proper coverage will be listed in a table.

 

 

 

Â