Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
83 lines (83 loc) · 1.49 KB

TS-6.md

File metadata and controls

83 lines (83 loc) · 1.49 KB

TS-6: Creating a table in Adminer

User story

  • As a data engineer I want to create a table So I can store the collected data
  • As a data engineer I want to create a table So I can structure the collected data

Initial data/state:

  • The FADI platform is installed
  • The actor is authenticated to the Adminer service

TS dependencies:

  • No dependencies
Test script ID Test Actions Assertion
Sequence Actor Action Automatic/ Manual
TS-6 1 JEST Launch the Adminer page automatic - Exit from Adminer
2 PUP Authenticate the user to the Adminer automatic
3 PUP Connect to the appropriate database automatic
4 PUP Launch the query to create the table automatic
5 PUP Check the creation of the table automatic