CN105955749A - Continuous software project integration method and device - Google Patents

Continuous software project integration method and device Download PDF

Info

Publication number
CN105955749A
CN105955749A CN201610304929.2A CN201610304929A CN105955749A CN 105955749 A CN105955749 A CN 105955749A CN 201610304929 A CN201610304929 A CN 201610304929A CN 105955749 A CN105955749 A CN 105955749A
Authority
CN
China
Prior art keywords
software project
test
code
module
module testing
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
CN201610304929.2A
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.)
Beijing Venus Information Security Technology Co Ltd
Venustech Group Inc
Original Assignee
Beijing Venus Information Security Technology Co Ltd
Venustech Group Inc
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 Beijing Venus Information Security Technology Co Ltd, Venustech Group Inc filed Critical Beijing Venus Information Security Technology Co Ltd
Priority to CN201610304929.2A priority Critical patent/CN105955749A/en
Publication of CN105955749A publication Critical patent/CN105955749A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/447Target code generation
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management

Abstract

The invention discloses a continuous software project integration method and device. The method comprises the following steps: detecting the state of a software project code in a version management system at set intervals; if the software project code is updated, compiling the updated software project code so as to generate a software project file; sending the software project file to a set server and starting the software project file; and carrying out automatic test on the software project file so as to generate a test log. By applying the continuous software project integration method and device provided by the invention, the integration efficiency of continuous software project integration can be well enhanced.

Description

The continuous integrating method and apparatus of software project
Technical field
The present invention relates to field of computer technology, particularly relate to a kind of software project continuous integrating method and Device.
Background technology
Continuous integrating is that the team exploitation member of a kind of practice of software, i.e. software project needs often to collect Becoming their work, usual each member is the most integrated once for every day, and this means that every day may be sent out Raw the most integrated.The collection Chengdu structure (including compiling, issue, automatic test) by automatization every time Verify, thus find integrated mistake as soon as possible.The purpose of continuous integrating is to allow team on lasting basis On receive feedback and improve, the later stage without software development cycle by the time is just found and repairs defect, Thus reduce project risk and the cost of the problem of solution.
Currently exist the technology of some continuous integrating, but, it is manual that current technology generally requires people Start integrated, inefficient, or detect that developer submits to code just to trigger compilation operations every time, And due to when developer submits code to may and non-once submitted to, this situation causes often occurring Compile failed situation, and when developer carries out code submission again when, the task of structure will Inside waiting list, wait that the execution of current task terminates, thus affect the integrated efficiency of software project. Visible, the technology of current continuous integrating, integrated inefficient.
Summary of the invention
In view of this, the invention provides the continuous integrating method and apparatus of a kind of software project, it is possible to very The good integrated efficiency promoting software project continuous integrating.
For achieving the above object, the present invention provides following technical scheme:
A kind of continuous integrating method of software project, including:
The state of the software project code in Preset Time detection edition management system;
If described software project code updates, the described software project code after updating is compiled, Generate software project file;
Described software project file is sent to setting server, starts described software project file;
Described software project file is carried out automatic test, generates test log.
Preferably, the state of described software project code in Preset Time detection edition management system, Including:
Perform the detection operation of described software project code every described Preset Time with Ant script, generate Detection daily record;
Monitor described detection daily record, to determine the state of described software project code.
Preferably, described automatic test that described software project file is carried out, generate test log and include:
Obtaining test data file, generation module test object, described module testing object includes at least one Individual unit operation data object;
Determine test mode and the execution sequence of described module testing object;
According to described test mode and described execution sequence, call described module testing object to described software Item file performs automatic test, generates test log.
Preferably, the described test mode determining described module testing object and execution sequence include:
Determine the dependence of each described module testing object, each group of module of dependence will be there is Test object is respectively combined into module testing object chain;
The described module testing object set in module testing object chain described in each group is held in a serial fashion OK, set and there is not the described module testing object of dependence and perform in a parallel fashion.
Preferably, also include:
According to described test log statistical test result, generate the statistical report form of described test result.
A kind of continuous integrating device of software project, described device includes:
Detection module, for the shape of the software project code in Preset Time detection edition management system State;
Collector, if updating for described software project code, to the described software item after updating Mesh code is compiled, and generates software project file;
Deployment module, for sending described software project file to setting server, starts described software Item file;
Test module, for described software project file carries out automatic test, generates test log.
Preferably, described detection module includes:
Code detection unit, for performing described software project generation every described Preset Time with Ant script The detection operation of code, generates detection daily record;
Monitoring unit, is used for monitoring described detection daily record, to determine the state of described software project code.
Preferably, described test module includes:
Acquiring unit, is used for obtaining test data file, generation module test object, described module testing Object includes that at least one unit operates data object;
Determine unit, for determining test mode and the execution sequence of described module testing object;
Test cell, for according to described test mode and described execution sequence, calls described module testing Object performs automatic test to described software project file, generates test log.
Preferably, described determine that unit includes:
Determine subelement, for determining the dependence of each described module testing object, existence is relied on Each group of module testing object of relation is respectively combined into module testing object chain;
Set subelement, for setting the described module testing pair in module testing object chain described in each group As performing in a serial fashion, there is not the described module testing object of dependence and hold in a parallel fashion in setting OK.
Preferably, also include:
Generation module, for according to described test log statistical test result, generates described test result Statistical report form.
Understand via above-mentioned technical scheme, compared with prior art, the invention provides a kind of software item Purpose continuous integrating method and apparatus.The technical scheme that the present invention provides, detects version every Preset Time Manage the state of intrasystem software project code, if described software project code updates, to renewal After described software project code be compiled, generate software project file, then by described software project File sends to setting server, starts described software project file, finally to described software project file Carry out automatic test, generate test log.The technical scheme that the present invention provides, it is achieved that software project The automatization of continuous integrating, it is not necessary to people manually boots integrated, it is possible to integrated efficiency of effectively deducting a percentage, meanwhile, Due to the state of the software project code in Preset Time detection edition management system, Preset Time is One time period, therefore, it is possible to give the timeslice that developer submits code operation to, at this As long as developer relevant in the time has submitted code to, i.e. submit to is the most complete code, As long as success is integrated rather than detects that developer submits to code just in another prior art Trigger compilation operations immediately such that it is able to effectively reduce the probability that compiling is failed, reduce repeat integrated secondary Number such that it is able to promote integrated efficiency, submit to the most smoothly it addition, Preset Time gives developer The chance of code, it is possible to avoid in another prior art when developer carries out code submission again Time, the problem that the compiler task triggered after also needing to wait for last submission code performs to terminate, it is also possible to Effectively promote integrated efficiency.Therefore, the technical scheme that the present invention provides, it is possible to well promote software The integrated efficiency of project continuous integrating.
Accompanying drawing explanation
In order to be illustrated more clearly that the embodiment of the present invention or technical scheme of the prior art, below will be to reality Execute the required accompanying drawing used in example or description of the prior art to be briefly described, it should be apparent that below, Accompanying drawing in description is only embodiments of the invention, for those of ordinary skill in the art, not On the premise of paying creative work, it is also possible to obtain other accompanying drawing according to the accompanying drawing provided.
The flow chart of the continuous integrating method of a kind of software project that Fig. 1 provides for the embodiment of the present invention;
The structure chart of the continuous integrating device of a kind of software project that Fig. 2 provides for the embodiment of the present invention.
Detailed description of the invention
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is carried out Clearly and completely describe, it is clear that described embodiment is only a part of embodiment of the present invention, and It is not all, of embodiment.Based on the embodiment in the present invention, those of ordinary skill in the art are not doing Go out the every other embodiment obtained under creative work premise, broadly fall into the scope of protection of the invention.
Understandable, below in conjunction with the accompanying drawings for enabling the above-mentioned purpose of the present invention, feature and advantage to become apparent from The present invention is further detailed explanation with detailed description of the invention.
Embodiment
Refer to the continuous integrating method of a kind of software project that Fig. 1, Fig. 1 provide for the embodiment of the present invention Flow chart.As it is shown in figure 1, the method includes:
Step S101, the state of the software project code in Preset Time detection edition management system;
Concrete, the continuous integrating method of the software project that the embodiment of the present invention provides, hold based on jenkins Continuous integration tool realizes.
Optionally, by using cron expression formula to pre-set institute in Build periodically hurdle State Preset Time.
Optionally, described step S101 includes:
Perform the detection operation of described software project code every described Preset Time with Ant script, generate Detection daily record;
Monitor described detection daily record, to determine the state of described software project code.
Step S102, if described software project code updates, to the described software project generation after updating Code is compiled, and generates software project file;
Optionally, when using ant that described software project code is compiled, make in ant builds file The module specified by target correspondence, the convenient positioning problems when compiling makes mistakes.
Step S103, sends described software project file to setting server, starts described software project File;
Step S104, carries out automatic test to described software project file, generates test log.
Concrete, before performing the technical scheme that the embodiment of the present invention provides, need to carry out relevant setting in advance Put operation, optionally, including: use jenkins to set up the step in the most corresponding integrating process of 4 tasks Rapid S101~these 4 integrated subtasks of step S104;The cycle that arranges step S101 performs attribute, logical Cross and use the configuration of cron expression formula automatically to perform the cycle in Build periodically hurdle;To step S102~ Step S104 these three step arranges association and triggers and perform, by enable build in trigger " at other Project build just performs structure after completing " option so that these three step all successfully can be held at prerequisite steps Automatically perform after row, thus automatic triggering the successively realizing step S101~step S104 performs operation.
The embodiment of the present invention provide technical scheme, every Preset Time detection edition management system in soft The state of part item code, if described software project code updates, to the described software item after updating Mesh code is compiled, and generates software project file, then sends described software project file to setting Server, starts described software project file, finally described software project file is carried out automatic test, Generate test log.The technical scheme that the embodiment of the present invention provides, it is achieved that software project continuous integrating Automatization, it is not necessary to people manually boots integrated, it is possible to integrated efficiency of effectively deducting a percentage, simultaneously as every in advance If the state of the software project code in time detecting edition management system, Preset Time is a time period, Therefore, it is possible to give the timeslice that developer submits code operation to, as long as phase within this time The developer closed has submitted code to, and i.e. submit to is the most complete code, can be successful integrated, and As long as not being that another prior art detecting, developer submits to code soon to trigger compiling Operation such that it is able to effectively reduce the probability that compiling is failed, reduce and repeat integrated number of times such that it is able to Promote integrated efficiency, it addition, Preset Time gives the chance that developer submits code the most smoothly to, It can be avoided that in another prior art when developer carries out code submission again when, also need The problem that the compiler task triggered after last submission code performs to terminate, it is also possible to effectively promote collection Become efficiency.Therefore, the technical scheme that the embodiment of the present invention provides, it is possible to well promote software project and hold The integrated efficiency that sequel becomes.
It addition, the technical scheme that the embodiment of the present invention provides, owing to automaticity is high, and can have Effect reduces the probability that compiling is failed, reduces and repeats integrated number of times, and therefore integrated cost is relative to existing skill Art can substantially reduce, and reliability is higher simultaneously.
Optionally, the continuous integrating method of the software project that another embodiment of the present invention provides, described Step S104 includes:
Obtaining test data file, generation module test object, described module testing object includes at least one Individual unit operation data object;
Concrete, described unit operation data object includes with properties: test operation instruction, mesh to be measured Mark keyword and Test driver data.Optionally, as a example by web project, target keywords to be measured refers to The location mode of html element in software to be tested;Test operation instruction refers to, the execution to html element Operation, as click on, input etc.;Test driver data refer to, to be measured for verifying in software to be tested The test data of examination object correctness.
Determine test mode and the execution sequence of described module testing object;
Concrete, determine the dependence of each described module testing object, the every of dependence will be there is One group of module testing object is respectively combined into module testing object chain;
The described module testing object set in module testing object chain described in each group is held in a serial fashion OK, set and there is not the described module testing object of dependence and perform in a parallel fashion.
It is to say, the module testing object that serial is performed, if do not had at first module testing object Successful execution is complete, then stop the execution of follow-up relating module test object;Mould for executed in parallel Whether block test object, the most currently run succeeded, all without the execution affecting other module testing objects.
According to described test mode and described execution sequence, call described module testing object to described software Item file performs automatic test, generates test log;
Concrete, according to described test mode and described execution sequence, call described module testing object, And use the attribute in described unit operation data object to perform automatic test, generate test log.
The method realizing software automated testing that the embodiment of the present invention provides, from loading test data to life Become test script, and compilation script and perform automatic test all without user participate in.It addition, this The association test of the technical scheme support test data that bright embodiment provides, i.e. can be some test operations Associate with other test operations, judge whether to need to perform according to the prerequisite of dependence test case (such as one the automatic testing procedure sending out mail: need first to carry out mailbox register, then be transmitted Mail action.Mail test no longer it is transmitted when mailbox logs in test crash.), it is possible to increase from The execution efficiency of dynamicization test.And the technical scheme that the embodiment of the present invention provides, it is possible to realize automatization What a the modularity of test, it is achieved that reusing of test data, write such as before and logged in mould The test data of block, what follow-up needs did calls in the place needed exactly, need not repeat to write login module Test data, be also convenient for the maintenance of module testing object simultaneously, if login module there occurs change, Change the test data of login module, then it goes without doing times for the test data of all dependence login module What amendment, therefore, it is possible to reduce manpower and the input of time, saves the cost of automatic test.
Optionally, the continuous integrating method of the software project that another embodiment of the present invention provides, described Step S104 uses selenium testing tool to perform automatic test.
It is to say, the technical scheme that the embodiment of the present invention provides, it is fully able to UI in web project The automatic test of (User Interface, user interface) layer.I.e. by jenkins Yu selenium pair It is connected in integrating process and is capable of, to the automatic test of ui layer in web project, having filled up continuous integrating Blank in terms of the layer test of web project ui in platform, significantly reduces UI layer test in web project Workload.
Optionally, the continuous integrating method of the software project that another embodiment of the present invention provides, also wrap Include:
According to described test log statistical test result, generate the statistical report form of described test result.
Optionally, the continuous integrating method of the software project that another embodiment of the present invention provides, also wrap Include:
Monitor described step S102~the implementation status of any one step of described step S104 in real time, if existing Certain step performs failure, stops current operation, sends to the E-mail address bound in advance and includes certain step described The rapid Email performing failure information.
Concrete, if there is certain step to perform failure, stopping current operation, waiting the most integrated.
In order to illustrate the technical scheme that the present invention provides more fully hereinafter, provide corresponding to the embodiment of the present invention The continuous integrating method of software project, the present invention discloses the continuous integrating device of a kind of software project.
Refer to the continuous integrating device of a kind of software project that Fig. 2, Fig. 2 provide for the embodiment of the present invention Structure chart.As in figure 2 it is shown, this device includes:
Detection module 201, for the software project code in Preset Time detection edition management system State;
Optionally, described detection module 201 includes:
Code detection unit, for performing described software project generation every described Preset Time with Ant script The detection operation of code, generates detection daily record;
Monitoring unit, is used for monitoring described detection daily record, to determine the state of described software project code.
Collector 202, if updating for described software project code, to the described software after updating Item code is compiled, and generates software project file;
Deployment module 203, for sending described software project file to setting server, starts described soft Part item file;
Test module 204, for described software project file carries out automatic test, generates test log.
The continuous integrating device of the software project that the application embodiment of the present invention provides, it is achieved that software project is held The automatization that sequel becomes, it is not necessary to people manually boots integrated, it is possible to integrated efficiency of effectively deducting a percentage, meanwhile, by In the state of the software project code in Preset Time detection edition management system, Preset Time is one The individual time period, therefore, it is possible to give the timeslice that developer submits code operation to, when this As long as developer relevant in has submitted code to, and i.e. submit to is the most complete code, Ji Kecheng As long as merit is integrated rather than detects in another prior art that developer submits to code just to stand I.e. trigger compilation operations such that it is able to effectively reduce the probability that compiling is failed, reduce and repeat integrated number of times, It is thus possible to promote integrated efficiency, it addition, Preset Time gives developer submits code the most smoothly to Chance, it is possible to avoid in another prior art when developer again carry out code submit to when, The problem that the compiler task triggered after also needing to wait for last submission code performs to terminate, it is also possible to effectively Promote integrated efficiency.Therefore, the technical scheme that the present invention provides, it is possible to well promote software project and hold The integrated efficiency that sequel becomes.
Optionally, the continuous integrating device of the software project that another embodiment of the present invention provides, described Test module 204 includes:
Acquiring unit, is used for obtaining test data file, generation module test object, described module testing Object includes that at least one unit operates data object;
Determine unit, for determining test mode and the execution sequence of described module testing object;
Test cell, for according to described test mode and described execution sequence, calls described module testing Object performs automatic test to described software project file, generates test log.
Optionally, described determine that unit includes:
Determine subelement, for determining the dependence of each described module testing object, existence is relied on Each group of module testing object of relation is respectively combined into module testing object chain;
Set subelement, for setting the described module testing pair in module testing object chain described in each group As performing in a serial fashion, there is not the described module testing object of dependence and hold in a parallel fashion in setting OK.
Optionally, the continuous integrating device of the software project that another embodiment of the present invention provides, also wraps Include:
Generation module, for according to described test log statistical test result, generates described test result Statistical report form.
Understand via above-mentioned technical scheme, compared with prior art, the invention provides a kind of software item Purpose continuous integrating method and apparatus.The technical scheme that the present invention provides, detects version every Preset Time Manage the state of intrasystem software project code, if described software project code updates, to renewal After described software project code be compiled, generate software project file, then by described software project File sends to setting server, starts described software project file, finally to described software project file Carry out automatic test, generate test log.The technical scheme that the present invention provides, it is achieved that software project The automatization of continuous integrating, it is not necessary to people manually boots integrated, it is possible to integrated efficiency of effectively deducting a percentage, meanwhile, Due to the state of the software project code in Preset Time detection edition management system, Preset Time is One time period, therefore, it is possible to give the timeslice that developer submits code operation to, at this As long as developer relevant in the time has submitted code to, i.e. submit to is the most complete code, As long as success is integrated rather than detects that developer submits to code just in another prior art Trigger compilation operations immediately such that it is able to effectively reduce the probability that compiling is failed, reduce repeat integrated secondary Number such that it is able to promote integrated efficiency, submit to the most smoothly it addition, Preset Time gives developer The chance of code, it is possible to avoid in another prior art when developer carries out code submission again Time, the problem that the compiler task triggered after also needing to wait for last submission code performs to terminate, it is also possible to Effectively promote integrated efficiency.Therefore, the technical scheme that the present invention provides, it is possible to well promote software The integrated efficiency of project continuous integrating.
It addition, the technical scheme that the present invention provides, owing to automaticity is high, and can effectively reduce Compiling failed probability, reduce and repeat integrated number of times, therefore integrated cost can relative to prior art Substantially reducing, reliability is higher simultaneously.
Finally, in addition it is also necessary to explanation, in this article, the relational terms of such as first and second or the like It is used merely to separate an entity or operation with another entity or operating space, and not necessarily requires Or imply relation or the order that there is any this reality between these entities or operation.And, art Language " includes ", " comprising " or its any other variant are intended to comprising of nonexcludability, thus Make to include that the process of a series of key element, method, article or equipment not only include those key elements, and Also include other key elements being not expressly set out, or also include for this process, method, article or The key element that person's equipment is intrinsic.In the case of there is no more restriction, by statement " including ... " The key element limited, it is not excluded that also deposit in including the process of described key element, method, article or equipment In other identical element.
In this specification, each embodiment uses the mode gone forward one by one to describe, and each embodiment stresses Being the difference with other embodiments, between each embodiment, identical similar portion sees mutually. For device disclosed in embodiment, owing to it corresponds to the method disclosed in Example, so describing Fairly simple, relevant part sees method part and illustrates.
Described above to the disclosed embodiments, makes professional and technical personnel in the field be capable of or uses The present invention.Multiple amendment to these embodiments will be aobvious and easy for those skilled in the art See, generic principles defined herein can without departing from the spirit or scope of the present invention, Realize in other embodiments.Therefore, the present invention is not intended to be limited to the embodiments shown herein, And it is to fit to the widest scope consistent with principles disclosed herein and features of novelty.

Claims (10)

1. the continuous integrating method of a software project, it is characterised in that including:
The state of the software project code in Preset Time detection edition management system;
If described software project code updates, the described software project code after updating is compiled, Generate software project file;
Described software project file is sent to setting server, starts described software project file;
Described software project file is carried out automatic test, generates test log.
Method the most according to claim 1, it is characterised in that described every Preset Time detection version The state of this management intrasystem software project code, including:
Perform the detection operation of described software project code every described Preset Time with Ant script, generate Detection daily record;
Monitor described detection daily record, to determine the state of described software project code.
Method the most according to claim 1, it is characterised in that described to described software project file Carry out automatic test, generate test log and include:
Obtaining test data file, generation module test object, described module testing object includes at least one Individual unit operation data object;
Determine test mode and the execution sequence of described module testing object;
According to described test mode and described execution sequence, call described module testing object to described software Item file performs automatic test, generates test log.
Method the most according to claim 3, it is characterised in that described determine described module testing pair Test mode and the execution sequence of elephant include:
Determine the dependence of each described module testing object, each group of module of dependence will be there is Test object is respectively combined into module testing object chain;
The described module testing object set in module testing object chain described in each group is held in a serial fashion OK, set and there is not the described module testing object of dependence and perform in a parallel fashion.
5. according to the method described in any one of Claims 1 to 4, it is characterised in that also include:
According to described test log statistical test result, generate the statistical report form of described test result.
6. the continuous integrating device of a software project, it is characterised in that described device includes:
Detection module, for the shape of the software project code in Preset Time detection edition management system State;
Collector, if updating for described software project code, to the described software item after updating Mesh code is compiled, and generates software project file;
Deployment module, for sending described software project file to setting server, starts described software Item file;
Test module, for described software project file carries out automatic test, generates test log.
Device the most according to claim 6, it is characterised in that described detection module includes:
Code detection unit, for performing described software project generation every described Preset Time with Ant script The detection operation of code, generates detection daily record;
Monitoring unit, is used for monitoring described detection daily record, to determine the state of described software project code.
Device the most according to claim 6, it is characterised in that described test module includes:
Acquiring unit, is used for obtaining test data file, generation module test object, described module testing Object includes that at least one unit operates data object;
Determine unit, for determining test mode and the execution sequence of described module testing object;
Test cell, for according to described test mode and described execution sequence, calls described module testing Object performs automatic test to described software project file, generates test log.
Device the most according to claim 6, it is characterised in that described determine that unit includes:
Determine subelement, for determining the dependence of each described module testing object, existence is relied on Each group of module testing object of relation is respectively combined into module testing object chain;
Set subelement, for setting the described module testing pair in module testing object chain described in each group As performing in a serial fashion, there is not the described module testing object of dependence and hold in a parallel fashion in setting OK.
10. according to the device described in any one of claim 6~9, it is characterised in that also include:
Generation module, for according to described test log statistical test result, generates described test result Statistical report form.
CN201610304929.2A 2016-05-10 2016-05-10 Continuous software project integration method and device Pending CN105955749A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610304929.2A CN105955749A (en) 2016-05-10 2016-05-10 Continuous software project integration method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610304929.2A CN105955749A (en) 2016-05-10 2016-05-10 Continuous software project integration method and device

Publications (1)

Publication Number Publication Date
CN105955749A true CN105955749A (en) 2016-09-21

Family

ID=56914159

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610304929.2A Pending CN105955749A (en) 2016-05-10 2016-05-10 Continuous software project integration method and device

Country Status (1)

Country Link
CN (1) CN105955749A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775912A (en) * 2016-12-15 2017-05-31 广州视源电子科技股份有限公司 Software distribution method and system
CN106776290A (en) * 2016-11-28 2017-05-31 北京铭铭鑫软件有限公司 A kind of intelligent continuous integrating method of testing of incremental learning
CN106909386A (en) * 2017-02-27 2017-06-30 郑州云海信息技术有限公司 A kind of cloud platform code continuous integrating method and system
CN107229482A (en) * 2017-08-04 2017-10-03 郑州云海信息技术有限公司 A kind of method and system for software system development
CN107885649A (en) * 2016-09-29 2018-04-06 平安科技(深圳)有限公司 The performance test methods and device of IOS application programs
CN109408400A (en) * 2018-12-25 2019-03-01 欧普照明股份有限公司 A kind of software code automatic test approach and test macro
CN109408391A (en) * 2018-11-06 2019-03-01 北京京航计算通讯研究所 Software System Integrated Testing system based on continuous integrating technology
CN109976994A (en) * 2017-12-27 2019-07-05 航天信息股份有限公司 White-box testing method, apparatus, the computer equipment of Java project
CN109977016A (en) * 2019-03-28 2019-07-05 恒生电子股份有限公司 A kind of test triggering method, device and equipment and a kind of test macro
CN111382988A (en) * 2018-12-28 2020-07-07 浙江大学 Event processing method and device for open source project
CN113220550A (en) * 2021-05-08 2021-08-06 浪潮电子信息产业股份有限公司 Performance test method and device for flow format software
CN115756553A (en) * 2023-01-09 2023-03-07 傲网信息科技(厦门)有限公司 Software server updating method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103412820A (en) * 2013-08-30 2013-11-27 曙光信息产业(北京)有限公司 Test method and tester for pages in Web system
CN104794048A (en) * 2014-01-17 2015-07-22 阿里巴巴集团控股有限公司 Automatic UI testing method and system
CN105045710A (en) * 2015-06-30 2015-11-11 吉林大学 Method for automatically generating test data in cloud computing environment
CN105320599A (en) * 2015-11-26 2016-02-10 上海斐讯数据通信技术有限公司 System and method for web automatic tests

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103412820A (en) * 2013-08-30 2013-11-27 曙光信息产业(北京)有限公司 Test method and tester for pages in Web system
CN104794048A (en) * 2014-01-17 2015-07-22 阿里巴巴集团控股有限公司 Automatic UI testing method and system
CN105045710A (en) * 2015-06-30 2015-11-11 吉林大学 Method for automatically generating test data in cloud computing environment
CN105320599A (en) * 2015-11-26 2016-02-10 上海斐讯数据通信技术有限公司 System and method for web automatic tests

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
JOHN FERGUSON SMART: "《Jenkins The definitive Guide》", 31 December 2011, CREATIVE COMMONS EDITION *
北京比特塞威斯图书服务事业部组: "《JAVA SE应用程序设计》", 30 September 2007, 机械工业出版社 *

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107885649A (en) * 2016-09-29 2018-04-06 平安科技(深圳)有限公司 The performance test methods and device of IOS application programs
CN106776290B (en) * 2016-11-28 2020-05-22 北京一铭铭鑫软件有限公司 Intelligent continuous integration test method for incremental learning
CN106776290A (en) * 2016-11-28 2017-05-31 北京铭铭鑫软件有限公司 A kind of intelligent continuous integrating method of testing of incremental learning
CN106775912A (en) * 2016-12-15 2017-05-31 广州视源电子科技股份有限公司 Software distribution method and system
CN106909386A (en) * 2017-02-27 2017-06-30 郑州云海信息技术有限公司 A kind of cloud platform code continuous integrating method and system
CN107229482A (en) * 2017-08-04 2017-10-03 郑州云海信息技术有限公司 A kind of method and system for software system development
CN109976994A (en) * 2017-12-27 2019-07-05 航天信息股份有限公司 White-box testing method, apparatus, the computer equipment of Java project
CN109408391A (en) * 2018-11-06 2019-03-01 北京京航计算通讯研究所 Software System Integrated Testing system based on continuous integrating technology
CN109408400A (en) * 2018-12-25 2019-03-01 欧普照明股份有限公司 A kind of software code automatic test approach and test macro
CN111382988A (en) * 2018-12-28 2020-07-07 浙江大学 Event processing method and device for open source project
CN109977016A (en) * 2019-03-28 2019-07-05 恒生电子股份有限公司 A kind of test triggering method, device and equipment and a kind of test macro
CN109977016B (en) * 2019-03-28 2022-09-20 恒生电子股份有限公司 Test triggering method, device and equipment and test system
CN113220550A (en) * 2021-05-08 2021-08-06 浪潮电子信息产业股份有限公司 Performance test method and device for flow format software
CN113220550B (en) * 2021-05-08 2023-01-17 浪潮电子信息产业股份有限公司 Performance test method and device for flow layout software
CN115756553A (en) * 2023-01-09 2023-03-07 傲网信息科技(厦门)有限公司 Software server updating method

Similar Documents

Publication Publication Date Title
CN105955749A (en) Continuous software project integration method and device
US9824002B2 (en) Tracking of code base and defect diagnostic coupling with automated triage
CN105302716B (en) Test method, device under the development mode of interflow
EP3769223B1 (en) Unified test automation system
US9311064B1 (en) Systems and methods for automated centralized build/merge management
US8984489B2 (en) Quality on submit process
CN109542769A (en) A kind of automated testing method of continuous integrating
US8745589B2 (en) Automatic extraction of test case for a build in testing lifecycle
CN108073400A (en) Software automation construction method, server and storage medium
Fisher et al. Utilizing Atlassian JIRA for large-scale software development management
CN105138386A (en) Logic design verification continuous integration platform based on Jenkins and vManager
CN105701010A (en) Method and device for accelerating software testing
CN104407971A (en) Method for automatically testing embedded software
US8713554B1 (en) Automated hotfix handling model
JP2010231782A (en) Method and system for function automation
CN111897566A (en) Software development continuous integration method, device, equipment and medium
CN112131116A (en) Automatic regression testing method for embedded software
CN109426602A (en) Detection method and equipment used in a kind of application development process
CN111611157B (en) GMS continuous integration construction automatic test method and system
CN107480061B (en) Automatic regression testing method for constructing change module based on Jenkins CI
CN106201888A (en) Intelligent video overlap-add procedure device automatic test approach and device
CN112052181B (en) Embedded software automation test system based on software engineering
CN103995776A (en) Automatic version verification method based on B/S structure system
TWI695284B (en) Agile software development system and method thereof
TWI735511B (en) Code submission method and equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160921