Mobile Test Automation Tools & .NET Tools and techniques

From CitconWiki
Revision as of 00:57, 29 September 2014 by Splevako (talk | contribs) (Created page with "Mobile Test Automation Tools ---- Calabash [http://calaba.sh] - Works fine for both iOS and Android native apps; - Works only inside the app -it has the same limitation as R...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Mobile Test Automation Tools


Calabash [1]

- Works fine for both iOS and Android native apps;
- Works only inside the app -it has the same limitation as Robotium for Android. If you want to test taking photo from camera or something else you need additional tool;
- Has Selenium-like query syntax;
- Tests may be written in Gherkin (Given When Then);
- Supports PageObject model;
- Has good community and support;

Appium


Selendroid

.NET Tools and techniques


Coded UI