I have been searching for a way to use SenTestingKit to do some integration testing between my client-side code and our server. I haven\'t had any luck. It seems that once t
Kiwi supports asynchronous testing. Kiwi is a Behavior Driven Development (BDD) library for iOS that extends SentTestingKit (OCUnit), so it's easy to set up & use.
Also, check out:
iOS Tests/Specs TDD/BDD and Integration & Acceptance Testing.