Jump to content
Wikipedia The Free Encyclopedia

Dynamic testing

From Wikipedia, the free encyclopedia
This article needs additional citations for verification . Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Dynamic testing" – news · newspapers · books · scholar · JSTOR
(February 2023) (Learn how and when to remove this message)

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 and acceptance testing are forms of dynamic testing.

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

Evaluation

[edit ]

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, 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, 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 also

[edit ]

References

[edit ]


[edit ]

AltStyle によって変換されたページ (->オリジナル) /