diff options
author | hardythe1 | 2012-04-19 12:16:03 +0530 |
---|---|---|
committer | hardythe1 | 2012-04-19 12:16:03 +0530 |
commit | fb176f53e5c77e04a7f8659d57b031f41e2b8d41 (patch) | |
tree | f8dd27a7c95fd4eaea4909f535bfd962e5c2bc3f /TDD | |
parent | 8cc77ab42c84befb966090a8f6466dbfcf41e265 (diff) | |
download | sdes-stscripts-fb176f53e5c77e04a7f8659d57b031f41e2b8d41.tar.gz sdes-stscripts-fb176f53e5c77e04a7f8659d57b031f41e2b8d41.tar.bz2 sdes-stscripts-fb176f53e5c77e04a7f8659d57b031f41e2b8d41.zip |
add self assessment questions
Diffstat (limited to 'TDD')
-rw-r--r-- | TDD/using_python_framework_for_tdd/tdd2.tex | 18 |
1 files changed, 14 insertions, 4 deletions
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} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |