Hi,
Is it possible to set the query for a JDBC DataSource dynamically through the SetUp script of a TestCase?
I have to fetch the query from a DB in the SetUp script and set it in the dataSource which has already been created
def dataSource = testRunner.getTestCase().getTestStepByName("DataSource")
