Skip to content

FEA505 Test Case

Test Case description Verify the Docker images are created
Test Case ID FEA505-TC01
Author/Designer Matias Korpela
Date of creation 23.3.2024
Class functional

Test description / objective

This test case aims to verify the service is encapsulated within Docker, ensuring that both its dependencies and configuration are bundled together into a container image

Links to requirements or other sources

Test pre-state

  • The developer should be able to commit to the GitLab repositories

Test steps

  1. Make changes to code
  2. Commit to repo
  3. Check GitLab container registry

Test end-state

  • Docker images should be pushed to GitLab container registry

To be taken into account during test

  • The development server must be up and running

Test result (Pass/Fail Criteria)

GitLab container registry

  • PASS: New image is available
  • FAIL: No new image available