Generate Coverage Matrix

This call generates the coverage matrix from the business rules.

This is sent as a POST call.

Generate Coverage Matrix API call

The body of the call is simple; it contains the user credentials, project, and coverage set information.

{
	"context": {
		"user": "user_id",
		"password": "xxxx",
		"project": {
			"name": "imp_payments_demo",
			"version": "1.0"
		},
		"coverage" : {
		  "name": "api_demo_coverage",
		  "version": "1.9"
		}
	}
}

The results of this call will display information on the generated coverage matrix. The body contains information on each row generated as part of the coverage matrix.

Coverage generation return messagel

In TDO, the generate coverage matrix can be viewed from the Coverage Matrix section of the menu.

Generated coverage matrix

Last updated

Was this helpful?