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 Nov 11, 2024
2 parents 013315d + 2ae4d4f commit f8e22d0
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 f8e22d0

Please sign in to comment.