20
Here’s an open source library that is inspired by Ruby’s VCR library allowing you to record your http interactions and replay the session VCRUrlConnection.VCRURLConnection swizzles NSURLConnection allowing you to automatically save the complete HTTP interactions to disk on a JSON file that you can easily edit so you can quickly create tests for specific situations with invalid/missing networking data, and then easily play your original or customized interactions through your app.