codelion / gramtest

GramTest: A tool for Grammar based Test case generation
Apache License 2.0
85 stars 17 forks source link

Repeated/redundant test cases #19

Open Meffi42 opened 6 years ago

Meffi42 commented 6 years ago

gramtest/src/test/java/com/sourceclear/gramtest/MainTest.java testJSONGram() tends to produce redundant test cases, e.g.

... "lqLTYmCwF" "lqLTYmCwF" "lqLTYmCwV" "lqLTYmCwV" ...

Typically, among a 100 generated tests, there are <90 unique test cases.