Multiple choice technology testing

Testing practice for projects using some methodologies, treating development as the customer of testing and emphasizing a test-first design paradigm

  1. Component Testing

  2. Scalability Testing

  3. Ad Hoc Testing

  4. Agile Testing

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

Agile Testing is a practice in agile development where testing is integrated throughout the development lifecycle, with development treating testing as its customer and emphasizing test-first design through techniques like TDD. It promotes continuous testing alongside development rather than as a separate phase.