@@ -45,7 +45,7 @@ Before it starts with the parameter inference, the random testing generator of S
As results, the test case generator with parameter inference implemented in this framework could create maximum over 300 acceptable URIs for the parameter petId in the selected API, pet store, at the operation getPetById. It generated also numerous requests denied by the server. After the observation of several execution iterations, it can be assumed that the API with this operation sends 200 or 404 status codes randomly or according to some rules, because a same URI provided status codes in that way.
% Future work
In the future, this parameter inference can be more precise with more constraints of the schema. In this novel version of Fuzzing tool in RAG, it only has constraints with schema types array, string, integer. Not only constraints that
In the future, this parameter inference can be more precise with more constraints of the schema. In this novel version of Fuzzing tool in RAG, it only has schema constraints with types array, string, integer and consideration of a parameter enumeration. Apart from Schema Object, it has not been enough extended to support authorization. Several approaches do not support analysis in terms of authorization, either. It is an open research topic.