Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 102
In test-driven development, what are two of the green bar patterns? (Choose two.)
Answer options
- A. another test
- B. break
- C. triangulate
- D. starter test
- E. fake it
Correct answer: C, E
Explanation
The correct answers, C (triangulate) and E (fake it), represent strategies used in test-driven development to achieve a passing test state. Options A (another test), B (break), and D (starter test) do not specifically align with recognized green bar patterns in this methodology.