Scrum
PSD · Question #35
Is it a good idea to follow each automated build with the execution of automated tests?
The correct answer is D. Yes, the tests may identify whether there are bugs that the developers should fix before. It's definitely a good practice. And not because you can see the code coverage (which also isn't an excellent metric of quality and progress), but because you can detect problems before moving
Test Driven Development
Question
Is it a good idea to follow each automated build with the execution of automated tests?
Options
- AYes, it will show code coverage which is an excellent metric of quality and progress
- BNo, it takes too much time
- CNo, the outcomes might disturb the developers' focus
- DYes, the tests may identify whether there are bugs that the developers should fix before
How the community answered
(55 responses)- A2% (1)
- B2% (1)
- C4% (2)
- D93% (51)
Explanation
It's definitely a good practice. And not because you can see the code coverage (which also isn't an excellent metric of quality and progress), but because you can detect problems before moving
Topics
#continuous integration#automated builds#automated testing
Community Discussion
No community discussion yet for this question.