Quickly revert an Oracle Database to a known state
- by Anthony
I would like to use Selenium to test a web application but in order to do that successfully the tests must be run against a database at a known state.
The recording and running of the Selenium tests is not within the scope of this website so I'm only looking for recommendations on how best to revert the database after each test execution.
Some…