It’s been a while since I was deep into CoreData, but here I am again. And this time, I’m writing proper unit tests. Things were going pretty well – I had about 50 test cases with a few related asserts in each – until I started messing with saving, and fetching tests. I ran into some …
Monthly Archives: October 2014
iOS TDD (Test Driven Development) – Convincing Myself
By no means is TDD (Test Driven Development) a new concept; I’ve known about it for years. I had sone some unit testing on projects prior, they became an integral part of routine when I started consulting for HP’s Software R&D lab. We’ve been very good about testing out all the important logic of the application, save automated functional …
Continue reading “iOS TDD (Test Driven Development) – Convincing Myself”