From: Mario Antonioletti Date: Wed, 8 May 2013 07:10:40 +0000 (+0100) Subject: Made some text bold. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4a595b3552f6bce4a46ad263aac690c839a45838;p=swc-testing-nose.git Made some text bold. --- diff --git a/testing/README.md b/testing/README.md index 2a3c847..ed554a9 100755 --- a/testing/README.md +++ b/testing/README.md @@ -26,8 +26,8 @@ Software testing is exercising and confirming expected behaviours and results fr In testing, you'll come across the terms *verification* and *validation*, -* Verification is the process of asking, "Have we built the software correctly?" That is, is the code bug free, precise, accurate, and repeatable? -* Validation is the process of asking, "Have we built the right software?" That is, is the code designed in such a way as to produce the answers we are interested in, data we want, etc. +* **Verification** is the process of asking, "Have we built the software correctly?" That is, is the code bug free, precise, accurate, and repeatable? +* **Validation** is the process of asking, "Have we built the right software?" That is, is the code designed in such a way as to produce the answers we are interested in, data we want, etc. Testing also gives us the confidence to...