Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.17 KB

DebuggingAndTesting.md

File metadata and controls

24 lines (16 loc) · 1.17 KB

Debugging and testing frameworks

iOS in-app bug reporting for developers and testers, with annotated screenshots and the console log.

Chisel is a collection of LLDB commands to assist debugging iOS apps.

Automated acceptance tests for native iOS apps. It allows you to write automated acceptance tests which verify the functionality of your native iOS app.

Keep It Functional - An iOS Functional Testing Framework from Square

Kiwi is a Behavior Driven Development library for iOS development.

Remote network and data debugging for your native iOS app using Chrome Developer Tools

Xtrace is a header Xtrace.h and a C++ implementation file Xtrace.mm that allows you to intercept all method calls to instances of a class or a particular instance