From d206b946486f33750d2f66b40d1ef8a7cde86fc0 Mon Sep 17 00:00:00 2001 From: Saikat Sengupta <41847480+s4ik4t@users.noreply.github.com> Date: Thu, 7 Oct 2021 00:11:10 +0530 Subject: [PATCH] Add mobile testing resources --- docs/tech/mobile.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/tech/mobile.md b/docs/tech/mobile.md index 3561388..05de773 100644 --- a/docs/tech/mobile.md +++ b/docs/tech/mobile.md @@ -4,6 +4,14 @@ - [Android Automation using Appium with Framework Design](https://www.youtube.com/watch?v=YSFznsn2lLk&list=PL9ok7C7Yn9A9qy5rqMiFtGHPbwM9yOxCW) +## On Espresso (Android) + +- [Getting Started with Espresso : Android UI Automation](https://www.browserstack.com/guide/espresso-android-testing) + +## On XCUITest (iOS) + +- [Getting Started with XCUITest : UI Automation Framework on iOS](https://www.browserstack.com/guide/getting-started-xcuitest-framework) + ## On Mobile Security Here are some resources that can be helpful for someone starting on Mobile Security Testing @@ -14,3 +22,4 @@ Here are some resources that can be helpful for someone starting on Mobile Secur - [MacacaJS](https://macacajs.com/) : Automation made simpler for mobile apps - [UI Automator](https://www.tutorialspoint.com/android/android_ui_testing.htm) - [EarlGrey](https://developers.googleblog.com/2016/02/earlgrey-ios-functional-ui-testing.html) +- [scrcpy](https://github.com/Genymobile/scrcpy) : Display and control your Android device