mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-16 14:14:11 +02:00
Improve readability of text (#5563)
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
# Testing Approaches
|
# Testing Approaches
|
||||||
|
|
||||||
Test approach has two techniques:
|
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:
|
Three approaches are commonly used to implement functional testing:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user