Alberto Martín López
Alberto Martín López
For all features that we are implementing lately such as the inference of valid input values and the inference of dependencies, and what we will implement in the future such...
This generator should create realistic coordinates (pairs of floats), i.e., not in the ocean. Maybe there's some Java library already that we can use. Several parameters could be used, such...
Right now, we log everything to a single file. This is not scalable, since we'll eventually end up with a file of hundreds of MBs. Alternative: include property in configuration...
Things to do: - Include some logging. If a test is tried to be generated +10 times, throw a warning. - Check that children processes are correctly killed (this should...
With this, we won't need to call so many times `PropertyManager.readProperty("long.property.name")` everywhere in the code. Reference: https://github.com/EMResearch/EvoMaster/blob/master/core/src/main/kotlin/org/evomaster/core/EMConfig.kt
- https://banks.data.fdic.gov/docs/ - https://www.openbrewerydb.org/ - https://openrouteservice.org/dev/#/api-docs (we have an account for this) - https://docs.graphhopper.com/ (Swagger: https://docs.graphhopper.com/openapi.json) - https://www.weatherbit.io/api
This will allow us to test an API in different ways. For example, if we enable oracle 2XX/4XX, we are _forced_ to generate valid inputs, and we can only create...
Make a tag in the project to clearly identify the version used for the showcase. Ej. "Showcase v1" Include all the APIs in RESTest\Showcase\APIs.xlsx. Use CBT generator. Make sure you...