ColdBox HMVC Documentation
Master ClassVideo TrainingCommunitySupport
Search…
6.x
Introduction
Intro
Release History
About This Book
Author
For Newbies
60 Minute Quick Start
Getting Started
Getting Started Guide
Installation
Conventions
Configuration
The Basics
Request Context
Routing
Event Handlers
Layouts & Views
Models
Interceptors
HMVC
Modules
Testing
Testing Quick Start
Testing ColdBox Applications
Digging Deeper
Async Programming
ColdBox Proxy
Controller Decorator
Flash RAM
HTML Helper
REST Handler
Request Context Decorator
Recipes
Scheduled Tasks
Architecture Concepts
What is MVC
What is ColdBox
How ColdBox Works
Testing Concepts
Functional Testing
Non-Functional Testing
Bugs Cost Money
Static Testing
Dynamic Testing
Developer Focus
Testing Vocabulary
External links
Source code
Issue tracker
LogBox
CacheBox
WireBox
Powered By GitBook
Functional Testing
​Functional testing relies on the action of verification of specific requirements in our software. This can usually be tracked via use cases or Agile stories. "Can a user log in?", "Does the logout work", "Can I retrieve my password", "Can I purchase a book?". Our main focus of functional testing is that all these use cases need to be met.
Architecture Concepts - Previous
Testing Concepts
Next
Non-Functional Testing
Last modified 4yr ago
Copy link
Edit on GitHub