CN111737117A - Test method, device, equipment and storage medium of whole machine system - Google Patents

Test method, device, equipment and storage medium of whole machine system Download PDF

Info

Publication number
CN111737117A
CN111737117A CN202010529655.3A CN202010529655A CN111737117A CN 111737117 A CN111737117 A CN 111737117A CN 202010529655 A CN202010529655 A CN 202010529655A CN 111737117 A CN111737117 A CN 111737117A
Authority
CN
China
Prior art keywords
software
test
machine system
list
preset
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
CN202010529655.3A
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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010529655.3A priority Critical patent/CN111737117A/en
Publication of CN111737117A publication Critical patent/CN111737117A/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/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/3684Test management for test design, e.g. generating new test cases

Abstract

The invention discloses a test method of a whole machine system, which can download software in a pre-created required software list (including software required for testing a preset test item in a to-be-tested computing device), and then generate a test data packet according to the downloaded software under the condition of ensuring that the whole machine system test can be completed through the downloaded software, so that the test data packet can be used for smoothly testing the preset test item on the to-be-tested device, the test effect and the product image are improved, and the test method is higher in automation degree and lower in labor cost because the test method is applied to a processor. The invention also discloses a testing device, equipment and a computer readable storage medium of the whole machine system, and has the same beneficial effects as the testing method of the whole machine system.

Description

Test method, device, equipment and storage medium of whole machine system
Technical Field
The invention relates to the field of computing equipment, in particular to a test method of a whole machine system, and also relates to a test device, equipment and a computer readable storage medium of the whole machine system.
Background
The method comprises the steps that a whole computer system test is carried out on various computing equipment including a PC (personal computer) and a server before leaving a factory so as to check whether various performances of the computing equipment meet standards, when the whole computer system test is carried out, the testing equipment can control the equipment to be tested to execute a general testing program to obtain a testing result, however, when some personalized testing items proposed by users are faced, no mature testing scheme can meet the testing requirements for the personalized testing items proposed by the users in the prior art, the testing effect is poor, and the product image is influenced.
Therefore, how to provide a solution to the above technical problem is a problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide a test method of a whole machine system, which improves the test effect and the product image, and has higher automation degree and lower labor cost because the test method is applied to a processor; another objective of the present invention is to provide a testing apparatus, a device and a computer readable storage medium for a whole system, which improve the testing effect and the product image, and because the present application is applied to a processor, the degree of automation is high, and the labor cost is low.
In order to solve the above technical problem, the present invention provides a method for testing a complete machine system, which is applied to a processor, and comprises:
acquiring a pre-created required software list of software required for testing a preset test item in the to-be-tested computing equipment;
downloading the software in the required software list from a preset software source;
judging whether the software in the required software list can complete the test of the whole system;
and if so, generating a test data packet according to the downloaded software so that the to-be-tested computing equipment can operate the test data packet and complete the test of the whole system.
Preferably, the downloading the software in the required software list from a preset software source includes:
building a software source environment corresponding to a preset software source;
and downloading the software in the required software list from the preset software source through the software source environment.
Preferably, the downloading of the software in the required software list from the preset software source specifically includes:
and downloading the software in the required software list and the dependent files corresponding to the software from the preset software source.
Preferably, the judging whether the whole system test can be completed through the software in the required software list comprises:
installing the downloaded software in the required software list;
judging whether all the software can be installed and operated;
if yes, the complete machine system test can be finished;
otherwise, the test of the whole system cannot be finished.
Preferably, the generating of the test data packet according to the downloaded software specifically includes:
and compressing the downloaded software and the dependency file into a test data compression package.
Preferably, after the determining whether the complete machine system test can be completed through the software in the required software list, the complete machine system test method further includes:
if not, the control prompter prompts an error.
Preferably, after generating the test data packet according to the downloaded software, the test method of the whole system further includes:
and storing the test data packet to a local server so that the to-be-tested computing equipment can acquire the test data packet and complete the test of the whole system.
In order to solve the above technical problem, the present invention further provides a testing apparatus for a complete machine system, which is applied to a processor, and includes:
the acquisition module is used for acquiring a pre-created required software list of software required for testing a preset test item in the to-be-tested computing equipment;
the downloading module is used for downloading the software in the required software list from a preset software source;
the judging module is used for judging whether the software in the required software list can complete the test of the whole system or not, and if so, the generating module is triggered;
and the generating module is used for generating a test data packet according to the downloaded software so that the to-be-tested computing equipment runs the test data packet and completes the test of the whole system.
In order to solve the above technical problem, the present invention further provides a test apparatus for a complete machine system, including:
a memory for storing a computer program;
and the processor is used for realizing the steps of the testing method of the whole machine system when the computer program is executed.
In order to solve the above technical problem, the present invention further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the method for testing the whole system as described in any one of the above.
The invention provides a test method of a whole machine system, which can download software in a pre-created required software list (including software required for testing a preset test item in a to-be-tested computing device), and then generate a test data packet according to the downloaded software under the condition of ensuring that the whole machine system test can be completed through the downloaded software, so that the test data packet can be used for smoothly testing the preset test item on the to-be-tested device, the test effect and the product image are improved, and the test method is higher in automation degree and lower in labor cost because the test method is applied to a processor.
The invention also provides a testing device, equipment and a computer readable storage medium of the whole machine system, and has the same beneficial effects as the testing method of the whole machine system.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed in the prior art and the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
FIG. 1 is a schematic flow chart of a testing method for a complete machine system according to the present invention;
FIG. 2 is a schematic structural diagram of a testing apparatus of a complete machine system according to the present invention;
fig. 3 is a schematic structural diagram of a test apparatus of a complete machine system provided by the present invention.
Detailed Description
The core of the invention is to provide a test method of the whole machine system, which improves the test effect and the product image, and because the test method is applied to a processor, the automation degree is higher, and the labor cost is lower; another objective of the present invention is to provide a testing apparatus, a device and a computer readable storage medium for a whole system, which improve the testing effect and the product image, and because the present application is applied to a processor, the degree of automation is high, and the labor cost is low.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a schematic flow chart of a testing method of a complete machine system provided by the present invention, applied to a processor, the testing method of the complete machine system including:
step S1: acquiring a pre-created required software list of software required for testing a preset test item in the to-be-tested computing equipment;
specifically, in the whole machine testing process, different customers have different testing requirements, that is, different testing items are required to be tested, different testing software combinations are required to be installed in the computing equipment in the face of different testing items, and meanwhile, dependence items among the testing software are required, and the dependence items can enable all the mutually dependent testing software to normally run so as to complete the testing.
Specifically, the staff may create in advance a required software list of software required for performing a test on a preset test item in the computing device to be tested, for example, a required software list required for performing A, B and C three test items in a certain type of server, where the required software list may further include dependent items between each piece of software.
The required software list can be set in a configuration file soft-depends-get.
Step S2: downloading software in a required software list from a preset software source;
specifically, after the required software list exists, the test software in the required software list can be acquired, and in consideration of the fact that the version of the test software on the network is newer and the acquisition speed is higher, the software in the required software list can be downloaded from a preset software source in the step.
The software source may be of various types, for example, when the operating system of the computing device to be tested is a LINUX system, the software source may be a qinghua university open source software mirror station TUNA or a china major software source USTC, and the like, which is not limited herein in the embodiment of the present invention.
Of course, besides the manner of obtaining the test software in this step, the test software in the required software list may also be obtained in other manners, and the embodiment of the present invention is not limited herein.
Specifically, when the staff creates the required software list, the staff may set the dependent files corresponding to each piece of test software at the same time, so that in this step, the staff may directly search for the specified dependent file in the software source, and certainly, the staff may not set the dependent file, and in this step, the staff may search for and download the dependent file corresponding to each piece of software in the required software list in the preset software source, which is not limited herein.
Specifically, in the embodiment of the present invention, the steps after the step S1 may all be executed in various scripts, for example, the steps may be executed in a soft-depends-get.
Step S3: judging whether the software in the required software list can complete the test of the whole system;
specifically, considering that the software system test cannot be completed by the downloaded software due to unreasonable required software list equipment, for example, a setting error of the test software therein or a setting error of a dependent file corresponding to each test software therein, the step needs to be verified: and whether the whole system test can be completed through the software in the downloaded required software list or not is carried out, so that a reasonable required software list is ensured to be set.
The specific expression "whether the complete machine system test can be completed" in this step may be "whether the complete machine system test can be completed in the computing device to be tested", so as to implement the complete machine system test on the computing device to be tested, which is not limited herein.
Step S4: if so, generating a test data packet according to the downloaded software so that the to-be-tested computing equipment can operate the test data packet and complete the test of the whole system.
Specifically, when it is ensured that the complete machine system test can be completed through the downloaded software in the required software list, the software in the downloaded required software list and the dependency files corresponding to the software are proved to be reasonable, and the preset test items of the computing equipment to be tested can be successfully tested through the software, so that in the step, the test data packet can be generated according to the downloaded software, the test data packet is equivalent to a standard and qualified test data packet, and the complete machine system test of the preset test items can be performed on the computing equipment to be tested of the same type of the computing equipment to be tested through the test data packet.
The computing equipment to be tested can be a large number of computing equipment to be tested of the same type, and the test of preset projects can be performed on the large number of computing equipment to be tested through standard and qualified test data packets.
The invention provides a test method of a whole machine system, which can download software in a pre-created required software list (including software required for testing a preset test item in a to-be-tested computing device), and then generate a test data packet according to the downloaded software under the condition of ensuring that the whole machine system test can be completed through the downloaded software, so that the test data packet can be used for smoothly testing the preset test item on the to-be-tested device, the test effect and the product image are improved, and the test method is higher in automation degree and lower in labor cost because the test method is applied to a processor.
On the basis of the above-described embodiment:
as a preferred embodiment, the downloading of the software in the required software list from the preset software source comprises:
building a software source environment corresponding to a preset software source;
and downloading the software in the required software list from a preset software source through the software source environment.
Specifically, to download software from a specified software source, a software source environment corresponding to the software source needs to be established first, so that the software source environment corresponding to the preset software source can be established first, and then the software in the required software list can be downloaded from the preset software source in the established software source environment.
As a preferred embodiment, downloading the software in the required software list from the preset software source specifically includes:
and downloading the software in the required software list and the dependent files corresponding to the software from a preset software source.
Specifically, in consideration of the fact that the software in the computing device, especially the test software, are seriously dependent on each other, a dependent file is required to ensure that each software can normally and smoothly run, different test software combinations correspond to different dependent files, the dependent files can be listed in a required software list in advance, or the dependent files corresponding to the required software can be automatically downloaded from a software source by using a program, which is not limited in the embodiment of the present invention.
As a preferred embodiment, the step of determining whether the software in the required software list can complete the test of the whole system includes:
installing software in the downloaded required software list;
judging whether all the software can be installed and operated;
if yes, the complete machine system test can be finished;
otherwise, the test of the whole system cannot be finished.
Specifically, the embodiment of the present invention may be performed in a testing machine of a computing device to be tested, and the testing machine is only used for testing, unlike a commodity machine that is not available for networking before being sold, so that the foregoing step of downloading software may also be performed by using the testing machine, which is not limited herein.
Specifically, after the software in the required software list is downloaded, the downloaded software can be installed, whether the downloaded software can be installed and operated or not is judged, the software in the required software list can be judged to complete the whole system test under the condition that all the software can be installed and operated, and when any one of the software cannot be installed or operated, the software in the required software list can be judged to not complete the whole system test.
Of course, after the determination result is obtained, the determination result may be prompted by a prompt so that a worker knows the determination result, the prompt may be of various types, for example, a display or a speaker, and the embodiment of the present invention is not limited herein.
Of course, in addition to the determination method in the embodiment of the present invention, the determination of "whether the whole system test can be completed through the software in the required software list" may be completed through other methods.
As a preferred embodiment, the generating of the test data packet according to the downloaded software specifically includes:
and compressing the downloaded software and the dependent file into a test data compression package.
Specifically, considering that the downloaded software and the dependent file are complete files, the commodity machine can be directly obtained, installed and operated, so that the downloaded software and the dependent file can be directly compressed into a test data compression package in the embodiment of the invention, on one hand, the occupied space can be reduced, on the other hand, a large number of files can be packaged and sorted, and the files can be conveniently transmitted to the commodity machine of the computing device to be tested.
As a preferred embodiment, after determining whether the test of the whole system can be completed by the software in the required software list, the test method of the whole system further includes:
if not, the control prompter prompts an error.
Specifically, when it is determined that the complete machine system test cannot be completed through the software in the required software list, the required software list is proved to be unqualified, and the required software list needs to be readjusted so that the complete machine system test can be completed smoothly through the software in the required software list, and therefore, in order to inform workers of the situation, an error can be prompted through a prompter.
As a preferred embodiment, after generating the test data packet according to the downloaded software, the test method of the whole system further includes:
and storing the test data packet to a local server so that the to-be-tested computing equipment can obtain the test data packet and complete the test of the whole system.
Specifically, considering that when a large number of commodity machines of the computing device to be tested are subjected to the complete machine system test, each commodity machine is usually controlled to obtain the test data packet from the local server, in the embodiment of the present invention, the test data packet may be directly stored in the local server, so that the computing device to be tested can obtain the test data packet and complete the test of the complete machine system.
Of course, in addition to the method in the embodiment of the present invention, the test data packet may also be sent to the computing device to be tested in other manners, for example, the test data packet may be directly sent to the computing device to be tested through a local area network, and the like.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a testing apparatus of a complete machine system provided in the present invention, applied to a processor, the testing apparatus of the complete machine system including:
the acquisition module 1 is used for acquiring a pre-created required software list of software required for testing a preset test item in the to-be-tested computing equipment;
the downloading module 2 is used for downloading the software in the required software list from a preset software source;
the judging module 3 is used for judging whether the whole system test can be completed through the software in the required software list, and if so, the generating module is triggered;
and the generating module 4 is used for generating a test data packet according to the downloaded software so that the to-be-tested computing equipment can operate the test data packet and complete the test of the whole system.
For the introduction of the testing apparatus of the whole machine system provided by the embodiment of the present invention, please refer to the steps of the testing method of the whole machine system, which will not be described herein again.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a testing apparatus of a complete machine system according to the present invention, the testing apparatus of the complete machine system includes:
a memory 5 for storing a computer program;
and the processor 6 is used for implementing the steps of the test method of the whole system in the embodiment when executing the computer program.
For the introduction of the test equipment of the whole machine system provided by the embodiment of the present invention, please refer to the steps of the test method of the whole machine system, which will not be described herein again.
The present invention also provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the test method of the whole system as in the foregoing embodiments.
For the introduction of the computer-readable storage medium provided by the embodiment of the present invention, please refer to the steps of the test method of the whole system, which will not be described herein again.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should also be noted that, in the present specification, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A test method of a complete machine system is characterized by being applied to a processor and comprising the following steps:
acquiring a pre-created required software list of software required for testing a preset test item in the to-be-tested computing equipment;
downloading the software in the required software list from a preset software source;
judging whether the software in the required software list can complete the test of the whole system;
and if so, generating a test data packet according to the downloaded software so that the to-be-tested computing equipment can operate the test data packet and complete the test of the whole system.
2. The test method of the whole machine system according to claim 1, wherein the downloading of the software in the required software list from a preset software source comprises:
building a software source environment corresponding to a preset software source;
and downloading the software in the required software list from the preset software source through the software source environment.
3. The test method of the whole machine system according to claim 2, wherein the downloading of the software in the required software list from the preset software source specifically comprises:
and downloading the software in the required software list and the dependent files corresponding to the software from the preset software source.
4. The test method of the whole machine system according to claim 3, wherein the judging whether the test of the whole machine system can be completed through the software in the required software list comprises:
installing the downloaded software in the required software list;
judging whether all the software can be installed and operated;
if yes, the complete machine system test can be finished;
otherwise, the test of the whole system cannot be finished.
5. The test method of the whole machine system according to claim 4, wherein the generating of the test data packet according to the downloaded software is specifically:
and compressing the downloaded software and the dependency file into a test data compression package.
6. The test method of the whole machine system according to claim 1, wherein after the step of judging whether the test of the whole machine system can be completed by the software in the required software list, the test method of the whole machine system further comprises the following steps:
if not, the control prompter prompts an error.
7. The test method of the whole machine system according to any one of claims 1 to 6, wherein after the test data packet is generated according to the downloaded software, the test method of the whole machine system further comprises:
and storing the test data packet to a local server so that the to-be-tested computing equipment can acquire the test data packet and complete the test of the whole system.
8. The utility model provides a complete machine system's testing arrangement which is characterized in that, is applied to the treater, includes:
the acquisition module is used for acquiring a pre-created required software list of software required for testing a preset test item in the to-be-tested computing equipment;
the downloading module is used for downloading the software in the required software list from a preset software source;
the judging module is used for judging whether the software in the required software list can complete the test of the whole system or not, and if so, the generating module is triggered;
and the generating module is used for generating a test data packet according to the downloaded software so that the to-be-tested computing equipment runs the test data packet and completes the test of the whole system.
9. The utility model provides a test equipment of complete machine system which characterized in that includes:
a memory for storing a computer program;
a processor for implementing the steps of the test method of the complete machine system according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, in which a computer program is stored, which, when being executed by a processor, carries out the steps of the method for testing a complete machine system according to any one of claims 1 to 7.
CN202010529655.3A 2020-06-11 2020-06-11 Test method, device, equipment and storage medium of whole machine system Pending CN111737117A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010529655.3A CN111737117A (en) 2020-06-11 2020-06-11 Test method, device, equipment and storage medium of whole machine system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010529655.3A CN111737117A (en) 2020-06-11 2020-06-11 Test method, device, equipment and storage medium of whole machine system

Publications (1)

Publication Number Publication Date
CN111737117A true CN111737117A (en) 2020-10-02

Family

ID=72648766

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010529655.3A Pending CN111737117A (en) 2020-06-11 2020-06-11 Test method, device, equipment and storage medium of whole machine system

Country Status (1)

Country Link
CN (1) CN111737117A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1760833A (en) * 2005-11-09 2006-04-19 浪潮电子信息产业股份有限公司 Method for testing synchronous automatic installation for system including multiple complete computers
US20080320472A1 (en) * 2007-06-20 2008-12-25 James Laska Methods and systems for dynamically generating installation configuration files for software
US20100138823A1 (en) * 2007-06-27 2010-06-03 Installsheild Company, Inc. Method and system for software virtualization directly from an installation package
CN110008123A (en) * 2019-03-28 2019-07-12 武汉达梦数据库有限公司 A kind of method of automatic deployment test software and corresponding device
CN110990027A (en) * 2019-10-31 2020-04-10 苏州浪潮智能科技有限公司 Method and system for cloning Linux system based on DiskGenius in Windows environment
CN111026656A (en) * 2019-11-29 2020-04-17 浪潮商用机器有限公司 Automatic testing system, method, equipment and storage medium for distributed storage

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1760833A (en) * 2005-11-09 2006-04-19 浪潮电子信息产业股份有限公司 Method for testing synchronous automatic installation for system including multiple complete computers
US20080320472A1 (en) * 2007-06-20 2008-12-25 James Laska Methods and systems for dynamically generating installation configuration files for software
US20100138823A1 (en) * 2007-06-27 2010-06-03 Installsheild Company, Inc. Method and system for software virtualization directly from an installation package
CN110008123A (en) * 2019-03-28 2019-07-12 武汉达梦数据库有限公司 A kind of method of automatic deployment test software and corresponding device
CN110990027A (en) * 2019-10-31 2020-04-10 苏州浪潮智能科技有限公司 Method and system for cloning Linux system based on DiskGenius in Windows environment
CN111026656A (en) * 2019-11-29 2020-04-17 浪潮商用机器有限公司 Automatic testing system, method, equipment and storage medium for distributed storage

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
徐拥军: "《软件测试技术、方法和环境》", 30 June 2012, 北京航空航天大学出版社 *

Similar Documents

Publication Publication Date Title
CN111414172B (en) Automatic deployment and release system and method for application software
CN109840206B (en) Data testing method, device, terminal and storage medium
US9465724B2 (en) Method, program, and system for generating test cases
US8918760B2 (en) Test script generation for application image validation
CN110334021B (en) Interface test case generation method, device, equipment and storage medium
CN106406844B (en) Method and device for realizing public number menu of communication interaction platform
CN111078539B (en) Test method, device, system and computer readable storage medium
CN107659455B (en) Method, storage medium, device and system for Mock data of iOS (internet operating system) end
CN108959086B (en) Program package testing deployment method, device, system, electronic equipment and storage medium
CN102981949A (en) Method for on-line automatic tests of server
CN111181805B (en) Micro-service test baffle generation method and system based on test case
CN111596902A (en) Method, device, equipment and storage medium for building front-end and back-end development framework
CN111475390A (en) Log collection system deployment method, device, equipment and storage medium
CN110750446A (en) System testing method and related device
CN111625469A (en) Pressure testing method, device, equipment and computer readable storage medium
CN111737117A (en) Test method, device, equipment and storage medium of whole machine system
CN111078383A (en) Timed task management method, device, equipment and storage medium
CN115329383A (en) Data desensitization method, system and device based on adapter model
CN111538542B (en) System configuration method and related device
CN106844186B (en) Offline test method of application and terminal equipment
CN113268420A (en) Development method, device and system of data interface and computer storage medium
CN114003484A (en) Log output method, device and equipment for interface test and storage medium
CN111163309A (en) Testing method based on behavior simulation, television equipment and storage medium
CN108345461B (en) Application updating method and device and computer readable storage medium
CN113608996B (en) Mirror image compiling test method, system, device and readable storage medium

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20201002

RJ01 Rejection of invention patent application after publication