prouser
12 years agoContributor
How to Ignore table name in JDBC response?
Hi All
The JDBC response in the test step is being displayed with the following label names: <tablename.columnname>
But I want to get rid of the table name and just have the column name displayed since the table name is creating a problem with the xpath assertions in my following soap Request test step;as Im data-driving my test and hence query different tables in the JDBC test step and the table name changes everytime but I want the assertions to be made irrespective of the table and only based on the column name
How can I achieve this?
The JDBC response in the test step is being displayed with the following label names: <tablename.columnname>
But I want to get rid of the table name and just have the column name displayed since the table name is creating a problem with the xpath assertions in my following soap Request test step;as Im data-driving my test and hence query different tables in the JDBC test step and the table name changes everytime but I want the assertions to be made irrespective of the table and only based on the column name
How can I achieve this?