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

Add content for Functional Testing (#1038)

Add a description and resources for Functional Testing
This commit is contained in:
Kyle Thorpe
2022-01-22 12:25:14 -05:00
committed by GitHub
parent e28f095732
commit ec7223d31c

View File

@@ -1 +1,8 @@
# Functional testing # Functional Testing
Functional testing is where software is tested to ensure functional requirements are met. Usually, it is a form of black box testing in which the tester has no understanding of the source code; testing is performed by providing input and comparing expected/actual output.
It contrasts with non-functional testing, which includes performance, load, scalability, and penetration testing.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/functional-testing.html'>What is Functional Testing?</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/j_79AXkG4PY'>Functional Testing vs Non-Functional Testing</BadgeLink>