Thursday, September 13, 2018

Difference between functional and non-functional testing?


Functional Testing: Ignore the internal parts and focused on if the output is as per the requirements or not. Focus on business requirements of the application. It is a black box type of testing. It is based on customer’s requirements.

Non-functional Testing: It focuses if the product will provide a good user experience. It is used to check the readiness of a system. It is based on customer’s expectations.

No comments:

Post a Comment