ytfrank

Results 27 comments of ytfrank

Thanks for your reply. It's somewhat difficult to access the company's code, so a demo open-source project has been prepared for testing: https://github.com/ytfrank/RestDemo The openapi doc can be seen from...

I just made a PR: https://github.com/WebFuzzing/EvoMaster/pull/1158

You're welcome! Hope you can find time to support this. Let me know if you need anything.

I'm really glad to hear that you'll be able to review it. Your guess is correct. bizData is not part of the request. The controller will put the decrypted data...

Great! The issue has been resolved. Thank you very much!

Another way is loading the agent in the startSut like below : loadJavaAgent("evomaster-agent.jar"); But how can I get the jar evomaster-agent.jar? I cannot find the jar after "mvn clean install"

Thanks for your reply! Here is the infos: 1. logs ``` $ java -jar ~/Downloads/evomaster.jar --maxTime 10s --outputFolder "/Users/apple/gitrepo/EvoMaster/whitebox/src/main/java/ks/long8" * _____ ___ ___ _ | ___| | \/ | |...

Yeah, It works also well for the app on tomcat. By the way, I tried testing an hour twice, but both were failed due to OutOfMemoryError. Any way to improve...

Thanks for your reply! Tried "-Xmx12g", but still failed. It seems more memory is needed but my laptop is not enough. ---------------------------------------------------------------------------------------- java -Xmx12g -jar ~/Downloads/evomaster.jar --maxTime 3600s --outputFolder "/Users/apple/gitrepo/EvoMaster/whitebox/src/main/java/ks/long8"...