Interact with a database Postgre SQL

First, you need to add a dependency, into the pom, for the database.

You can found other version dependencie here.

After into your project TA, you must declare informations to connect TA and the database.

You can find an example of DataBase target here.

Also if your Database have a lot of schemas you can write in the target property the name of the schema:

squashtest.ta.database.schema=Name_Of_Schema

Well done your target is configured you can create some tests with the shortcuts here.