teaching-app-dev-swift icon indicating copy to clipboard operation
teaching-app-dev-swift copied to clipboard

Level 5 project for unit testing, ui testing

Open ybakos opened this issue 9 years ago • 3 comments

We need a level 5 (?) project that focuses on unit testing and ui testing. Perhaps with a pre-built app with a failing test, and a new feature that requires writing a test first, etc.

ybakos avatar Jun 21 '15 16:06 ybakos

Yes, even better unit test should be implemented as early as possible. i feel all the lessons and level should be TDD. Its okay if we introduce it later, but every code should have a test for it.

bishalg avatar Jul 15 '15 05:07 bishalg

@bishalg this reminds me of a "dream" idea. What if every lesson in the curriculum was test-driven? For example, a student would know that they met the requirements for a particular lesson when the test suite passes. I'm looking forward to exploring this once Xcode 7 is out of beta.

ybakos avatar Jul 15 '15 21:07 ybakos

:+1:

bishalg avatar Jul 16 '15 00:07 bishalg