11 years ago
Changing connection
Hi, I'm trying to change the connection of a datasource teststep (without the use of environments for specific reasons), but I guess I'm missing a few steps in the process? The script below is exec...
testStep.getDataSource().setDriver("driver")
testStep.getDataSource().setConnectionString("connectionString")
testStep.getDataSource().setPassword("password")