App testing tools: 1. Appium; 2. Airtest; 3. uiautomator2; 4. Monkey; 5. MonkeyRunner; 6. Maxim; 7. UICrawler; 8. GT; 9. Perfdog; 10. SoloPi; 11. QNET; 12. Fiddler; 13. Charles; 14. TestIn; 15. Tencent Utest; 16. Baidu MTC; 17. Alibaba MQC, etc.
1. APP automated testing tool
①Appium
Official website: http://appium.io/
GitHub address: https://github.com/appium/appium
Introduction:
Appium is an open source, cross-platform automated testing tool. Supports automated native, mobile web and hybrid apps on iOS, Android and Windows desktop platforms. Developers can write test scripts in any language compatible with WebDriver, such as Java, OC, JS, PHP, Python, Ruby, C#, Clojure and Perl. It is one of the tools that must be mastered for UI automation testing.
②Airtest
Official website: http://airtest.netease.com/
Introduction:
Airtest is a UI automation testing tool launched by NetEase Games , suitable for games and applications, supported platforms are Windows, Android and iOS. Airtest provides cross-platform APIs, including installing applications, simulating input, assertions, etc. Based on image recognition technology to locate UI elements, you can perform automated testing without embedding any code. And after the test script is run, a detailed HTML test report can be automatically generated.
③uiautomator2 (python)
GitHub address: https://github.com/openatx/uiautomator2
Introduction:
uiautomator2 is a program that can use Python Library for UI automation on Android devices. Its bottom layer is based on Google uiautomator. The uiautomator library provided by Google can obtain any control attribute of any APP on the screen and perform any operation on it.
2. APP stability testing tool
①Monkey
Address: https://developer.android.google.cn/studio/test/monkey
Introduction:
Monkey is a program that runs on an emulator or device and generates a stream of pseudo-random user events (such as clicks, taps, or gestures) as well as many system-level events. Use Monkey to stress test applications under development in a random and repeatable manner.
②MonkeyRunner
Address: https://developer.android.google.cn/studio/test/monkeyrunner
Introduction:
monkeyrunner tool provides An API for writing programs that control Android devices or emulators from outside Android code. Using monkeyrunner, you can write a Python program to install an Android app or test package, run it, send keystrokes to it, take a screenshot of its interface, and store the screenshot to your workstation. The monkeyrunner tool is primarily used for testing applications and devices at the feature/framework level and running unit test suites, but feel free to use it for other purposes as well.
③Maxim
GitHub address: https://github.com/zhangzhao4444/Maxim
Introduction:
Maxim is a secondary development based on monkey , compared to the native monkey, relatively smart. In addition to retaining the existing functions of native monkey, it can deeply traverse controls, customize black and white lists, set the execution time, and add anti-sleep/anti-suspended death mechanisms, anti-jump/anti-accidental click status bar and drop-down status bar, etc.
④UICrawler
GitHub address: https://github.com/lgxqf/UICrawler
Introduction:
App UI traversal & Monkey tool based on Appium , supports Android and iOS mobile apps, or applications such as H5 or WeChat. Version v2.3 already supports Appium 1.16.0, Java-client 7.3.0.
3. APP performance testing tool
①GT
Official website: https://gt.qq.com/
Introduction:
Tencent's open source APP portable debugging platform supports iOS and Android. Run directly on the mobile phone, you can quickly perform performance tests on the APP (CPU, memory, traffic, battery, frame rate/fluency, etc.), view development logs, view crash logs, capture network data packets, and internal APP Parameter debugging, real machine code time consumption statistics, etc.
②Perfdog
Official website: https://perfdog.qq.com/
Introduction:
A full mobile platform iOS/Android developed by Tencent Game Department Performance testing and analysis tool platform. The mobile phone does not need to be ROOT/jailbroken, and the mobile phone hardware, games and applications do not need to be modified in any way. It is extremely simple to plug and play.
PerfDog supports iOS and Android, supports all applications on mobile platforms (games, APP applications, browsers, mini programs, mini games, H5, background system processes, etc.), Android emulators, cloud real machines, etc. test. PerfDog can be opened multiple times on a PC, and a single PC can test multiple mobile phones at the same time. It is currently free to try, whoever uses it will enjoy it.
③SoloPi
GitHub address: https://github.com/alipay/SoloPi
Introduction:
SoloPi is a wireless, non-intrusive Android automation tools. In addition to the three main functions of the public beta version: recording and playback, performance testing, and multiple controls on one machine, SoloPi also provides functions such as data mocking, performance compression, network simulation, and smart monkey, which can save valuable time for test developers.
4. APP Weak Network Test & Packet Capture Tool
①QNET
Official website: https://wetest.qq.com/product/qnet
Introduction:
QNET is an App weak network testing tool launched by Tencent's wetest service platform. This tool does not require a ROOT phone or a data cable. It provides users with fast and convenient testing in the form of an independent app. Reliable, fully functional weak network simulation service (2G network, extremely poor network, continuous packet loss, normal network, 4G network, 100% packet loss, etc.). In addition, QNET also supports TCP/UDP network protocol packet capture.
②Fiddler
Official website: https://www.telerik.com/fiddler
Introduction:
Fiddler is a well-known and powerful Packet capture tool. By setting up a proxy, all http(s) communications between the client and the server can be recorded. You can analyze captured requests, set breakpoints, tamper with requests and return data, and also set network packet loss and delay for weak network simulation, etc.
③Charles
Official website: https://www.charlesproxy.com/
Introduction:
Charles is an HTTP proxy/HTTP monitor/reverse A proxy that can view all HTTP and SSL/HTTPS traffic between its computer and the Internet. It can analyze intercepted requests and responses, support modification of request parameters, and support weak network simulation.
5. APP Compatibility Test Tool
①TestIn
Official website: https://www.testin.cn/
Introduction:
Testin is one of the earliest platforms in China to enter the field of cloud testing. The types and quantities of terminals are relatively comprehensive. Provide remote real machine testing, standard/depth/traversal compatibility testing, automated testing, on-site testing experts, etc. Supports Android and iOS systems. However, currently only a small number of services are free, and the vast majority of services are paid items.
②Tencent Utest
Official website: https://utest.21kunpeng.com/home
Introduction:
Tencent’s cloud testing service platform , with more than 3,000 real machine labs, covering 99% of mainstream models on the market. With ten years of experience in terminal testing services, it provides a variety of service methods such as compatibility testing, automated testing, cloud real machines, and device sharing.
③Baidu MTC
Official website: http://mtc.baidu.com/
Introduction:
Baidu MTC is a mobile phone subsidiary of Baidu Open Platform Cloud Test Center. More than 1500 popular models are available. The types of testing services provided include compatibility testing, performance testing, and functional testing. And provides a script recording tool, similar to Testin. Baidu MTC's services are currently mainly paid services.
④Ali MQC
Official website: https://www.aliyun.com/product/mqc
Introduction:
Ali MQC is a subsidiary of Alibaba mobile testing platform. Provides a large number of popular models, supporting Android and iOS systems. Provide compatibility testing, functional testing, performance testing and stability testing.
6. APP Security Testing Tool
①OWASP ZAP
Official website: https://owasp.org/www-project-zap/
Introduction:
OWASP ZAP is currently the most popular free APP mobile security testing tool, managed and maintained by hundreds of volunteers around the world. The tool supports multiple scripting language types, is easy to install, and can automatically find security vulnerabilities during the development and testing phases of the APP.
②Drozer
GitHub address: https://github.com/FSecureLABS/drozer
Introduction:
Drozer is an open source maintained by the MWR security team software, which is a security audit and attack framework for the Android platform. Security personnel can complete some basic security testing functions through some modules provided by drozer itself. They can also implement their own modules according to needs, and can even use the framework provided by drozer to implement some automated audit functions.
③MobSF
GitHub address: https://github.com/MobSF/Mobile-Security-Framework-MobSF
Introduction:
MobSF is a An automated mobile app security testing tool, suitable for iOS and Android, which can skillfully perform dynamic and static analysis and Web API testing. Can be used for rapid security analysis of Android and iOS apps.
④QARK
GitHub address: https://github.com/linkedin/qark
Introduction:
QARK is a static code analysis tool designed to Identifying potential security vulnerabilities and concerns in Java-based Android applications. QARK also attempts to provide dynamically generated ADB (Android Debug Bridge) commands to help verify potential vulnerabilities it detects. It can even dynamically create a custom test application in the form of a ready-to-use APK to identify potential issues.
The above is the detailed content of app testing tools. For more information, please follow other related articles on the PHP Chinese website!

类似小红书的app有:1、绿洲,是一款新浪微博出品的移动端时尚社交应用软件;2、杂志迷,是一款手机各类杂志供大家阅读的APP;3、美丽修行,是一款提供护肤解决方案及化妆品购买决策的产品;4、凹凹啦,是一款手机化妆品点评软件,为用户提供最实用、最新鲜、最全方位的护肤、化妆点评和分享信息;5、抹茶美妆,一款实用的化妆品交流社区;6、美丽说,一款以分享为主题的趣味社交平台。

微软于今年早些时候推出了Windows11安全功能SmartAppControl。当时,微软将其描述为“阻止不受信任或具有潜在危险的应用程序”的保护工具。当时该工具的独特之处在于它决定了它是否应该在Windows11设备上运行。SmartAppControl一开始以评估模式运行;正是在这种模式下,应用程序决定是否应该打开它。微软确实透露用户可以在Windows安全应用程序的应用和浏览器控制部分启用智能应用控制。仅根据Microsoft的说法,SmartAppC

橙色软件指的是“淘宝”。淘宝是随时随地轻松购物app,为用户提供新的购物渠道,享受更多优惠活动,让用户不用出门就可以享受优惠购物平台,方便买卖家之间的沟通,购物更加方便。淘宝能满足人们生活中的各种需求:搜索和浏览商品、加入购物车、下单支付、物流查询、客服交流、发表购物评论、分享优质商品等等,还能通过本地功能,找到附近的生活优惠信息。

防诈骗的app叫“国家反诈中心”,是一款帮助用户预警诈骗信息、快速举报诈骗内容、提升防范意识的反电信诈骗应用。它的“反诈预警、身份验证、App自查、风险预警”等核心功能可以最大限度减少民众被骗的可能性;可以对那些诈骗电话或信息快速向平台举报,帮助他人减少遇到类似的情况;能够帮助用户随时监控各种恶意软件,让各种骗局无路可走,给每个用户带来一个非常安全的生活环境。

苏州地铁用“苏e行”app扫码进站。苏e行app ,提供苏州地铁扫码乘车服务,先乘车,后付款,结合苏州城市文化及地铁出行场景,围绕“地铁大脑”构建公共交通智慧出行,利用 LBS 、物联网、大数据、人工智能等先进技术为乘客提供扫码过闸、乘车服务、附近地铁商业、同时为苏州本地商家提供用户引流、活动推广等服务,构建互联网化的苏州城市生活服务。

AppStore是iOS相关应用程序的市场。在这里,您还可以找到免费应用程序和付费应用程序。应用程序可以是游戏应用程序、提高工作效率的应用程序、实用应用程序、社交媒体应用程序以及更多类别的应用程序。您可能已经从AppStore下载或购买了许多适用于iPhone的应用程序。现在您可能想知道如何查看在App Store中购买的应用程序的购买历史记录。有时,出于隐私原因,您可能需要从购买历史记录中隐藏某些购买。在本文中,我们将指导您查找购买历史记录以及如何根据需要从购买历史记录中删除/隐藏购买。第1部

猴山指的是“AcFun”,是一个视频播放软件。AcFun以视频为载体,逐步发展出基于原生内容二次创作的完整生态,是中国弹幕文化的发源地。AcFun以“认真你就输了”为文化导向,倡导轻松欢快的亚文化,受广大二次元用户的深度喜爱,入驻超多原创视频的作者,覆盖面超广阔。

tiktok是抖音短视频国际版,是字节跳动旗下短视频社交app软件,于2017年5月上线,愿景是“激发创造,带来愉悦”。用户可以通过这款软件选择歌曲,拍摄音乐短视频,形成自己的作品,会根据用户的爱好,来更新用户喜爱的视频。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Zend Studio 13.0.1
Powerful PHP integrated development environment

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),
