About Dynamic Analysis
Dynamic analysis involves testing a class with actual inputs. To perform dynamic analysis, Jtest automatically generates, executes and evaluates test cases, and-- where applicable-- executes and evaluates user-defined test cases.
Jtest uses dynamic analysis to perform white-box testing, black-box testing, and regression testing. If your code contains Design by Contract comments, Jtest will use this contract information during dynamic analysis.
Related Topics
Performing Dynamic Analysis
Customizing Dynamic Analysis
Testing Classes That Reference External Resources
Using Custom Stubs
Setting an Object to a Certain State
|