Improve readability of text (#5563)

pull/5577/head
gabriel pita 6 months ago committed by GitHub
parent bd5eee4a9e
commit 90f1a9c432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      src/data/roadmaps/qa/content/100-qa-basics/102-testing-approaches/index.md

@ -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:

Loading…
Cancel
Save