Hacker News new | ask | show | jobs
by turtleyacht 1144 days ago
Interesting. Mutation testing on database tables. Instead of testing application code, business rules--and constraints--are mutated against a test suite--

Most databases probably don't have test suites. But, it would be interesting to see if any work has been done on mutating constraints or "dirty data" injection.

This would ideally take the form of some annotated algebra, so that it is db driver agnostic, if possible.