summaryrefslogtreecommitdiffstats
path: root/googletest
diff options
context:
space:
mode:
authorHerbert Thielen <thielen@hs-worms.de>2017-08-10 08:08:08 (GMT)
committerHerbert Thielen <thielen@hs-worms.de>2017-08-10 08:08:08 (GMT)
commitc09e9e646de834b54162f584710eff2d72232080 (patch)
treebe644f17a7805d1f4d68b275d20a9b0728b2377d /googletest
parent33edcaed89959cda58dd6a1491d30cf2453ba129 (diff)
downloadgoogletest-c09e9e646de834b54162f584710eff2d72232080.zip
googletest-c09e9e646de834b54162f584710eff2d72232080.tar.gz
googletest-c09e9e646de834b54162f584710eff2d72232080.tar.bz2
clarify distinction regarding Test Caserefs/pull/1178/head
Diffstat (limited to 'googletest')
-rw-r--r--googletest/docs/Primer.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/googletest/docs/Primer.md b/googletest/docs/Primer.md
index 2943605..fb2b81b 100644
--- a/googletest/docs/Primer.md
+++ b/googletest/docs/Primer.md
@@ -30,11 +30,11 @@ definitions of the terms _Test_, _Test Case_ and _Test Suite_, so beware
of misunderstanding these.
Historically, the Google C++ Testing Framework started to use the term
-_Test Case_ for grouping related tests, i.e. in the same sense as
-current publications, including the International Software Testing
-Qualifications Board ([ISTQB](http://www.istqb.org/)) and different
-textbooks on Software Quality, are using the term _[Test
-Suite](http://glossary.istqb.org/search/test%20suite)_.
+_Test Case_ for grouping related tests, whereas current publications
+including the International Software Testing Qualifications Board
+([ISTQB](http://www.istqb.org/)) and various textbooks on Software
+Quality use the term _[Test
+Suite](http://glossary.istqb.org/search/test%20suite)_ for this.
The related term _Test_, as it is used in the Google C++ Testing
Framework, is corresponding to the term _[Test