Skip to content

Commit a666f29

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,15 @@ Functional testing is a type of software testing that verifies that the software
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.
2424

25-
## Types of functional Testing
25+
## Types of Functional Testing
26+
27+
<div align="center">
2628

2729
![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)