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..7de3d95a 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 @@ -22,10 +22,15 @@ Functional testing is a type of software testing that verifies that the software 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 + +