mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 11:33:09 +01:00
Update Testing Approaches readme (#2539)
This commit is contained in:
parent
97cec3a5ec
commit
63e752e2f9
@ -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…
x
Reference in New Issue
Block a user