Hubbry Logo
search
logo

Dynamic testing

logo
Community Hub0 Subscribers
Write something...
Be the first to start a discussion here.
Be the first to start a discussion here.
See all
Dynamic testing

In software development, dynamic testing (or dynamic analysis) is examining the runtime response from a software system to particular input (test case).

Tests can be run manually or via automation.

Unit testing, integration testing, system testing, regression testing and acceptance testing are forms of dynamic testing.

In contrast to static testing, the software must be runnable.

Advocates for dynamic testing cite that it can help identify weak areas in a runtime environment, supports application analysis even when the tester cannot access the source code, that it can identify vulnerabilities that are difficult to find via static testing, and that it can verify the correctness of static testing results.

However, critics of dynamic testing cite that automated testing tools may give the wrong security, that automated testing tools can generate false positives and negatives, and that dynamic testing makes it more expensive to fix bugs, as tracking them down can be more difficult, taking longer than needed.

See all
User Avatar
No comments yet.