Appium
An open-source test automation tool for use with native and hybrid mobile apps
Selenium
Selenium is a popular open-source tool for automating web browsers
Testing apps winappdriver
Example |
---|
"If you really want to use selenium inside an android app you might have better luck with appium" from question Way to execute a website click activity in background android application |
"But selenium is more web oriented;why appium is a better choice" from question * (no title is found for this review) |
"We recommend using selenium for testing web apps and appium with winappdriver for testing desktop and uwp apps" from question Windows 10 (UWP) Coded UI |
Others
Example |
---|
I run mobile e2e test with appium against selenium grid from question * (no title is found for this review) |
You can use appium more mobile oriented than selenium and you can use c# to write your tests from question * (no title is found for this review) |
I m new to appium but quite experienced with selenium from question NoSuchElementException when using FindElementByAccessibilityId |