Testing Guidelines
This guide covers using test-driven development (TDD) techniques to develop SproutCore applications. After reading this guide, you will be able to:
- Write tests for methods to be implemented and use them to help you implement them.
- Write tests to verify that your observers fire when you expect them to.
- Write tests that verify your bindings fire when you expect them to and how to incorporate +SC.RunLoop+ so that they will function.
- TODO - more
This guide is under construction.
1 - Test-drive SproutCore Method Implementation
2 - Test-drive Observer Implementation
3 - Test-drive Bindings Implementation
4 - Next
Let's reinvent the todos project using TDD techniques.
On to SproutCore Development Using TDD ยป
5 - Changelog
- February 15, 2011: initial placeholder by Scott Smith and Vibul Imtarnasan
- August 14, 2013: converted to Markdown format for DocPad guides by Topher Fangio