Q11
What is the recommended approach for testing Ruby code?
A.
Only test critical parts of the code
B.
Don't write tests, rely on code reviews
C.
Manually test the code after each change
D.
Write automated tests using a testing framework
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board