Skip to content

Commit

Permalink
Merge pull request #471 from TvisharajiK/functional
Browse files Browse the repository at this point in the history
add image ref to main blog
  • Loading branch information
Hermione2408 authored and actions-user committed Nov 11, 2024
2 parents 013315d + 2ae4d4f commit a666f29
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

<div align="center">

![types of testing](../../../../../static/img/glossary/ft.png)

[Functional Testing](https://keploy.io/blog/community/functional-testing-unveiling-types-and-real-world-applications)

</div>
There are many different types of functional testing, including:

### 1. Unit Testing
Expand Down

0 comments on commit a666f29

Please sign in to comment.