Update Testing Approaches readme (#2539)

pull/2513/head^2
ChuckD3ath 2 years ago committed by GitHub
parent 97cec3a5ec
commit 63e752e2f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/readme.md

@ -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>
Loading…
Cancel
Save