CN116303041A - Distributed test method and system - Google Patents

Distributed test method and system Download PDF

Info

Publication number
CN116303041A
CN116303041A CN202310282732.3A CN202310282732A CN116303041A CN 116303041 A CN116303041 A CN 116303041A CN 202310282732 A CN202310282732 A CN 202310282732A CN 116303041 A CN116303041 A CN 116303041A
Authority
CN
China
Prior art keywords
test
testing
cloud
equipment
strategy
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
CN202310282732.3A
Other languages
Chinese (zh)
Inventor
陈文峰
胡仁义
李尚春
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Spreadtrum Semiconductor Chengdu Co Ltd
Original Assignee
Spreadtrum Semiconductor Chengdu 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 Spreadtrum Semiconductor Chengdu Co Ltd filed Critical Spreadtrum Semiconductor Chengdu Co Ltd
Priority to CN202310282732.3A priority Critical patent/CN116303041A/en
Publication of CN116303041A publication Critical patent/CN116303041A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • 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/3696Methods or tools to render software testable

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)
  • Computer And Data Communications (AREA)

Abstract

The invention provides a distributed test method and a distributed test system, wherein the method comprises the following steps: a cloud testing client is built in the testing equipment, and the required environment is configured and initialized; creating a test strategy at a cloud testing system end; the cloud testing system end sends the testing strategy to the corresponding testing equipment and starts a testing task; and after the test task is finished, summarizing the test results of all the test devices, and sending a summarizing report. The invention can manage and utilize scattered terminal equipment to the greatest extent on one hand, and can distribute the use cases to be tested to the terminal equipment of different test equipment for testing according to the strategy on the other hand, and send the result of the test together and gather the report after the test task of each test equipment is finished, thus obviously shortening the test time and improving the test efficiency; and the product testing and developing time is saved.

Description

Distributed test method and system
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a distributed test method and system.
Background
XTS (Executable Test Suite ) tests are a generic term for test services such as CTS (Compatibility Test Suite )/VTS (Vendor Test Suite, vendor interface test suite)/STS (Security Test Suite ), and when test cases of each test suite pass the test, the latest version can be applied for release.
However, in the case of only a single terminal device on the test device, the XTS test consumes more time when running the module with more test cases, and the tester must wait for the test result file to be generated before the next operation, which reduces the test efficiency. In order to improve the testing efficiency, only the terminal equipment can be collected to the same testing equipment at present to test by using a distributed testing method, but the terminal equipment is very inconvenient under the conditions of shortage and dispersion. Therefore, there is an urgent need for a distributed test scheme or technique capable of online utilization of terminal devices dispersed among different test devices.
Disclosure of Invention
The distributed test method and the distributed test system provided by the invention can be used for managing and utilizing scattered terminal equipment to the greatest extent, distributing the tested use cases to the terminal equipment of different test equipment according to the strategy for testing, and summarizing and sending the test results to a summarizing report after the test task of each test equipment is finished, so that the test time is obviously shortened, the test efficiency is improved, and the product test and development time is saved.
In a first aspect, the present invention provides a distributed test method, the method comprising:
a cloud testing client is built in the testing equipment, and the required environment is configured and initialized;
creating a test strategy at a cloud testing system end;
the cloud testing system end sends the testing strategy to the corresponding testing equipment and starts a testing task;
and after the test task is finished, summarizing the test results of all the test devices, and sending a summarizing report.
Optionally, the cloud testing client is built in the testing device, and the configuring and initializing the required environment includes:
a cloud testing client is built in the testing equipment, and the required environment is configured;
executing a cloud testing client starting script and selecting a configuration file;
after the cloud testing client is started, the cloud testing system detects the testing equipment and performs distribution management on the testing equipment.
Optionally, creating the test policy at the cloud testing system end includes:
creating a corresponding test strategy set by the cloud testing system end according to the terminal equipment information and/or the test information;
the cloud testing system end sends the testing strategy set to corresponding testing equipment as strategy parameters;
the test strategy set comprises at least one test strategy, and each test strategy corresponds to the terminal equipment information and/or the test information.
The cloud testing system end creating the test strategy set according to the terminal equipment information and/or the test information comprises the following steps:
when the test equipment is connected with at least two pieces of terminal equipment, the distributed test is carried out by using the at least two pieces of terminal equipment at the same time;
and/or when the cloud testing system end is connected with at least two testing devices, the distributed testing is carried out by utilizing the at least two testing devices at the same time.
Optionally, the test information includes: the method comprises the steps of testing a full path of a package, and/or a module name to be tested, and/or a module test case range to be tested, and/or a full path containing a historical test result of a module to be tested, and/or network information of a laboratory where test equipment is located.
Optionally, the sending, by the cloud testing system end, the test policy to the corresponding test device and starting the test task includes:
the testing equipment executes the cloud testing adaptation script and analyzes the corresponding strategy parameters sent by the cloud testing system end;
the cloud testing adaptation script analyzes the use case information of the appointed module; splitting the use cases in the range into a plan file according to the to-be-tested module test case range in the strategy parameters, and storing the plan file under the corresponding directory of the test packet path;
executing the plan file by using a tool pack, and testing the use cases in the range;
and after the tool kit is tested, the cloud testing client uploads the test result to the cloud testing server.
Optionally, the policy parameters include: a test packet path on the test equipment, and/or a historical results file path containing the specified test module.
In a second aspect, the present invention provides a distributed test system, the system comprising:
the configuration unit is used for arranging a cloud testing client in the test equipment and configuring and initializing a required environment;
the strategy creating unit is used for creating a test strategy at the cloud testing system end;
the test starting unit is used for sending the test strategy to the corresponding test equipment through the cloud testing system end and starting a test task;
and the summarizing unit is used for summarizing the test results of the test equipment after the test task is finished and sending a summarizing report.
Optionally, the configuration unit includes:
the environment configuration subunit is used for arranging a cloud testing client in the testing equipment and configuring the required environment;
the selecting subunit is used for executing the cloud testing client starting script and selecting the configuration file;
and the distribution management sub-unit is used for detecting the test equipment through the cloud testing system end and carrying out distribution management on the test equipment after the cloud testing client is started.
Optionally, the policy creation unit includes:
the creating subunit is used for creating a corresponding test strategy set according to the terminal equipment information and/or the test information through the cloud testing system end; the test strategy set comprises at least one test strategy, and each test strategy corresponds to the terminal equipment information and/or the test information;
and the sending subunit is used for sending the test strategy set to the corresponding test equipment as strategy parameters through the cloud testing system end.
Optionally, the test initiation unit includes:
the strategy analysis subunit is used for executing the cloud testing adaptation script through the testing equipment and analyzing the corresponding strategy parameters sent by the cloud testing system end;
the use case analysis subunit is used for analyzing the use case information of the appointed module through the cloud measurement adaptation script; splitting the use cases in the range into a plan file according to the to-be-tested module test case range in the strategy parameters, and storing the plan file under the corresponding directory of the test packet path;
a testing subunit, configured to execute the plan file using a tool package, and test the use cases in the range;
and the uploading subunit is used for uploading the test result to the cloud testing server through the cloud testing client after the tool pack test is completed.
The distributed test method and the distributed test system provided by the invention can be used for managing and utilizing scattered terminal equipment to the greatest extent, flexibly utilizing the terminal equipment of different test equipment, fully utilizing all terminal equipment resources and greatly saving test cost. On the other hand, the test cases can be distributed to terminal equipment of different test equipment according to strategies for testing, and after the test task of each test equipment is finished, the test results are summarized and a summarized report is sent, and particularly for a test module with a large number of test cases, the invention can obviously shorten the test time and improve the test efficiency; and the product testing and developing time is greatly saved.
Drawings
FIG. 1 is a flow chart of a distributed test method according to an embodiment of the invention;
FIG. 2 is a flow chart of a distributed test method according to another embodiment of the present invention;
FIG. 3 is a schematic diagram of a distributed test system according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a distributed test system according to another embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
An embodiment of the present invention provides a distributed test method, as shown in fig. 1, where the method includes:
s11, a cloud testing client is built in the testing equipment, and the required environment is configured and initialized;
s12, creating a test strategy at a cloud testing system end;
s13, the cloud testing system end sends the testing strategy to the corresponding testing equipment and starts a testing task;
and S14, after the test task is finished, summarizing the test results of all the test devices, and sending a summarizing report.
The distributed test method provided by the embodiment of the invention can be used for managing and utilizing scattered terminal equipment to the greatest extent, flexibly utilizing the terminal equipment of different test equipment, fully utilizing all terminal equipment resources and greatly saving test cost. On the other hand, the test cases can be distributed to terminal equipment of different test equipment according to strategies for testing, and after the test task of each test equipment is finished, the test results are summarized and a summarized report is sent, and particularly for a test module with a large number of test cases, the invention can obviously shorten the test time and improve the test efficiency; and the product testing and developing time is greatly saved.
For example, when a module to be tested (such as XTS test) needs to use a large number of test cases and has a plurality of available test devices (which may not be in a geographic space range), a cloud test client is built in the test device, and configuration initialization is performed on the environment required by the module to be tested; then, the cloud testing system end distributes and manages a plurality of testing devices according to a testing strategy; for example, a test policy is issued to a first test device, whichStarting a test task according to a test strategy and completing test 1-S 1 The test cases in the range send a test strategy to the first test equipment, and the first test equipment starts a test task according to the test strategy and completes test S 1+1 -S 2 The test cases … … in the range until all the cases of the module to be tested are completed. And then the first test equipment and the second test equipment … … send the test results to the cloud side system end, and the cloud side system end gathers all the test results and sends a complete test report.
In addition, when the test equipment is connected with a plurality of terminal equipment of the same type, the plurality of terminal equipment of the same type can be controlled to perform the test at the same time, for example, the first terminal equipment completes the test 1-N 1 Test cases within a range; the second terminal equipment completes test N 1+1 -N 2 Test cases … … within range.
As shown in fig. 2, optionally, the embedding the cloud testing client on the testing device, and configuring and initializing the required environment includes:
s111, a cloud testing client is built in the testing equipment, and a required environment is configured;
s112, executing a cloud testing client start script and selecting a configuration file;
s113, after the cloud testing client is started, the cloud testing system detects the testing equipment and performs distribution management on the testing equipment.
Specifically, the cloud testing client is built in advance on the equipment to be tested, and the required environments of the relevant modules, such as jdk, python, brushing machine tool environments and the like, are configured. Executing cloud testing client start-up script, the profile selects XTS specific profile (cts-and-vts.xml). After the cloud testing client is started, the cloud testing system can detect terminal equipment on the equipment to be tested and manage and distribute the equipment. Furthermore, the test environment of XTS needs to be prepared on the device to be tested.
Taking a CTS test module as an example, if the android 13 device is to be tested, a CTS test packet corresponding to the version needs to be placed on the device to be tested. If a user wants to test a specific module, an xml file (test_result.xml) containing the historical test result of the module is also prepared on the device to be tested.
Optionally, after step S113, the method further includes:
s114, judging whether the environment configuration is successful; if yes, go to step S12; if not, step S111 is performed.
Optionally, creating the test policy at the cloud testing system end includes:
s121, creating a corresponding test strategy set by the cloud testing system end according to terminal equipment information and/or test information;
s122, the cloud testing system end sends the testing strategy set to corresponding testing equipment as strategy parameters;
the test strategy set comprises at least one test strategy, and each test strategy corresponds to the terminal equipment information and/or the test information.
The cloud testing system end establishes a testing strategy according to the terminal equipment information and/or the testing information, and the method comprises the following steps:
when the test equipment is connected with at least two pieces of terminal equipment, the distributed test is carried out by using the at least two pieces of terminal equipment at the same time;
and/or when the cloud testing system end is connected with at least two testing devices, the distributed testing is carried out by utilizing the at least two testing devices at the same time.
Optionally, the test information includes: the method comprises the steps of testing a full path of a package, and/or a module name to be tested, and/or a module test case range to be tested, and/or a full path containing a historical test result of a module to be tested, and/or network information of a laboratory where test equipment is located.
Specifically, after step S11, the cloud testing system end may manage terminal devices on all devices to be tested, and may create a policy set through the cloud testing system end. The policy set is composed of a series of policies (at least two), and each policy is targeted by a terminal device on the device to be tested. The significance of creating a policy is that the method can automatically or manually formulate differentiated configurations for XTS test procedures of different devices under test and issue these configurations to the devices under test in the form of policy parameters.
In each strategy, partial information of an XTS test packet on the device to be tested, such as a full path of the XTS test packet on the test device, a module name to be tested, a module test case range to be tested, a full path containing a historical test result (test_result.xml) of the module, and network information (e.g., WIFI information, internet information, etc.) of a laboratory where the test device is located, are input.
For example: when the test equipment is connected with at least two terminal equipment of the same type, the test strategy created by the method can be automatically or manually selected to perform distributed test on the module to be tested by using the at least two terminal equipment; for example, a tester may conduct distributed testing by selecting a distributed test option (DistributedTest) in a policy;
when the module to be tested is a media related module, the test strategy created by the method can automatically call and input the full path of the media file on the device to be tested, or manually fill the full path of the media file on the device to be tested in the strategy.
When retests of non-tested items and test failure items in the test process are required after the first test is completed, the test strategy created by the method can start retests and fill in retests in the test strategy.
When the final test log and test result are required to be uploaded after the whole test is finished, the test strategy created by the method can automatically input or manually fill in the relevant information of the target FTP server to be uploaded in the test strategy, wherein the relevant information comprises a server address, a transmission port number, a user name, a user password and a server internal storage path.
Optionally, the sending, by the cloud testing system end, the test policy to the corresponding test device and starting the test task includes:
s131, the testing equipment executes the cloud testing adaptation script, and analyzes the corresponding strategy parameters sent by the cloud testing system end;
for example, the method executes XTS cloud testing adaptation script (start. Py), parses corresponding policy parameters issued by a cloud testing system side, including but not limited to XTS test packet paths on the test equipment, historical result XML file (test_result. XML) paths containing specified test modules, and the like.
S132, analyzing the use case information of the specified module by the cloud testing adaptation script; splitting the use cases in the range into a plan file according to the to-be-tested module test case range in the strategy parameters, and storing the plan file under the corresponding directory of the test packet path;
for example, the method of the present invention can analyze the use case information of the specified module from test_result.xml through the XTS cloud testing adaptation script, and separate the use case in the range according to the use case range analyzed in step S131 to generate a planning XML file, and store the planning XML file under the XTS test packet path android-XTS/sub-lips/directory.
S133, executing the plan file by using a tool pack, and testing the use cases in the range;
for example, the method of the present invention can execute the plan XML file generated in step S132 using the XTS toolkit, where only the specified range of use cases are tested.
And S134, after the tool pack test is completed, the cloud testing client uploads the test result to the cloud testing server.
Optionally, the parameters include: a test packet path on the test equipment, and/or a historical results file path containing the specified test module.
And S14, after the test task is finished, summarizing the test results of all the test devices, and sending a summarizing report.
Specifically, after all the test strategies in the test task are executed in the corresponding test equipment, the cloud test client can upload the test results to the cloud test server, and the cloud test server analyzes and gathers the results of all the test strategies and sends analysis data to related personnel or equipment in a report form. Wherein the report may be in the form of a table, or a document format.
The embodiment of the invention also provides a distributed test system, as shown in fig. 3, which comprises:
the configuration unit 11 is used for arranging a cloud testing client in the test equipment and configuring and initializing a required environment;
a policy creation unit 12, configured to create a test policy at a cloud testing system end;
the test starting unit 13 is used for sending the test strategy to the corresponding test equipment through the cloud testing system end and starting a test task;
and the summarizing unit 14 is used for summarizing the test results of each test device after the test task is finished and sending a summarizing report.
The distributed test system provided by the embodiment of the invention can be used for managing and utilizing scattered terminal equipment to the greatest extent, flexibly utilizing the terminal equipment of different test equipment, fully utilizing all terminal equipment resources and greatly saving test cost. On the other hand, the strategy creating unit 12 can be utilized to distribute the tested cases to the terminal equipment of different testing equipment to test according to the testing strategy, and after the testing task of each testing equipment is finished, the summarizing unit 14 summarizes the testing results and sends a summarizing report; and the product testing and developing time is greatly saved.
As shown in fig. 4, optionally, the configuration unit 11 includes:
an environment configuration subunit 111, configured to embed a cloud testing client on the test device and configure a required environment;
a selecting subunit 112, configured to execute a cloud testing client start script, and select a configuration file;
and the allocation management subunit 113 is configured to detect the test device through the cloud testing system end and perform allocation management on the test device after the cloud testing client is started.
Optionally, the configuration unit 11 further includes:
a judging subunit 114, configured to judge whether the environment configuration is successful.
Optionally, the policy creation unit 12 includes:
a creating subunit 121, configured to create, by using the cloud testing system end, a corresponding test policy set according to the terminal device information and/or the test information; the test strategy set comprises at least one test strategy, and each test strategy corresponds to the terminal equipment information and/or the test information;
and the sending subunit 122 is configured to send the test policy set as a policy parameter to a corresponding test device through the cloud testing system end.
Optionally, the test initiation unit 13 includes:
the policy parsing subunit 131 is configured to parse corresponding policy parameters sent by the cloud testing system end by executing the cloud testing adaptation script through the testing device;
the use case analysis subunit 132 is configured to analyze the use case information of the specified module through the cloud measurement adaptation script; splitting the use cases in the range into a plan file according to the to-be-tested module test case range in the strategy parameters, and storing the plan file under the corresponding directory of the test packet path;
a testing subunit 133, configured to execute the plan file using a tool pack, and perform a test on the use cases in the range;
and the uploading subunit 134 is configured to upload the test result to the cloud testing server through the cloud testing client after the tool pack test is completed.
The test device may be a general-purpose or a special-purpose computer. For example: personal computers, server computers, hand-held or portable devices, tablet devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
The mobile device may be a smart phone, or a digital camera, or a digital video camera, or a tablet computer, or MP4, or a magnetic resonance imaging device (MRI), or an electronic computed tomography imaging device (CT), etc.
Those skilled in the art will appreciate that implementing all or part of the above-described method embodiments may be accomplished by way of computer programs, which may be stored on a computer readable storage medium, which when executed may comprise the steps of the method embodiments described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), or the like.
The foregoing is merely illustrative of the present invention, and the present invention is not limited thereto, and any changes or substitutions easily contemplated by those skilled in the art within the scope of the present invention should be included in the present invention. Therefore, the protection scope of the present invention should be subject to the protection scope of the claims.

Claims (11)

1. A distributed test method, the method comprising:
a cloud testing client is built in the testing equipment, and the required environment is configured and initialized;
creating a test strategy at a cloud testing system end;
the cloud testing system end sends the testing strategy to the corresponding testing equipment and starts a testing task;
and after the test task is finished, summarizing the test results of all the test devices, and sending a summarizing report.
2. The method of claim 1, wherein the embedding the cloud testing client on the test device and configuring and initializing the desired environment comprises:
a cloud testing client is built in the testing equipment, and the required environment is configured;
executing a cloud testing client starting script and selecting a configuration file;
after the cloud testing client is started, the cloud testing system detects the testing equipment and performs distribution management on the testing equipment.
3. The method of claim 2, wherein creating the test policy at the cloud testing system comprises:
creating a corresponding test strategy set by the cloud testing system end according to the terminal equipment information and/or the test information;
the cloud testing system end sends the testing strategy set to corresponding testing equipment as strategy parameters;
the test strategy set comprises at least one test strategy, and each test strategy corresponds to the terminal equipment information and/or the test information.
4. The method of claim 3, wherein the cloud testing system creating the test policy set according to the terminal device information and/or the test information comprises:
when the test equipment is connected with at least two pieces of terminal equipment, the distributed test is carried out by using the at least two pieces of terminal equipment at the same time;
and/or when the cloud testing system end is connected with at least two testing devices, the distributed testing is carried out by utilizing the at least two testing devices at the same time.
5. A method according to claim 3, wherein the test information comprises: the method comprises the steps of testing a full path of a package, and/or a module name to be tested, and/or a module test case range to be tested, and/or a full path containing a historical test result of a module to be tested, and/or network information of a laboratory where test equipment is located.
6. The method according to any one of claims 1 to 5, wherein the sending, by the cloud testing system side, the test policy to the corresponding test device and starting the test task includes:
the testing equipment executes the cloud testing adaptation script and analyzes the corresponding strategy parameters sent by the cloud testing system end;
the cloud testing adaptation script analyzes the use case information of the appointed module; splitting the use cases in the range into a plan file according to the to-be-tested module test case range in the strategy parameters, and storing the plan file under the corresponding directory of the test packet path;
executing the plan file by using a tool pack, and testing the use cases in the range;
and after the tool kit is tested, the cloud testing client uploads the test result to the cloud testing server.
7. The method of claim 6, wherein the policy parameters comprise: a test packet path on the test equipment, and/or a historical results file path containing the specified test module.
8. A distributed test system, the system comprising:
the configuration unit is used for arranging a cloud testing client in the test equipment and configuring and initializing a required environment;
the strategy creating unit is used for creating a test strategy at the cloud testing system end;
the test starting unit is used for sending the test strategy to the corresponding test equipment through the cloud testing system end and starting a test task;
and the summarizing unit is used for summarizing the test results of the test equipment after the test task is finished and sending a summarizing report.
9. The system of claim 8, wherein the configuration unit comprises:
the environment configuration subunit is used for arranging a cloud testing client in the testing equipment and configuring the required environment;
the selecting subunit is used for executing the cloud testing client starting script and selecting the configuration file;
and the distribution management subunit is used for detecting the test equipment through the cloud testing system end and carrying out distribution management on the test equipment after the cloud testing client is started.
10. The system according to claim 8 or 9, wherein the policy creation unit comprises:
the creating subunit is used for creating a corresponding test strategy set according to the terminal equipment information and/or the test information through the cloud testing system end; the test strategy set comprises at least one test strategy, and each test strategy corresponds to the terminal equipment information and/or the test information;
and the sending subunit is used for sending the test strategy set to the corresponding test equipment as strategy parameters through the cloud testing system end.
11. The system according to any one of claims 8-10, wherein the test initiation unit comprises:
the strategy analysis subunit is used for executing the cloud testing adaptation script through the testing equipment and analyzing the corresponding strategy parameters sent by the cloud testing system end;
the use case analysis subunit is used for analyzing the use case information of the appointed module through the cloud measurement adaptation script; splitting the use cases in the range into a plan file according to the to-be-tested module test case range in the strategy parameters, and storing the plan file under the corresponding directory of the test packet path;
a testing subunit, configured to execute the plan file using a tool package, and test the use cases in the range;
and the uploading subunit is used for uploading the test result to the cloud testing server through the cloud testing client after the tool pack test is completed.
CN202310282732.3A 2023-03-22 2023-03-22 Distributed test method and system Pending CN116303041A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310282732.3A CN116303041A (en) 2023-03-22 2023-03-22 Distributed test method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310282732.3A CN116303041A (en) 2023-03-22 2023-03-22 Distributed test method and system

Publications (1)

Publication Number Publication Date
CN116303041A true CN116303041A (en) 2023-06-23

Family

ID=86779434

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310282732.3A Pending CN116303041A (en) 2023-03-22 2023-03-22 Distributed test method and system

Country Status (1)

Country Link
CN (1) CN116303041A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116991750A (en) * 2023-09-28 2023-11-03 北京索云科技股份有限公司 Pressure test method for realizing large concurrency simulation by utilizing multithreading and distributed agents

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116991750A (en) * 2023-09-28 2023-11-03 北京索云科技股份有限公司 Pressure test method for realizing large concurrency simulation by utilizing multithreading and distributed agents
CN116991750B (en) * 2023-09-28 2023-12-22 北京索云科技股份有限公司 Pressure test method for realizing large concurrency simulation by utilizing multithreading and distributed agents

Similar Documents

Publication Publication Date Title
CN103186444B (en) A kind of performance test methods, test platform and test machine
CN104410543B (en) Automated testing method and system based on cloud resource
US10013330B2 (en) Automated mobile application verification
CN105787364B (en) Automatic testing method, device and system for tasks
CN107896244B (en) Version file distribution method, client and server
CN109408375B (en) Method and device for generating interface document
CN103365770A (en) Mobile terminal software testing system and software testing method
CN108459850B (en) Method, device and system for generating test script
CN105607994A (en) Mobile terminal software testing method and system
CN116303041A (en) Distributed test method and system
CN111124911A (en) Automatic testing method, device, equipment and readable storage medium
CN110134612A (en) UI test data generating method, device, equipment and readable storage medium storing program for executing
CN107634878B (en) Performance test management platform
CN112463588A (en) Automatic test system and method, storage medium and computing equipment
CN109739704A (en) A kind of interface test method, server-side and computer readable storage medium
CN110267215A (en) A kind of data detection method, equipment and storage medium
CN114168471A (en) Test method, test device, electronic equipment and storage medium
CN111400171B (en) Interface testing method, system and device and readable storage medium
CN107678965A (en) It is automatically integrating method of testing and system, service terminal, memory
CN116955148A (en) Service system testing method, device, equipment, storage medium and product
CN107332730B (en) Protocol extensible service availability detection system and method
CN115587041A (en) Mobile application delivery task processing method and device, electronic equipment and storage medium
CN115617612A (en) Log reporting method and device, computer equipment and storage medium
CN109669829A (en) A kind of diagnosis adjustment method, device and server based on BMC
CN114969175A (en) Method for butting insurance platform and external system and related 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