What's a functional test?
It tests against the product specifications.
It tests the functionality of the project as a whole.
It tests components coming together
It tests a small piece of functionality, usually at the class method level.
Submit