13/04/2021 #testingTest Driven Development The concept of testing that can be describes by idea “tests first”:Add test for specific featureTest should be failed (red)Write a code of the featureTest should be successful/passed (green)RefactoringTests must be greenRepeat