Functional Testing | Glossary

Definition

Functional Testing is an imperative measure takes towards ensuring the quality of the Software that is being developed. It consists of testing both: 1) the interface between the application on one side, as well as 2) the rest of the system and users on the opposite side. It is a means of consolidating that the product is functional in the same capacity as the users expect it to be.

Functional Testing is traditionally implemented by a whole team of testers. They are responsible for capturing requirements, ensuring developers that the Product being developed meets them, and that its ready for release.It’s a planned process that includes of various steps:

Test Requirements gathering
Test planning
Test strategy
Test execution
Defect management
Test results reporting
Test metrics collection

Further Reading

  •  “Agile Testing: A Practical Guide for Testers and Agile Teams”(book), by Lisa Crispin

Quality Criteria | Glossary

Definition

Quality Criteria are a list of requirements that have to be met in order for the product to be of sufficient quality, according to consumer standards. It is a list of measurable qualities a product must reach. The specific elements or functions that are selected, tested and measured include: Technical Specifications, Non-Functional Requirements and Functional Requirements.

Further Reading

  • “Software Quality Assurance: From Theory to Implementation”(book), by Daniel Galin