Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.33 KB

index.md

File metadata and controls

38 lines (28 loc) · 1.33 KB
layout title
default
Painless iOS and Mac Testing With Cucumber

Frank allows you to write structured text test/acceptance tests/requirements (using Cucumber) and have them execute against your iOS application.

<iframe src="http://player.vimeo.com/video/21860134" width="500" height="281" frameborder="0" webkitAllowFullScreen="webkitAllowFullScreen" mozallowfullscreen="mozallowfullscreen" allowFullScreen="allowFullScreen"> </iframe>

An example acceptance test: {% highlight gherkin %} Feature: Login to the app Scenario: Successful login Given I launch the app When I log in with a valid userid and password Then I am on the start view {% endhighlight %}

Frank also includes a powerful "app inspector" (called Symbiote) that you can use to get detailed information on your running app.

Features

  • Easy Setup - Getting your iOS app setup for Frank should take less than 10 minutes.
  • Record Video - record video of your test runs to show the app in action
  • Run everywhere - Run your tests on both the Simulator and Device
  • Integrates with CI - Run your tests on every checkin
  • Great Community - A strong community of helpful people

Get it now