What's The Difference Between System Testing And Functional Testing?

2

2 Answers

Anonymous Profile
Anonymous answered
Functional testing is testing each and every functionality of the application.
System testing is testing the application as a whole to make sure that the application meets the requirement specification.
Ex: Suppose a web site is created for online purchasing. So checking the functionality of different field and button in every page is functional testing. And checking the application whether we are able to purchase through online is system testing.
Aisha Profile
Aisha answered
A System testing is testing the application as a whole, without leaving a single object. This type of testing involves functionality, performance,security, user interface etc
Functionality testing on the other hand checks whether the application works according to clients requirement or not. It is a part of system testing.

Answer Question

Anonymous