InfoQ Homepage Presentations Testing iOS Apps
Testing iOS Apps
Summary
Graham Lee discusses strategies and tools for testing iOS apps with a view to uncovering hidden security and usability issues.
Bio
Graham Lee is a security consultant and contract developer, specializing in iOS and Mac OS X application development. He is the author of "Professional Cocoa Application Security", published by Wiley in 2010 and described as a "must read" by someone who isn't even related to him. Graham lives and works in Oxford, UK. Twitter: @iamleeg
About the conference
Software is changing the world; QCon aims to empower software development by facilitating the spread of knowledge and innovation in the enterprise software development community; to achieve this, QCon is organized as a practitioner-driven conference designed for people influencing innovation in their teams: team leads, architects, project managers, engineering directors.
Community comments
Testing hybrids
by Karl Krukow,
Testing hybrids
by Karl Krukow,
Your message is awaiting moderation. Thank you for participating in the discussion.
Graham, Calabash actually does support testing hybrid apps, e.g. query or touch dom elements. It also makes it easy to use stringByEvaluatingJavaScriptFromString: dynamically.
Checkout: github.com/calabash/calabash-ios/wiki/06-WebVie...