Skip to content

Commit bced0eb

Browse files
authored
Removed harmful and false statement.
1 parent 4dfc4a1 commit bced0eb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/utPLSQL-V3-Comparison.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ Here are several differences in testing methodologies between relational databas
5454
### Test Driven Development (TDD/RSpec)
5555
In the fast-paced development cycle, defining how the software accomplishes the needs of the business is the typical focus. This is also called "happy path" functionality. Conversely, error handling and error recovery (sad path) requirements typically don't accomplish business needs. That is to say, sad path testing focuses on things going badly, not on things going well. Unfortunately, efforts to develop and define sad path requirements are typically avoided.
5656

57-
TDD places no value on 100% code coverage. TDD typically avoids testing sad path testing during development.
58-
5957
White box testing is centered on 100% code coverage. "Happy path" and "sad path" testing are typically required to achieve 100% code coverage.
6058

6159
Here is more discussion on [Test Driven Development](About-wtPLSQL.md#test-driven-development)

0 commit comments

Comments
 (0)