PlugIns JdbcSlim UserGuide 4TheMappingBetweenTestDataAndCommands
The name which is used for replacing %X% must not match a column name. It can be any string
| SQLCommand | TestDatabase | select ID,Name from TestData where ID = '%X%' | |
| X | ID? | NAME? | |
| 2 | |||
| 4 | |||
| SQLCommand | TestDatabase | select ID,Name from TestData where ID = '%X%' | |
| X | ID? | NAME? | |
| 2 | |||
| 4 | |||