diff --git a/sections/benefits.tex b/sections/benefits.tex new file mode 100644 index 0000000000000000000000000000000000000000..ea5b207c698edf8c6e1174ccffebae16feaa3c00 --- /dev/null +++ b/sections/benefits.tex @@ -0,0 +1,11 @@ +\section{Benefits} \label{sec:benefits} + +\begin{comment} +> To evaulate how well-suited RAGs are for API testing, we revisit the research questions... + +### 6.2 Benefits +- schöne beschreibung mit attributen (verweis auf beispiele aus 5) +- erweiterbarkeit von RAGs + - https://programming-journal.org/2020/4/15/ + - https://scholar.google.de/scholar?hl=de&as_sdt=0%2C5&q=exstensible+java+compiler+hedin&btnG= +\end{comment} \ No newline at end of file diff --git a/sections/experimentresults.tex b/sections/experimentresults.tex index 9db631a096ade4db41de443973f8ca00488ef81a..f8746288365a46a54858a6fb16d328b7497b5852 100644 --- a/sections/experimentresults.tex +++ b/sections/experimentresults.tex @@ -1,5 +1,7 @@ \chapter{Suitability of RAGs for OpenAPI Testing}\label{ch:suitability} +\input{sections/feasibility} +\input{sections/benefits} \begin{comment} > To evaulate how well-suited RAGs are for API testing, we revisit the research questions... diff --git a/sections/feasibility.tex b/sections/feasibility.tex new file mode 100644 index 0000000000000000000000000000000000000000..86e6ff7f7abf2fffb7aaee0201836bd6ba29775e --- /dev/null +++ b/sections/feasibility.tex @@ -0,0 +1,19 @@ +\section{Feasibility} \label{sec:feasibility} + +\begin{comment} +> To evaulate how well-suited RAGs are for API testing, we revisit the research questions... + +### 6.1 Feasibility + +RQ1 RQ2 + +- current testing: mostly fuzzing +- different additions: + - inference + - test model +- this can be solved with the RAG tool presented in \cref{chap:RAGO} +- in \cref{sec:inf} we show how inference can be done +- \cite{ttc-rag-von-ceur} for test model/model connections + - http://ceur-ws.org/Vol-2310/ A JastAdd- and ILP-based Solution to the Software-Selection and Hardware-Mapping-Problem at the TTC 2018 + +\end{comment} \ No newline at end of file