Project

General

Profile

action #88127

Updated by okurz about 3 years ago

## Problem statement statement: 
 During regression testing of maintenance update for package with automated tests in openQA, the engineer take a brief look at latest runs, but are rarely evaluating whether coverage is enough. In case when some test was unscheduled due to long term failing, the engineer is in no way notified about the decrease of testing coverage and therefore does not make up for it with manual testing. 

 
 ## Solution Solution: 
 There should be a database with maximum automated coverage for specific package. During generation of test report, diff between max and current coverage would be created and filled into test report, so that testers can be notified about possible lowering of the coverage.

Back