My next problem testing spring service layer with junit4 is: How to call script that populates database only once before all @Test methods: I want to execute this once befor
in case you are spring boot, u can mention multiple scripts to launch before tests via
spring.datasource.data=classpath:accounts.sql, classpath:books.sql, classpath:reviews.sql