CN111338964B - Ordered batch test method, system, terminal and storage medium - Google Patents

Ordered batch test method, system, terminal and storage medium Download PDF

Info

Publication number
CN111338964B
CN111338964B CN202010132753.3A CN202010132753A CN111338964B CN 111338964 B CN111338964 B CN 111338964B CN 202010132753 A CN202010132753 A CN 202010132753A CN 111338964 B CN111338964 B CN 111338964B
Authority
CN
China
Prior art keywords
test
execution
script
sandbox
linked list
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.)
Active
Application number
CN202010132753.3A
Other languages
Chinese (zh)
Other versions
CN111338964A (en
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 CN202010132753.3A priority Critical patent/CN111338964B/en
Publication of CN111338964A publication Critical patent/CN111338964A/en
Application granted granted Critical
Publication of CN111338964B publication Critical patent/CN111338964B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides an ordered batch test method, a system, a terminal and a storage medium, comprising the following steps: establishing a mapping relation between the test case ID and the test script information to which the test case ID belongs, and taking the mapping relation as an index item; acquiring corresponding test script names according to test case IDs required by tests, and setting execution sequences of the corresponding test script names; creating an execution linked list according to the index items and the execution sequence; creating a sandbox and storing a full amount of scripts and configuration files required by testing in the sandbox; and calling the script in the sandbox to execute the test according to the execution linked list. The invention can generate an independent script execution space for each tester, does not need to search the execution file manually, does not need to download to a local manual configuration file folder, and does not generate the problem of script configuration information conflict caused by the test of a shared server. The method can support multi-user multi-device parallel test and shorten the whole test preparation time.

Description

Ordered batch test method, system, terminal and storage medium
Technical Field
The invention relates to the technical field of server testing, in particular to an ordered batch testing method, an ordered batch testing system, a terminal and a storage medium.
Background
In the process of executing the storage test, some basic test functions are often executed in a coding test mode, and the use cases are stored in a version control library after being converted and are selectively executed by a test executive personnel according to the test requirements of the test executive personnel. However, the selection process is painful, and on one hand, the selection of the identification function which cannot be accurately performed according to the name and on the other hand, the selection of the whole execution process are time-consuming. Meanwhile, the script to be executed is selected, the configuration information needs to be manually modified, if the script is executed in the local execution, updating and downloading are needed to be carried out every time the script is executed, so that the latest synchronization is kept, and if the script is not downloaded in the local execution, a new problem occurs, and the problem of conflict of the configuration information during sharing is solved.
Disclosure of Invention
In view of the above-mentioned deficiencies of the prior art, the present invention provides an ordered batch test method, system, terminal and storage medium to solve the above-mentioned technical problems.
In a first aspect, the present invention provides an ordered batch test method, including:
establishing a mapping relation between the test case ID and the test script information to which the test case ID belongs, and taking the mapping relation as an index item;
acquiring corresponding test script names according to test case IDs required by tests, and setting execution sequences of the corresponding test script names;
creating an execution linked list according to the index items and the execution sequence;
creating a sandbox and storing a full amount of scripts and configuration files required by testing in the sandbox;
and calling the script in the sandbox to execute the test according to the execution linked list.
Further, the setting of the execution sequence of the corresponding test script name includes:
acquiring a parameter association relation between test scripts;
and setting the execution sequence of the test script according to the incidence relation.
Further, the creating an execution linked list according to the index entry and the execution order includes:
splicing the index items by using special characters as separators according to the execution sequence to generate a test sequence string;
and dividing the test sequence string into an execution linked list according to the input parameter value of each test case in the test sequence string.
Further, the creating a sandbox and storing the full amount of scripts and the configuration files required by the test in the sandbox include:
creating a test folder of the test task;
naming the test folder as a test task name;
connecting a code library through an ftp protocol, and downloading a full amount of scripts in the code library to the test folder;
and downloading a corresponding configuration file from the code library according to the test environment requirement for executing the test task, and storing the corresponding configuration file to the test folder.
Further, the calling the script in the sandbox according to the execution linked list to execute the test includes:
collecting a storage path of a test script related to an execution linked list in a sandbox;
and writing the storage path into a corresponding index entry in the execution linked list.
In a second aspect, the present invention provides an ordered batch test system, comprising:
the index creating unit is configured for establishing a mapping relation between the test case ID and the test script information to which the test case ID belongs, and taking the mapping relation as an index item;
the sequence setting unit is configured to acquire corresponding test script names according to test case IDs required by tests and set execution sequences of the corresponding test script names;
a linked list setting unit configured to create an execution linked list according to the index item and the execution sequence;
the sandbox creating unit is configured for creating a sandbox and storing a full amount of scripts and configuration files required by testing in the sandbox;
and the script calling unit is configured for calling the script in the sandbox to execute the test according to the execution linked list.
Further, the order setting unit includes:
the association acquisition module is configured for acquiring parameter association relations among the test scripts;
and the sequence setting module is configured to set the execution sequence of the test script according to the incidence relation.
Further, the linked list creating unit includes:
the index splicing module is configured for splicing the index items by using special characters as separators according to the execution sequence to generate a test sequence string;
and the linked list generating module is configured to divide the test sequence string into the execution linked lists according to the special characters according to the input parameter values of the test cases in the test sequence string.
Further, the sandbox creating unit includes:
the file creating module is used for configuring a test folder for creating a test task;
the file naming module is configured to name the test folder as a test task name;
the script downloading module is configured to be connected with a code library through an ftp protocol and download the full amount of scripts in the code library to the test folder;
and the configuration downloading module is configured to download a corresponding configuration file from the code library according to the test environment requirement for executing the test task, and store the corresponding configuration file to the test folder.
In a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program which,
the processor is used for calling and running the computer program from the memory so as to make the terminal execute the method of the terminal.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
according to the ordered batch test method, the ordered batch test system, the ordered batch test terminal and the storage medium, by conducting index sequencing on the script files, a tester can select a test script to be executed, splicing and uploading the index id, meanwhile, creating an independent running sandbox by matching with uploaded test environment information, downloading the sandbox from a code library, and completing execution of the test script according to a set sequence. The invention can generate an independent script execution space for each tester, does not need to search the execution file manually, does not need to download to a local manual configuration file folder, and does not generate the problem of script configuration information conflict caused by the test of a shared server. The parallel test of multiple users and multiple devices can be supported, and the overall test preparation time is shortened.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the present invention.
FIG. 2 is a schematic block diagram of a system of one embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and not all embodiments. All other embodiments, which can be obtained by a person skilled in the art without making any creative effort based on the embodiments in the present invention, shall fall within the protection scope of the present invention.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention. The execution subject of fig. 1 may be an ordered batch test system.
As shown in fig. 1, the method 100 includes:
step 110, establishing a mapping relation between the test case ID and the test script information to which the test case ID belongs, and taking the mapping relation as an index item;
step 120, obtaining corresponding test script names according to test case IDs required by tests, and setting execution sequences of the corresponding test script names;
step 130, creating an execution linked list according to the index item and the execution sequence;
step 140, creating a sandbox and storing a full amount of scripts and configuration files required by testing in the sandbox;
and 150, calling the script in the sandbox to execute the test according to the execution linked list.
In order to facilitate understanding of the present invention, the sequential batch test method provided by the present invention is further described below by using the principle of the sequential batch test method of the present invention and combining the process of performing script sequential batch test in the embodiments.
Specifically, the ordered batch test method comprises the following steps:
s1, establishing a mapping relation between the test case ID and the test script information to which the test case ID belongs, and taking the mapping relation as an index item.
S2, obtaining corresponding test script names according to the test case ID required by the test, and setting the execution sequence of the corresponding test script names.
The tester can directly inquire out the test script to be executed according to the distributed test case id, and after the script is selected, the tester can adjust the execution sequence according to the requirement and according to the final sequence. Before setting the execution sequence, the association relationship between the test scripts needs to be obtained, for example, the test result of one test script is the input parameter of another test script, and the execution sequence is set according to the association relationship.
And S3, creating an execution linked list according to the index item and the execution sequence.
And splicing the index items by using special characters as separators according to the execution sequence to generate a character string as the basis of subsequent cycle test (test sequence string). The special character may be # or 000, etc.
And cutting the test sequence string according to the entry parameter of each test case related in the test sequence string and the special character bit to generate a new execution linked list. The parameter entering refers to calling a parameter value of a certain test script, namely, sequencing the parameter entering of each test script according to the test sequence string to generate an execution linked list in which the parameter entering index items are sequentially arranged. If the test environment requirements of the test scripts are different in the test process, the configuration file (configuration script) can be added into the execution linked list according to the method.
And S4, creating a sandbox and storing a full amount of scripts and configuration files required by the test in the sandbox.
After the test personnel trigger execution, a test task name is immediately generated, and a test folder with the same name is created according to the test task name. And connecting the code base through ftp, downloading the full amount of scripts into the test folder, and downloading the configuration file required by the test from the code base to the test folder according to the uploaded test equipment environment.
And S5, calling the script in the sandbox to execute the test according to the execution linked list.
And calling the test scripts in the test folder in the step S4 according to the sequence of the execution linked list in the step S3, and executing automatic batch test. When the method is executed, the index to be executed at present is read, the attribute information of the current script, including the file position and the file name, is found in the uploaded mapping relation, and the attribute information and the task folder are combined and spliced to generate a complete file path.
And (4) a splicing path, checking whether a file exists, whether the file has an executable state and the like, if so, downloading the test script to the code base again, executing the test of the script after ensuring that the script is available, and continuing the next cycle item.
As shown in fig. 2, the system 200 includes:
the index creating unit 210 is configured to establish a mapping relationship between the test case ID and the test script information to which the test case ID belongs, and use the mapping relationship as an index item;
a sequence setting unit 220 configured to obtain a corresponding test script name according to a test case ID required for a test, and set an execution sequence of the corresponding test script name;
a linked list setting unit 230 configured to create an execution linked list according to the index entry and the execution order;
a sandbox creating unit 240 configured to create a sandbox and store a full amount of scripts and configuration files required for testing in the sandbox;
and the script calling unit 250 is configured to call the script in the sandbox to execute the test according to the execution linked list.
Optionally, as an embodiment of the present invention, the order setting unit includes:
the association acquisition module is configured for acquiring parameter association relations among the test scripts;
and the sequence setting module is configured to set the execution sequence of the test scripts according to the incidence relation.
Optionally, as an embodiment of the present invention, the linked list creating unit includes:
the index splicing module is configured to splice the index items by using special characters as separators according to the execution sequence to generate a test sequence string;
and the linked list generating module is configured to divide the test sequence string into the execution linked lists according to the special characters according to the input parameter values of the test cases in the test sequence string.
Optionally, as an embodiment of the present invention, the sandbox creating unit includes:
the file creating module is used for configuring a test folder for creating a test task;
the file naming module is configured to name the test folder as a test task name;
the script downloading module is configured to be connected with a code library through an ftp protocol and download a full amount of scripts in the code library to the test folder;
and the configuration downloading module is configured to download a corresponding configuration file from the code library according to the test environment requirement for executing the test task, and store the corresponding configuration file into the test folder.
Fig. 3 is a schematic structural diagram of a terminal system 300 according to an embodiment of the present invention, where the terminal system 300 may be used to execute the ordered batch test method according to the embodiment of the present invention.
The terminal system 300 may include: a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
The memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
The processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be composed of an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs connected with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Therefore, by carrying out index sequencing on the script file, a tester can select the test script to be executed, splice and upload the index id, create an independent running sandbox by matching with the uploaded test environment information, download the independent running sandbox into the sandbox from the code library, and complete the execution of the test script according to the set sequence. The invention can generate an independent script execution space for each tester, does not need to search the execution file manually, does not need to download to a local manual configuration file folder, and does not generate the problem of script configuration information conflict caused by the test of a shared server. The method can support multi-user multi-device parallel testing, and shorten the overall test preparation time, and the technical effects achieved by the embodiment can be referred to the description above, and are not described herein again.
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented using software plus any required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform all or part of the steps of the method in the embodiments of the present invention.
The same and similar parts in the various embodiments in this specification may be referred to each other. Especially, for the terminal embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the description in the method embodiment.
In the several embodiments provided in the present invention, it should be understood that the disclosed system and method may be implemented in other manners. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, systems or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one position, or may be distributed on multiple network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
Although the present invention has been described in detail in connection with the preferred embodiments with reference to the accompanying drawings, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. An ordered batch test method, comprising:
establishing a mapping relation between the test case ID and the test script information to which the test case ID belongs, and taking the mapping relation as an index item;
acquiring corresponding test script names according to test case IDs required by tests, and setting execution sequences of the corresponding test script names;
creating an execution linked list according to the index items and the execution sequence;
creating a sandbox and storing a full amount of scripts and configuration files required by testing in the sandbox;
and calling the script in the sandbox to execute the test according to the execution linked list.
2. The method according to claim 1, wherein the setting of the execution order of the corresponding test script names comprises:
acquiring a parameter association relation between test scripts;
and setting the execution sequence of the test scripts according to the incidence relation.
3. The method of claim 1, wherein creating an execution linked list according to an index entry and the execution order comprises:
splicing the index items by using special characters as separators according to the execution sequence to generate a test sequence string;
and dividing the test sequence string into an execution linked list according to the input parameter value of each test case in the test sequence string.
4. The method of claim 1, wherein creating a sandbox and storing a full amount of scripts and configuration files required for testing at the sandbox comprises:
creating a test folder of the test task;
naming the test folder as a test task name;
connecting a code library through an ftp protocol, and downloading a full amount of scripts in the code library to the test folder;
and downloading a corresponding configuration file from the code base according to the test environment requirement for executing the test task, and storing the corresponding configuration file to the test folder.
5. The method of claim 1, wherein invoking the script within the sandbox to perform testing according to the execution chain table comprises:
collecting a storage path of a test script related to an execution linked list in a sandbox;
and writing the storage path into a corresponding index entry in the execution linked list.
6. An ordered batch test system, comprising:
the index creating unit is configured to establish a mapping relation between the test case ID and the test script information to which the test case ID belongs, and the mapping relation is used as an index item;
the sequence setting unit is configured to acquire corresponding test script names according to test case IDs required by tests and set execution sequences of the corresponding test script names;
a linked list setting unit configured to create an execution linked list according to the index item and the execution sequence;
the sandbox creating unit is configured for creating a sandbox and storing a full amount of scripts and configuration files required by testing in the sandbox;
and the script calling unit is configured for calling the script in the sandbox to execute the test according to the execution linked list.
7. The system according to claim 6, wherein the linked list setting unit comprises:
the index splicing module is configured for splicing the index items by using special characters as separators according to the execution sequence to generate a test sequence string;
and the linked list generation module is configured to divide the test sequence string into the execution linked lists according to the input parameter of each test case in the test sequence string.
8. The system according to claim 6, wherein the sandbox creation unit comprises:
the file creating module is used for configuring a test folder for creating a test task;
the file naming module is configured to name the test folder as a test task name;
the script downloading module is configured to be connected with a code library through an ftp protocol and download the full amount of scripts in the code library to the test folder;
and the configuration downloading module is configured to download a corresponding configuration file from the code library according to the test environment requirement for executing the test task, and store the corresponding configuration file to the test folder.
9. A terminal, comprising:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the method of any one of claims 1-5.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-5.
CN202010132753.3A 2020-02-29 2020-02-29 Ordered batch test method, system, terminal and storage medium Active CN111338964B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010132753.3A CN111338964B (en) 2020-02-29 2020-02-29 Ordered batch test method, system, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010132753.3A CN111338964B (en) 2020-02-29 2020-02-29 Ordered batch test method, system, terminal and storage medium

Publications (2)

Publication Number Publication Date
CN111338964A CN111338964A (en) 2020-06-26
CN111338964B true CN111338964B (en) 2023-01-10

Family

ID=71183787

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010132753.3A Active CN111338964B (en) 2020-02-29 2020-02-29 Ordered batch test method, system, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN111338964B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114531376A (en) * 2020-10-30 2022-05-24 中国移动通信有限公司研究院 Method, device and equipment for combining test tasks and readable storage medium
CN113852516B (en) * 2021-08-27 2023-06-02 苏州浪潮智能科技有限公司 Method, system, terminal and storage medium for generating switch diagnostic program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104391794A (en) * 2014-12-03 2015-03-04 浪潮集团有限公司 Automatic testing method for multiple scripts
CN105204832A (en) * 2014-06-24 2015-12-30 腾讯科技(深圳)有限公司 System and method for achieving script engine
CN105872778A (en) * 2016-03-31 2016-08-17 乐视控股(北京)有限公司 Upgrading control method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105204832A (en) * 2014-06-24 2015-12-30 腾讯科技(深圳)有限公司 System and method for achieving script engine
CN104391794A (en) * 2014-12-03 2015-03-04 浪潮集团有限公司 Automatic testing method for multiple scripts
CN105872778A (en) * 2016-03-31 2016-08-17 乐视控股(北京)有限公司 Upgrading control method and device

Also Published As

Publication number Publication date
CN111338964A (en) 2020-06-26

Similar Documents

Publication Publication Date Title
CN111338964B (en) Ordered batch test method, system, terminal and storage medium
CN111522738A (en) Test method and device of micro-service system, storage medium and electronic equipment
CN109788052B (en) Server configuration remote query method, device, terminal and storage medium
CN111274512A (en) Page loading method, device and medium
CN110554938A (en) BIOS (basic input output System) testing method, system, terminal and storage medium based on script set
CN111694733A (en) API (application programming interface) testing method and device for software development kit SDK (software development kit)
CN111262753B (en) Method, system, terminal and storage medium for automatically configuring number of NUMA nodes
CN109067605B (en) Storage subsystem fault diagnosis method and device, terminal and storage medium
CN112003730A (en) Method, system, terminal and storage medium for rapid cluster deployment
CN111124772A (en) Cloud platform storage performance testing method, system, terminal and storage medium
CN110865932A (en) Program internal interface testing method, system, terminal and storage medium
CN111143193B (en) Big data service testing method, system, terminal and storage medium based on RobotFramework
CN112256500B (en) Storage system test server configuration method, system, terminal and storage medium
CN114138654A (en) Interface test case generation method and device, computer equipment and storage medium
CN112667498A (en) Server building method and device, computer equipment and readable storage medium
CN113704120A (en) Data transmission method, device, equipment and storage medium
CN111858198A (en) Multi-scheme memory plugging test method, system, terminal and storage medium
CN113254332A (en) Multi-scenario testing method, system, terminal and storage medium for storage system
CN113220353B (en) Hard disk startup item sorting method, system, terminal and storage medium
CN111309598A (en) Test case execution environment recovery method, system, terminal and storage medium
CN111984512B (en) Storage system resource competition simulation test method, system, terminal and storage medium
CN111258912B (en) Page testing method, device, terminal and storage medium
CN112231218B (en) Method, system, terminal and storage medium for automatically updating test diagnosis script
CN115102879B (en) Test method of shared service platform, electronic equipment and storage medium
CN111475349B (en) Method, system, terminal and storage medium for testing stability of cluster DPDK

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
GR01 Patent grant
GR01 Patent grant