I need to change database during test execution. I am first connected to the test database, but at some point I want to connect to another database (external one perhaps), and perform some other tests. Is this possible? If yes, how?
EDIT: I forgot to mention, I'm using Play 1.2.5