Why does EvoMaster in Black-Box Mode focus on 500, 401, 404, and 301 status codes and not others? #1136
Unanswered
VeeraPratap-AutomationQA
asked this question in
Q&A
Replies: 1 comment
-
hi,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Andrea,
I'm using EvoMaster in Black-Box (BB) mode to generate test scripts for my API. I noticed that most of the generated tests focus on status codes like 500 (Internal Server Error), 401 (Unauthorized), 404 (Not Found), and occasionally 301 (Moved Permanently). However, there are no tests for status codes in the ranges 100-199 or 200-299, such as 200 (OK) and all others.
Could you kindly clarify why this behavior occurs? Is there a specific configuration I need to adjust to include tests for informational and successful response codes?
command java -jar evomaster.jar --blackBox true --bbSwaggerUrl https://ig.aidtaas.com/pi-bigqry-service-dbas/v3/api-docs --outputFormat JAVA_JUNIT_4 --maxTime 60s --ratePerMinute 60
Thank you for your guidance and support!
Best regards,
Pratap
Beta Was this translation helpful? Give feedback.
All reactions