# Automated Testing

Cloud measurement services offer the following automation capabilities:

Test capabilities Highlighting strengths Note Applicable scenarios Examples of reports
Intelligent Monkey Accessible, zero learning cost, and page coverage through intelligent click strategy It does not support complex operations such as input, uploading pictures; The page logic could not be checked Quick smoking test MonkeyReport
Record playback Zero code to generate use case scripts; Quickly generate use cases, low learning costs, and high efficiency Use case adjustments are not as flexible as custom tests Simpler use cases, automated regression testing Record and playback reports
Custom Tests Full customization of test scenarios; High flexibility and comprehensive capabilities; Data Driven Testing (DDT) Need to write Python scripts, there is a certain cost of learning More complex use cases and scenarios Minium Report

Among them:

  • ** Intelligent Monkey ** : Intelligent Monkey through the WeChat team's self-developed intelligent exploration algorithm, Automatically identifies Weixin Mini Program operable nodes, establishes exploration paths, enables intelligent traversing, and is ideal for simple Mini Programs with fewer pages, and enables zero-code, low-cost rapid smoke testing.
  • ** Record playback ** : Record playback requires recording a use case in the developer tools, and using **to play back on a live machine in cloud testing.Compared to Monkey, it further specifies the test scenario, greatly improves test coverage .
  • ** Custom Testing ** : The cloud testing service also supports running tests directly on real machines Minium Script script.Compared to user-based running tests, cloud testing services ** do not require users to deploy and maintain a real-world environment, ** automatically obtain performance data ** during running tests and generate detailed test reports

In addition, cloud measurement services specifically support ** image comparison capability ** .It as a supplement to automatic testing capabilities, can be used for more stable Weixin Mini Program page, in the version update, through the UI is consistent to verify whether the original function changes

# I need help.

If you have any suggestions or needs, welcome to need help page, scan the code to join the cloud test official enterprise micro group, contact the group main feedback.