feat(dissertation): write scenarios in implementation in full

This commit is contained in:
Anthony Berg 2024-05-22 12:44:47 +01:00
parent 0f28ea0c9d
commit 7b5409548d
2 changed files with 16 additions and 13 deletions

View File

@ -846,16 +846,19 @@ directory to be the \lstinline|Java/|
%%%%% SCENARIOS %%%%% %%%%% SCENARIOS %%%%%
\section{Scenarios} \section{Scenarios}
\begin{itemize} % \begin{itemize}
\item Use a Quick Reference Handbook (QRH) to find potential list of checklists to test % \item Use a Quick Reference Handbook (QRH) to find potential list of checklists to test
% TODO find these accident reports % % TODO find these accident reports
\item Look at previous accident reports that had an incident related to checklists % \item Look at previous accident reports that had an incident related to checklists
and test it with my tool to see if it will pick it up % and test it with my tool to see if it will pick it up
\item These previous accident reports can be good metrics to know what statistics to % \item These previous accident reports can be good metrics to know what statistics to
look out for % look out for
\end{itemize} % \end{itemize}
To be able to test if the objectives were met, QRHs can be used to find a potential
list of checklists to test for.
%%%%% DECISIONS %%%%% This can also be done by looking at previous accident reports that had incidents related
\section{Decisions} to checklist as they provide problems related to the checklist,
\end{document} for example the US Airways Flight 1549 accident report includes the checklist
used in the appendix~\cite{ntsb:AWE1549}.
With these checklists, they can be implemented to the Checklist Tester tool
see if it will detect problems within the checklist.

Binary file not shown.