From bb2510b3587f2eebcccd319f563700e9fdeb8af1 Mon Sep 17 00:00:00 2001 From: Artem Golubev Date: Fri, 11 Feb 2022 13:01:01 -0800 Subject: [PATCH] Add testRigor Add [testRigor](https://www.testrigor.com/) end-to-end testing tool --- mobile-test-automation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile-test-automation.md b/mobile-test-automation.md index f249398..b637c42 100644 --- a/mobile-test-automation.md +++ b/mobile-test-automation.md @@ -27,6 +27,7 @@ Also: * [Winium.StoreApps](https://github.com/2gis/Winium.StoreApps/) - An open source test automation tool for Windows Store apps, tested on emulators. It is Selenium Remote WebDriver implementation. * [Macaca](https://macacajs.com/) - Solution for Automation Test with Ease. Both Mobile, Desktop Platforms Supported, native, Hybrid, Mobile Web Multi-applications Supported, Command line tools & CI Solution provided. * [Katalon](https://www.katalon.com/) - An all-in-one test automation solution +* [testRigor](https://www.testrigor.com/) - End-to-end testing in plain English emulating how a manual QA would execute those English instructions. ## Android * [Robotium](https://code.google.com/p/robotium/) - An Android test automation framework that fully supports native and hybrid applications. Robotium makes it easy to write powerful and robust automatic black-box UI tests for Android applications. With the support of Robotium, test case developers can write function, system and user acceptance test scenarios, spanning multiple Android activities.