From fb176f53e5c77e04a7f8659d57b031f41e2b8d41 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Thu, 19 Apr 2012 12:16:03 +0530 Subject: add self assessment questions --- TDD/using_python_framework_for_tdd/tdd2.tex | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'TDD') diff --git a/TDD/using_python_framework_for_tdd/tdd2.tex b/TDD/using_python_framework_for_tdd/tdd2.tex index 561f4a2..a32170c 100644 --- a/TDD/using_python_framework_for_tdd/tdd2.tex +++ b/TDD/using_python_framework_for_tdd/tdd2.tex @@ -328,9 +328,19 @@ $ nosetests \begin{enumerate} -\item ? +\item An underlying assumption of TDD is that you have a testing framework available to you.\\ + \begin{enumerate} + \item True + \item False + \end{enumerate} \vspace{8pt} -\item ? +\item Test-Driven Development is an advanced technique of using automated \_\_\_\_\_\_\_\_\_ tests to drive the design of software and force deoupling of dependecies.\\ + \begin{enumerate} + \item Incremental + \item Unit + \item Programming + \item Object + \end{enumerate} \end{enumerate} \end{frame} \begin{frame} @@ -339,9 +349,9 @@ $ nosetests \begin{enumerate} -\item +\item True \vspace{15pt} -\item +\item Unit \end{enumerate} \end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -- cgit