You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 12)