Skip to content

Add mobile testing resources #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/tech/mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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