Multiple choice technology

Testing that involves working with the software, giving input values and checking if the output is as expected. Its is also the validation portion of Verification and validation

  1. End-to-End testing

  2. Dynamic testing

  3. Failover testing

  4. Performance testing

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Dynamic testing involves executing the software with inputs to verify actual outputs match expected results. This is the validation part of Verification and Validation, where the system is run to check if it behaves correctly under various conditions.