Multiple choice technology testing

State True or False regarding Agile Practice in TECHNICAL a)Test Driven Development b)Non -Continuous Integration Mechanisms c)Low Coding Standards

  1. True

  2. False

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

Agile technical practices DO use TDD (a is correct), DO use Continuous Integration (b is wrong saying 'Non-Continuous'), and DO have high coding standards (c is wrong saying 'Low'). Since statements contradict core Agile technical practices, the answer is False.