ABLUnit and transactions

Posted by danielb on 13-Dec-2016 16:42

Is it possible to specify automatic transaction scoping/rollback when using ABLUnit? For example, start a transaction and automatically perform an UNDO upon completion.

I know we could do this explicitly for each @Test method, but it's harder to do for the information inside the SetUp/TearDown methods.

All Replies

Posted by cwright on 14-Dec-2016 07:19

In theory you should be able to scope the transaction to the test object. However, I would be careful to watch your BI, locks and AI.

This thread is closed