Exam 200-901 All QuestionsBrowse all questions from this exam
Question 4

In test-driven development, what are two of the green bar patterns? (Choose two.)

    Correct Answer: C, E

    In test-driven development (TDD), two recognized green bar patterns are 'triangulate' and 'fake it'. 'Triangulate' refers to the method of using multiple tests to drive the design of the code, while 'fake it' is about implementing simple code that makes the test pass in the simplest way possible. These patterns help ensure that the code evolves incrementally and maintains a clear focus on passing tests while gradually improving the implementation.

Discussion
eng11

where is this on the blueprint?

Angryeyebrows

Another fair and quality exam by Cisco :eyeroll

Dumpsvibe_com_examsOptions: CE

C. triangulate E. fake it rite answer this question

DenskyDenOptions: CE

C and E are correct answer. https://blog.baudson.de/blog/test-driven-development-green-bar-patterns

pythonshadowOptions: CE

https://www.cs.uic.edu/~i442/Patterns%20for%20TDD.pdf A. another test (Red Bar Pattern) B. break (Red Bar Pattern) C. triangulate (Green Bar Pattern) D. starter test (Red Bar Pattern) E. fake it (Green Bar Pattern)

nospamplsOptions: CE

this made it more clear for me https://gist.github.com/jameshwang/5335032

macxszOptions: CE

Triangulate and Fake it

sds85

This info is not included in my Netacad content

pythonshadowOptions: CE

https://www.cs.uic.edu/~i442/Patterns%20for%20TDD.pdf A. another test B. break (Red Bar Pattern) C. triangulate (Green Bar Pattern) D. starter test (Red Bar Pattern) E. fake it (Green Bar Pattern)