Standard Operating Procedure
sop-test-2.0.0
Test
The test-standard is a very open standard that helps guide what types of tests is expected to be written for the solution to be considered proven.
Integration tests indicates that tests are performed through the api layer, and combined with the expectation that the test is based on the client layer - resulting in a high test coverage, of the complete microservice.
The separate tests are expected to be categorized and separated by file and/or by scoped context in the test suit. The names of the categorisation is expected to semantically reflect the different policy and pipelines that describes the solution.
A configuration file is expected in the test context to be allowed to write over configurations written in any other layer of the application.