Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
c09e9e64
Commit
c09e9e64
authored
Aug 10, 2017
by
Herbert Thielen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarify distinction regarding Test Case
parent
33edcaed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Primer.md
googletest/docs/Primer.md
+5
-5
No files found.
googletest/docs/Primer.md
View file @
c09e9e64
...
@@ -30,11 +30,11 @@ definitions of the terms _Test_, _Test Case_ and _Test Suite_, so beware
...
@@ -30,11 +30,11 @@ definitions of the terms _Test_, _Test Case_ and _Test Suite_, so beware
of misunderstanding these.
of misunderstanding these.
Historically, the Google C++ Testing Framework started to use the term
Historically, the Google C++ Testing Framework started to use the term
_Test Case_
for grouping related tests,
i.e. in the same sense a
s
_Test Case_
for grouping related tests,
whereas current publication
s
current publications, including the International Software Testing
including the International Software Testing Qualifications Board
Qualifications Board (
[
ISTQB
](
http://www.istqb.org/
)
) and different
(
[
ISTQB
](
http://www.istqb.org/
)
) and various textbooks on Software
textbooks on Software Quality, are using
the term _
[
Test
Quality use
the term _
[
Test
Suite](http://glossary.istqb.org/search/test%20suite)_.
Suite](http://glossary.istqb.org/search/test%20suite)_
for this
.
The related term _Test_, as it is used in the Google C++ Testing
The related term _Test_, as it is used in the Google C++ Testing
Framework, is corresponding to the term _
[
Test
Framework, is corresponding to the term _
[
Test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment