PlugIns.JdbcSlim.UserGuide.1ASimpleExample.WritingGenericRequirementsWithAlias.SqlTearDown

PlugIns JdbcSlim UserGuide 1ASimpleExample WritingGenericRequirementsWithAlias



Rollback the change to not impact future tests


Script SQLCommand TransactionDatabase debug
open Connection
execute rollback
close Connection

Check that the rollback worked

SQLCommand TransactionDatabase select City from TestData where ID ='%ID%'
ID CITY?
$TestID Denver
$TestID2 Paris