CN111104330A - Distributed test method, server and distributed test system - Google Patents

Distributed test method, server and distributed test system Download PDF

Info

Publication number
CN111104330A
CN111104330A CN201911333807.6A CN201911333807A CN111104330A CN 111104330 A CN111104330 A CN 111104330A CN 201911333807 A CN201911333807 A CN 201911333807A CN 111104330 A CN111104330 A CN 111104330A
Authority
CN
China
Prior art keywords
test
distributed
task
result information
queue
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
CN201911333807.6A
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.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei Software 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 Guangzhou Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN201911333807.6A priority Critical patent/CN111104330A/en
Publication of CN111104330A publication Critical patent/CN111104330A/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/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 discloses a distributed test method, which comprises the following steps: after receiving a test request, a server acquires a test case set according to the test request; splitting the test cases in the test case set into at least two test tasks; and sending the test tasks to a test queue so that at least two test nodes can obtain each test task from the test queue to test each test task. The invention also discloses a server and a distributed test system. The invention splits the test case of the test case set into a plurality of test tasks, and sends the split test tasks to the test queue for a plurality of test nodes to test, so that the same test project can be tested on a plurality of test nodes, thereby effectively improving the test efficiency and simultaneously lightening the operation load of the test nodes.

Description

Distributed test method, server and distributed test system
Technical Field
The invention relates to the technical field of software testing, in particular to a distributed testing method, a server and a distributed testing system.
Background
The automated testing refers to running a system or an application program under a preset condition and evaluating a running result, wherein the preset condition comprises a normal condition and an abnormal condition. In the prior art, for the Jenkins platform-based automatic test, one test project can be executed on only one node, and the problem of low efficiency exists because tasks to be executed are multiple and heavy.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
The embodiment of the invention mainly aims to provide a distributed test method, and aims to solve the technical problems that in the prior art, one test project can be executed on only one node, and tasks required to be executed are multiple and repeated, so that the efficiency is low.
In order to solve the above problem, an embodiment of the present invention provides a distributed test method, where the distributed test method is applied to a server, and includes the following steps:
after receiving a test request, a server acquires a test case set according to the test request;
splitting the test cases in the test case set into at least two test tasks;
and sending the test tasks to a test queue so that at least two test nodes can obtain each test task from the test queue to test each test task.
Optionally, the distributed test method further includes:
acquiring result information returned by the test node;
and combining the result information to generate a test result corresponding to the test request.
Optionally, the step of combining the test results to generate the test result corresponding to the test request includes:
acquiring identification information of the result information;
updating the quantity of result information corresponding to the identification information;
and when the number reaches the number of the test cases corresponding to the test request, merging result information corresponding to the identification information to obtain the test result.
Optionally, the step of sending the test task to a test queue includes:
acquiring identification information of a test case set corresponding to the test task;
adding the identification information to the test task;
and sending the test task added with the identification information to the test queue.
Optionally, after the step of obtaining the result information returned by the test node, the method further includes:
and sending confirmation information corresponding to the result information to the test queue so that the test queue deletes the result information.
In addition, to solve the above problem, an embodiment of the present invention further provides a distributed test method, where the distributed test method is applied to a test node, and includes the following steps:
acquiring a test task from a test queue;
testing according to the test task to obtain result information;
returning the result information;
and returning to the step of obtaining the test task from the test queue.
Optionally, the step of performing a test according to the test task to obtain result information includes:
acquiring an execution data packet corresponding to the test task;
and executing the execution data packet to obtain the result information.
Optionally, the step of obtaining the corresponding execution package according to the test task includes:
acquiring a download path corresponding to the test task;
and downloading the execution data packet according to the download path.
An embodiment of the present invention further provides a server, where the server includes a processor, a memory, and a distributed test program stored on the memory and capable of running on the processor, and when executed by the processor, the distributed test program implements the steps of the distributed test method described above.
The embodiment of the present invention further provides a distributed test system, which includes a server, a plurality of test nodes, a memory, and a distributed test program that is stored in the memory and can run on the processor, and when the distributed test program is executed by the processor, the steps of the distributed test method are implemented.
According to the distributed test method provided by the embodiment of the invention, the test cases in the test case set are split into the plurality of test tasks, and the split test tasks are sent to the test queue for testing by the plurality of test nodes, so that the same test project can be tested on the plurality of test nodes, the test efficiency can be effectively improved, and the operation load of the test nodes can be reduced.
Drawings
Fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of a distributed test method according to a first embodiment of the present invention;
FIG. 3 is a flowchart illustrating a distributed testing method according to a second embodiment of the present invention;
FIG. 4 is a flowchart illustrating a distributed testing method according to a third embodiment of the present invention;
fig. 5 is a flowchart illustrating a distributed testing method according to a fourth embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the detailed description and specific examples, while indicating the invention, are intended for purposes of illustration only and are not intended to limit the scope of the invention.
The main solution of the embodiment of the invention is as follows: after receiving a test request, a server acquires a test case set according to the test request; splitting the test cases in the test case set into at least two test tasks; and sending the test tasks to a test queue so that at least two test nodes can obtain each test task from the test queue to test each test task.
In the prior art, one test project can only be executed on one node, and tasks required to be executed are multiple and heavy, so that the technical problem of low efficiency exists.
The embodiment of the invention provides a solution, which has the beneficial effects that the test case in the test case set is split into a plurality of test tasks, and the split test tasks are sent to the test queue for the test of the test nodes, so that the same test project can be tested on a plurality of test nodes, the test efficiency can be effectively improved, and the operation load of the test nodes is reduced.
As shown in fig. 1, fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention.
The execution main body of the embodiment of the invention can be a portable computer, and can also be a mobile or non-mobile terminal device such as a desktop computer and the like.
As shown in fig. 1, the terminal device may include: a processor 1001, such as a CPU, a communication bus 1002, and a memory 1003. The communication bus 1002 is used for realizing connection communication among the components. The memory 1003 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1003 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the configuration of the terminal device shown in fig. 1 does not constitute a limitation of the terminal, and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, the memory 1003, which is a kind of computer storage medium, may include an operating system and a distributed test program, and the processor 1001 may be configured to call the distributed test program stored in the memory 1003 and perform the following steps:
after receiving a test request, a server acquires a test case set according to the test request;
splitting the test cases in the test case set into at least two test tasks;
and sending the test tasks to a test queue so that at least two test nodes can obtain each test task from the test queue to test each test task.
Further, the processor 1001 may be configured to call the distributed test program stored in the memory 1003, and perform the following steps:
acquiring result information returned by the test node;
and combining the result information to generate a test result corresponding to the test request.
Further, the processor 1001 may be configured to call the distributed test program stored in the memory 1003, and perform the following steps:
acquiring identification information of the result information;
updating the quantity of result information corresponding to the identification information;
and when the number reaches the number of the test cases corresponding to the test request, merging result information corresponding to the identification information to obtain the test result.
Further, the processor 1001 may be configured to call the distributed test program stored in the memory 1003, and perform the following steps:
acquiring identification information of a test case set corresponding to the test task;
adding the identification information to the test task;
and sending the test task added with the identification information to the test queue.
Further, the processor 1001 may be configured to call the distributed test program stored in the memory 1003, and perform the following steps:
and sending confirmation information corresponding to the result information to the test queue so that the test queue deletes the result information.
Based on the structure of the terminal, a first embodiment of the present invention is provided, and referring to fig. 2, fig. 2 is a schematic flow chart of the first embodiment of the distributed test method of the present invention, where the distributed test method includes the following steps:
step S10, after receiving the test request, the server obtains a test case set according to the test request;
in this embodiment, the execution subject is a server. The server may be an automated test platform for managing and executing test cases.
After receiving a request packet containing a test request from an external system, the server parses the request packet to obtain the test request, where the external system may be a Platform As A Service (PAAS) Platform. The PAAS platform can be used for configuring a test case set in the test request according to the user requirement.
The test request may include a set of test cases, a type of the set of test cases, and identification information of the set of test cases. The identification information of the test case suite can be identity information of the test case suite and is used for distinguishing other test case suites.
Step S20, splitting the test cases in the test case set into at least two test tasks;
the test case may be description of a test task performed on a certain software product, and may include a test method, a download path of a test execution data packet, identification information, and the like. A test case set may refer to a set that includes two or more test cases.
The server can split the test cases in the test case set according to the types of the test case set and split the test cases into at least two test tasks. The test task includes test items and a download path for executing the data packet.
Optionally, the test tasks are independent from each other, and the test of the next test task can be performed without obtaining a result according to one test task.
Step S30, sending the test task to a test queue, so that at least two test nodes obtain each test task from the test queue, so as to test each test task.
After the test cases in the test case set are split into the test tasks, the server sends the test tasks to the test queue. The test queue is a middleware for managing the test tasks, arranging the test tasks according to a time sequence, so that a plurality of test nodes pull the test tasks from the queue, and distributing the test tasks according to a first-come-first-obtained principle.
Alternatively, the test queue may be a distributed queue, which may be a distributed queue implemented based on rque of the Redisson framework. After the server sends the test task to the test queue, the test queue can insert the test task into the queue and encapsulate the information of the test case set.
The PAAS platform can deploy test nodes, can configure the number of the test nodes and realize the dynamic expansion and contraction of the test nodes. Optionally, the test nodes may be deployed on a container pulled up by one key of the PAAS platform, and may be in a form of a pop-up box, so that a user sets the number of the test nodes, and may display a list of the test nodes on a display page.
In this embodiment, the test node may be a lightweight program deployed in multiple containers, and is provided with at least two test nodes, and the multiple test nodes may pull the test tasks from the test queue at the same time.
Optionally, one test node can only pull one test task at most in the same time period, so that the test node can be effectively prevented from accumulating a plurality of test tasks.
Optionally, after each test node is started, a dead-loop code is executed, that is, a test task can be continuously pulled from the test queue. It should be noted that after a test task is completed by a test node, the test task is pulled from the test queue.
And after the test node pulls the test task, testing the test task.
Optionally, sending the test task to the test queue comprises:
acquiring identification information of a test case set corresponding to the test task;
adding the identification information to the test task;
and sending the test task added with the identification information to the test queue.
The test tasks are obtained by splitting the test cases in the test case set, so that each test task has identification information of a corresponding test case set. And adding the identification information of the test case set corresponding to the test task so as to distinguish the test task, and combining the result information in the same test result according to the identification information of the test case set when the result information corresponding to the test task is returned.
And the server sends the test tasks added with the identification information to a test queue so that the test nodes can obtain the test tasks from the test queue.
In this embodiment, the test cases in the test case set are split into the plurality of test tasks, and the split test tasks are sent to the test queue for the plurality of test nodes to perform testing, so that the same test item can be tested on the plurality of test nodes, the testing efficiency can be effectively improved, and the operating load of the test nodes can be reduced.
Referring to fig. 3, fig. 3 is a schematic flow chart of a second embodiment of the distributed test method of the present invention, based on the first embodiment, the distributed test method further includes:
step S40, obtaining result information returned by the test node;
and step S50, merging the result information to generate a test result corresponding to the test request.
And after the test node pulls the test task from the test queue, testing the test task, obtaining result information after the test is finished, and releasing the result information in the test queue. The result information may be a result generated according to the test task, and may include an execution duration, a number of execution hits, a number of successful hits, a number of failed hits, and the like.
And the server pulls the result information of the test task from the test queue and combines a plurality of result information into a test result corresponding to the test request. And after obtaining the test result, the server returns the test result to an external system, namely the PAAS platform.
Optionally, the test task includes identification information of the test case suite, and further, the result information may also include identification information of the test case suite. The server can determine the test case set corresponding to the result information according to the result information, and merge the result information of the same test case set to obtain the test result of the test request corresponding to the test case set. Therefore, the server can simultaneously test a plurality of test case sets, and can effectively avoid generating chaotic or wrong test results.
Optionally, the server may also perform calculation on the result information, such as the number of successful hits in the result information, and calculate the total number of successful hits; calculating the total number of execution hits according to the number of execution hits in the result information; further, according to the ratio of the total number of successful hits and the total number of execution hits, a successful hit rate is obtained.
Optionally, after obtaining the result information returned by the test node, the server further includes:
and sending confirmation information corresponding to the result information to the test queue so that the test queue deletes the result information.
After the server takes one result message from the test queue, the server can send a confirmation message corresponding to the result message to the test queue. And after receiving the confirmation information, the test queue acquires result information corresponding to the confirmation information and deletes the result information. Therefore, the method is beneficial to timely clearing the result information of the test queue, reduces the storage space of the test queue, and can prevent the server from repeatedly acquiring the result information in the test queue.
In the embodiment, the test tasks can be performed in batches by acquiring the result information returned by the test nodes and combining the result information to generate the test result corresponding to the test request, so that the method has the advantages of simplicity, convenience and high efficiency.
Referring to fig. 4, fig. 4 is a schematic flowchart of a third embodiment of the distributed test method of the present invention, and fig. 4 is a detailed flowchart of step S50 in fig. 3, based on the second embodiment, step S50 includes:
step S51, acquiring the identification information of the result information;
step S52, updating the number of result information corresponding to the identification information;
and step S53, merging the result information corresponding to the identification information to obtain the test result when the number reaches the number of the test cases corresponding to the test request.
In this embodiment, since the test task includes the identification information, i.e., the identity information, of the test case suite, correspondingly, the test node may also add the identification information of the test case suite to the result information.
The server can obtain the identification information of the test case set corresponding to the result information, and obtain the quantity of the result information of the test case set according to the identification information. It can be understood that the initial value of the number of result information of the test case suite is zero, and each time one result information with the identification information is obtained, the number of result information of the test case suite is updated by adding one.
When the quantity of the result information of the case set reaches the quantity of the test cases of the test case set, the result information containing the identification information is merged to further obtain the test result corresponding to the test case set, and the corresponding test request can be obtained according to the test case set to further obtain the test result corresponding to the test request. It will be appreciated that the number of test cases is consistent with the number of test tasks.
In this embodiment, the result information is merged according to the identification information of the result information, and the test result is generated, so that the result information corresponds to the test case set or the test request, and the beneficial effects of merging errors of the result information and accurately generating the test result can be effectively avoided.
Referring to fig. 5, fig. 5 is a schematic flow chart of a distributed test method according to a fourth embodiment of the present invention, where the distributed test method includes the following steps:
step S60, obtaining a test task from the test queue;
step S70, testing according to the testing task to obtain result information;
step S80, returning the result information;
in this embodiment, the execution subject is a test node. And after the test node is started, obtaining the test task from the test queue, analyzing the test task, and analyzing the test items in the test task, the identification information of the test case set and the download path of the execution data packet. And the test node tests according to the test items and obtains result information corresponding to the test task. After obtaining the result information, the test node returns the result information to the test queue for the server to obtain the result information from the test queue.
Optionally, the test node may add the identification information of the test case set corresponding to the test task to the result information, so that the server obtains the test request corresponding to the result information according to the identification information of the test case set.
Because the test node is provided with the endless loop code, the test task can be pulled from the test queue again and circulated as long as the test node finishes the test of one test task.
Optionally, the step of performing a test according to the test task to obtain result information includes:
acquiring an execution data packet corresponding to the test task;
and executing the execution data packet to obtain the result information.
Acquiring an execution data packet according to the test task, downloading the execution data packet to a local memory, decompressing the execution data packet to obtain a command line in the decompressed execution data packet, starting the command line, executing the command line, and obtaining result information after the execution is finished.
Optionally, the step of obtaining the execution data packet corresponding to the test task includes:
acquiring a download path corresponding to the test task;
and downloading the execution data packet according to the download path.
After the test node analyzes the test task, a download path of the execution data packet corresponding to the test task can be obtained, and the execution data packet is downloaded through the download path.
Alternatively, the PAAS platform may upload the execution data package to the file server via a packaging plug-in.
In this embodiment, by testing one small test task in a large test project on a test node, and continuing the next test task after testing one test task, the load of the test node can be effectively reduced, the interference between the test tasks is reduced, and the test efficiency is improved.
In addition, an embodiment of the present invention further provides a server, where the server includes a processor, a memory, and a distributed test program that is stored on the memory and is executable on the processor, and when executed by the processor, the distributed test program implements the content of the distributed test method embodiment described above.
The embodiment of the present invention further provides a distributed test system, which includes a server, a plurality of test nodes, a memory, and a distributed test program that is stored in the memory and can run on the processor, and when the distributed test program is executed by the processor, the content of the distributed test method embodiment described above is implemented.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
It should be noted that, in this document, 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 like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a computer-readable storage medium (such as ROM/RAM, magnetic disk, optical disk) as described above, and includes several instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A distributed test method is applied to a server, and is characterized by comprising the following steps:
after receiving a test request, a server acquires a test case set according to the test request;
splitting the test cases in the test case set into at least two test tasks;
and sending the test tasks to a test queue so that at least two test nodes can obtain each test task from the test queue to test each test task.
2. The distributed test method of claim 1, wherein the distributed test method further comprises:
acquiring result information returned by the test node;
and combining the result information to generate a test result corresponding to the test request.
3. The distributed test method of claim 2, wherein the step of combining the test results to generate the test result corresponding to the test request comprises:
acquiring identification information of the result information;
updating the quantity of result information corresponding to the identification information;
and when the number reaches the number of the test cases corresponding to the test request, merging result information corresponding to the identification information to obtain the test result.
4. The distributed testing method of claim 1, wherein the step of sending the test task to a test queue comprises:
acquiring identification information of a test case set corresponding to the test task;
adding the identification information to the test task;
and sending the test task added with the identification information to the test queue.
5. The distributed test method of claim 2, wherein after the step of obtaining the result information returned by the test node, further comprising:
and sending confirmation information corresponding to the result information to the test queue so that the test queue deletes the result information.
6. A distributed test method is applied to a test node, and the distributed test method comprises the following steps:
acquiring a test task from a test queue;
testing according to the test task to obtain result information;
returning the result information;
and returning to the step of obtaining the test task from the test queue.
7. The distributed test method of claim 6, wherein the step of performing a test according to the test task to obtain result information comprises:
acquiring an execution data packet corresponding to the test task;
and executing the execution data packet to obtain the result information.
8. The distributed test method of claim 7, wherein the step of obtaining the corresponding execution package according to the test task comprises:
acquiring a download path corresponding to the test task;
and downloading the execution data packet according to the download path.
9. A server, characterized in that the server comprises a memory and a distributed test program stored on the memory and executable on the processor, the distributed test program, when executed by the processor, implementing the steps of the distributed test method according to any one of claims 1 to 5.
10. A distributed test system comprising a server, a plurality of test nodes, a memory, and a distributed test program stored on the memory and executable on the processor, the distributed test program when executed by the processor implementing the steps of the distributed test method of any of claims 1 to 8.
CN201911333807.6A 2019-12-20 2019-12-20 Distributed test method, server and distributed test system Pending CN111104330A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911333807.6A CN111104330A (en) 2019-12-20 2019-12-20 Distributed test method, server and distributed test system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911333807.6A CN111104330A (en) 2019-12-20 2019-12-20 Distributed test method, server and distributed test system

Publications (1)

Publication Number Publication Date
CN111104330A true CN111104330A (en) 2020-05-05

Family

ID=70422904

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911333807.6A Pending CN111104330A (en) 2019-12-20 2019-12-20 Distributed test method, server and distributed test system

Country Status (1)

Country Link
CN (1) CN111104330A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111813676A (en) * 2020-07-08 2020-10-23 炬星科技(深圳)有限公司 Robot software testing method, device and storage medium
CN112486912A (en) * 2020-12-03 2021-03-12 北京普睿德利科技有限公司 File conversion system, method, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180060460A1 (en) * 2016-09-01 2018-03-01 Paypal, Inc. Simulating a Production Environment Using Distributed Computing Technologies
CN108536592A (en) * 2018-03-29 2018-09-14 京北方信息技术股份有限公司 A kind of test assignment allocating method, device and server
CN110083544A (en) * 2019-05-07 2019-08-02 江苏满运软件科技有限公司 Distributed automatization test system, method, electronic equipment and storage medium
CN110162481A (en) * 2019-05-31 2019-08-23 北京星网锐捷网络技术有限公司 A kind of method for testing software, device, equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180060460A1 (en) * 2016-09-01 2018-03-01 Paypal, Inc. Simulating a Production Environment Using Distributed Computing Technologies
CN108536592A (en) * 2018-03-29 2018-09-14 京北方信息技术股份有限公司 A kind of test assignment allocating method, device and server
CN110083544A (en) * 2019-05-07 2019-08-02 江苏满运软件科技有限公司 Distributed automatization test system, method, electronic equipment and storage medium
CN110162481A (en) * 2019-05-31 2019-08-23 北京星网锐捷网络技术有限公司 A kind of method for testing software, device, equipment and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111813676A (en) * 2020-07-08 2020-10-23 炬星科技(深圳)有限公司 Robot software testing method, device and storage medium
WO2022007755A1 (en) * 2020-07-08 2022-01-13 炬星科技(深圳)有限公司 Robot software testing method and device and storage medium
CN112486912A (en) * 2020-12-03 2021-03-12 北京普睿德利科技有限公司 File conversion system, method, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN111159049B (en) Automatic interface testing method and system
US7287190B2 (en) Simultaneous execution of test suites on different platforms
CN107241315B (en) Access method and device of bank gateway interface and computer readable storage medium
US20180307472A1 (en) Simultaneous deployment on cloud devices and on on-premise devices
CN109327490B (en) Method and server for deploying cloud service component
CN111078567A (en) Report generation method, terminal and storage medium of automatic test platform
CN107832207A (en) Interface performance test method, apparatus, storage medium and computer equipment
CN111258913A (en) Automatic algorithm testing method and device, computer system and readable storage medium
CN111104330A (en) Distributed test method, server and distributed test system
CN111104324A (en) Test case generation method, test case generation device and computer-readable storage medium
CN102572896A (en) Upgrading method and upgrading device for wireless communication system
CN110888816A (en) Program testing method, program testing device, and storage medium
CN107797927B (en) Application automation test method, device, equipment and readable storage medium
CN111090589A (en) Software testing method, software testing device and readable storage medium
CN108345508B (en) Interface call testing method and device
CN111104331B (en) Software management method, terminal device and computer readable storage medium
CN113238935A (en) Application testing method, system, device, medium, and computer program product
CN110362309B (en) Front-end project development method, device, equipment and computer readable storage medium
CN111158689A (en) Cross-system UI application generation method, device and computer-readable storage medium
CN106897325B (en) Data loading method and device
CN115617555A (en) Information processing system and method
CN112765038B (en) Distributed cluster software testing method, device, equipment and storage medium
US11269615B2 (en) Automatically orchestrating deployments of software-defined storage stacks
CN111294250B (en) Pressure testing method, device and system
CN112667491A (en) Function test method and device of virtual machine

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: 20200505

RJ01 Rejection of invention patent application after publication