From ceffafd4ae31b9b4b81bd6a2443e7e912fe92fbc Mon Sep 17 00:00:00 2001 From: Kyle Thorpe Date: Sat, 22 Jan 2022 12:25:14 -0500 Subject: [PATCH] Add content for Functional Testing (#1038) Add a description and resources for Functional Testing --- .../content/112-testing/102-functional-testing.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/112-testing/102-functional-testing.md b/content/roadmaps/101-backend/content/112-testing/102-functional-testing.md index db67a05b7..0b20907a2 100644 --- a/content/roadmaps/101-backend/content/112-testing/102-functional-testing.md +++ b/content/roadmaps/101-backend/content/112-testing/102-functional-testing.md @@ -1 +1,8 @@ -# Functional testing \ No newline at end of file +# 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. + +Free Content +What is Functional Testing? +Functional Testing vs Non-Functional Testing