Skip to content

Future: Fuzz and mutation testing

bartoszmajsak edited this page Mar 2, 2012 · 7 revisions

See article on Fuzz Testing and Mutation Testing to learn more about those concepts.

Ideas to be formulated here on enabling Arquillian to provide these functionalities / techniques.

  • This might be a topic for a research in this area - PIT Mutation testing (together with Byteman?)
  • QuickCheck is a test data generation library written Haskell. Based on contracts/assumptions about input/output it generates data randomly (including boundary cases). This might be possible direction for "fuzz testing" - there is a nice scala version implementation which might be a good starting point. (also in Java 1 2)