Dynamic Testing Techniques

Dynamic testing is broadly classified into two types:

  1. White box Testing: White box testing also known as clear box testing looks at the internal workings of the code. The developers will perform the white box testing where they will test every line of the program’s code. In this type of testing the test cases are derived from the source code and the inputs and outputs are known in advance.
  2. Black box Testing: Black box testing looks only at the functionality of the Application Under Test (AUT). In this testing, the testers are unaware of the system’s underlying code. They check whether the system is generating the expected output according to the requirements. The Black box testing is further classified as, Functional Testing and Non-functional Testing.

Difference between Static and Dynamic Testing

Testing is the most important stage in the Software Development Lifecycle (SDLC). It helps to deliver high-quality products to the end-user and also provides an opportunity for the developer to improve the product. Testing is of many types and is chosen based on the product that is being developed. Static Testing and Dynamic Testing are the two testing techniques that will be discussed in this article.

Similar Reads

Static Testing

Static Testing also known as Verification testing or Non-execution testing is a type of Software Testing method that is performed to check the defects in software without actually executing the code of the software application....

Dynamic Testing

Dynamic Testing is a type of Software Testing that is performed to analyze the dynamic behavior of the code. It includes the testing of the software for the input values and output values that are analyzed....

Dynamic Testing Techniques

Dynamic testing is broadly classified into two types:...

Benefits of Dynamic Testing

Below are some of the benefits of dynamic testing:...

Limitations of Dynamic Testing

Below are some of the limitations of dynamic testing:...

Static Testing vs Dynamic Testing

Below are the differences between static testing and dynamic testing:...

Contact Us