Functional Testing - What Why How
Functional Testing, at its basic level, is used to determine if the user-facing functions of a system perform correctly. It’s less concerned about back-end processing and more about outcomes: does a user get the expected result when interacting with the system?
Read more...