Skip to content
Snippets Groups Projects
Commit af742621 authored by duc anh vu's avatar duc anh vu
Browse files

removed file

parent 5264c81b
No related merge requests found
\documentclass[fontsize=12pt,draft=false]{scrartcl}
%%% PACKAGES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amsmath, amssymb}
\usepackage[inline]{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{tabularx} % used for better table formatting see: https://en.wikibooks.org/wiki/LaTeX/Tables#The_tabularx_package
\usepackage[table]{xcolor}
\usepackage{float} % used to allow the [H] option for tables, etc.
\usepackage{verbatim} % makes multiline comments possible via
%%% SETTINGS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{parskip} % makes end of paragraphs use an empty line
\setlength\parindent{0pt} % no indentation
\def\arraystretch{1.0} % extra padding in tables
\definecolor{light-gray}{gray}{0.85}
%%% COMMANDS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\tabHead}[1]{\parbox{0.14\textwidth}{\medskip\textbf{#1}\medskip}}
\newcommand{\tabBody}[1]{\parbox{0.81\textwidth}{\medskip #1 \medskip}}
%%% META INFORMATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Hochautomatisiertes Fahren}
\subtitle{Testplan}
\author{Gruppe A}
%%% DOCUMENT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle
\tableofcontents
\clearpage
\subsection{Beschreibung}
Dieses Dokument spezifiert den Akzeptanztest f\"ur das Projekt Hochautomatisiertes Fahren. Die Szenarien f\"ur die Tests wurden schon teilweise im Lastenheft als Ausbaustufen beschrieben. Die erfolgreiche Durchf\"uhrung best\"atigt, dass die Software, die im Lastenheft spezifierten Anforderungen erf\"ullen.
\input{HardwareGrundFktTestPlan.tex}
\clearpage
\input{FunktionsTestPlan.tex}
\clearpage
\input{AkzeptanzTestPlan.tex}
\end{document}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment