CN112463568A - Service simulation test method and device and electronic equipment - Google Patents

Service simulation test method and device and electronic equipment Download PDF

Info

Publication number
CN112463568A
CN112463568A CN202011444414.5A CN202011444414A CN112463568A CN 112463568 A CN112463568 A CN 112463568A CN 202011444414 A CN202011444414 A CN 202011444414A CN 112463568 A CN112463568 A CN 112463568A
Authority
CN
China
Prior art keywords
test
analysis
playback
service
case
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011444414.5A
Other languages
Chinese (zh)
Inventor
周茉
冯慧
张莹莹
熊军军
侯玉龙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Life Insurance Co Ltd China
Original Assignee
China Life Insurance Co Ltd China
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Life Insurance Co Ltd China filed Critical China Life Insurance Co Ltd China
Priority to CN202011444414.5A priority Critical patent/CN112463568A/en
Publication of CN112463568A publication Critical patent/CN112463568A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3457Performance evaluation by simulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/08Insurance

Abstract

One or more embodiments of the present specification provide a method and an apparatus for testing service simulation, and an electronic device. The method comprises the steps of collecting production logs from a business system, and carrying out filtering analysis on data in the production logs; and automatically generating a test case according to the analysis result, performing case playback work by using the generated test case, and sorting and outputting the result of case playback as a test report. The method for automatically generating the test case and carrying out the test work can effectively improve the test coverage and the test work efficiency, simulate a real use scene, save the labor cost and shorten the test delivery time. One or more embodiments of the present specification further provide an apparatus and an electronic device capable of implementing the service simulation test method.

Description

Service simulation test method and device and electronic equipment
Technical Field
One or more embodiments of the present disclosure relate to the field of simulation, and in particular, to a method and an apparatus for testing service simulation, and an electronic device.
Background
With the continuous expansion of insurance business, the information systems of insurance companies are more and more, the mutual dependence is stronger, and the problems that the simulation difficulty of the front-end business scene is increased, the design of test cases is not comprehensive in the test process and the like are caused. The test cases are learned from the production system through a service simulation technology to form an automatic interface regression test case set and a cooperative intelligent baffle plate, so that the interface regression tests automatically executing the bionic production environment and the transaction sequence can be screened according to requirements, and a test report is automatically generated.
Disclosure of Invention
In view of this, one or more embodiments of the present disclosure are directed to a method, an apparatus, and an electronic device for simulating a service, so as to solve the problem of incompleteness of a test case in a test process.
In view of the above, one or more embodiments of the present specification provide a service simulation testing method, which includes the steps of:
collecting production logs of different service systems;
filtering the production log, and analyzing the obtained filtering result in different dimensions;
using the results obtained by the analysis, and generating a simulation test case for the combination according to the business requirements;
and playing back the cases, screening an interface scene for automatically executing the bionic production environment and the transaction sequence according to the service requirement, testing by using the interface scene and the simulation test cases, and automatically generating a test report.
Based on the same purpose, one or more embodiments of the present specification further provide a service simulation test apparatus, which can be divided into the following modules according to its functions:
the log collection module is used for collecting production logs by using a log collector and storing and managing the production logs in a database;
the log analysis module is used for carrying out filtering analysis of different dimensions on the production logs and analyzing and storing results obtained through the filtering analysis;
the case generation module automatically generates simulation test cases according to test purposes by depending on log analysis results of different dimensions;
the case playback module screens interface scenes and cases for automatically executing the bionic production environment and the transaction sequence according to requirements, develops test work comprising smoking test and regression test, and automatically generates a test report.
Based on the same object, one or more embodiments of the present specification further provide an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor can implement the service simulation testing method when executing the program.
As can be seen from the above, the service simulation testing method, the service simulation testing device and the electronic device provided in one or more embodiments of the present disclosure can automatically learn and generate a test case, can truly execute the test case in a production environment simulation service scenario and generate a test report, improve the coverage and the testing efficiency of the test case, shorten the testing delivery time, and improve the testing work efficiency.
Drawings
In order to more clearly illustrate one or more embodiments or prior art solutions of the present specification, the drawings that are needed in the description of the embodiments or prior art will be briefly described below, and it is obvious that the drawings in the following description are only one or more embodiments of the present specification, and that other drawings may be obtained by those skilled in the art without inventive effort from these drawings.
FIG. 1 is a step diagram of a method for service simulation testing provided by one or more embodiments of the present disclosure;
FIG. 2 is a schematic structural diagram of a service simulation test apparatus according to one or more embodiments of the present disclosure;
fig. 3 is a schematic diagram of an electronic device implementing a service simulation test method according to one or more embodiments of the present disclosure.
Detailed Description
For the purpose of promoting a better understanding of the objects, aspects and advantages of the present disclosure, reference is made to the following detailed description taken in conjunction with the accompanying drawings.
It is to be noted that unless otherwise defined, technical or scientific terms used in one or more embodiments of the present specification should have the ordinary meaning as understood by those of ordinary skill in the art to which this disclosure belongs. The word "comprising" or "comprises", and the like, means that the element or item listed before the word covers the element or item listed after the word and its equivalents, but does not exclude other elements or items.
With the continuous expansion of insurance business, the information systems of insurance companies are more and more, the mutual dependence is stronger, and the problems that the simulation difficulty of the front-end business scene is increased, the design of test cases is not comprehensive in the test process and the like are caused.
In view of the above, one or more embodiments of the present disclosure provide a business simulation testing method, which can analyze a production log and automatically generate a test case, and use the automatically generated test case for case playback, with reference to fig. 1, the method includes the steps of:
and step S101, collecting production logs of different service systems.
In this step, a log collector is used to collect production logs. The specific method comprises the following steps:
the technical personnel set parameters for each service system respectively, when a log collector is started, the parameters are input according to service requirements, the log collector identifies the parameters to determine the service system needing to collect logs and collect production logs.
The collection of data including production logs can also be performed by a method of copying network traffic data and copying access log of a high-performance HTTP and reverse proxy web server, and the production log collection method is adopted in order to conform to the architectural characteristics of the existing simulation test system.
And S102, filtering the production log, and analyzing the obtained filtering result in different dimensions.
In this step, the dimension of analyzing the production log includes: at least one of path analysis, association rule analysis, sequence pattern analysis and classification analysis. The method specifically comprises the following steps:
and (3) path analysis, namely analyzing the circulation rule and characteristics of each module in the access process of the user through the behavior event of the client access site in the production log file, and mining the user access mode. For example, by analyzing the number of times that a user visits a site in a production log file of a national shou E store app (application), the most frequent access path when the user uses the app is obtained as: login-query-select product-purchase-payment.
And (4) analyzing the association rules, wherein the mutual dependency or association among things is reflected, namely the association rules meeting the minimum support degree and the minimum reliability are mined from the database. For example, the association rule of the dangerous case purchased by the user and the personal information of the user.
The sequence pattern analysis mainly relates the association relationship between data and time, finds the time sequence of the occurrence of events, and focuses on analyzing the front-back or causal relationship between data. For example, the customer primary behavior is related to the purchase.
And the classification analysis mainly analyzes the business data and accurately describes each class to establish an analysis model or a classification rule. Such as browse class, purchase class.
The data obtained by the analysis is stored in the database as the original data version.
And S103, combining the analysis results according to the service requirements to generate a simulation test case.
In this step, the original data versions generated in step S102 are classified according to their service system sources and version numbers and stored in S3 MINIO. And performing secondary data processing on the original data version to obtain a baseline data version which is the simulation test case.
In this step, the method of performing secondary data processing includes: timestamp replacement, keyword modification, request screening, blacklisting, whitelisting, and the like.
And S104, case playback is carried out, an interface scene for automatically executing a bionic production environment and a transaction sequence is screened according to the service requirement, the interface scene and the simulation test case are used for testing, and a test report is automatically generated.
In this step, according to different business requirements, different baseline data versions are used for case playback.
The specific method for case playback comprises the following steps:
selecting a baseline data version to send a playback request according to business requirements, wherein the playback request comprises playback according to time intervals and playback at compressed time intervals; the compressed time interval playback is intended to perform a stress test, and when a stress test is selected, a data tag representing the stress test is assigned to the corresponding baseline data version.
Collecting a return result of the playback request, comparing the return result with an expected result, and judging whether the playback request is successful, wherein the judgment method comprises the steps of setting an upper limit threshold and a lower limit threshold for the expected result, and when the return result exceeds the upper limit threshold or is lower than the lower limit threshold, the playback of the case fails; otherwise, the case playback is successful. Or otherwise determine whether playback was successful.
Screening the data of the returned result according to the service requirement, and displaying the result obtained by screening on a foreground page as a test report, wherein the content of the test report comprises the following steps: and returning result data such as running time, success standard, success rate, noise reduction index, total request quantity, failure quantity and the like.
The service simulation test method provided by one or more embodiments of the specification can simulate a real use scene by automatically generating the test case and playing back the case, thereby improving the test coverage and saving the labor cost. The test case is automatically generated, so that the test delivery time can be effectively shortened, and the test range can be effectively expanded; also other types of tests are possible, for example: the interface test and the gray level test provide test data and support the subsequent requirements of various special application scenes.
It should be noted that the method of one or more embodiments of the present disclosure may be performed by a single device, such as a computer or server. The method of the embodiment can also be applied to a distributed scene and completed by the mutual cooperation of a plurality of devices. In such a distributed scenario, one of the devices may perform only one or more steps of the method of one or more embodiments of the present disclosure, and the devices may interact with each other to complete the method.
The foregoing description has been directed to specific embodiments of this disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
Based on the same inventive concept, corresponding to the method of any embodiment, one or more embodiments of the present specification further provide a service simulation test device.
Referring to fig. 2, the service simulation test apparatus includes:
the log collection module 201 collects production logs by using a log collector, and stores and manages the production logs in a database.
The log analysis module 202 performs filtering analysis of different dimensions on the production log, and analyzes and stores a result obtained through the filtering analysis.
The case generation module 203 automatically generates simulation test cases according to test purposes by relying on log analysis results of different dimensions.
The case playback module 204 screens interface scenes and cases for automatically executing the bionic production environment and the transaction sequence according to requirements, develops test work including smoking test and regression test, and automatically generates a test report.
For convenience of description, the above devices are described as being divided into various modules by functions, and are described separately. Of course, the functionality of the modules may be implemented in the same one or more software and/or hardware implementations in implementing one or more embodiments of the present description.
The apparatus of the foregoing embodiment is used to implement the corresponding method in the foregoing embodiment, and has the beneficial effects of the corresponding method embodiment, which are not described herein again.
Based on the same inventive concept, corresponding to any of the above embodiments, one or more embodiments of the present specification further provide an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the service simulation testing method according to any of the above embodiments is implemented.
Fig. 3 is a schematic diagram illustrating a more specific hardware structure of an electronic device according to this embodiment, where the electronic device may include: a processor 1010, a memory 1020, an input/output interface 1030, a communication interface 1040, and a bus 1050. Wherein the processor 1010, memory 1020, input/output interface 1030, and communication interface 1040 are communicatively coupled to each other within the device via bus 1050.
The processor 1010 may be implemented by a general-purpose CPU (Central Processing Unit), a microprocessor, an Application Specific Integrated Circuit (ASIC), or one or more Integrated circuits, and is configured to execute related programs to implement the technical solutions provided in the embodiments of the present disclosure.
The Memory 1020 may be implemented in the form of a ROM (Read Only Memory), a RAM (Random Access Memory), a static storage device, a dynamic storage device, or the like. The memory 1020 may store an operating system and other application programs, and when the technical solution provided by the embodiments of the present specification is implemented by software or firmware, the relevant program codes are stored in the memory 1020 and called to be executed by the processor 1010.
The input/output interface 1030 is used for connecting an input/output module to input and output information. The i/o module may be configured as a component in a device (not shown) or may be external to the device to provide a corresponding function. The input devices may include a keyboard, a mouse, a touch screen, a microphone, various sensors, etc., and the output devices may include a display, a speaker, a vibrator, an indicator light, etc.
The communication interface 1040 is used for connecting a communication module (not shown in the drawings) to implement communication interaction between the present apparatus and other apparatuses. The communication module can realize communication in a wired mode (such as USB, network cable and the like) and also can realize communication in a wireless mode (such as mobile network, WIFI, Bluetooth and the like).
Bus 1050 includes a path that transfers information between various components of the device, such as processor 1010, memory 1020, input/output interface 1030, and communication interface 1040.
It should be noted that although the above-mentioned device only shows the processor 1010, the memory 1020, the input/output interface 1030, the communication interface 1040 and the bus 1050, in a specific implementation, the device may also include other components necessary for normal operation. In addition, those skilled in the art will appreciate that the above-described apparatus may also include only those components necessary to implement the embodiments of the present description, and not necessarily all of the components shown in the figures.
The electronic device of the foregoing embodiment is used to implement the corresponding method in the foregoing embodiment, and has the beneficial effects of the corresponding method embodiment, which are not described herein again.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, is limited to these examples; within the spirit of the present disclosure, features from the above embodiments or from different embodiments may also be combined, steps may be implemented in any order, and there are many other variations of different aspects of one or more embodiments of the present description as described above, which are not provided in detail for the sake of brevity.
In addition, well-known power/ground connections to Integrated Circuit (IC) chips and other components may or may not be shown in the provided figures, for simplicity of illustration and discussion, and so as not to obscure one or more embodiments of the disclosure. Furthermore, devices may be shown in block diagram form in order to avoid obscuring the understanding of one or more embodiments of the present description, and this also takes into account the fact that specifics with respect to implementation of such block diagram devices are highly dependent upon the platform within which the one or more embodiments of the present description are to be implemented (i.e., specifics should be well within purview of one skilled in the art). Where specific details (e.g., circuits) are set forth in order to describe example embodiments of the disclosure, it should be apparent to one skilled in the art that one or more embodiments of the disclosure can be practiced without, or with variation of, these specific details. Accordingly, the description is to be regarded as illustrative instead of restrictive.
While the present disclosure has been described in conjunction with specific embodiments thereof, many alternatives, modifications, and variations of these embodiments will be apparent to those of ordinary skill in the art in light of the foregoing description. For example, other memory architectures (e.g., dynamic ram (dram)) may use the discussed embodiments.
It is intended that the one or more embodiments of the present specification embrace all such alternatives, modifications and variations as fall within the broad scope of the appended claims. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of one or more embodiments of the present disclosure are intended to be included within the scope of the present disclosure.

Claims (10)

1. A service simulation test method comprises the following steps:
collecting production logs of different service systems;
filtering the production log, and analyzing the obtained filtering result in different dimensions;
using the results obtained by the analysis, and generating a simulation test case for the combination according to the business requirements;
and playing back the cases, screening an interface scene for automatically executing the bionic production environment and the transaction sequence according to the service requirement, testing by using the interface scene and the simulation test cases, and automatically generating a test report.
2. The method according to claim 1, wherein the collecting production logs of different business systems specifically comprises:
setting a log collector to collect the production logs from different business systems;
the log collector is used for presetting parameters, identifying different business systems represented by different parameters and collecting the production logs of different business systems.
3. The method of claim 1, wherein the obtained filtering results are analyzed in different dimensions, and the analyzing dimensions comprise: at least one of path analysis, association rule analysis, sequence pattern analysis and classification analysis.
4. The method of claim 3, wherein the analyzing the obtained filtering results in different dimensions further comprises: and storing the result obtained by the analysis in the database to form an original data version.
5. The method of claim 4, wherein the combining generates a simulation test case comprising:
respectively storing the original data versions in S3 MINIO according to the service system and the version number to which the original data versions belong;
and performing secondary processing on the basis of the original data version to form a baseline data version, wherein the baseline data version is the simulation test case.
6. The method of claim 5, wherein the secondary processing is performed based on the original data version, the secondary processing comprising: at least one of timestamp replacement, keyword modification, request screening, blacklist, whitelist.
7. The method of claim 5, wherein the case playback comprises:
initiating a playback request, and selecting a proper baseline data version to initiate the playback request according to different service requirements; wherein the playback mode of the playback request includes one of playback at time intervals and playback at compressed time intervals;
collecting a return result of each playback request, and judging whether each playback request is successful according to an expected result or a comparison result;
and screening all the returned results according to different dimensions and the service requirements, and generating and outputting a test report.
8. The method of claim 7, wherein the contents of the test report comprise: at least one of runtime, success criteria, success rate, noise reduction index, total request volume, and failure volume.
9. A service simulation test device can be divided into the following modules according to the functions, and comprises the following modules:
the log collection module is used for collecting production logs by using a log collector and storing and managing the production logs in a database;
the log analysis module is used for carrying out filtering analysis of different dimensions on the production logs and analyzing and storing results obtained through the filtering analysis;
the case generation module automatically generates simulation test cases according to test purposes by depending on log analysis results of different dimensions;
the case playback module screens interface scenes and cases for automatically executing the bionic production environment and the transaction sequence according to requirements, develops test work comprising smoking test and regression test, and automatically generates a test report.
10. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of service simulation testing as claimed in any one of claims 1 to 8 when executing the program.
CN202011444414.5A 2020-12-08 2020-12-08 Service simulation test method and device and electronic equipment Pending CN112463568A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011444414.5A CN112463568A (en) 2020-12-08 2020-12-08 Service simulation test method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011444414.5A CN112463568A (en) 2020-12-08 2020-12-08 Service simulation test method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN112463568A true CN112463568A (en) 2021-03-09

Family

ID=74801289

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011444414.5A Pending CN112463568A (en) 2020-12-08 2020-12-08 Service simulation test method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN112463568A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113010432A (en) * 2021-03-31 2021-06-22 上海天旦网络科技发展有限公司 White box simulation test method and system based on flow time sequence playback
CN113872831A (en) * 2021-09-28 2021-12-31 北京永信至诚科技股份有限公司 Network test visualization system and method
CN115757068A (en) * 2022-11-17 2023-03-07 中电云数智科技有限公司 Process log acquisition and automatic noise reduction method and system based on eBPF

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6957186B1 (en) * 1999-05-27 2005-10-18 Accenture Llp System method and article of manufacture for building, managing, and supporting various components of a system
CN109165153A (en) * 2018-09-06 2019-01-08 华泰证券股份有限公司 A kind of performance test methods of high emulation securities business transaction class system
CN110908906A (en) * 2019-11-18 2020-03-24 中国民航信息网络股份有限公司 Regression testing method and system
CN111190808A (en) * 2018-11-14 2020-05-22 北京京东尚科信息技术有限公司 Automated testing method, system, device and computer readable storage medium
CN111209181A (en) * 2018-11-21 2020-05-29 北京京东尚科信息技术有限公司 Regression testing method, system, device and computer storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6957186B1 (en) * 1999-05-27 2005-10-18 Accenture Llp System method and article of manufacture for building, managing, and supporting various components of a system
CN109165153A (en) * 2018-09-06 2019-01-08 华泰证券股份有限公司 A kind of performance test methods of high emulation securities business transaction class system
CN111190808A (en) * 2018-11-14 2020-05-22 北京京东尚科信息技术有限公司 Automated testing method, system, device and computer readable storage medium
CN111209181A (en) * 2018-11-21 2020-05-29 北京京东尚科信息技术有限公司 Regression testing method, system, device and computer storage medium
CN110908906A (en) * 2019-11-18 2020-03-24 中国民航信息网络股份有限公司 Regression testing method and system

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113010432A (en) * 2021-03-31 2021-06-22 上海天旦网络科技发展有限公司 White box simulation test method and system based on flow time sequence playback
CN113010432B (en) * 2021-03-31 2023-09-12 上海天旦网络科技发展有限公司 White box simulation test method and system based on flow time sequence playback
CN113872831A (en) * 2021-09-28 2021-12-31 北京永信至诚科技股份有限公司 Network test visualization system and method
CN113872831B (en) * 2021-09-28 2022-09-16 北京永信至诚科技股份有限公司 Network test visualization system and method
CN115757068A (en) * 2022-11-17 2023-03-07 中电云数智科技有限公司 Process log acquisition and automatic noise reduction method and system based on eBPF
CN115757068B (en) * 2022-11-17 2024-03-05 中电云计算技术有限公司 Process log acquisition and automatic noise reduction method and system based on eBPF

Similar Documents

Publication Publication Date Title
CN109828903B (en) Automatic testing method and device, computer device and storage medium
CN112463568A (en) Service simulation test method and device and electronic equipment
CN109062780B (en) Development method of automatic test case and terminal equipment
CN109753406B (en) Interface performance monitoring method, device, equipment and computer readable storage medium
CN104956362B (en) Analyze the structure of weblication
CN110825618B (en) Method and related device for generating test case
CN109309596B (en) Pressure testing method and device and server
CN110007921B (en) Code publishing method and device
CN110990053A (en) Method for creating and using machine learning scheme template and device
CN105095207A (en) Methods for retrieving and obtaining contents of application software, and devices for retrieving and obtaining contents of application software
CN111240876B (en) Fault positioning method and device for micro-service, storage medium and terminal
US11409623B2 (en) Integrated circuit (IC) power-up testing method and device, and electronic equipment
CN114546738B (en) Universal test method, system, terminal and storage medium for server
CN110647471A (en) Interface test case generation method, electronic device and storage medium
CN112286827A (en) Software testing method, device, electronic device and storage medium
CN111708712A (en) User behavior test case generation method, flow playback method and electronic equipment
CN114942878A (en) Automatic performance testing method for internet application and related equipment
CN116016270A (en) Switch test management method and device, electronic equipment and storage medium
CN115437903A (en) Interface test method, device, apparatus, storage medium, and program
CN112416800A (en) Intelligent contract testing method, device, equipment and storage medium
CN111240981A (en) Interface testing method, system and platform
CN111210279A (en) Target user prediction method and device and electronic equipment
CN110928773A (en) Project test result management method and device, computer equipment and storage medium
CN111062039A (en) Multi-standard security reference detection method and system, target host and server
CN108563578A (en) SDK compatibility detection method, device, equipment and readable storage medium storing program for executing

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination