Skip to content

Commit f8e22d0

Browse files
authored
Merge pull request #471 from TvisharajiK/functional
add image ref to main blog
2 parents 013315d + 2ae4d4f commit f8e22d0

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)