Skip to content

Commit 2ae4d4f

Browse files
committed
add image ref
1 parent eb9de8a commit 2ae4d4f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

versioned_docs/version-2.0.0/concepts/reference/glossary/functional-testing.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@ keywords:
2121
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.
2222

2323
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.
24+
25+
## Types of Functional Testing
26+
<div align="center">
2427

25-
## Types of functional Testing
2628

27-
![types of testing](../../../../../static/img/glossary/ft.png)
29+
![types of testing](../../../../../static/img/glossary/ft.png)
2830

31+
[Functional Testing](https://keploy.io/blog/community/functional-testing-unveiling-types-and-real-world-applications)
32+
33+
</div>
2934
There are many different types of functional testing, including:
3035

3136
### 1. Unit Testing

0 commit comments

Comments
 (0)