Test::MockDBI

An Introduction to Test::MockDBI stellt Test::MockDBI vor.

How do you test DBI programs:

  • Without having to modify your current program code or environment settings?
  • Without having to set up multiple test databases?
  • Without separating your test data from your test code?
  • With tests for every bizarre value your program will ever have to face?
  • With complete control over all database return values, along with all DBI method return values?
  • With an easy, regex-based rules interface?

Possibly related posts (automatically generated)

  • No Related Post