EvoMaster icon indicating copy to clipboard operation
EvoMaster copied to clipboard

No Successes_Test cases Generated while doing White_box testing

Open naveensabavath opened this issue 10 months ago • 1 comments

hi @arcuri82 ,

am running a Spring boot Service. this service has kafka, redis, mongo... So this service starts even if it connects to mongo So i integrated EmbeddedEvomasterController class

i have given below command

java -jar evomaster_Snapshot.jar --maxTime 2h --outputFolder "src/test/java/testEvomaster" --sutControllerPort 40101 --doCollectImpact false --probOfArchiveMutation 0

So what could be the reasons ? it generated lot of faults test cases

naveensabavath avatar Feb 26 '25 12:02 naveensabavath

hi, if there are detected faults (eg schema issues), then a test case would not end up in Successes_Test.

arcuri82 avatar Feb 26 '25 20:02 arcuri82