DEV Community

Nandha Gopan
Nandha Gopan

Posted on

Functional and non functional testing.

Functional testing ensures that the functions and features of the application work properly. Non-functional testing examines other aspects of how well the application works. In other words, functional testing tests the functionality of an app while non-functional testing tests the performance of these functions.

example : like performance and reliability under load.

Top comments (0)