Brew The test includes three steps: Simulator-based testing, mobile phone-based testing, and commercial testing. The simulator-based test mainly verifies the functionality and correctness of the application logic layer, including the use of integrated development environment testing and the use of the simulator output window and Log File testing applications. Mobile phone-based testing mainly checks the phone features that cannot be simulated in the simulator and the hardware compatibility of applications, including the use Brew debug Mode, use Brew Debugger , Use Trace32 And other tools for application testing. Commercial testing provides Brew Commercial application quality assurance can be standard TBT Testing can also be a special commercial testing process specified by the carrier. Figure 16-1 Describes some tools used in application debugging and testing.
figure 16-1 : some tools during application debugging and testing
Simulator-based testing is similarVisual StudioIntegrated, developers can useVC ++Provides functions for debugging, such as breakpoint setting, single-step execution, viewing the content of the specified address space, and observing and modifying the content of specific variables,16-2.