ColdBox MVC Platform Documentation
5.x
Introduction
Intro
Introduction
For Newbies
60 Minute Quick Start
Getting Started
Getting Started Guide
Installation
Conventions
Configuration
The Basics
Request Context
Routing
Event Handlers
Layouts & Views
Models
HMVC
Modules
Testing
Testing Quick Start
Testing ColdBox Applications
Digging Deeper
Interceptors
Flash RAM
HTML Helper
ColdBox Proxy
Request Context Decorator
Recipes
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
Testing Tools
Powered by GitBook
Have an account? Sign in

Dynamic Testing

Last updated 10 months ago
Edit on GitHub

On the other side of the spectrum, dynamic testing relies on the fact of executing test cases to verify software. Most of the time it can be the developers themselves or a QA team than can direct testing cases on executed code.

Previous
Static Testing
Next
Developer Focus