CN113297055A - Cloud testing system and method - Google Patents

Cloud testing system and method Download PDF

Info

Publication number
CN113297055A
CN113297055A CN202010111989.9A CN202010111989A CN113297055A CN 113297055 A CN113297055 A CN 113297055A CN 202010111989 A CN202010111989 A CN 202010111989A CN 113297055 A CN113297055 A CN 113297055A
Authority
CN
China
Prior art keywords
test
task
cloud
testing
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.)
Pending
Application number
CN202010111989.9A
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.)
Research Institute Of Radio And Television Science State Administration Of Radio And Television
Original Assignee
Research Institute Of Radio And Television Science State Administration Of Radio And Television
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 Research Institute Of Radio And Television Science State Administration Of Radio And Television filed Critical Research Institute Of Radio And Television Science State Administration Of Radio And Television
Priority to CN202010111989.9A priority Critical patent/CN113297055A/en
Publication of CN113297055A publication Critical patent/CN113297055A/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
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Landscapes

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

Abstract

The invention provides a cloud test system, a cloud test method, a cloud test device and a storage medium, which are used for reducing software test cost, realizing remote software test and improving the flexibility of software test. The cloud test system comprises a cloud test management server and an automatic test platform, wherein the automatic test platform comprises a test agent server, a test execution machine and tested equipment, and the test agent server is connected with the test execution machine through a network, wherein: the cloud test management server is used for receiving a test request, wherein the test request carries a test task list; the test proxy server is used for polling the cloud test management server to determine whether a test task list exists or not and downloading the test task list from the cloud test management server; downloading a test case list from the cloud test management server according to the test task list and sending the test case list to the test execution machine; the test execution machine is used for distributing the tested equipment for the test task; sending a test case to the tested equipment according to the test case list; and the tested device is used for executing the received test case and generating a test result according to the execution result.

Description

Cloud testing system and method
Technical Field
The invention relates to the technical field of information, in particular to a cloud testing system and method.
Background
Software testing is generated along with the generation of software, and refers to a process of operating a program under specified conditions to find out program errors, measure the quality of the software, and evaluate whether the software can meet design requirements, and is a process of checking or comparing actual outputs with expected outputs.
Generally, each tester needs to be equipped with a set of physical devices for software testing, and each tester needs to be equipped with an independent software compiling environment to avoid mutual conflict. Thus, the configuration overhead of the physical device and the compiling environment is large, and the software testing cost is increased. In addition, the test method is limited by a test site, is only suitable for local test, and cannot realize remote test of software.
Disclosure of Invention
The embodiment of the invention provides a cloud testing system and method, which are used for reducing software testing cost, realizing remote software testing and improving the flexibility of software testing.
In a first aspect, a cloud test system is provided, which includes a cloud test management server disposed in a wide area network and an automated test platform disposed in a remote local area network, where the automated test platform includes a test agent server, a compiling server, a test execution machine, and a device under test, where:
the cloud test management server is used for receiving a test request submitted by a user, wherein the test request carries a test task list;
the test proxy server is used for polling the cloud test management server according to a set period to determine whether a test task list newly submitted by a user exists; when the test task list newly submitted by the user is determined to exist, downloading the test task list newly submitted by the user from the cloud test management server; according to the task type in the test task list, if the test task is determined to be a source code test task, applying an idle compiling environment to the software compiling server, and sending a target code sent by the software compiling server to the test execution machine; if the test case testing task or the third-party executable program testing task is the test case testing task, downloading a test case list from the cloud testing management server and sending the test case list to the testing execution machine;
the software compiling server is used for distributing a compiling environment for the test task, downloading a source code according to the task content in the test task list and executing corresponding compiling work to obtain a target code; and sending the object code to the test proxy server;
the test execution machine is used for distributing tested equipment to the test tasks; receiving the target code sent by the test proxy server and updating the target code into the tested equipment; or sending a test case to the tested device according to the test case list;
the tested device is used for executing the received target code or the test case and generating a test result according to the execution result.
In one embodiment, the device under test is further configured to send a test result to the test execution machine;
the test execution machine is further used for sending the test result to the cloud test management server through the test proxy server;
and the cloud test management server is also used for sending the test result to the corresponding mailbox according to the preset mail address.
In an embodiment, the test executor is specifically configured to push the test cases in the test case list to the device under test one by one according to a predetermined order.
In an embodiment, the test execution machine is specifically configured to, after receiving a test result that the device under test sends for a current test case, select a next test case from the test case list according to the predetermined order, and send the next test case to the device under test.
In one embodiment, the test task list further carries at least one of the following: the specified software module, the software version number and the tested device identification for executing the test tasks of the test task list are as follows:
and the test execution machine is specifically used for distributing corresponding tested equipment to the test task according to the tested equipment identifier.
In a second aspect, a cloud testing method is provided, which is applied to any one of the cloud testing systems, and the method includes:
receiving a target code or a test case list sent by a test proxy server;
distributing tested equipment for the test task; and
and sending a target code to the tested equipment or sending a test case to the tested equipment according to a test case list, executing the received test case by the tested equipment to obtain a test result, wherein the test case list is downloaded and sent from the cloud test management server by the test proxy server according to the test task list.
In an implementation manner, the cloud testing method provided in the embodiment of the present invention further includes:
receiving a test result sent by the tested device;
and sending the test result to the cloud test management server through the test proxy server, and sending the test result to a corresponding mailbox by the cloud test management server according to a preset mail address.
In an embodiment, sending a test case to the device under test according to the test case list specifically includes:
and pushing the test cases in the test case list to the tested equipment one by one according to a preset sequence.
In an embodiment, pushing the test cases in the test case list to the device under test one by one according to a predetermined order specifically includes:
after receiving a test result sent by the tested device aiming at the current test case, selecting a next test case from the test case list according to the predetermined sequence and sending the next test case to the tested device.
In one embodiment, the test task list further carries an identifier of a device under test that executes a test task; and
distributing tested equipment for the test task, which specifically comprises:
and distributing corresponding tested equipment for each test task according to the tested equipment identifier.
In a third aspect, another cloud testing method is provided, which is applied to any one of the cloud testing systems, and the method includes:
polling the cloud test management server according to a set period to determine whether a test task list submitted by a user exists;
when the test task list newly submitted by the user is determined to exist, downloading the test task list newly submitted by the user from the cloud test management server;
according to the task type in the test task list, if the test task is determined to be a source code test task, applying an idle compiling environment to the software compiling server, and sending a target code sent by the software compiling server to the test execution machine; if the test case testing task or the third-party executable program testing task is the test case testing task, the test case list is downloaded from the cloud testing management server and sent to the testing execution machine, the testing execution machine distributes tested equipment for the testing task, and the distributed tested equipment executes the target code or the test case to obtain a testing result.
In one embodiment, the cloud testing method further includes:
receiving a test result sent by the test execution machine through the test proxy server;
and sending the test result to a corresponding mailbox according to a preset mail address.
In a fourth aspect, a cloud testing apparatus is provided, comprising:
the receiving unit is used for receiving the target code or the test case list sent by the test proxy server;
the distribution unit is used for distributing the tested equipment to the test task;
the sending unit is used for sending a target code to the tested equipment or sending a test case to the tested equipment according to a test case list, the tested equipment executes the received test case to obtain a test result, and the test case list is downloaded and sent from the cloud test management server by the test proxy server according to the test task list.
In an embodiment, the receiving unit is further configured to receive a test result sent by the device under test;
the sending unit is further configured to send the test result to the cloud test management server through the test proxy server; or calling the mail client and sending the test result to the corresponding mailbox according to the preset mail address.
In an embodiment, the sending unit is specifically configured to push the test cases in the test case list to the device under test one by one according to a predetermined order.
In an embodiment, the sending unit is specifically configured to, after receiving a test result sent by the device under test for a current test case, select a next test case from the test case list according to the predetermined order, and send the next test case to the device under test.
In one embodiment, the test task list further carries an identifier of a device under test that executes a test task;
the allocation unit is specifically configured to allocate a corresponding device under test to the test task according to the device under test identifier.
In a fifth aspect, there is provided another cloud testing apparatus applied to any one of the cloud testing systems, where the cloud testing apparatus includes:
the polling unit is used for polling the cloud test management server according to a set period to determine whether a test task list submitted by a user exists;
the downloading unit is used for downloading the test task list newly submitted by the user from the cloud test management server when the test task list newly submitted by the user is determined to exist;
the processing unit is used for applying an idle compiling environment to the software compiling server and sending the object code sent by the software compiling server to the test execution machine according to the task type in the test task list if the task is determined to be a source code test task; if the test case testing task or the third-party executable program testing task is the test case testing task, the test case list is downloaded from the cloud testing management server and sent to the testing execution machine, the testing execution machine distributes tested equipment for the testing task, and the distributed tested equipment executes the target code or the test case to obtain a testing result.
In one embodiment, the apparatus further comprises:
the receiving unit is used for receiving the test result sent by the test execution machine through the test proxy server;
and the sending unit is used for sending the test result to a corresponding mailbox according to a preset mail address.
In a sixth aspect, a computing device is provided, the computing device comprising: the cloud testing system comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the computer program realizes the steps of any one of the cloud testing methods when being executed by the processor.
In a seventh aspect, a computer storage medium is provided, in which a computer program is stored, and the computer program, when executed by a processor, implements the steps of any of the cloud testing methods described above.
By adopting the technical scheme, the invention at least has the following advantages:
the cloud test system, the method, the device and the storage medium provided by the embodiment of the invention are characterized in that a cloud test management server is arranged in a wide area network, an automatic test platform arranged in a remote local area network is provided with a test proxy server, a compiling server, a test execution machine and tested equipment, according to different types of test tasks, the test execution machine downloads a source code or a test task and a test case from the cloud test management server through the test proxy server and distributes the source code or the test task and the test case to the tested equipment for execution, wherein if the source code test task is the source code test task, the test proxy server applies an idle compiling environment to the compiling server to code the source code to obtain a target code and sends the target code to the tested equipment through the test execution machine for execution, in the process, the test task and the test case are transmitted through the wide area network, the tested equipment and the test execution machine are arranged on the automatic test platform in the remote local area network, therefore, corresponding tested equipment and a testing environment do not need to be equipped for each testing person, testing cost is reduced, software testing is not limited by regions any more, remote software testing can be achieved, and flexibility of software testing is improved.
Drawings
FIG. 1a is a schematic structural diagram of a cloud testing system according to an embodiment of the present invention;
FIG. 1b is a flowchart illustrating a test proxy server processing a source code debugging task according to an embodiment of the present invention;
fig. 2 is a schematic flow chart illustrating an implementation of a cloud testing method according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a cloud testing apparatus according to an embodiment of the present invention;
FIG. 4 is a diagram illustrating a computing device according to an embodiment of the invention.
Detailed Description
To further explain the technical means and effects of the present invention adopted to achieve the intended purpose, the present invention will be described in detail with reference to the accompanying drawings and preferred embodiments.
It should be noted that the terms "first", "second", and the like in the description and the claims of the embodiments of the present invention and in the drawings described above are used for distinguishing similar objects and not necessarily for describing a particular order or sequence. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein.
Reference herein to "a plurality or a number" means two or more. "and/or" describes the association relationship of the associated objects, meaning that there may be three relationships, e.g., a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship.
Fig. 1 is a schematic diagram of a network architecture of a cloud test system according to an embodiment of the present invention. The cloud test system provided by the embodiment of the invention comprises a cloud test management server 11 arranged in a wide area network and an automatic test platform arranged in a remote local area network, wherein the automatic test platform comprises a test proxy server 12, a compiling server, a test execution machine 13 and a tested device 14. In specific implementation, the test proxy server 12 may communicate with the cloud test management server 11 through the internet, and the user may access the cloud test management server 11 through the internet by using the terminal device, and may obtain a user name and a password for logging in the cloud test management server through a registration process.
According to the cloud test system provided by the embodiment of the invention, a software tester can submit a test task through a webpage UI (User Interface) provided by a cloud test management server; a test agent server of the automatic test platform downloads a test task submitted by a tester from a cloud test management server, and schedules a compiling server and tested equipment in the automatic test platform to execute the task; after each device in the automatic test platform executes the task, the test proxy server returns the task result to the cloud test management server; and the software tester can obtain and download the task result by refreshing the webpage UI of the cloud test management server.
According to the embodiment of the invention, when a tester submits a test task, different task types can be specified, including a source code test task; testing case testing tasks; a third party can execute a program testing task; real-time debugging tasks, and the like, and can also specify software modules, software version numbers, physical device types, and the like.
And the test proxy server is used for downloading new test tasks on the cloud test management server at regular time according to a set period, and selecting one task which can be processed to execute by combining with the resource condition in the automatic test platform. In specific implementation, when the test proxy server downloads the test tasks submitted by the testers from the cloud test management server, the cloud test management server returns all unprocessed tasks, and completes sequencing in advance according to the time sequence, so that the test proxy server processes the tasks according to the principle of coming first and arriving first.
In specific implementation, after the test proxy server returns the task result to the cloud test management server, the test proxy server may also send the task result to Email of the tester.
In specific implementation, the cloud test management server 11 is configured to provide a set of special cloud test webpages for the testers, and establish a database to store information of all the testers and task information submitted by all the testers; the test proxy server 12 in the automatic test platform is used for downloading unprocessed tasks from the cloud test management server and scheduling resources in the automatic test platform to complete execution of the tasks; the compiling server is used for receiving the dispatching of the testing proxy server and finishing the software compiling work; and the test execution machine is used for receiving the scheduling of the test proxy server and completing the test work of software on the tested equipment.
In specific implementation, the test execution machine 13 is configured to provide device resources for the test proxy server to occupy and schedule, and the test proxy server schedules the executing device to complete the test work when processing the "source code debugging task", the "test case debugging task", the "third-party executable program debugging", and the "real-time debugging task".
In specific implementation, the cloud testing system provided in the embodiment of the present invention may further include: the version building server is used for providing compiling environment resources for the test proxy server to occupy and schedule, when the test proxy server processes a source code debugging task, the test proxy server can schedule the compiling environment source in the version building server to finish the test work, in addition, the version building server can compile a piece of latest equipment software every day according to a set period, for example, for upgrading the tested equipment, so that a tester can test the software on the tested equipment with the latest software version every time.
According to the above description, in the embodiment of the present invention, the compiling server and the version building server may be merged, that is, the functions of the compiling server are integrated in the version building server.
The cloud test system may further include: the upgrading server is used for providing serial port resources for the test proxy server to occupy and dispatch, and when the test proxy server processes a real-time debugging task, the serial port resources of the upgrading server are dispatched to complete the test work; and the method is used for carrying out unified upgrade management on the tested equipment.
The cloud test system provided by the embodiment of the invention may further include a video capture server for providing a video forwarding URL (uniform resource locator) resource for the test proxy server to occupy and schedule, and when the test proxy server processes a "real-time debugging task", the video forwarding URL resource of the video capture server is scheduled to complete the test work.
Based on this, in the cloud test system provided in the embodiment of the present invention, the cloud test management server 11 is configured to receive a test request submitted by a user, where the test request carries a test task list.
The test proxy server 12 is configured to poll the cloud test management server according to a set period to determine whether a test task list newly submitted by a user exists; when the test task list newly submitted by the user is determined to exist, downloading the test task list newly submitted by the user from the cloud test management server; according to the task type in the test task list, if the test task is determined to be a source code test task, applying an idle compiling environment to the software compiling server, and sending a target code sent by the software compiling server to the test execution machine; if the test case testing task or the third-party executable program testing task is the test case testing task, downloading a test case list from the cloud testing management server and sending the test case list to the testing execution machine;
the software compiling server is used for distributing a compiling environment for the test task, downloading a source code according to the task content in the test task list and executing corresponding compiling work to obtain a target code; and sending the object code to the test proxy server;
the test execution machine 13 is configured to allocate a tested device to the test task; receiving the target code sent by the test proxy server and updating the target code into the tested equipment; or sending a test case to the tested device according to the test case list;
the device under test 14 is configured to execute the received target code or test case, and generate a test result according to the execution result.
According to the embodiment of the invention, the test proxy server is responsible for scheduling the test resources in the automatic test platform, completing the processing of each test task according to the set steps and managing the life cycle of each test task.
In specific implementation, when a user (for example, a tester) needs to perform a software test, the user logs in a cloud test management server by using a user name and a password obtained by registration, and submits a test request through a web page provided by the cloud test management server, wherein the test request at least needs to carry a test task list. The test task list can be generated by a user according to the purpose of the tested device and the software test, wherein if the test task list is a test case test task, the test task list can contain names corresponding to all possible test cases when the tested device is tested. In specific implementation, after receiving the test task list, the test execution machine may select one or more test case names in the test task list according to actual test requirements to obtain a new test task list.
Specifically, the test task list submitted by the user lists all test cases related to the device under test according to a certain granularity, and in the specific implementation, the test cases can be listed according to the granularity of a module level. For example, if the device to be tested is a mobile phone, the test cases may be classified and arranged according to modules such as a call module, a video playing module, and a game running module. Then, when a new test task list is generated for each test execution machine, a corresponding test case name can be selected from the test task list submitted by the user according to the tested device corresponding to the test execution machine.
The test proxy server 12 polls the cloud test management server according to a set period to determine whether a test task list exists, and processes according to task types in the test task list when determining that the test task list exists. The testing tasks comprise three types of source code testing tasks, testing case testing tasks and third-party executable program testing tasks.
If the source code test task is a source code test task, the test proxy server 12 applies for an idle compilation environment to the software compilation server and sends the test task list to the software compilation server. The software compiling server allocates a compiling environment for the test task according to the received test task list, downloads the source code according to the task content in the test task list, executes corresponding compiling work to obtain the secret code, and sends the obtained object code to the test agent server 12. And the test proxy server sends the received target code to the test execution machine.
If the test case testing task is the test case testing task or the third-party executable program testing task, the test agent server downloads the test task list from the cloud test management server, and according to the test case name in the test task list, corresponding test cases are downloaded from the cloud test management server to form the test case list which is sent to the test execution machine.
In one embodiment, if the unprocessed test tasks include a plurality of test tasks, the cloud test management server performs sequencing according to the sequence of the test tasks submitted by the user to obtain a test task list, so that the cloud proxy server can process the test tasks according to the sequencing in the test task list according to the first come principle.
After receiving the test task list, the test execution machine 13 allocates the device under test 14 to the test task, and sends the test case to the device under test 14 according to the test case list.
In some embodiments, the execution of the test cases has a precedence relationship, in this embodiment, a user needs to set the execution order of the test cases in the submitted test task list, and the test execution machine 13 pushes the test cases in the test case list to the device under test one by one according to a predetermined order. Preferably, the test execution machine 13 may be configured to, after receiving a test result sent by the device under test 14 for a current test case, select a next test case from the test case list according to the predetermined order and send the next test case to the device under test 14. In addition, the test execution machine 13 can also push the test cases to multiple or multiple kinds of tested devices to run simultaneously, so as to verify the condition that different tested devices run the same test cases, thereby improving the effectiveness of the test method.
It should be noted that, when one test execution machine corresponds to multiple devices under test, the test cases are pushed to these devices under test at the same time. After the tested device runs a test case, the test result is stored in a specified path, and after the test execution machine receives the test result corresponding to the test case, the test execution machine pushes the next test case to the tested device to run.
In some embodiments, the user may further specify information such as the device under test, the software module, and the software version when submitting the test request, and in this embodiment, the test task list may further include an identifier of the device under test. The test execution machine 13 assigns the corresponding device under test 14 to the test task according to the device under test identification.
In the embodiment of the present invention, after the test result is obtained by executing the test case pushed by the test execution machine 13, the test result may be fed back to the test execution machine 13 by the test execution machine 14, and the test execution machine 13 sends the test result to the cloud test management server 11 through the test proxy server 12, and the user logs in the cloud test management server and may obtain the corresponding test result. In one embodiment, the user further sets a mail address in advance, and the test execution machine 13 invokes the mail client after receiving the test result, and sends the received test result to the corresponding mailbox in the form of a mail according to the mail address set by the user.
In an embodiment, the test execution machine 13 may further generate a test report according to the received test result, send the test report to the cloud test management server through the test proxy server or call the mail client to send the test report to a mailbox specified by the user, where the generated test report may include at least one of the following information in addition to the test result: the device type of the device under test, the device IP, version information, etc. In addition, the test report may further include test logs, source code synchronization information, compilation information, and other information for analysis by a tester.
If the test task amount is large and one test execution machine cannot meet the test requirement, a plurality of test execution machines can be adopted, each test execution machine manages a plurality of tested devices, and the processes of test case downloading, test case pushing, test report sending and the like can be realized through the Internet, so that the selection of the test execution machines is not limited by the places where the test execution machines are located. The test tasks need to be distributed among the test execution machines, specifically, a certain test execution machine downloads a certain part of test cases and pushes the test cases to the device under test.
In addition, a predetermined program needs to be stored in the device under test to enable the device under test to run the test case. In this embodiment, the source code of the operating system of the device under test may be compiled according to the test requirements, so as to obtain the predetermined program of the device under test.
The device to be tested in this embodiment may be a device that employs an Android operating system, a device that employs a Linux operating system, or a device that employs other open source operating systems. By compiling the source code, the testing method of the equipment of the embodiment does not need to add any additional code in the source code of the operating system, and does not damage the integrity of the tested equipment, thereby ensuring the objectivity of the testing result.
In specific implementation, the source code can be compiled in a script mode, the fixed server synchronizes the source code at regular time, then compiling work is executed, and finally a corresponding predetermined program is compiled for each tested device.
When the software test is performed, the device to be tested needs to be installed with a fixed program to execute the test case, and in order to ensure the validity of the test result, the fixed program installed on the device to be tested also needs to be updated. In the embodiment of the invention, the fixed program of the tested device can be updated according to the following procedures: and the test execution machine detects whether the fixed programs are updated according to a set period, if the fixed programs corresponding to one or more tested devices are detected to be updated, the test execution machine downloads new fixed programs from the source code server, and pushes the new fixed programs to the corresponding tested devices to finish the software upgrading of the tested devices. Specifically, the test execution machine will poll the predetermined program in the server regularly, and once the program is found to be updated, the test execution machine will download the updated predetermined program from the server, and will push the program to the corresponding device under test, and after the pushing is completed, send the upgrade instruction to the device under test.
In an implementation manner, in the cloud testing system provided in the embodiment of the present invention, a version building server may be further provided in the automated testing platform, and is used to compile a new piece of device software according to a set period, so that the device to be tested is upgraded, so that a user can perform testing on the device to be tested of the latest software version each time the software is tested. The set period may be set according to actual needs, which is not limited in the embodiment of the present invention, and may be set to 1 day, for example.
In an implementation manner, in the cloud test system provided in the embodiment of the present invention, an upgrade server may be further disposed in the automated test platform, and is used to perform unified upgrade management on the physical devices.
The following describes a real-time process of the present invention with reference to a flow of the test proxy server when processing a source code debugging task, as shown in fig. 1b, the real-time process may include the following steps:
s101, the testing proxy server downloads all unprocessed new tasks from the cloud testing management server at regular time.
S102, the test proxy server judges whether the test resources in the automatic test platform meet any task requirement, if so, the step S103 is executed, otherwise, the step S101 is executed.
In specific implementation, the test proxy server screens the new tasks one by one, and when the internal resources of the automatic test platform meet a certain new task, the test proxy server occupies the resources and starts to execute the task. When the resources in the automated testing platform cannot satisfy any task, the testing proxy server returns to execute S101 to continue downloading all unprocessed new tasks so as to process the new tasks.
S103, the test proxy server schedules a compiling environment to complete software compiling work.
When the testing proxy server starts a 'source code debugging task', the testing proxy server sends specific information of the task, mainly source code information and software compiling related information, to the compiling environment resource occupied in the version construction server in advance. And after receiving the information, the compiling environment starts compiling, and finally returns the compiled object code to the test proxy server. If the compiling is successful, the test proxy server starts an execution machine and equipment to test the compiled object code; and if the compiling fails, the testing proxy server directly compiles the failed information and returns the information to the cloud testing management server as a task result.
And S104, judging whether the software compiling is successful, if so, executing the step S105, otherwise, executing the step S106.
S105, the testing proxy server dispatches the testing execution machine to complete the debugging or testing work of the software on the tested device, and executes the step S106.
And the test proxy server sends the object code compiled by the compiling environment and the information of the test cases and the like attached to the task to the test execution machine, and the test execution machine starts and pushes the object code to the occupied tested equipment and drives the tested equipment to operate. And after the operation of the tested equipment is finished, the test result is returned to the test execution machine, and the test execution machine is returned to the test proxy server.
And S106, the testing proxy server returns the task result to the cloud testing management server.
It should be noted that, if the software compilation is successful in step S104, a test result is returned to the cloud test management server in step S106, and if the software compilation is failed in step S104, a task result returned in step S106 is a software compilation failure.
And S107, the cloud test management server generates a task result connection and sends the task result to the user.
And after receiving the task execution result, the cloud test management server generates a link of the task result and displays the link in a webpage UI of the user for the user to check and download, and meanwhile, the cloud test management server can also send the task result to Email of the user.
The specific implementation method of the cloud test provided by the embodiment of the invention takes the test proxy server as a core position in the automatic test platform, and plays a role in management and a role in a dispatching center. Other subsystems or servers in the automated testing platform serve as specific resources and executors and are allocated and scheduled by the testing proxy server. The test proxy server tests the requirements of the task according to each cloud, such as: the method comprises the steps of source code debugging tasks, test case debugging tasks, third-party executable debugging tasks and real-time debugging tasks, judging resources required by each task and determining the sequence of resource use. In this embodiment, after obtaining a "source code debugging task", the test proxy server first uses the compiling environment resource in the version building server to compile the source code, then uses the execution machine and the device to test the compiled object code, and finally submits the test result to the cloud test management server. The test proxy server drives other subsystems to process the tasks step by step, and plays a core role in management and scheduling.
For a better understanding of the present invention, the following description is given in conjunction with specific examples.
For example, the tester of company a tests the functions of the image processing part of the processor through the several mobile phones, and feeds back the test results to the technician of company a and the technician of company M. After the designated cloud test management server is selected, the tester uploads a test task list and all test cases corresponding to the functions to be tested of the mobile phones to the cloud test management server. The process of testing requires a computer to perform. In this embodiment, the computer executing the test may be selected according to actual situations, and is not limited by places, and only the tested mobile phone corresponding to each test execution machine needs to be determined. After the tested device and the test execution machine are determined, the test computer downloads a corresponding test task list according to the corresponding tested mobile phone, and downloads a test case according to the test task list. When the mobile phone to be tested is tested, a plurality of test cases can be operated, when the mobile phone to be tested is specifically implemented, the pushing sequence of the test cases is determined, a computer executing the test pushes one test case to the mobile phone to be tested, after the mobile phone finishes operating the test case, a corresponding test result is obtained, and after the test execution machine obtains the result sent by the mobile phone to be tested, the next test case is pushed to the mobile phone to be tested in sequence until all the test cases which need to be operated by the mobile phone to be tested are operated.
In order to enable a test initiator and relevant parties to view test results anytime and anywhere, after a test execution machine receives all test results, the computer generates a test report according to the test results, uploads the test report to a server, and sends the test report to a specified mailbox address in an email mode for inquiring and reading by the relevant parties.
In the cloud test system provided by the embodiment of the invention, the test execution machine downloads the preset test task list from the server through the internet, and downloads the test cases according to the test task list, the preset program of the tested device operates the preset test cases according to the pushing sequence of the test execution machine, and the test execution machine receives the test result sent by the tested device. The method has the advantages that the server stores the test task list and the test cases, so that the computer can obtain the test cases through networking when executing the test and transmit the test cases to the tested equipment, the transmission of the test results can also be realized through the internet, the method is not limited by regions, a test initiator can remotely operate and monitor the test process, the operation is simple and convenient, and the test execution efficiency is high.
The cloud test system provided by the embodiment of the invention supports remote deployment of test tasks; the software test is not limited by locality; and automatic compiling and automatic upgrading of programs used by the tested equipment to run test cases are supported.
In an implementation manner, the cloud test system provided in the embodiment of the present invention further supports setting multiple automation test platforms to share all cloud test tasks, and in order to prevent the same task from being repeatedly executed on the multiple automation test platforms, a contention and preemption mechanism is provided in the present invention, and the method includes the following steps:
step 1, after downloading all unprocessed new tasks from a cloud test management server at regular time, a test proxy server selects an executable task according to the resource condition in an automatic test platform;
step 2, after the test proxy server selects a task, updating the state of the task to a cloud test management server;
and 3, because the task may be downloaded and processed by the test proxy servers of other automated test platforms, the cloud test management server needs to judge whether the task is contended, that is, whether other test proxy servers update the state of the task. If the task is updated by other testing proxy servers, failure information is returned to the current testing proxy server, and if not, success information is returned.
And 4, after receiving the information returned by the cloud test management server, the test proxy server schedules the resource to execute the task if the update state is successful, and continues to download the unprocessed new task from the cloud test management server if the update state is failed so as to continue to process the new task.
In an embodiment, other deployed automated test platforms may also serve as backup test platforms, and when the automated test platform currently executing the test task is abnormal and causes test interruption, the test task may be switched to the other automated test platforms to be executed, so as to improve reliability of the software test.
According to the cloud test system provided by the embodiment of the invention, the members of the ecosphere are supported to remotely use the equipment in the automatic test platform arranged in the remote local area network, so that the development test efficiency is improved; meanwhile, sharing of equipment resources and compiling resources is supported, and resource utilization rate is improved; and centralized maintenance of equipment resources and compiling resources is supported, and the maintenance time of developers is saved.
Based on the same technical concept, an embodiment of the present invention further provides a cloud testing method implemented by a test execution machine, and as shown in fig. 2, an implementation flow diagram of the cloud testing method implemented by the test execution machine may include the following steps:
and S21, receiving the object code or the test case list sent by the test proxy server.
And S22, distributing the tested equipment for the test task.
S23, sending the target code to the tested device or sending the test case to the tested device according to the test case list, and executing the received target code or test case by the tested device to obtain the test result.
And the test case list is downloaded and sent from the cloud test management server by the test proxy server according to the test task list.
In an implementation manner, the cloud testing method provided in the embodiment of the present invention further includes:
receiving a test result sent by the tested device;
and sending the test result to the cloud test management server through the test proxy server, and sending the test result to a corresponding mailbox by the cloud test management server according to a preset mail address.
In an embodiment, sending a test case to the device under test according to the test case list specifically includes:
and pushing the test cases in the test case list to the tested equipment one by one according to a preset sequence.
In an embodiment, pushing the test cases in the test case list to the device under test one by one according to a predetermined order specifically includes:
after receiving a test result sent by the tested device aiming at the current test case, selecting a next test case from the test case list according to the predetermined sequence and sending the next test case to the tested device.
In one embodiment, the test task list includes different types of test tasks, where the test task types include a source code test task, a test case test task, and a third-party executable program test task.
In one embodiment, the test task list further carries an identifier of a device under test that executes a test task; and
distributing tested equipment for the test task, which specifically comprises:
and distributing corresponding tested equipment for each test task according to the tested equipment identifier.
Based on the same technical concept, an embodiment of the present invention further provides a cloud testing apparatus implemented by a test execution machine, as shown in fig. 3, the cloud testing apparatus may include:
a receiving unit 31, configured to receive a target code or a test case list sent by a test proxy server;
an allocating unit 32, configured to allocate a device under test to the test task;
the sending unit 33 is configured to send a target code to the device under test or send a test case to the device under test according to a test case list, where the device under test executes the received test case to obtain a test result, and the test case list is downloaded and sent by the test proxy server from the cloud test management server according to the test task list.
In an embodiment, the receiving unit is further configured to receive a test result sent by the device under test;
the sending unit is further configured to send the test result to the cloud test management server through the test proxy server, and the cloud test management server sends the test result to a corresponding mailbox according to a preset mail address.
In an embodiment, the sending unit is specifically configured to push the test cases in the test case list to the device under test one by one according to a predetermined order.
In an embodiment, the sending unit is specifically configured to, after receiving a test result sent by the device under test for a current test case, select a next test case from the test case list according to the predetermined order, and send the next test case to the device under test.
In one embodiment, the test task list includes different types of test tasks, where the test task types include a source code test task, a test case test task, and a third-party executable program test task.
In one embodiment, the test task list further carries an identifier of a device under test that executes a test task;
the allocation unit is specifically configured to allocate a corresponding device under test to the test task according to the device under test identifier.
Based on the same technical concept, the embodiment of the invention also provides a cloud testing method implemented by the testing proxy server, which comprises the following steps:
step 1, polling the cloud test management server according to a set period to determine whether a test task list submitted by a user exists;
step 2, when the test task list newly submitted by the user is determined to exist, downloading the test task list newly submitted by the user from the cloud test management server;
step 3, according to the task type in the test task list, if the test task is determined to be a source code test task, applying an idle compiling environment to the software compiling server, and sending the object code sent by the software compiling server to the test execution machine; if the test case testing task or the third-party executable program testing task is the test case testing task, the test case list is downloaded from the cloud testing management server and sent to the testing execution machine, the testing execution machine distributes tested equipment for the testing task, and the distributed tested equipment executes the target code or the test case to obtain a testing result.
Based on the same technical concept, an embodiment of the present invention further provides a cloud testing apparatus implemented by a testing proxy server, including:
the polling unit is used for polling the cloud test management server according to a set period to determine whether a test task list submitted by a user exists;
the downloading unit is used for downloading the test task list newly submitted by the user from the cloud test management server when the test task list newly submitted by the user is determined to exist;
the processing unit is used for applying an idle compiling environment to the software compiling server and sending the object code sent by the software compiling server to the test execution machine according to the task type in the test task list if the task is determined to be a source code test task; if the test case testing task or the third-party executable program testing task is the test case testing task, the test case list is downloaded from the cloud testing management server and sent to the testing execution machine, the testing execution machine distributes tested equipment for the testing task, and the distributed tested equipment executes the target code or the test case to obtain a testing result.
In one embodiment, a cloud testing apparatus implemented by a test agent server further comprises:
the receiving unit is used for receiving the test result sent by the test execution machine through the test proxy server;
and the sending unit is used for sending the test result to a corresponding mailbox according to a preset mail address.
For convenience of description, the above parts are separately described as modules (or units) according to functional division. Of course, the functionality of the various modules (or units) may be implemented in the same or in multiple pieces of software or hardware in practicing the invention.
Having described the cloud testing method and apparatus of an exemplary embodiment of the present invention, a computing apparatus according to another exemplary embodiment of the present invention is next described.
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or program product. Thus, various aspects of the invention may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" system.
In some possible embodiments, a computing device according to the present invention may include at least one processor, and at least one memory. Wherein the memory stores program code that, when executed by the processor, causes the processor to perform the steps of the cloud testing method according to various exemplary embodiments of the present invention described above in this specification. For example, the processor may execute step S21 shown in fig. 2, receive a test task list sent by a test proxy server, where the test task list is obtained by the test proxy server polling a cloud test management server according to a set period, and step S22, allocate a device under test to the test task; and step S23, sending a test case to the tested device according to a test case list, executing the received test case by the tested device to obtain a test result, wherein the test case list is downloaded and sent from the cloud test management server by the test proxy server according to the test task list.
The computing device 40 according to this embodiment of the invention is described below with reference to fig. 4. The computing device 40 shown in fig. 4 is only an example and should not bring any limitations to the functionality or scope of use of embodiments of the present invention.
As shown in fig. 4, the computing apparatus 40 is embodied in the form of a general purpose computing device. Components of computing device 40 may include, but are not limited to: the at least one processor 41, the at least one memory 42, and a bus 43 connecting the various system components (including the memory 42 and the processor 41).
Bus 43 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, a processor, or a local bus using any of a variety of bus architectures.
The memory 42 may include readable media in the form of volatile memory, such as Random Access Memory (RAM)421 and/or cache memory 422, and may further include Read Only Memory (ROM) 423.
Memory 42 may also include a program/utility 425 having a set (at least one) of program modules 424, such program modules 424 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Computing device 40 may also communicate with one or more external devices 44 (e.g., keyboard, pointing device, etc.), with one or more devices that enable a user to interact with computing device 40, and/or with any devices (e.g., router, modem, etc.) that enable computing device 40 to communicate with one or more other computing devices. Such communication may be through an input/output (I/O) interface 45. Also, computing device 40 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the internet) through network adapter 46. As shown, the network adapter 46 communicates with other modules for the computing device 40 over the bus 43. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with computing device 40, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
In some possible embodiments, aspects of the cloud test method provided by the present invention may also be implemented in the form of a program product, which includes program code for causing a computer device to execute the steps in the cloud test method according to various exemplary embodiments of the present invention described above in this specification when the program product runs on the computer device, for example, the computer device may execute step S21 shown in fig. 2, receiving a test task list sent by a test agent server, the test task list being obtained by the test agent server polling a cloud test management server according to a set period, and step S22, allocating a device under test to the test task; and step S23, sending a test case to the tested device according to a test case list, executing the received test case by the tested device to obtain a test result, wherein the test case list is downloaded and sent from the cloud test management server by the test proxy server according to the test task list.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The program product for cloud testing of embodiments of the present invention may employ a portable compact disk read only memory (CD-ROM) and include program code, and may be run on a computing device. However, the program product of the present invention is not limited in this regard and, in the present document, a readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A readable signal medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable signal medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device over any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., over the internet using an internet service provider).
It should be noted that although several units or sub-units of the apparatus are mentioned in the above detailed description, such division is merely exemplary and not mandatory. Indeed, the features and functions of two or more of the units described above may be embodied in one unit, according to embodiments of the invention. Conversely, the features and functions of one unit described above may be further divided into embodiments by a plurality of units.
Moreover, while the operations of the method of the invention are depicted in the drawings in a particular order, this does not require or imply that the operations must be performed in this particular order, or that all of the illustrated operations must be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While the invention has been described in connection with specific embodiments thereof, it is to be understood that it is intended by the appended drawings and description that the invention may be embodied in other specific forms without departing from the spirit or scope of the invention.

Claims (10)

1. The cloud test system is characterized by comprising a cloud test management server arranged in a wide area network and an automatic test platform arranged in a remote local area network, wherein the automatic test platform comprises a test agent server, a software compiling server, a test execution machine and tested equipment, and the test agent server, the software compiling server, the test execution machine and the tested equipment are arranged in the remote local area network, wherein:
the cloud test management server is used for receiving a test request submitted by a user, wherein the test request carries a test task list;
the test proxy server is used for polling the cloud test management server according to a set period to determine whether a test task list newly submitted by a user exists; when the test task list newly submitted by the user is determined to exist, downloading the test task list newly submitted by the user from the cloud test management server; according to the task type in the test task list, if the test task is determined to be a source code test task, applying an idle compiling environment to the software compiling server, and sending a target code sent by the software compiling server to the test execution machine; if the test case testing task or the third-party executable program testing task is the test case testing task, downloading a test case list from the cloud testing management server and sending the test case list to the testing execution machine;
the software compiling server is used for distributing a compiling environment for the test task, downloading a source code according to the task content in the test task list and executing corresponding compiling work to obtain a target code; and sending the object code to the test proxy server;
the test execution machine is used for distributing tested equipment to the test tasks; receiving the target code sent by the test proxy server and updating the target code into the tested equipment; or sending a test case to the tested device according to the test case list;
the tested device is used for executing the received target code or the test case and generating a test result according to the execution result.
2. The system of claim 1,
the tested device is also used for sending a test result to the test execution machine;
the test execution machine is further used for sending the test result to the cloud test management server through the test proxy server;
and the cloud test management server is also used for sending the test result to the corresponding mailbox according to the preset mail address.
3. The system of claim 2,
the test execution machine is specifically configured to push the test cases in the test case list to the device under test one by one according to a predetermined sequence.
4. The system of claim 3,
the test execution machine is specifically configured to select a next test case from the test case list according to the predetermined sequence and send the next test case to the device under test after receiving a test result sent by the device under test for the current test case.
5. The system according to any one of claims 1 to 4, wherein the test task list further carries at least one of: the specified software module, software version number and the tested device identification for executing the test task are as follows:
and the test execution machine is specifically used for distributing corresponding tested equipment to the test task according to the tested equipment identifier.
6. A cloud testing method, which is applied to the cloud testing system of any one of claims 1 to 5, and comprises the following steps:
receiving a target code or a test case list sent by a test proxy server;
distributing tested equipment for the test task; and
and sending a target code to the tested equipment or sending a test case to the tested equipment according to a test case list, executing the received test case by the tested equipment to obtain a test result, wherein the test case list is downloaded and sent from the cloud test management server by the test proxy server according to the test task list.
7. A cloud testing method, which is applied to the cloud testing system of any one of claims 1 to 5, and comprises the following steps:
polling the cloud test management server according to a set period to determine whether a test task list submitted by a user exists;
when the test task list newly submitted by the user is determined to exist, downloading the test task list newly submitted by the user from the cloud test management server;
according to the task type in the test task list, if the test task is determined to be a source code test task, applying an idle compiling environment to the software compiling server, and sending a target code sent by the software compiling server to the test execution machine; if the test case testing task or the third-party executable program testing task is the test case testing task, the test case list is downloaded from the cloud testing management server and sent to the testing execution machine, the testing execution machine distributes tested equipment for the testing task, and the distributed tested equipment executes the target code or the test case to obtain a testing result.
8. A cloud test device applied to the cloud test system according to any one of claims 1 to 5, the device comprising:
the receiving unit is used for receiving the target code or the test case list sent by the test proxy server;
the distribution unit is used for distributing the tested equipment to the test task;
the sending unit is used for sending a target code to the tested equipment or sending a test case to the tested equipment according to a test case list, the tested equipment executes the received test case to obtain a test result, and the test case list is downloaded and sent from the cloud test management server by the test proxy server according to the test task list.
9. A cloud test device applied to the cloud test system according to any one of claims 1 to 5, the device comprising:
the polling unit is used for polling the cloud test management server according to a set period to determine whether a test task list submitted by a user exists;
the downloading unit is used for downloading the test task list newly submitted by the user from the cloud test management server when the test task list newly submitted by the user is determined to exist;
the processing unit is used for applying an idle compiling environment to the software compiling server and sending the object code sent by the software compiling server to the test execution machine according to the task type in the test task list if the task is determined to be a source code test task; if the test case testing task or the third-party executable program testing task is the test case testing task, the test case list is downloaded from the cloud testing management server and sent to the testing execution machine, the testing execution machine distributes tested equipment for the testing task, and the distributed tested equipment executes the target code or the test case to obtain a testing result.
10. The apparatus of claim 9, further comprising:
the receiving unit is used for receiving the test result sent by the test execution machine through the test proxy server;
and the sending unit is used for sending the test result to a corresponding mailbox according to a preset mail address.
CN202010111989.9A 2020-02-24 2020-02-24 Cloud testing system and method Pending CN113297055A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010111989.9A CN113297055A (en) 2020-02-24 2020-02-24 Cloud testing system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010111989.9A CN113297055A (en) 2020-02-24 2020-02-24 Cloud testing system and method

Publications (1)

Publication Number Publication Date
CN113297055A true CN113297055A (en) 2021-08-24

Family

ID=77317948

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010111989.9A Pending CN113297055A (en) 2020-02-24 2020-02-24 Cloud testing system and method

Country Status (1)

Country Link
CN (1) CN113297055A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113890877A (en) * 2021-09-27 2022-01-04 新华三信息安全技术有限公司 Cloud testing method and device
CN114064508A (en) * 2021-11-29 2022-02-18 四川虹美智能科技有限公司 Mobile terminal software testing method and system based on group control technology
CN115567564A (en) * 2022-12-06 2023-01-03 东方空间(西安)宇航技术有限公司 Testing method, device, system and equipment of aerospace equipment
CN118331842A (en) * 2023-12-21 2024-07-12 深圳市智慧城市科技发展集团有限公司 Control method and equipment of test system and readable storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102799515A (en) * 2011-05-24 2012-11-28 腾讯科技(深圳)有限公司 Application program testing method and device
CN104536899A (en) * 2015-01-20 2015-04-22 成都益联科创科技有限公司 Software deploying and maintaining method based on intelligent cluster
US20170153965A1 (en) * 2015-11-30 2017-06-01 International Business Machines Corporation Listing optimal machine instances
CN107357718A (en) * 2017-06-12 2017-11-17 百富计算机技术(深圳)有限公司 One kind structure method of testing and device
CN110162481A (en) * 2019-05-31 2019-08-23 北京星网锐捷网络技术有限公司 A kind of method for testing software, device, equipment and storage medium
CN110650061A (en) * 2018-06-27 2020-01-03 苏州宏控软件系统有限公司 Distributed cooperative cloud testing system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102799515A (en) * 2011-05-24 2012-11-28 腾讯科技(深圳)有限公司 Application program testing method and device
CN104536899A (en) * 2015-01-20 2015-04-22 成都益联科创科技有限公司 Software deploying and maintaining method based on intelligent cluster
US20170153965A1 (en) * 2015-11-30 2017-06-01 International Business Machines Corporation Listing optimal machine instances
CN107357718A (en) * 2017-06-12 2017-11-17 百富计算机技术(深圳)有限公司 One kind structure method of testing and device
CN110650061A (en) * 2018-06-27 2020-01-03 苏州宏控软件系统有限公司 Distributed cooperative cloud testing system
CN110162481A (en) * 2019-05-31 2019-08-23 北京星网锐捷网络技术有限公司 A kind of method for testing software, device, equipment and storage medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113890877A (en) * 2021-09-27 2022-01-04 新华三信息安全技术有限公司 Cloud testing method and device
CN113890877B (en) * 2021-09-27 2023-09-26 新华三信息安全技术有限公司 Cloud testing method and device
CN114064508A (en) * 2021-11-29 2022-02-18 四川虹美智能科技有限公司 Mobile terminal software testing method and system based on group control technology
CN115567564A (en) * 2022-12-06 2023-01-03 东方空间(西安)宇航技术有限公司 Testing method, device, system and equipment of aerospace equipment
CN115567564B (en) * 2022-12-06 2023-09-08 东方空间(西安)宇航技术有限公司 Method, device, system and equipment for testing aerospace equipment
CN118331842A (en) * 2023-12-21 2024-07-12 深圳市智慧城市科技发展集团有限公司 Control method and equipment of test system and readable storage medium

Similar Documents

Publication Publication Date Title
CN113297055A (en) Cloud testing system and method
US7334162B1 (en) Dynamic distribution of test execution
CN108399132B (en) Scheduling test method, device and storage medium
CN112416353B (en) Channel package packing method and device and computer equipment
US20150100829A1 (en) Method and system for selecting and executing test scripts
CN107590075B (en) Software testing method and device
US20150100832A1 (en) Method and system for selecting and executing test scripts
US8020044B2 (en) Distributed batch runner
CN111190810B (en) Method, device, server and storage medium for executing test task
CN104536899A (en) Software deploying and maintaining method based on intelligent cluster
CN110309051A (en) Method, system, equipment and the storage medium of management of test cases
CN103336688A (en) Software integrating method and system oriented to cloud computing software research and development process
CN105159833A (en) Automatic testing device and method
CN107832207A (en) Interface performance test method, apparatus, storage medium and computer equipment
CN104683180A (en) Performance monitoring method and system as well as application server
CN104539487A (en) Method for testing system based on cloud platform and evaluating reliability
US9268546B2 (en) Deployment and hosting of platform independent applications
US20150100830A1 (en) Method and system for selecting and executing test scripts
CN106612204B (en) Service checking method and device
US20150100831A1 (en) Method and system for selecting and executing test scripts
EP2893443A1 (en) Re-configuration in cloud computing environments
CN108270837B (en) Distributed task scheduling method and system using idle resources
CN110647332A (en) Software deployment method and device based on container cloud
CN104239114A (en) Application compiling method and device
CN107577600A (en) A kind of method of testing of equipment, device and computer equipment

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

RJ01 Rejection of invention patent application after publication