1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Update Testing Approaches readme (#2539)

This commit is contained in:
ChuckD3ath
2022-10-17 08:32:26 +02:00
committed by GitHub
parent 97cec3a5ec
commit 63e752e2f9

View File

@@ -1 +1,13 @@
# Testing approaches
# 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.
Three approaches are commonly used to implement functional testing:
- Black Box Testing
- White Box Testing
- Gray Box Testing
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.qualitylogic.com/knowledge-center/functional-testing-approaches-agile-considerations/'>Functional Testing Approaches and Agile Considerations</BadgeLink>