What excetly is the meaning/diffrents of application and feature testing?
Printable View
What excetly is the meaning/diffrents of application and feature testing?
Application Testing is testing the system as a whole(system testing).
Feature Testing is testing a function within a module. Could be considered as Unit Testing or Module Testing.
[QUOTE=charan.shetty;31518]Application Testing is testing the system as a whole(system testing).
Feature Testing is testing a function within a module. Could be considered as Unit Testing or Module Testing.[/QUOTE]
Hi I am not agree on your ans.