Skip to content

Commit

Permalink
add image ref
Browse files Browse the repository at this point in the history
  • Loading branch information
TvisharajiK committed Oct 22, 2024
1 parent eb9de8a commit 2ae4d4f
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,16 @@ keywords:
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.

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
<div align="center">

## Types of functional Testing

![types of testing](../../../../../static/img/glossary/ft.png)
![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 2ae4d4f

Please sign in to comment.