Made some text bold.
authorMario Antonioletti <mario@epcc.ed.ac.uk>
Wed, 8 May 2013 07:10:40 +0000 (08:10 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 1 Nov 2013 16:16:55 +0000 (09:16 -0700)
testing/README.md

index 2a3c8472349f62dfa60b5523193abbd08151a958..ed554a9811f73281227747927ae17311249663c9 100755 (executable)
@@ -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...