From 90f1a9c43235ab4557066c1a5392183a330854ec Mon Sep 17 00:00:00 2001 From: gabriel pita Date: Mon, 29 Apr 2024 07:38:57 -0300 Subject: [PATCH] Improve readability of text (#5563) --- .../qa/content/100-qa-basics/102-testing-approaches/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/qa/content/100-qa-basics/102-testing-approaches/index.md b/src/data/roadmaps/qa/content/100-qa-basics/102-testing-approaches/index.md index 1d239ebab..da331ae68 100644 --- a/src/data/roadmaps/qa/content/100-qa-basics/102-testing-approaches/index.md +++ b/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: