Skip to content

AE-nv/ta-fundamentals-testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technical QA Fundamentals

This repository contains the exercises for the Technical QA Fundamentals course.

To get started you will need Docker, Maven and Java 21.

To run the application in the integration-testing module you need a docker PostgreSQL Database:

  docker run --name postgres-docker -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:16.4

The setup.sql file contains the basic script to get your database ready.

Testcontainers will automatically start and stop a new container for each test run with the test profile. the setup.sql script will also be executed when the container is started.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%