Dynamic testing is a test type which refers to executing tests on a running application in order to validate the behaviour of the code. We put in values and check whether the software returns the expected output. Therefore in dynamic testing the software must be compiled and run.
Dynamic testing is the opposite of test type static testing. Dynamic tests are performed on multiple test levels, for instance, unit testing, system testing, system integration testing and acceptance testing.
Dynamic testing is the opposite of test type static testing. Dynamic tests are performed on multiple test levels, for instance, unit testing, system testing, system integration testing and acceptance testing.
No comments:
Post a Comment