Skip to content
Snippets Groups Projects
Commit 9bc76781 authored by Jueun Park's avatar Jueun Park
Browse files

Update

parent 6a443a65
No related branches found
No related tags found
No related merge requests found
Pipeline #11530 passed with warnings
......@@ -50,7 +50,7 @@ To answer this question, we
- test data structure and mapping \\
- request generation \\
- parameter inference \\
- for future work: more approaches like analysis in RESTler, Constructing Operation Dependency Graph in RESTest, precise inference with stemming algor\\
- for future work: more approaches like analysis in RESTler, Constructing Operation Dependency Graph in RESTest, precise inference with stemming algor -> conclusion\\
- \\
- \\
......
\chapter{Related Work}\label{ch:relatedwork}
\chapter{Literatures}\label{ch:literatures}
There are already many approaches suggesting to test REST APIs with OpenAPI specifications automatically. Mostly, they are black-box approaches where an access to a source code is irrelevant and use Fuzzing [2] - [6]. Fuzzing is sending unexpected, random data or data providing errors into input interfaces and observing if interfaces are stable and provide expected responses. There is also a white box approach [11] which is not the main research target of this paper, but still an interesting way. \\ This section introduces which approaches have been released so far, how they work and which did they achieve.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment