Update Testing Approaches readme (#2539)
parent
97cec3a5ec
commit
63e752e2f9
1 changed files with 13 additions and 1 deletions
@ -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…
Reference in new issue