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 %%%%%
\section{Scenarios}
\begin{itemize}
\item Use a Quick Reference Handbook (QRH) to find potential list of checklists to test
% TODO find these accident reports
\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
\item These previous accident reports can be good metrics to know what statistics to
look out for
\end{itemize}
%%%%% DECISIONS %%%%%
\section{Decisions}
\end{document}
% \begin{itemize}
% \item Use a Quick Reference Handbook (QRH) to find potential list of checklists to test
% % TODO find these accident reports
% \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
% \item These previous accident reports can be good metrics to know what statistics to
% look out for
% \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.
This can also be done by looking at previous accident reports that had incidents related
to checklist as they provide problems related to the checklist,
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.