- Quality in mobile apps
- Table of Contents
- Legend
- Accessibility
- Developer settings
- Debug
- Reverse engineering
- Screen mirroring
- Emulator/simulator
- Manual testing
- Visual testing
- Stress testing
- Linked
- Books
- Security
- Static analysis
- App state restoring
- Web Services
- Stats
- Backend
- Network
- Automated checking
- Android
- Test farm
- Leaks
- Publishing
- Continous Integration
- Other
- Contributing
- License
💰 - Paid services, tools, etc
- Accessibility - docs
- Accessibility Developer Checklist
- Android Accessibility Tutorial: Getting Started
- Accessibility - docs
- iOS Accessibility Tutorial: Getting Started
- Google Toolbox for Accessibility for iOS
- UBKAccessibilityKit
- AccessibilitySnapshot
- A11yUITests
- Barstool
- QualityMatters
- Bee
- U+2020
- Under the Hood - Android App Debug View Library
- Debug artist
- Cockpit
- Hyperion
- QuickTime
- Eploratory testing - sprints
- Checklists
- Bug Hunts
- Mob testing
- Testing dojo
- ui-auto-monkey - DEPRECATED
- CrashMonkey
- SwiftMonkey
- Android Development Culture. The Document. #qualitymatters
- Useful tips to inspect your Android app — Part 1
- The 2016 Android Developer Toolbox
- Mobile Testing of Location-Powered Android Apps
- Ultimate Android Reference
- Android UI Automation: Part 1, Building Trust
- Android UI Automation: Part 2, Making It Easy
- Kotlin: Using (Test) Robots to make Espresso
- Testing in-app purchases on Android
- Using Gradle build cache with Kotlin
- Add Superpowers to your Appium-Android tests
- Running arbitrary ADB commands via Appium
- Kotlin Static Analysis — why and how?
- Android Testing Codelab
- Android CI with kubernetes
- Taming the UI test monster
- Android testing with Espresso’s Idling Resources and testing fidelity
- Test UI performance
- Testing Android UI Performance
- Android Performance Case Study: Memory vs. Frame Time
- Android Performance monitoring [Part 1]
- Performance Testing of Android Apps
- Optimizing Swift build times
- Testing iOS App Upgrades
- 5 Tools for Uploading iOS apps to iTunes Connect
- Using unit tests to identify & avoid memory leaks in Swift
- Xcode UI Tests with Embassy and Succulent
- UI Testing Cheat Sheet and Examples
- Getting started with XCUITest framework for testing iOS apps.
- New XCUITest Features With Xcode 9: Hands-on Exploration
- User Interface Testing - Apple Docs
- Xcode UI Testing Cheat Sheet
- Visualizing and optimizing real user performance on mobile - LinkedIn
- 10 Mobile App Testing Mistakes to Avoid
- Smartwatch Testing Cheat Sheet
- Mobile Testing Cheat Sheet
- The Mobile Test Pyramid
- Introducing the Software Testing Cupcake (Anti-Pattern)
- Richard Bradshaw, keynote: "Mobile - the clue is in the name"
- Understanding Your Mobile User
- The complete Checklist for Mobile Testing | David Tzemach
- Applying the SFDPOT heuristic to mobile testing
- Mobile App Test Coverage Model : LONG FUN CUP
- Ooga-chaka: Git hooks to enforce code quality
- A Comprehensive Guide To Mobile App Design
- Mobile A11y - Resources
- android-security-awesome
- Fridump
- How to get started with mobile penetration testing for Android
- drozer
- androguard
- gradle-bodyguard
- MOBEXLER
- PiracyChecker
- Oversecured 💰
- CRYLOGGER
- apkLeaks
- REX 💰
- Hacking iOS Applications
- How to get started with mobile penetration testing for iOS
- Introspy-iOS
- iOS Security Suite
- Mobile Security Framework (MobSF)
- Dependency-Check
- OWSAP
- Mobile Security Wiki
- Mobile Application Penetration Testing Cheat Sheet
- SDK lint
- PMD
- error-prone
- FindBugs
- rxlint
- checkstyle
- klint
- SonarLint
- detekt
- Dependency Injection usage Checks
- Static Code Analysis
- Dynatrace 💰
- monit24 💰
- New Relic 💰
- FlowUp💰
- Raygun 💰
- Bugsee 💰
- Fabric
- Hockeyapp 💰
- Splunk 💰
- Appsee 💰
- Appachhi 💰
- AppSpector 💰
- Perfetto
- Bugfender 💰
- Shake 💰
- Smartlook 💰
- Apptim 💰
- Monkop 💰
- NimbleDroid 💰
- Appdiff 💰
- waldo 💰
- Kobiton (free beta)
- Testdroid 💰
- TestObject 💰
- Perfecto Mobile 💰
- Nativetap.io 💰
- AWS Device Farm 💰
- Google Firebase 💰
- Xamarin Test Cloud 💰
- Experitest 💰
- Samsung Remote Test Lab
- pCloudy 💰
- robotic.mobi 💰
- Ubertesters 💰
- TestFairy 💰
- Beta Family 💰
- Applause 💰
- Testarmy 💰
- crowdsourcedtesting 💰
- Comparing 11 Mobile Beta Testing Tools
- Charles Proxy 💰
- Trusting custom root certificates on ios 10.3
- How to get charles proxy work with Android 7 nougat?
- Burp
- Fiddler
- Proxyman 💰
- Test Driven Development (TDD)
- Behaviour Driven Development (BDD)
- Acceptance Test Driven Development (ATDD)
- Test Butler
- Spoon
- Composer
- Swarmer
- Fork tools
- Awaitility
- AndroidTestXRunner
- OkHttp Idling Resource
- RxIdler
- Fladle
- AndroidTestingBox
- Android Testing Guide
- Android Testing with Kotlin
- Using Kotlin to test Android Applications
- Running Android UI Tests
- Test apps on Android
- ADB Event Mirror
- ADB Enhanced
- Radiography
- Diffuse
- Dependency Tree Diff
- Gradle Doctor
- Scabbard
- Version Checker Gradle Lint
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT License
Copyright (c) 2020 Maciej Gąsiorowski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.