Dynamic testing

From WikiMD's Wellness Encyclopedia

A method of software testing that involves executing the program code


Template:Software testing

Dynamic testing is a method of software testing that involves executing the program code with a given set of test cases. It is a validation process that checks the functional behavior of software and ensures that the software product meets the specified requirements. Unlike static testing, which involves reviewing the code, dynamic testing requires the actual execution of the software.

Overview[edit | edit source]

Dynamic testing is performed during the validation phase of the software development life cycle (SDLC). It is used to validate the output with the expected outcome and to identify any defects or bugs in the software. This type of testing is crucial for ensuring the quality and reliability of the software product.

Dynamic testing can be performed at various levels of the software development process, including:

  • Unit testing: Testing individual components or modules of the software.
  • Integration testing: Testing the interaction between integrated units or components.
  • System testing: Testing the complete and integrated software product.
  • Acceptance testing: Testing the software in the real-world environment to ensure it meets the business requirements.

Types of Dynamic Testing[edit | edit source]

Dynamic testing can be classified into two main types:

White-box testing[edit | edit source]

White-box testing, also known as structural testing, involves testing the internal structures or workings of an application. The tester has knowledge of the internal code structure and uses this knowledge to design test cases. Techniques used in white-box testing include:

Black-box testing[edit | edit source]

Black-box testing, also known as behavioral testing, involves testing the functionality of an application without peering into its internal structures or workings. The tester is only aware of what the software is supposed to do, not how it does it. Techniques used in black-box testing include:

Advantages of Dynamic Testing[edit | edit source]

  • Identifies defects that cannot be detected by static testing.
  • Validates the software against the functional requirements.
  • Provides a higher level of confidence in the software's reliability and performance.

Disadvantages of Dynamic Testing[edit | edit source]

  • Can be time-consuming and resource-intensive.
  • Requires the software to be in an executable state.
  • May not cover all possible execution paths or scenarios.

Also see[edit | edit source]

References[edit | edit source]

  • Myers, Glenford J. The Art of Software Testing. John Wiley & Sons, 2004.
  • Kaner, Cem, et al. Testing Computer Software. Wiley, 1999.
WikiMD
Navigation: Wellness - Encyclopedia - Health topics - Disease Index‏‎ - Drugs - World Directory - Gray's Anatomy - Keto diet - Recipes

Search WikiMD

Ad.Tired of being Overweight? Try W8MD's physician weight loss program.
Semaglutide (Ozempic / Wegovy and Tirzepatide (Mounjaro / Zepbound) available.
Advertise on WikiMD

WikiMD's Wellness Encyclopedia

Let Food Be Thy Medicine
Medicine Thy Food - Hippocrates

Medical Disclaimer: WikiMD is not a substitute for professional medical advice. The information on WikiMD is provided as an information resource only, may be incorrect, outdated or misleading, and is not to be used or relied on for any diagnostic or treatment purposes. Please consult your health care provider before making any healthcare decisions or for guidance about a specific medical condition. WikiMD expressly disclaims responsibility, and shall have no liability, for any damages, loss, injury, or liability whatsoever suffered as a result of your reliance on the information contained in this site. By visiting this site you agree to the foregoing terms and conditions, which may from time to time be changed or supplemented by WikiMD. If you do not agree to the foregoing terms and conditions, you should not enter or use this site. See full disclaimer.
Credits:Most images are courtesy of Wikimedia commons, and templates Wikipedia, licensed under CC BY SA or similar.

Contributors: Prab R. Tumpati, MD