@BeforeMethod
 public void setUp() {
   executeSQLQueryAction = new ExecuteSQLQueryAction();
   executeSQLQueryAction.setJdbcTemplate(jdbcTemplate);
 }