Multiple choice technology testing

Testing that is done as extreme programming (XP), treating development as the customer of testing and emphasizing the test-first design paradigm is called as

  1. Agile Testing

  2. Beta Testing

  3. Alpha testing

  4. Monkey Testing

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

Agile Testing in Extreme Programming (XP) emphasizes test-first design where tests are written before code. XP treats development as the customer of testing, reversing traditional dynamics. Beta and Alpha testing are user acceptance phases, while Monkey Testing is random input testing.