Skip to content

Testcase - Service Contanerized

Test Case description Service Contanerized works
Test Case ID T06
Autohor/Designer Jenna Penttilä
Date of creation 04.04.2023
Class acceptance

Test description / objective

This test case should verify.....

Links to requirements or other sources

Test pre-state * Start

Test steps

  1. Go to server and run sudo docker ps
  2. If containers are running stop them by sudo docker compose down
  3. If containers aren't running start them by sudo docker compose up -d
  4. Check that every container is running by sudo docker ps
  5. Go to website and check that app is available

Test end-state

  • What happens after running the test

To be taken into account during test

  • running compose up or compose down commands you need to be in the same folder as docker-compose file test-env go to deployer user and it's home folder to run this/production-env go to user gitlab-runner home folder

Test result (Pass/Fail Criteria)

  • PASS condition? app is available and containers are running after docker compose up command
  • FAIL condition? if any of the steps fail