iOS test common software list
Charles
http://www.charlesproxy.com website download;
Common under Mac
Interception of network packets, when doing iOS development, in order to debug and server-side network communication protocols, often need to intercept network packets to analyze. Charles makes all network access by setting itself up as a network Access Proxy for the system.
To achieve the interception and analysis of network packets.
There is also a supported version under Windows;
Common functions:
Grab packet, view request, enter parameter, return value
Simple simulation of multiple repeated requests;
simulate different speeds;
Xcode
Only for Mac use, download from App Store;
Xcode is an integrated development tool (IDE) that runs on Mac OS X on the operating system;
Comes with a wide range of features, click to view the description: https://developer.apple.com/cn/xcode/index.html
Instrument
Only supported for Mac, Xcode comes with it;
Apple System application performance debugging tools, can detect applications of traffic, memory, CPU, etc.;
Test instructions for use:
https://developer.apple.com/library/tvos/documentation/AnalysisTools/Reference/Instruments_User_Reference/ Wifiinstrument/wifiinstrument.html#//apple_ref/doc/uid/tp40011355-ch32-sw1
PP Helper
http://pro.25pp.com/ website download;
A green tool for iOS resource downloads and device management, with a minimalist interface, a new visual experience that's easy to use, massive resources, high-speed downloads, feature-rich, full-featured iphone, IPad, ITouch, and a professional Apple Butler! function similar to ituns;
There is also a supported version under Windows;
Common functions:
Export the data on the phone, install and delete the application;
Export log, local database and other data;
Legend Description: View all local data generated by an app
650) this.width=650; "src=" HTTP://NOTE.YOUDAO.COM/YWS/RES/730/WEBRESOURCECA48A1717C34C2C2DD874F9673668FB9 "style= "Margin-top:8px;height:auto;" alt= "webresourceca48a1717c34c2c2dd874f9673668"/>
SQLite Database Browser
http://sqlitebrowser.org/ website download;
SQLite database Browser3 is a Visual database browser developed for SQLite databases, referred to as the SQLite Viewer, which allows users to create, edit, and manipulate SQL databases in the simplest and most intuitive way. You can create the database you want and create a chart for it, and create it in hundreds of different customizations.
There is also a supported version under Windows;
Specific usage:
First use the PP helper software to export the corresponding application in the phone's SQLite database to the computer, such as the file is *.db
Then use sqlitebrowser to open the file *.db, open, you can see all the table list below the library;
Then select the corresponding table, you can see the corresponding data;
Support database query modification and other sqlite syntax;
Legend Description: View the table structure and data values under a database
650) this.width=650; "src=" Http://note.youdao.com/yws/res/728/WEBRESOURCE7145ae75136fe3b141663c78dd8e17a6 "style= "Margin-top:8px;height:auto;" alt= "Webresource7145ae75136fe3b141663c78dd8e1"/>
Not to be continued ...
iOS Test Basics VII: Common software