From 4a595b3552f6bce4a46ad263aac690c839a45838 Mon Sep 17 00:00:00 2001 From: Mario Antonioletti Date: Wed, 8 May 2013 08:10:40 +0100 Subject: [PATCH] Made some text bold. --- testing/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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... -- 2.26.2