day2/session4.tex
changeset 220 15306dad3b81
parent 219 f6725f6bee41
child 239 8953675dc056
--- a/day2/session4.tex	Wed Oct 28 14:25:03 2009 +0530
+++ b/day2/session4.tex	Wed Oct 28 15:17:39 2009 +0530
@@ -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 @@
         \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 @@
 \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}