From 2ae4d4fd61a3e9df8b6d1cb8120365b028c869ba Mon Sep 17 00:00:00 2001 From: TvisharajiK Date: Tue, 22 Oct 2024 12:28:03 +0530 Subject: [PATCH] add image ref --- .../concepts/reference/glossary/functional-testing.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-2.0.0/concepts/reference/glossary/functional-testing.md b/versioned_docs/version-2.0.0/concepts/reference/glossary/functional-testing.md index 01f360b5..bdeba9df 100644 --- a/versioned_docs/version-2.0.0/concepts/reference/glossary/functional-testing.md +++ b/versioned_docs/version-2.0.0/concepts/reference/glossary/functional-testing.md @@ -21,11 +21,16 @@ keywords: Functional testing is a type of software testing that verifies that the software system or application behaves according to the specified functional requirements and meets the intended business needs. It focuses on ensuring that the system's features, capabilities, and interactions with different components work as expected. Functional testing is typically performed by providing the software with input data and then checking the output data to see if it matches the expected results. This can be done manually or using automated testing tools. + + ## Types of Functional Testing +
-## Types of functional Testing -![types of testing](../../../../../static/img/glossary/ft.png) + ![types of testing](../../../../../static/img/glossary/ft.png) + [Functional Testing](https://keploy.io/blog/community/functional-testing-unveiling-types-and-real-world-applications) + +
There are many different types of functional testing, including: ### 1. Unit Testing