Difference between revisions of "Mobile Test Automation Tools & .NET Tools and techniques"

From CitconWiki
Jump to navigationJump to search
(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...")
 
(No difference)

Latest revision as of 00:57, 29 September 2014

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