CN104598384A - Code detection method and device - Google Patents

Code detection method and device Download PDF

Info

Publication number
CN104598384A
CN104598384A CN201510064813.1A CN201510064813A CN104598384A CN 104598384 A CN104598384 A CN 104598384A CN 201510064813 A CN201510064813 A CN 201510064813A CN 104598384 A CN104598384 A CN 104598384A
Authority
CN
China
Prior art keywords
measured
code
environment
file
under
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
CN201510064813.1A
Other languages
Chinese (zh)
Other versions
CN104598384B (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.)
China Minsheng Banking Corp Ltd
Original Assignee
China Minsheng Banking Corp 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 China Minsheng Banking Corp Ltd filed Critical China Minsheng Banking Corp Ltd
Priority to CN201510064813.1A priority Critical patent/CN104598384B/en
Publication of CN104598384A publication Critical patent/CN104598384A/en
Application granted granted Critical
Publication of CN104598384B publication Critical patent/CN104598384B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a code detection method and device. The code detection method comprises the following steps: for each test environment, generating a submitting list of a code if receiving the code submitted by a user, wherein the submitting list comprises identifiers and version numbers of files in the code; detecting a to-be-tested code which is submitted by the user in one to-be-tested environment according to the submitting list of each test environment and carrying out corresponding processing according to detection results. Through the adoption of the code detection method and device, the detection is carried out according to different detection conditions on the basis of the submitting list of each code in each test environment; various hidden dangers in the test process can be found and warned in time, thereby effectively improving the test efficiency and reliability.

Description

Code detection method and device
Technical field
The present invention relates to software test field, particularly relate to a kind of code detection method and device.
Background technology
In software development process, the code of all payment all needs the test through different phase, and test must be performed according to the order of regulation, namely be followed successively by: development environment → system combination test (SystemIntegrate Test, be called for short SIT) environment → user acceptance testing (UAT) (User Acceptance Test is called for short UAT) environment → version environment → production environment.Wherein, for certain submission environment current, the environment on the right side of arrow is called a upper environment of this submission environment, and the environment on the left of arrow is called the remote holder environment of this submission environment.For example, if when the environment of submit is UAT environment, then its a upper environment is version environment, and remote holder environment is SIT environment.
Only have the test of all test phases all to pass through, the test to code can be completed.Therefore each test phase is for guaranteeing that software quality is most important, and as the important ring in test process, whether the test case how detected under each test environment exists hidden danger becomes current problem demanding prompt solution.
Summary of the invention
The invention provides a kind of code detection method and device, for carrying out detection early warning to the hidden danger existed under each test environment.
First aspect of the present invention is to provide a kind of code detection method, comprising:
For each test environment, if receive the code of user's submission, then the submission list of described code under being created on described test environment, described submission singly comprises mark and the version number of each file in described code;
Single according to each submission under each test environment, the code to be measured submitted under environment to be measured user detects, and processes accordingly according to testing result.
Another aspect of the present invention is to provide a kind of code detecting apparatus, comprising:
Processing module, for for each test environment, the code that user submits to if receive, then the submission list of described code under being created on described test environment, described submission singly comprises mark and the version number of each file in described code;
Detection module, for single according to each submission under each test environment, the code to be measured submitted under environment to be measured user detects, and processes accordingly according to testing result.
Code detection method provided by the invention and device, according to the submission list of code each under each test environment, the code to be measured submitted under environment to be measured user detects, and the scheme of corresponding process is carried out according to testing result, based on the submission list of code each under each test environment, detect according to different testing conditions, find out the various hidden danger in test process in time and alarm, thus effectively improve efficiency and the reliability of test.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
The schematic flow sheet of the code detection method that Fig. 1 provides for the embodiment of the present invention one;
The structural representation of the code detecting apparatus that Fig. 2 provides for the embodiment of the present invention two.
Embodiment
For making the object of the embodiment of the present invention, technical scheme and advantage clearly, below in conjunction with the accompanying drawing in the embodiment of the present invention, technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
The schematic flow sheet of the code detection method that Fig. 1 provides for the embodiment of the present invention one, as shown in Figure 1, described method comprises:
101, for each test environment, if receive the code of user's submission, then the submission list of described code under being created on described test environment, described submission singly comprises mark and the version number of each file in described code.
The executive agent of the present embodiment can be code detecting apparatus.In practical application, generate and submit to single mode can have multiple, such as, according to the information of user based on the template completion set up in advance, described submission can be generated single.
Concrete, after user submits code to, the template set up in advance is filled in, it is single that template after filling in is original submission, follow-up code detecting apparatus can to this original content submitted in list, carry out gathering, converging check sum, finally generate the submission list described in the present embodiment, and be stored in database.
Wherein, described version number can derive from version control system (Subversion, be called for short SVN) develop trunk (trunk), each test environment has the SVN branch (branch) of oneself correspondence, when user submits code to a certain test environment, trunk is submitted to this code, thus produces corresponding version number.
Optionally, describedly submit single file path, action type and the function etc. that relates to that can also comprise file to be measured to, the present embodiment is not limited at this, and concrete example is as shown in table 1:
Table 1
Action type Submit code path to Version number The QC/ function related to
Amendment WebRoot/WEB-INF/jsp/customer/ 134275 27180
Amendment WebRoot/WEB-INF/jsp/document/ 134290 25107
Amendment WebRoot/WEB-INF/jsp/project/ 134296 25583
Amendment src/loans/businessobject/busprocs/ 134250 26999
Amendment src/loans/businessobject/document/ 134285 25107
102, single according to each submission under each test environment, the code to be measured submitted under environment to be measured user detects, and processes accordingly according to testing result.
Optionally, as a kind of enforceable mode of the present embodiment, 102 specifically can comprise:
Submit to single according to first of described code to be measured, obtain mark and the version number of each file to be measured in described code to be measured;
The submission list of inquiry each code under the remote holder environment of described environment to be measured, determine the second code under the remote holder environment of described environment to be measured, described second code comprises described file to be measured, detects the submission list that whether there is described second code under described environment to be measured;
If do not exist, then push the first warning information to user, described first warning information is carried to described environment to be measured for pointing out file to be measured described in user by mistake.
Concrete, for example, suppose that active user's submission content of QC12345 under version environment comprises: file A, version number is 12; File B version number is 13.Then corresponding, inquire about the remote holder environment at version environment, each submission namely under UAT environment is single, in the submission content of detection QC12345, other QC all are at the submission list of UAT environment, obtain and submit content to accordingly, if there is no the submission list of these QC in version environment, such as, QC11111 comprises: file A, version number is 10, more such as, QC22222 comprises: file B, version number is 13, then can push prompting one to user: the content of QC11111 is likely carried to version environment by file A by mistake; Prompting two: the content of QC22222 is likely carried to version environment by file B by mistake.
By present embodiment, can detect whether the code to be measured that active user submits to exists the situation by mistake put forward timely and effectively, and carry out corresponding alarm to user, thus avoid by mistake carrying of file to be measured, ensure the reliability of test.
Optional again, as the another kind of enforceable mode of the present embodiment, 102 specifically can comprise:
Submit to single according to first of described code to be measured, obtain mark and the version number of each file to be measured in described code to be measured;
Whether inquire about under the remote holder environment of described environment to be measured, second of described code to be measured is submitted to single, detect described second and submit to list and described first to submit to the content in list consistent;
If inconsistent, then push the second warning information to user, described second warning information to be carried and/or mistake is carried for pointing out the file described to be measured under environment to be measured described in user to there is leakage.
Concrete, still with for example aforementioned, suppose that active user's submission content of QC12345 under version environment comprises: file A, version number is 12; File B version number is 13.Then corresponding, inquire about the remote holder environment at version environment, the i.e. submission list of QC12345 under UAT environment, detect the submission content in the submission list of QC12345 under UAT environment, whether consistent with the submission content in the submission list of QC12345 under version environment, suppose by inquiry obtain, if under UAT environment QC12345 submission list in submission content comprise: file A, version number is 12; File B, version number is 9; File C, version number is 14, then can push prompting three to user: under version environment, under the version number of file B and UAT environment, the version number of file B is inconsistent; Prompting four: lack file C.
By present embodiment, can detect timely and effectively code to be measured that active user submits to whether exist leak carry, situation that mistake is carried, and carry out corresponding alarm to user, thus avoid that the leakage of file to be measured is carried, mistake is carried, ensure the reliability of test.
Optional again, as another enforceable mode of the present embodiment, 102 specifically can comprise:
Submit to single according to first of described code to be measured, obtain mark and the version number of each file to be measured in described code to be measured;
According to the submission list of other code under described environment to be measured, obtain the most top version number of the file described to be measured in other code described, whether most top version number described in detection is higher than the version number of file to be measured described in described code to be measured;
If higher than, then push the 3rd warning information to user, described 3rd warning information will be capped for pointing out file to be measured described in user.
Concrete, still with for example aforementioned, suppose that active user's submission content of QC12345 under version environment comprises: file A, version number is 12; File B version number is 13.Then corresponding, inquire about the submission list of other code under version environment, obtain the most top version number of file to be measured described in other code described, such as, obtain QC11111 and comprise: file A, version number is 32, also obtain QC22222 to comprise: file B, version number is 25.Further, suppose that the most top version number of file A is 32, the most top version number of file B is 25, then corresponding, because the most top version number 32 of file A under version environment is higher than the version number 12 of QC12345 file A, the most top version number 25 of file B is higher than the version number 13 of QC12345 file B, then the file A that can push in prompting five: QC12345 to user likely covers the code of QC11111; File B in prompting six: QC12345 likely covers the code of QC22222.
Pass through present embodiment, the situation whether code to be measured that active user submits to exists version and cover can be detected timely and effectively, and carry out corresponding alarm to user, thus avoid file to be measured to be covered by corresponding document in other code, ensure the reliability of test.
It should be noted that, namely the respective embodiments described above can individually be implemented, also can in conjunction with enforcement, and the present embodiment is not limited at this.By the respective embodiments described above, according to each submission content submitted in list, according under different typical scene, submission content can be analyzed automatically, and finally provides corresponding early warning, ensure the reliability of test.
The code detection method that the present embodiment provides, according to the submission list of code each under each test environment, the code to be measured submitted under environment to be measured user detects, and the scheme of corresponding process is carried out according to testing result, based on the submission list of code each under each test environment, detect according to different testing conditions, determine whether there is the various hidden danger in test process in time, thus realize the advanced warning of test hidden danger, carry a supreme environment to avoid QC by mistake, leak carry, mistake carries and the problem such as version covering, effectively improves efficiency and the reliability of test.
The structural representation of the code detecting apparatus that Fig. 2 provides for the embodiment of the present invention two, as shown in Figure 2, described device comprises:
Processing module 21, for for each test environment, the code that user submits to if receive, then the submission list of described code under being created on described test environment, described submission singly comprises mark and the version number of each file in described code;
Detection module 22, for single according to each submission under each test environment, the code to be measured submitted under environment to be measured user detects, and processes accordingly according to testing result.
In practical application, developer, after exploitation completes, needs submission content to be filled in submission list.Optionally, describedly submit single file path, action type and the function etc. that relates to that can also comprise file to be measured to, the present embodiment is not limited at this.Concrete, when each submission code is to a certain test environment, automatically will gathers foregoing, and generate and submit list to accordingly, and be stored in database.
Optionally, as a kind of enforceable mode of the present embodiment, detection module 21 can comprise:
First acquiring unit, for submitting to single according to first of described code to be measured, obtains mark and the version number of each file to be measured in described code to be measured;
First query unit, for inquiring about the submission list of other code under the remote holder environment of described environment to be measured, determine the second code comprising described file to be measured under the remote holder environment of described environment to be measured, detect the submission list that whether there is described second code under described environment to be measured;
First processing unit, if there is not the submission list of described second code under described environment to be measured being detected for described query unit, then push the first warning information to user, described first warning information is carried to described environment to be measured for pointing out file to be measured described in user by mistake.
Concrete, for example, suppose that the submission content that the first acquiring unit gets the QC12345 that active user submits under version environment comprises: file A, version number is 12; File B version number is 13.Then corresponding, first query unit inquiry is at the remote holder environment of version environment, namely each submission under UAT environment is single, in the submission content of detection QC12345, other QC all are at the submission list of UAT environment, obtain and submit content to accordingly, if there is no the submission list of these QC in version environment, such as, QC11111 comprises: file A, version number is 10, more such as, QC22222 comprises: file B, version number is 13, then the first processing unit pushes prompting one to user: the content of QC11111 is likely carried to version environment by file A by mistake; Prompting two: the content of QC22222 is likely carried to version environment by file B by mistake.
By present embodiment, can detect whether the code to be measured that active user submits to exists the situation by mistake put forward timely and effectively, and carry out corresponding alarm to user, thus avoid by mistake carrying of file to be measured, ensure the reliability of test.
Optional again, as the another kind of enforceable mode of the present embodiment, detection module 21 can comprise:
Second acquisition unit, for submitting to single according to first of described code to be measured, obtains mark and the version number of each file to be measured in described code to be measured;
Second query unit, whether, for inquiring about under the remote holder environment of described environment to be measured, second of described code to be measured is submitted to single, detect described second and submit to list and described first to submit to the content in list consistent;
Second processing unit, if detect that described second submits to list and described first to submit to the content in list inconsistent for described query unit, then push the second warning information to user, described second warning information to be carried and/or mistake is carried for pointing out the file described to be measured under environment to be measured described in user to there is leakage.
Concrete, still with for example aforementioned, suppose that second acquisition unit gets active user's submission content of QC12345 under version environment and comprises: file A, version number is 12; File B version number is 13.Then corresponding, second query unit inquiry is at the remote holder environment of version environment, the i.e. submission list of QC12345 under UAT environment, detect the submission content in the submission list of QC12345 under UAT environment, whether consistent with the submission content in the submission list of QC12345 under version environment, suppose by inquiry obtain, if under UAT environment QC12345 submission list in submission content comprise: file A, version number is 12; File B, version number is 9; File C, version number is 14, then the second processing unit can push prompting three to user: under version environment, under the version number of file B and UAT environment, the version number of file B is inconsistent; Prompting four: lack file C.
By present embodiment, can detect timely and effectively code to be measured that active user submits to whether exist leak carry, situation that mistake is carried, and carry out corresponding alarm to user, thus avoid that the leakage of file to be measured is carried, mistake is carried, ensure the reliability of test.
Optional again, as another enforceable mode of the present embodiment, detection module 21 can comprise:
3rd acquiring unit, for submitting to single according to first of described code to be measured, obtains mark and the version number of each file to be measured in described code to be measured;
3rd query unit, for the submission list according to other code under described environment to be measured, obtains the most top version number of the file described to be measured in other code described, and whether most top version number described in detection is higher than the version number of file to be measured described in described code to be measured;
3rd processing unit, if most top version number is higher than the version number of file to be measured described in described code to be measured described in detecting for described query unit, then push the 3rd warning information to user, described 3rd warning information will be capped for pointing out file to be measured described in user.
Concrete, still with for example aforementioned, suppose that the 3rd acquiring unit gets active user's submission content of QC12345 under version environment and comprises: file A, version number is 12; File B version number is 13.Then corresponding, the submission list of the 3rd query unit inquiry other code under version environment, obtains the most top version number of file to be measured described in other code described, such as, obtain QC11111 and comprise: file A, version number is 32, also obtain QC22222 to comprise: file B, version number is 25.Further, suppose that the most top version number of file A is 32, the most top version number of file B is 25, then corresponding, because the most top version number 32 of file A under version environment is higher than the version number 12 of QC12345 file A, the most top version number 25 of file B is higher than the version number 13 of QC12345 file B, then the file A that the 3rd processing unit can push in prompting five: QC12345 to user likely covers the code of QC11111; File B in prompting six: QC12345 likely covers the code of QC22222.
Pass through present embodiment, the situation whether code to be measured that active user submits to exists version and cover can be detected timely and effectively, and carry out corresponding alarm to user, thus avoid file to be measured to be covered by corresponding document in other code, ensure the reliability of test.
It should be noted that, namely the respective embodiments described above can individually be implemented, also can in conjunction with enforcement, and the present embodiment is not limited at this.By the respective embodiments described above, according to each submission content submitted in list, according under different typical scene, submission content can be analyzed automatically, and finally provides corresponding early warning, ensure the reliability of test.
The code detecting apparatus that the present embodiment provides, according to the submission list of code each under each test environment, the code to be measured submitted under environment to be measured user detects, and the scheme of corresponding process is carried out according to testing result, based on the submission list of code each under each test environment, detect according to different testing conditions, determine whether there is the various hidden danger in test process in time, thus realize the advanced warning of test hidden danger, carry a supreme environment to avoid QC by mistake, leak carry, mistake carries and the problem such as version covering, effectively improves efficiency and the reliability of test.
Those skilled in the art can be well understood to, and for convenience and simplicity of description, the specific works process of the device of foregoing description, with reference to the corresponding process in preceding method embodiment, can not repeat them here.In addition, also it should be noted that, each functional unit in various embodiments of the present invention can be integrated in a processing unit, also can be that the independent physics of unit exists, also can two or more unit in a unit integrated.Above-mentioned integrated unit both can adopt the form of hardware to realize, and the form that hardware also can be adopted to add SFU software functional unit realizes.
One of ordinary skill in the art will appreciate that: all or part of step realizing above-mentioned each embodiment of the method can have been come by the hardware that programmed instruction is relevant.Aforesaid program can be stored in a computer read/write memory medium.This program, when performing, performs the step comprising above-mentioned each embodiment of the method; And aforesaid storage medium comprises: ROM, RAM, magnetic disc or CD etc. various can be program code stored medium.
Last it is noted that above each embodiment is only in order to illustrate technical scheme of the present invention, be not intended to limit; Although with reference to foregoing embodiments to invention has been detailed description, those of ordinary skill in the art is to be understood that: it still can be modified to the technical scheme described in foregoing embodiments, or carries out equivalent replacement to wherein some or all of technical characteristic; And these amendments or replacement, do not make the essence of appropriate technical solution depart from the scope of various embodiments of the present invention technical scheme.

Claims (10)

1. a code detection method, is characterized in that, comprising:
For each test environment, if receive the code of user's submission, then the submission list of described code under being created on described test environment, described submission singly comprises mark and the version number of each file in described code;
Single according to each submission under each test environment, the code to be measured submitted under environment to be measured user detects, and processes accordingly according to testing result.
2. method according to claim 1, is characterized in that, described single according to each submission under each test environment, the code to be measured submitted under environment to be measured user detects, and processes accordingly according to testing result, specifically comprises:
Submit to single according to first of described code to be measured, obtain mark and the version number of each file to be measured in described code to be measured;
The submission list of inquiry each code under the remote holder environment of described environment to be measured, determine the second code under the remote holder environment of described environment to be measured, described second code comprises described file to be measured, detects the submission list that whether there is described second code under described environment to be measured;
If do not exist, then push the first warning information to user, described first warning information is carried to described environment to be measured for pointing out file to be measured described in user by mistake.
3. method according to claim 1, is characterized in that, described single according to each submission under each test environment, the code to be measured submitted under environment to be measured user detects, and processes accordingly according to testing result, specifically comprises:
Submit to single according to first of described code to be measured, obtain mark and the version number of each file to be measured in described code to be measured;
Whether inquire about under the remote holder environment of described environment to be measured, second of described code to be measured is submitted to single, detect described second and submit to list and described first to submit to the content in list consistent;
If inconsistent, then push the second warning information to user, described second warning information to be carried and/or mistake is carried for pointing out the file described to be measured under environment to be measured described in user to there is leakage.
4. method according to claim 1, is characterized in that, described single according to each submission under each test environment, the code to be measured submitted under environment to be measured user detects, and processes accordingly according to testing result, specifically comprises:
Submit to single according to first of described code to be measured, obtain mark and the version number of each file to be measured in described code to be measured;
According to the submission list of other code under described environment to be measured, obtain the most top version number of the file described to be measured in other code described, whether most top version number described in detection is higher than the version number of file to be measured described in described code to be measured;
If higher than, then push the 3rd warning information to user, described 3rd warning information will be capped for pointing out file to be measured described in user.
5. the method according to any one of claim 1-4, is characterized in that, the described file path submitting to list also to comprise file to be measured.
6. a code detecting apparatus, is characterized in that, comprising:
Processing module, for for each test environment, the code that user submits to if receive, then the submission list of described code under being created on described test environment, described submission singly comprises mark and the version number of each file in described code;
Detection module, for single according to each submission under each test environment, the code to be measured submitted under environment to be measured user detects, and processes accordingly according to testing result.
7. device according to claim 6, is characterized in that, described detection module comprises:
First acquiring unit, for submitting to single according to first of described code to be measured, obtains mark and the version number of each file to be measured in described code to be measured;
First query unit, for inquiring about the submission list of other code under the remote holder environment of described environment to be measured, determine the second code comprising described file to be measured under the remote holder environment of described environment to be measured, detect the submission list that whether there is described second code under described environment to be measured;
First processing unit, if there is not the submission list of described second code under described environment to be measured being detected for described query unit, then push the first warning information to user, described first warning information is carried to described environment to be measured for pointing out file to be measured described in user by mistake.
8. device according to claim 6, is characterized in that, described detection module comprises:
Second acquisition unit, for submitting to single according to first of described code to be measured, obtains mark and the version number of each file to be measured in described code to be measured;
Second query unit, whether, for inquiring about under the remote holder environment of described environment to be measured, second of described code to be measured is submitted to single, detect described second and submit to list and described first to submit to the content in list consistent;
Second processing unit, if detect that described second submits to list and described first to submit to the content in list inconsistent for described query unit, then push the second warning information to user, described second warning information to be carried and/or mistake is carried for pointing out the file described to be measured under environment to be measured described in user to there is leakage.
9. device according to claim 6, is characterized in that, described detection module comprises:
3rd acquiring unit, for submitting to single according to first of described code to be measured, obtains mark and the version number of each file to be measured in described code to be measured;
3rd query unit, for the submission list according to other code under described environment to be measured, obtains the most top version number of the file described to be measured in other code described, and whether most top version number described in detection is higher than the version number of file to be measured described in described code to be measured;
3rd processing unit, if most top version number is higher than the version number of file to be measured described in described code to be measured described in detecting for described query unit, then push the 3rd warning information to user, described 3rd warning information will be capped for pointing out file to be measured described in user.
10. the device according to any one of claim 6-9, is characterized in that, the described file path submitting to list also to comprise file to be measured.
CN201510064813.1A 2015-02-06 2015-02-06 code detection method and device Active CN104598384B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510064813.1A CN104598384B (en) 2015-02-06 2015-02-06 code detection method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510064813.1A CN104598384B (en) 2015-02-06 2015-02-06 code detection method and device

Publications (2)

Publication Number Publication Date
CN104598384A true CN104598384A (en) 2015-05-06
CN104598384B CN104598384B (en) 2017-11-21

Family

ID=53124195

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510064813.1A Active CN104598384B (en) 2015-02-06 2015-02-06 code detection method and device

Country Status (1)

Country Link
CN (1) CN104598384B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105404519A (en) * 2015-12-07 2016-03-16 青岛海信电器股份有限公司 Version control method, code testing method and system
CN110096303A (en) * 2019-04-22 2019-08-06 无线生活(杭州)信息科技有限公司 Code detection method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030046681A1 (en) * 2001-08-30 2003-03-06 International Business Machines Corporation Integrated system and method for the management of a complete end-to-end software delivery process
CN101042645A (en) * 2007-01-17 2007-09-26 北京立通无限科技有限公司 Method, equipment and system for unionize software development environment
CN103605546A (en) * 2013-11-22 2014-02-26 中国广核集团有限公司 Software version detecting method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030046681A1 (en) * 2001-08-30 2003-03-06 International Business Machines Corporation Integrated system and method for the management of a complete end-to-end software delivery process
CN101042645A (en) * 2007-01-17 2007-09-26 北京立通无限科技有限公司 Method, equipment and system for unionize software development environment
CN103605546A (en) * 2013-11-22 2014-02-26 中国广核集团有限公司 Software version detecting method and device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105404519A (en) * 2015-12-07 2016-03-16 青岛海信电器股份有限公司 Version control method, code testing method and system
CN110096303A (en) * 2019-04-22 2019-08-06 无线生活(杭州)信息科技有限公司 Code detection method and device
CN110096303B (en) * 2019-04-22 2023-06-02 无线生活(杭州)信息科技有限公司 Code detection method and device

Also Published As

Publication number Publication date
CN104598384B (en) 2017-11-21

Similar Documents

Publication Publication Date Title
US20150370685A1 (en) Defect localization in software integration tests
CN104077217A (en) Method and system for compiling and issuing code file
CN105138461A (en) Interface testing method and device for application program
CN105680960A (en) Automatic test method for Bluetooth card reader, test upper computer and test system
US10761961B2 (en) Identification of software program fault locations
US20110320876A1 (en) Systems and methods for processing source code during debugging operations
CN106325826A (en) Configuration file detection method and apparatus
US20190163619A1 (en) Automated software program repair candidate selection
CN108228443B (en) Web application testing method and device
CN108255702A (en) A kind of test case creation method, apparatus, equipment and storage medium
CN104133768A (en) Program code review method and program code review device
CN105279092A (en) Software testing method and apparatus
CN103049374B (en) Automatic testing method and device
CN103309811A (en) Method for quickly positioning software code defects based on test execution record
US20160314061A1 (en) Software Defect Detection Identifying Location of Diverging Paths
CN104598384A (en) Code detection method and device
CN106557419B (en) Program testing method and device
CN108897678B (en) Static code detection method, static code detection system and storage device
CN103902445B (en) A kind of regression test object determines method and device
CN113342675B (en) Mapping method and device of tested module, and testing method and system
CN110633204B (en) Program defect detection method and device
CN111400245B (en) Art resource migration method and device
CN114139853A (en) Steel structure product list processing method and device based on big data
CN105955879A (en) Method and device for testing two-dimensional code generating algorithm
CN105204997A (en) Software defect detection method and device

Legal Events

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