Skip to content

Commit

Permalink
Improve readability of text (#5563)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpita committed Apr 29, 2024
1 parent bd5eee4 commit 90f1a9c
Showing 1 changed file with 3 additions and 2 deletions.
@@ -1,8 +1,9 @@
# Testing Approaches

Test approach has two techniques:
Proactive - An approach in which the test design process is initiated as early as possible in order to find and fix the defects before the build is created.
Reactive - An approach in which the testing is not started until after design and coding are completed.

* Proactive - An approach in which the test design process is initiated as early as possible in order to find and fix the defects before the build is created.
* Reactive - An approach in which the testing is not started until after design and coding are completed.

Three approaches are commonly used to implement functional testing:

Expand Down

0 comments on commit 90f1a9c

Please sign in to comment.