Skip to content

TC001-001

Test Case ID TC001-001
Author Otto Nordling
Date of creation 17.07.2023
Class Acceptance

Test Description/Objective

This test case verifies the functionality of containerization.

This test is based on the following feature requirement:

Test Pre-state

  1. The latest version of the application has been pulled from GitLab
  2. The user has run 'npm install' and installed all necessary dependencies

Test steps

# Action Expected result
1 Open terminal / command line The terminal / command line opens up in your root folder
2 In the terminal, navigate into the project folder root using the cd command (e.g. 'cd Tukko/traffic-visualizer') Terminal shows that it's active in the project root folder
3 Type 'npm run dev' in the terminal and hit enter Terminal shows that vite is being run and shows a localhost link (➜ Local: http://localhost:5173/)
4 Open the local address (localhost:5173) in your browser Tukko loads up in the container

To be taken into account during test

N/A

PASS/FAIL Criteria

  • PASS: Tukko appears in the localhost address
  • FAIL: Any of the steps fail to meet expected results