# iOS Integration Testing

DevFeed: [iOS Integration Testing](<https://devfeed.tech/articles/ios-integration-testing-15725.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/ios-integration-testing>)

Author: Square Engineering

Published: 2011-07-14T16:00:00Z

Content type: release

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [Integration testing](<https://devfeed.tech/topics/integration-testing.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [ci](<https://devfeed.tech/topics/ci.md>), [Objective-C](<https://devfeed.tech/topics/objective-c.md>), [Xcode](<https://devfeed.tech/topics/xcode.md>), [Accessibility](<https://devfeed.tech/topics/accessibility.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [ci](<https://devfeed.tech/tags/ci.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [framework](<https://devfeed.tech/tags/framework.md>), [integration-testing](<https://devfeed.tech/tags/integration-testing.md>), [ios](<https://devfeed.tech/tags/ios.md>), [objective-c](<https://devfeed.tech/tags/objective-c.md>), [release](<https://devfeed.tech/tags/release.md>), [testing](<https://devfeed.tech/tags/testing.md>), [xcode](<https://devfeed.tech/tags/xcode.md>)

## AI overview

Square introduces KIF, an Objective-C framework for iOS integration testing through simulated user interaction. It supports tests on the simulator or device, includes built-in test steps, has no external dependencies after Xcode configuration, and can run in continuous integration.

## Source excerpt

A framework for integration testing iOS by simulating user interaction.