CN111611165A - Implementation and application of continuous integrated automatic test platform - Google Patents

Implementation and application of continuous integrated automatic test platform Download PDF

Info

Publication number
CN111611165A
CN111611165A CN202010438480.5A CN202010438480A CN111611165A CN 111611165 A CN111611165 A CN 111611165A CN 202010438480 A CN202010438480 A CN 202010438480A CN 111611165 A CN111611165 A CN 111611165A
Authority
CN
China
Prior art keywords
test
test case
center chain
nodes
certification
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.)
Granted
Application number
CN202010438480.5A
Other languages
Chinese (zh)
Other versions
CN111611165B (en
Inventor
卢俊文
吴克寿
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xiamen University of Technology
Original Assignee
Xiamen University of Technology
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 Xiamen University of Technology filed Critical Xiamen University of Technology
Priority to CN202010438480.5A priority Critical patent/CN111611165B/en
Publication of CN111611165A publication Critical patent/CN111611165A/en
Application granted granted Critical
Publication of CN111611165B publication Critical patent/CN111611165B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/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/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Landscapes

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

Abstract

The invention provides a continuous integrated automatic test platform and an automatic test method. A test object segmentation subsystem in the automatic test platform segments the test object uploaded by the test object uploading subsystem, analyzes a plurality of test parameters and test targets, and broadcasts the test parameters and the test targets to a plurality of test case authentication nodes in a test case authentication center chain; broadcasting at least one test case to a plurality of test case authentication nodes of the test case authentication center chain; and if the test case authentication nodes of the first preset number in the plurality of test case authentication nodes execute consensus synchronous operation on the test case, the test case passes through the test case and is sent to the test case integration subsystem. The invention realizes the automatic testing of the distributed multi-endpoint software by a continuous integrated authentication mode.

Description

Implementation and application of continuous integrated automatic test platform
Technical Field
The invention belongs to the technical field of software testing, and particularly relates to a continuous integrated automatic testing platform and a continuous integrated automatic testing method.
Background
The purpose of software testing is to detect existing defects as early as possible before a software system is put into use, and automation is needed to reduce cost and ensure high regression, and to ensure high-quality test results. In order to restore a real software running environment, a traditional software test needs to build different network environments for different test projects, deploy corresponding hardware resources such as storage, calculation, network and the like, cost too much manpower and material resources, have a complex test operation process, and have a low test resource utilization rate.
In order to improve the testing efficiency, the software functional test is shifted from a manual test to an automatic test, the automatic test can be immediately involved in the test after each version update, and the automatic test is carried out according to the requirements of a test case strictly, so that the artificial errors can be reduced, the testing time is saved, and the testing accuracy is improved.
Continuous integration is a software development practice, i.e., team development members often integrate their work, usually at least once per member per day, meaning that multiple integrations may occur per day. Each integration is verified by automated build (including compile, release, automated testing) to discover integration errors as early as possible.
Jenkins are very popular open source continuous integration tools in the industry, provide operation support in a joba form, can set task execution flows in the joba, start from WebHook triggering after code release, and automatically compile, construct, package, test, deploy, release and other flows. jenkins supports plug-in function addition, common tool plug-ins in the continuous integration process are all provided, and the running log can be obtained by calling an interface of the automatic test platform.
The chinese patent application with application number CN201911362840.1 proposes an automated testing method and device for application program interfaces, the method includes: writing interface request data and expected response data of an application program interface into a first table; reading interface request data of a first table; sending interface request data; acquiring interface response data; comparing the obtained interface response data with expected response data to obtain an interface use case operation result; and writing the interface case operation result into a second table to obtain a test report. The interface test case table is clear, the format is clear, the test cases are convenient to be newly added, and people without professional knowledge can easily read and operate the test cases; and the method can realize the automatic interface test of an Application Program Interface (API), can clearly judge whether each interface test passes according to an output report, and also comprises the steps of putting the created Excel and code files into a continuous integration tool (Jenkins), creating a timed construction task, and automatically constructing at a fixed time every day.
The Chinese patent with publication number CN103577907A provides a continuous integration test method and system, mainly solving the problem that continuous integration projects simultaneously monitor targets to be tested running in each real environment; when detecting that a target to be detected running in a certain real environment reaches a preset condition, acquiring an environment identifier corresponding to the real environment where the target to be detected runs; calling a test case by sending a test command, wherein the test command comprises an environment identifier; configuring a corresponding test environment by the test case according to the environment identifier; and executing the test script in the test case in the test environment, and acquiring a final test result. The system provides support for testing the whole process, but does not provide an effective solution for supporting various use cases, and the inductive analysis of the test result does not have an actual solution.
The Chinese patent application with the application number of CN201911082062.0 provides an automatic test system based on a node type, and the system issues different test stages to different machines for testing, can support test cases on different machines to be executed coordinately, judges output corresponding to test input and an expected result to be compared and matched to complete the test, outputs a test report to a central server for summary analysis to form a complete test, generates the test report and sends the test report to related personnel. Aiming at the characteristics of the current stage service, the invention solves the difficulty of software testing, realizes a set of device system for omnibearing software automatic testing, can uninterruptedly and automatically complete the test of the whole service flow, generates a report in time, informs related personnel of a test result, monitors the quality of project software in an omnibearing manner, shortens the test time, reduces misoperation or omission of personnel in the test process, increases the test depth and improves the project quality.
However, the above prior art is generally only applicable to software testing in a specific industry, and is performed for the situations of known software test cases, and has no generality, and at the same time, the test cases need to be preset in advance, but no matter how preset, the test cases are limited, and cannot meet the requirements of multi-type software tests in various situations, and even if the test cases are provided externally, the usability of the test cases cannot be guaranteed, and reliable software automation tests cannot be continuously realized.
Disclosure of Invention
In order to solve the technical problems, the invention provides a continuous integrated automatic test platform and an automatic test method. The test object uploaded by the test object uploading subsystem is segmented by the test object segmentation subsystem in the automatic test platform, then a plurality of test parameters and test targets are analyzed, and the test parameters and the test targets are broadcasted to a plurality of test case authentication nodes in a test case authentication center chain; broadcasting at least one test case to a plurality of test case authentication nodes of the test case authentication center chain; and if the test case authentication nodes of the first preset number in the plurality of test case authentication nodes execute consensus synchronous operation on the test case, the test case passes through the test case and is sent to the test case integration subsystem. The invention realizes the automatic testing of the distributed multi-endpoint software by a continuous integrated authentication mode, and can ensure the reliability of the test case.
Specifically, the technical solutions of the present application are summarized as follows as a whole:
in a first aspect of the present invention, there is provided a continuously integrated automated testing method, the testing method comprising the steps of:
a current user submits a test request to a test case authentication center chain through one of a plurality of information channels comprising a browser, an H5 platform, an applet and an APP client;
if the current test case authentication center chain does not have other test case authentication nodes, adding the current user into the test case authentication center chain for waiting;
if other test case authentication nodes exist in the current test case authentication center chain, the test case authentication center chain receives the test request and then sends the test request to other test case authentication nodes in the test case authentication center chain;
judging whether the other test case authentication nodes execute consensus synchronous operation on the test case, if so, adding the current user into the test case authentication center chain to be used as one of the test case authentication nodes of the test case authentication center chain;
if not, the test request is rejected.
After the adding the current user to the test case certification center chain as one of the test case certification nodes of the test case certification center chain, the method further includes:
and segmenting and analyzing the test object contained in the test request to obtain a plurality of test parameters and test targets, and broadcasting the test parameters and the test targets to other test case authentication nodes in the test case authentication center chain.
Broadcasting the test parameters and the test targets to other multiple test case certification nodes in the test case certification center chain, further comprising:
the other test case authentication nodes feed back at least one test case provided by the test case authentication nodes to the test case authentication center chain;
and judging whether the test case passes the certification of the test case certification center chain, if so, executing the test request by using the test case by using other multiple test case certification nodes.
In a second aspect of the present invention, an automation test platform for continuous integration is provided, where the automation test platform is used to execute the above automation test method for continuous integration, and the automation test platform includes a test object uploading subsystem, a test object splitting subsystem, a test case automatic matching subsystem, a test case integration subsystem, a test case continuous test subsystem, and a broadcast module, where the broadcast module is connected to the test case authentication center chain and the test case integration subsystem, and is used to execute broadcast operation and receive consensus synchronization data.
As a first innovative point of the present invention,
the automatic test platform also comprises a test case authentication center chain, wherein the test case authentication center chain comprises a plurality of test case authentication nodes;
the automatic test platform also comprises a plurality of information interaction channels which connect the user terminal and the test case authentication center chain;
preferably, the current user submits a test request to the chain of test case certification centers through one of a plurality of information interaction channels including a browser, an H5 platform, an applet, and an APP client.
And after the user terminal submits an automatic test request through the information interaction channel and passes the certification of the test case certification center chain, the user terminal becomes one of the test case certification nodes of the test case certification center chain.
The test case matching subsystem is connected to the test case authentication center chain and acquires at least one test case from the plurality of test case authentication nodes;
the test case integration subsystem integrates the test cases passing the certification of the test case certification center chain and sends the test cases to the test case continuous test subsystem;
the test case continuous test subsystem utilizes the test cases passing the test case certification center chain certification to develop automatic tests;
as another innovative point of the present invention, the test case continuous test subsystem uses the test case that the test case certification center chain passes certification to develop an automated test, which specifically includes:
and sending the test object to other test case authentication nodes except the first preset number of test case authentication nodes in the plurality of test case authentication nodes, and receiving a test receiving confirmation result.
And if no test receiving confirmation result is received, sending the test object to the test case authentication nodes with the first preset number.
The other test case authentication nodes feed back self test results to the test case authentication center chain;
and the test case certification center chain broadcasts the test result to all the test case certification nodes.
As a further preferred, the system further includes a test result incentive layer, where the test result incentive layer adjusts the weight of the test case certification node providing the test result in the test case certification center chain based on the consensus degree scores of all the test case certification nodes for the test result.
Further advantages of the invention will be apparent in the detailed description section in conjunction with the drawings attached hereto.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
FIG. 1 is a block diagram of a continuously integrated automated test platform according to one embodiment of the present invention;
FIG. 2 is a schematic diagram of an information interaction channel between a user side and a chain of test case certification centers in the platform shown in FIG. 1;
FIG. 3 is a flow diagram of one embodiment of a test using the platform of FIG. 1;
FIG. 4 is a flow diagram of yet another embodiment of a test using the platform of FIG. 1.
Detailed Description
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts. The invention is further described with reference to the following drawings and detailed description.
Referring to FIG. 1, a block diagram of a continuously integrated automated test platform is shown, in accordance with one embodiment of the present invention.
The continuous integrated automatic test platform in fig. 1 includes a test object uploading subsystem, a test object dividing subsystem, a test case automatic matching subsystem, a test case integrating subsystem, a test case continuous test subsystem, a test case certification center chain, and a test result excitation layer.
And the test result excitation layer adjusts the weight of the test case authentication node providing the test result in the test case authentication center chain based on the consensus degree scores of all the test case authentication nodes on the test result.
More specifically, the test case certification center chain comprises a plurality of test case certification nodes, and the automated test platform further comprises a plurality of information interaction channels connecting the user terminal and the test case certification center chain;
more specifically, referring to fig. 2, the user terminal submits a test request to the chain of testcase certification centers through one of a plurality of information channels including a browser, an H5 platform, an applet, and an APP client.
And after the user terminal submits an automatic test request through the information interaction channel and passes the certification of the test case certification center chain, the user terminal becomes one of the test case certification nodes of the test case certification center chain.
With reference to fig. 1-2, in this embodiment, the test case matching subsystem is connected to the test case certification center chain, and obtains at least one test case from the multiple test case certification nodes; the test case integration subsystem integrates the test cases passing the certification of the test case certification center chain and sends the test cases to the test case continuous test subsystem; the test case continuous test subsystem utilizes the test cases passing the test case certification center chain certification to develop automatic tests;
the test object segmentation subsystem is used for segmenting the test object uploaded by the test object uploading subsystem, analyzing a plurality of test parameters and test targets, and broadcasting the test parameters and the test targets to a plurality of test case authentication nodes in the test case authentication center chain;
the test case integration subsystem integrates the test cases passing the certification of the test case certification center chain, and specifically comprises the following steps:
broadcasting at least one test case acquired by the test case matching subsystem from the plurality of test case authentication nodes to the plurality of test case authentication nodes of the test case authentication center chain;
and if the test case authentication nodes of the first preset number in the plurality of test case authentication nodes execute consensus synchronous operation on the test case, the test case authentication center chain authenticates the test case and sends the test case to the test case integration subsystem.
The test case continuous test subsystem develops an automatic test by using the test case passing the certification of the test case certification center chain, and the automatic test method specifically comprises the following steps:
and sending the test object to other test case authentication nodes except the first preset number of test case authentication nodes in the plurality of test case authentication nodes, and receiving a test receiving confirmation result.
Sending the test object to other test case authentication nodes except the first predetermined number of test case authentication nodes in the plurality of test case authentication nodes, and receiving a test reception confirmation result, further comprising:
and if no test receiving confirmation result is received, sending the test object to the test case authentication nodes with the first preset number.
Sending the test object to other test case authentication nodes except the first predetermined number of test case authentication nodes in the plurality of test case authentication nodes, and receiving a test reception confirmation result, specifically including:
the other test case authentication nodes feed back self test results to the test case authentication center chain;
and the test case certification center chain broadcasts the test result to all the test case certification nodes.
A specific embodiment of a continuously integrated automated testing method that may be implemented based on the platform described in fig. 1-2 is shown in fig. 3-4.
The test method comprises the following steps:
a current user submits a test request to the test case authentication center chain through one of a plurality of information channels comprising a browser, an H5 platform, an applet and an APP client;
if the current test case authentication center chain does not have other test case authentication nodes, adding the current user into the test case authentication center chain for waiting;
if other test case authentication nodes exist in the current test case authentication center chain, the test case authentication center chain receives the test request and then sends the test request to other test case authentication nodes in the test case authentication center chain;
judging whether the other test case authentication nodes execute consensus synchronous operation on the test case, if so, adding the current user into the test case authentication center chain to be used as one of the test case authentication nodes of the test case authentication center chain;
if not, the test request is rejected.
After the adding the current user to the test case certification center chain as one of the test case certification nodes of the test case certification center chain, the method further includes:
and segmenting and analyzing the test object contained in the test request to obtain a plurality of test parameters and test targets, and broadcasting the test parameters and the test targets to other test case authentication nodes in the test case authentication center chain.
Broadcasting the test parameters and the test targets to other multiple test case certification nodes in the test case certification center chain, further comprising:
the other test case authentication nodes feed back at least one test case provided by the test case authentication nodes to the test case authentication center chain;
judging whether the test case passes the certification of the test case certification center chain or not, if so, executing the test request by other test case certification nodes by using the test case;
further, referring to fig. 4, in this embodiment, the weight of the test case certification node providing the test case is also adjusted.
Therefore, the invention realizes the automatic testing of the distributed multi-endpoint software by a continuous integrated authentication mode and can ensure the reliability of the test case.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (10)

1. The utility model provides a continuous integrated automatic test platform, automatic test platform includes test object upload subsystem, test object segmentation subsystem, test case automatic matching subsystem, test case integration subsystem and test case and lasts test subsystem which characterized in that:
the automatic test platform also comprises a test case authentication center chain, wherein the test case authentication center chain comprises a plurality of test case authentication nodes;
the test case matching subsystem is connected to the test case authentication center chain and acquires at least one test case from the plurality of test case authentication nodes;
the test case integration subsystem integrates the test cases passing the certification of the test case certification center chain and sends the test cases to the test case continuous test subsystem;
the test case continuous test subsystem utilizes the test cases passing the test case certification center chain certification to develop automatic tests;
the test object segmentation subsystem is used for segmenting the test object uploaded by the test object uploading subsystem, analyzing a plurality of test parameters and test targets, and broadcasting the test parameters and the test targets to a plurality of test case authentication nodes in the test case authentication center chain; the test case integration subsystem integrates the test cases passing the certification of the test case certification center chain, and specifically comprises the following steps:
broadcasting at least one test case acquired by the test case matching subsystem from the plurality of test case authentication nodes to the plurality of test case authentication nodes of the test case authentication center chain;
and if the test case authentication nodes of the first preset number in the plurality of test case authentication nodes execute consensus synchronous operation on the test case, the test case authentication center chain authenticates the test case and sends the test case to the test case integration subsystem.
2. A continuously integrated, automated test platform as claimed in claim 1, wherein:
the automated testing platform further comprises a test case certification center chain, wherein the test case certification center chain comprises a plurality of test case certification nodes, and specifically comprises:
the automatic test platform also comprises a plurality of information interaction channels which connect the user terminal and the test case authentication center chain;
and after the user terminal submits an automatic test request through the information interaction channel and passes the certification of the test case certification center chain, the user terminal becomes one of the test case certification nodes of the test case certification center chain.
3. A continuously integrated, automated test platform as claimed in claim 1, wherein:
the test case continuous test subsystem develops an automatic test by using the test case passing the certification of the test case certification center chain, and the automatic test method specifically comprises the following steps:
and sending the test object to other test case authentication nodes except the first preset number of test case authentication nodes in the plurality of test case authentication nodes, and receiving a test receiving confirmation result.
4. A continuously integrated, automated test platform as claimed in claim 3, wherein:
sending the test object to other test case authentication nodes except the first predetermined number of test case authentication nodes in the plurality of test case authentication nodes, and receiving a test reception confirmation result, further comprising:
and if no test receiving confirmation result is received, sending the test object to the test case authentication nodes with the first preset number.
5. A continuously integrated, automated test platform according to any of claims 1-4, wherein:
the automatic test platform also comprises a broadcast module, wherein the broadcast module is connected with the test case authentication center chain and the test case integration subsystem and is used for executing the broadcast operation and receiving the consensus synchronous data.
6. A continuously integrated, automated test platform as claimed in claim 3, wherein:
sending the test object to other test case authentication nodes except the first predetermined number of test case authentication nodes in the plurality of test case authentication nodes, and receiving a test reception confirmation result, specifically including:
the other test case authentication nodes feed back self test results to the test case authentication center chain;
and the test case certification center chain broadcasts the test result to all the test case certification nodes.
7. A continuously integrated, automated test platform as claimed in claim 1, wherein:
the system also comprises a test result excitation layer, and the test result excitation layer adjusts the weight of the test case authentication node providing the test result in the test case authentication center chain based on the consensus degree scores of all the test case authentication nodes for the test result.
8. An automated testing method for continuous integration, which is implemented based on the automated testing platform of any one of claims 1 to 7, wherein the testing method comprises the following steps:
a current user submits a test request to the test case authentication center chain through one of a plurality of information channels comprising a browser, an H5 platform, an applet and an APP client;
if the current test case authentication center chain does not have other test case authentication nodes, adding the current user into the test case authentication center chain for waiting;
if other test case authentication nodes exist in the current test case authentication center chain, the test case authentication center chain receives the test request and then sends the test request to other test case authentication nodes in the test case authentication center chain;
judging whether the other test case authentication nodes execute consensus synchronous operation on the test case, if so, adding the current user into the test case authentication center chain to be used as one of the test case authentication nodes of the test case authentication center chain;
if not, the test request is rejected.
9. A method for continuous integrated automated testing as claimed in claim 8, wherein:
after the adding the current user to the test case certification center chain as one of the test case certification nodes of the test case certification center chain, the method further includes:
and segmenting and analyzing the test object contained in the test request to obtain a plurality of test parameters and test targets, and broadcasting the test parameters and the test targets to other test case authentication nodes in the test case authentication center chain.
10. A method for continuous integrated automated testing as claimed in claim 9, wherein:
broadcasting the test parameters and the test targets to other multiple test case certification nodes in the test case certification center chain, further comprising:
the other test case authentication nodes feed back at least one test case provided by the test case authentication nodes to the test case authentication center chain;
and judging whether the test case passes the certification of the test case certification center chain, if so, executing the test request by using the test case by using other multiple test case certification nodes.
CN202010438480.5A 2020-05-22 2020-05-22 Implementation and application of continuous integrated automatic test platform Active CN111611165B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010438480.5A CN111611165B (en) 2020-05-22 2020-05-22 Implementation and application of continuous integrated automatic test platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010438480.5A CN111611165B (en) 2020-05-22 2020-05-22 Implementation and application of continuous integrated automatic test platform

Publications (2)

Publication Number Publication Date
CN111611165A true CN111611165A (en) 2020-09-01
CN111611165B CN111611165B (en) 2023-04-07

Family

ID=72199020

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010438480.5A Active CN111611165B (en) 2020-05-22 2020-05-22 Implementation and application of continuous integrated automatic test platform

Country Status (1)

Country Link
CN (1) CN111611165B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112631918A (en) * 2020-12-25 2021-04-09 坤泰车辆系统(常州)有限公司 Software automation test verification method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007193504A (en) * 2006-01-18 2007-08-02 Hitachi Information Systems Ltd Test case preparation method, test case preparation system and test case preparation program
CN106104636A (en) * 2014-01-24 2016-11-09 罗伯特·博世有限公司 Use the automobile detection system of network computing infrastructure
CN110517020A (en) * 2019-08-27 2019-11-29 腾讯科技(深圳)有限公司 The node of project development method and block chain network based on block chain network
CN110912855A (en) * 2018-09-17 2020-03-24 中国信息通信研究院 Block chain architecture security assessment method and system based on permeability test case set
CN110928774A (en) * 2019-11-07 2020-03-27 杭州顺网科技股份有限公司 Automatic test system based on node formula

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007193504A (en) * 2006-01-18 2007-08-02 Hitachi Information Systems Ltd Test case preparation method, test case preparation system and test case preparation program
CN106104636A (en) * 2014-01-24 2016-11-09 罗伯特·博世有限公司 Use the automobile detection system of network computing infrastructure
CN110912855A (en) * 2018-09-17 2020-03-24 中国信息通信研究院 Block chain architecture security assessment method and system based on permeability test case set
CN110517020A (en) * 2019-08-27 2019-11-29 腾讯科技(深圳)有限公司 The node of project development method and block chain network based on block chain network
CN110928774A (en) * 2019-11-07 2020-03-27 杭州顺网科技股份有限公司 Automatic test system based on node formula

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
DZONE DEVOPS: "Automated Integration Testing", 《DZONE》 *
赵芳: "PaaS平台持续集成自动化测试框架的设计与实现", 《中国优秀硕士学位论文全文数据库》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112631918A (en) * 2020-12-25 2021-04-09 坤泰车辆系统(常州)有限公司 Software automation test verification method
CN112631918B (en) * 2020-12-25 2024-04-23 坤泰车辆系统(常州)有限公司 Method for automatic test and verification of software

Also Published As

Publication number Publication date
CN111611165B (en) 2023-04-07

Similar Documents

Publication Publication Date Title
CN107992409B (en) Test case generation method and device, computer equipment and storage medium
CN106970880B (en) Distributed automatic software testing method and system
US9477581B2 (en) Integrated system and method for validating the functionality and performance of software applications
CN104641673B (en) For automatically configuring the method and test system of tester
CN107590075B (en) Software testing method and device
CN104717337A (en) Method for testing mobile application in batch and equipment used in method
CN103973858B (en) The Auto-Test System of mobile terminal
CN111522738A (en) Test method and device of micro-service system, storage medium and electronic equipment
CN106886493B (en) Method and device for establishing automatic test system
CN109324975B (en) Continuous integration method based on mobile cloud measurement platform
CN111611165B (en) Implementation and application of continuous integrated automatic test platform
CN107203464B (en) Method and device for positioning service problem
CN106557419B (en) Program testing method and device
CN112105025B (en) eSIM-based operator network test system and method
CN110647453A (en) Application performance comparison test method, system, equipment and computer readable storage medium
CN111930625A (en) Log obtaining method, device and system based on cloud service platform
KR101794016B1 (en) Method of analyzing application objects based on distributed computing, method of providing item executable by computer, server performing the same and storage media storing the same
CN116545891A (en) Automatic distribution network testing method based on intelligent equipment
CN114489999A (en) Method and device for processing pipeline task, processor and electronic equipment
CN112650815A (en) Method and device for synchronizing environmental data, storage medium and electronic device
CN111488264A (en) Deployment scheduling method for interface performance test cluster
FI128641B (en) Network test tool
CN115878477A (en) Error reporting information processing method, device, equipment and medium
CN114880230A (en) Software system testing method and device
CN117076285A (en) Test method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant