Mobile Test Automation Tools & .NET Tools and techniques
From CitconWiki
Jump to navigationJump to searchMobile 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