Small test program

Small test program

Summary:

  1. It does not require download and install to use the application
  2. It embodies the " throw-away " concept , users do not care whether the application is installed too many problems. Applications will be everywhere, ready to use, but do not need to install uninstall
  3. And h5 differ
  4. Function Test: input and output, boundary value, page interaction, special / extreme cases
  5. Compatibility Test: operating systems ( iOS { running JavaScriptCore} , Andrews { running x5 kernel } ), compatibility screen, micro-channel version compatibility
  6. The Rights Test : unauthorized access,
  7. Safety tests: whether the encrypted data transmission
  8. Interactive features: entrance, transaction (wallets, card package)
  9. Performance testing: response time, rendering, resource consumption
  10. Usability testing: Tips
  11. Network Test

Test Range:

Compatibility test:

1)  Operating System:

Micro-channel applets ios run on JavaScriptCore in but Android on by X5JSCore be resolved.

2)  Screen Compatibility:

RPX solve this problem, RPX units micro letter applet css dimensional unit, RPX can adaptively screen width . Provisions screen width 750rpx

3)  micro-channel version compatibility: (Which version supports api library, which version does not support)

Micro letter applet SDK 's API version has been updated, resulting in SDK 's API likely to have downward compatibility issues and ultimately affects the latest version of the applet SDK on the development of the program can not ah lower version of the SDK  on as expected the run that. We must first determine the version of the library using a small program which is supported on the micro-channel version number before the test micro-channel version compatibility.

Such as: 6.5 above support: test 6.5 version, the latest version of the test, the test 6.4 version. To see if the applet running.

Tomcat , the JDK , Android version, browser, etc. The same is true

The Rights Test :

Authority refers to whether access authorization, the authority test is divided into "authorized" and "unauthorized", it is necessary to test when jumping to small micro-channel programs "allow access" and "does not allow access" in both cases whether applet functions to work properly.

Need to check permissions micro-channel user access under the following circumstances
1 ) micro letter unauthorized login applet when unauthorized, usually using some business functions that they will pop up to remind: the first authorized and then operate the corresponding function. or submitting data to the background when you are prompted to supplement the relevant identity information in order to submit a successful 2 ) has authorized the WeChat login applet authorized micro-channel access to small programs, which means their own micro-channel account can be obtained applet management side, automatic micro letter the identity of the exercise of operational authority, such as consulting, payment, data query, etc. 3 ) of the same micro signal logon authorized to view the data rights in the different mobile terminal data and after the same micro signal authorized to log the same applet on different mobile micro letter ends, can be viewed authority operations should be synchronized consistent




Safety test:

Interface Test: transmitting security data, i.e., whether the encrypted transmission of data

Interact with the micro-channel function:

Entrance

 

Pay Yi (wallets, card package)

Performance Testing

Performance and applets WEB performance test is very similar, commonly used performance indicators are basically the same. Including time black and white pages, the first screen time, resource consumption, page rendering time, frame rate and so on.

Applet development version of open property window you can see the performance data of the pagebut if it is officially released version needed to gather this information through the buried point.

 

Network Test :

You can refer to network test APP test, such as network environment and the status switching off the network, the test sites and the like by providing a weak agent. The main program is to investigate the small operation in a variety of network conditions

 

Guess you like

Origin www.cnblogs.com/sulanyuan/p/11104240.html