Misplaced Pages

Dynamic testing: Difference between revisions

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 10:09, 18 June 2015 editThumperward (talk | contribs)Administrators122,814 edits finish the merge← Previous edit Revision as of 13:21, 18 June 2015 edit undoWalter Görlitz (talk | contribs)Extended confirmed users, Pending changes reviewers294,571 edits Reverted 1 edit by Thumperward (talk): There was a merge discussion and it was not closed. (TW)Next edit →
Line 1: Line 1:
'''Dynamic testing''' (or '''dynamic analysis''') is a term used in ] to describe the testing of the dynamic behavior of code. That is, dynamic analysis refers to the examination of the physical response from the system to variables that are not constant and change with time. In dynamic testing the software must actually be compiled and run. It involves working with the software, giving input values and checking if the output is as expected by executing specific ]s which can be done manually or with the use of an automated process. This is in contrast to ]. ], ], ] and ] utilize dynamic testing.
#REDIRECT ]

==See also==
{{Portal|Software Testing}}
* ]
* ]
* ] a model-based testing methodology for the reactive test of dynamical or control systems.
* ], a dynamic invariant generator.

== References ==

* G.J. Myers, ''The Art of Software Testing'', John Wiley and Sons, New York, New York, 1979.

== External links ==

*

]

Revision as of 13:21, 18 June 2015

Dynamic testing (or dynamic analysis) is a term used in software engineering to describe the testing of the dynamic behavior of code. That is, dynamic analysis refers to the examination of the physical response from the system to variables that are not constant and change with time. In dynamic testing the software must actually be compiled and run. It involves working with the software, giving input values and checking if the output is as expected by executing specific test cases which can be done manually or with the use of an automated process. This is in contrast to static testing. Unit tests, integration tests, system tests and acceptance tests utilize dynamic testing.

See also

References

  • G.J. Myers, The Art of Software Testing, John Wiley and Sons, New York, New York, 1979.

External links

Category:
Dynamic testing: Difference between revisions Add topic