From 614644178293ace899148818edf4f503db42e15c Mon Sep 17 00:00:00 2001 From: Ardi Setiawan <111270813+ardizanki@users.noreply.github.com> Date: Fri, 2 Sep 2022 20:36:39 +0700 Subject: [PATCH] Add functional testing docs (#1664) * Update readme.md Free Content - AZ * Update content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/readme.md * Update content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/readme.md Co-authored-by: Kamran Ahmed --- .../100-functional-testing/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/readme.md b/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/readme.md index db67a05b7..51d333681 100644 --- a/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/readme.md +++ b/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/readme.md @@ -1 +1,7 @@ -# Functional testing \ No newline at end of file +# Functional Testing + +Functional testing is a type of software testing that validates the software system against the functional requirements/specifications. The purpose of Functional tests is to test each function of the software application by providing appropriate input and verifying the output against the Functional requirements. + +Free Content +What is Functional Testing? Types & Examples +Functional Testing : A Detailed Guide