From b125921e6e3a2a040da9094f85e92e6e8bac7425 Mon Sep 17 00:00:00 2001 From: Jueun Park <s5616012@mailbox.tu-dresden.de> Date: Mon, 11 Apr 2022 23:57:53 +0900 Subject: [PATCH] Updated index.md --- pages/docs/index.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pages/docs/index.md b/pages/docs/index.md index 4730a1d9..ce694aa9 100644 --- a/pages/docs/index.md +++ b/pages/docs/index.md @@ -72,4 +72,16 @@ Test results (responses) generated by `RandomRequestGenerator` are saved in a di If there is a same schema set in a request and a response, parameters of them are inferred by following strategies: - Case-insensitive -- Id completion in a field name (e.g. if a property has a name "id", it gets an additional field name available in the specification) \ No newline at end of file +- Id completion in a field name (e.g. if a property has a name "id", it gets an additional field name available in the specification) + + +** Notice ** : Parameter Inference is an experimental fuzzing approach inspired by the +Specification-based Approach[^1] and RESTTESTGEN[^2] + + +## Bibliography + +[^1]: Hamza Ed-Douibi, Javier Luis Cánovas Izquierdo, and Jordi Cabot. “Automatic generation of test cases for REST APIs: A specification-based approach”. In: 2018 IEEE 22nd international enterprise distributed object computing conference (EDOC). IEEE. 2018, pp. 181–190 + + +[^2]: Emanuele Viglianisi, Michael Dallago, and Mariano Ceccato. “RestTestGen: automated black-box testing of RESTful APIs”. In: 2020 IEEE 13th International Conference on Software Testing, Validation and Verification (ICST). IEEE. 2020, pp. 142–152 \ No newline at end of file -- GitLab