diff options
Diffstat (limited to 'day2/session4.tex')
-rw-r--r-- | day2/session4.tex | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/day2/session4.tex b/day2/session4.tex index 7b01345..d7aae3f 100644 --- a/day2/session4.tex +++ b/day2/session4.tex @@ -95,9 +95,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Title page -\title[]{Test Driven Approach} +\title[]{Debugging and \\Test Driven Approach} -\author[FOSSEE Team] {FOSSEE} +\author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} \date[] {11, October 2009} @@ -193,7 +193,9 @@ or modulo by zero \item \kwrd{print} based strategy \item Process: \end{itemize} +\begin{center} \pgfimage[interpolate=true,width=5cm,height=5cm]{DebugginDiagram.png} +\end{center} \end{frame} \begin{frame}[fragile] @@ -371,4 +373,14 @@ def test_function_ignore_cases_words(): \inctime{15} \end{frame} +\begin{frame} + \frametitle{We have learned} + \begin{itemize} + \item Following and Resolving Error Messages. + \item Exceptions. + \item Approach for Debugging. + \item Writting and running tests. + \end{itemize} +\end{frame} + \end{document} |