This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/handling-databases.html
This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/handling-databases.html
Will
private static Connection connection = null;
be thread safe, if i am running multiple tests as parallel. As the Connection object is static.
In our case we are planning it put into custom keyword and call the db operations from the test case.