CN111638905A - Version number generation method and device, electronic equipment and readable storage medium - Google Patents

Version number generation method and device, electronic equipment and readable storage medium Download PDF

Info

Publication number
CN111638905A
CN111638905A CN202010399010.2A CN202010399010A CN111638905A CN 111638905 A CN111638905 A CN 111638905A CN 202010399010 A CN202010399010 A CN 202010399010A CN 111638905 A CN111638905 A CN 111638905A
Authority
CN
China
Prior art keywords
version number
product
information
stage
generating
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
CN202010399010.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.)
CITIC Aibank Corp Ltd
Original Assignee
CITIC Aibank 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 CITIC Aibank Corp Ltd filed Critical CITIC Aibank Corp Ltd
Priority to CN202010399010.2A priority Critical patent/CN111638905A/en
Publication of CN111638905A publication Critical patent/CN111638905A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the application provides a version number generation method and device, electronic equipment and a readable storage medium. The method comprises the following steps: when a version number creating instruction of a product is received, phase information of the current phase of the product in the software life cycle is acquired; the version number is generated based on the phase information and based on a predetermined version number format. The version number generated based on the scheme can reflect the flow related information of each stage in the software product life cycle, and the whole life cycle of the software product is connected in series, so that the change condition of the software product in each stage is clearly reflected, and the management of the software product is facilitated.

Description

Version number generation method and device, electronic equipment and readable storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for generating a version number, an electronic device, and a readable storage medium.
Background
Currently, the version number of a software product generally adopts the following format: major version number, minor version number [ revision number [ compilation version number ] ].
The version number generated according to the existing version number format can reflect less related information of the software product. If a version number generation method can be provided to reflect the flow related information of each stage in the software product life cycle, the whole life cycle of the software product can be connected in series, the change condition of the software product in each stage can be clearly reflected, and the management of the software product is facilitated.
Disclosure of Invention
The present application aims to solve at least one of the above technical drawbacks. The technical scheme adopted by the application is as follows:
in a first aspect, an embodiment of the present application provides a method for generating a version number, where the method includes:
when a version number creating instruction of a product is received, phase information of the current phase of the product in the software life cycle is acquired;
the version number is generated based on the phase information and based on a predetermined version number format.
Optionally, the method further includes:
when the change of the stage information is detected, updating the version number based on the changed stage information;
and establishing a corresponding relation between the current product related information of the product and the version number before updating and storing the corresponding relation.
Optionally, the phase information includes expected time information of the product, and the generating the version number based on the phase information and based on a predetermined version number format includes:
based on the expected time information and based on a predetermined version number format, a corresponding field in the version number is generated.
Optionally, the method further includes:
and when detecting that the field corresponding to the expected time information in the version number does not meet the preset relation with the current time, sending out prompt information.
Optionally, the method further includes:
when an instruction for acquiring product related information of a target stage of a product is received, acquiring a version number corresponding to the target stage;
and determining the product related information of the target stage of the product based on the corresponding relation between the version number and the product related information.
Optionally, the method further includes:
when a product is deployed to a production environment, the version number is converted based on a predetermined conversion rule.
In a second aspect, an embodiment of the present application provides an apparatus for generating a version number, where the apparatus includes:
the stage information acquisition module is used for acquiring the stage information of the current stage of the product in the software life cycle when a version number creation instruction of the product is received;
and the version number generation module is used for generating a version number based on the stage information and a preset version number format.
Optionally, the apparatus further comprises:
the updating module is used for updating the version number based on the changed stage information when the stage information is detected to be changed;
and the storage module is used for establishing a corresponding relation between the current product related information of the product and the version number before updating and storing the corresponding relation.
Optionally, the phase information includes expected time information of the product, and the version number generation module is specifically configured to:
based on the expected time information and based on a predetermined version number format, a corresponding field in the version number is generated.
Optionally, the apparatus further comprises:
and the prompt module is used for sending out prompt information when detecting that the field corresponding to the expected time information in the version number does not satisfy the preset relation with the current time.
Optionally, the apparatus further includes a product information determining module, specifically configured to:
when an instruction for acquiring product related information of a target stage of a product is received, acquiring a version number corresponding to the target stage;
and determining the product related information of the target stage of the product based on the corresponding relation between the version number and the product related information.
Optionally, the apparatus further includes:
and the conversion module is used for converting the version number based on a preset conversion rule when the product is deployed to the production environment.
In a third aspect, an embodiment of the present application provides an electronic device, including: a processor and a memory;
a memory for storing operating instructions;
a processor, configured to execute the method for generating the version number as shown in any implementation manner of the first aspect of the present application by calling an operation instruction.
In a fourth aspect, the present application provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements a method for generating a version number as shown in any one of the implementation manners of the first aspect of the present application.
The technical scheme provided by the embodiment of the application has the following beneficial effects:
according to the scheme provided by the embodiment of the application, when the version number creating instruction of the product is received, the stage information of the current stage of the product in the software life cycle can be acquired, and the version number is generated according to the stage information and a preset version number format. The version number generated based on the scheme can reflect the flow related information of each stage in the software product life cycle, and the whole life cycle of the software product is connected in series, so that the change condition of the software product in each stage is clearly reflected, and the management of the software product is facilitated.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings used in the description of the embodiments of the present application will be briefly described below.
Fig. 1 is a schematic flowchart of a version number generation method according to an embodiment of the present application;
fig. 2 is a schematic flowchart of another version number generation method provided in an embodiment of the present application;
fig. 3 is a schematic structural diagram of a version number generation apparatus according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
Reference will now be made in detail to embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of explaining the present application and are not to be construed as limiting the present invention.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
The following describes the technical solutions of the present application and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
Fig. 1 shows a flowchart of a version number generation method provided in an embodiment of the present application, and as shown in fig. 1, the method mainly includes:
and step S110, when a version number creation instruction of the product is received, acquiring the stage information of the current stage of the product in the software life cycle.
Step S120, generating a version number based on the phase information and based on a predetermined version number format.
In this embodiment, the software life cycle of the product may include: a demand phase, a development phase, a test phase, and an online phase. The demand stage is a stage for analyzing and reviewing the demand; the research and development stage is a stage in which research and development personnel perform coding operation according to the requirement problem; the testing stage is a stage of deploying the product into a testing environment to test the product; the online phase is the phase of deploying the product into the production environment for the actual online operation.
In the embodiment of the present application, the stage information may be information capable of reflecting changes of the product in each stage. The phase information may include, but is not limited to, a date of requirement confirmation after requirement review, a project completion date estimated in the requirement phase, a requirement number corresponding to a product, the number of deployments of the product in a research and development environment, the number of deployments of the product in a test environment, the number of deployments of a production environment, and the like.
In actual use, the creation of the version number may be started in a demand phase, and the version number may be updated in subsequent phases according to a change in phase information.
As an example, the format of the version number may be: the start date, the end date, the demand number, the research and development number, the test number and the on-line number.
The starting date can be the date of requirement confirmation after requirement examination. The end date may be a project completion date predicted by the demand phase.
The requirement number may be a uniform number for the requirement. When the demands are merged, the demand number with the largest demand number among the plurality of demand numbers before merging may be used as the merged demand number. When the demand is split, the demand number can be newly added after the existing demand number and used as the demand number of each newly added demand after the demand is split.
The development number may be the number of deployments of the product in the development environment.
The test number may be the number of deployments of the product in the test environment.
The online number may be the number of deployments of the product in the production environment.
And the version number: 20200101.20200301.3.8.2.1, wherein 20200101 is start date, 20200301 is end date, 3 is demand number, 8 is development number, 2 is test number, and 1 is on-line number. The version number reflects that the date of requirement confirmation of the current product is 1 month and 1 day of 2020, the estimated project completion date is 3 months and 1 day of 2020, the requirement content of the product with the requirement number of 3 is corresponding to the product, the product is deployed for 8 times in a research and development environment, is deployed for 2 times in a test environment, and is deployed for 1 time in an online environment.
In practical use, if a product is in a development stage and does not enter a test stage and an online stage, the test number and the online number in the current version number of the product may be 0, for example: 20200101.20200301.3.8.0.0,
in the embodiment of the application, the version number can be automatically generated according to the acquired phase information and the format of the preset version number. The version number generated based on the version number format provided in the embodiment of the application can reflect the flow related information of each stage in the software product life cycle.
According to the method provided by the embodiment of the application, when the version number creation instruction of the product is received, the stage information of the current stage of the product in the software life cycle can be acquired, and the version number is generated according to the stage information and a preset version number format. The version number generated based on the scheme can reflect the flow related information of each stage in the software product life cycle, and the whole life cycle of the software product is connected in series, so that the change condition of the software product in each stage is clearly reflected, and the management of the software product is facilitated.
In an optional manner of the embodiment of the present application, the method further includes:
when the change of the stage information is detected, updating the version number based on the changed stage information;
and establishing a corresponding relation between the current product related information of the product and the version number before updating and storing the corresponding relation.
In this embodiment of the application, after detecting that the phase information changes, the version number may be updated based on the changed phase information.
As an example, the original version number is: 20200101.20200301.3.8.2.1, when the product is deployed to the production environment for the second time, the number on the line in the original version number can be modified to 2, and the updated version number is: 20200101.20200301.3.8.2.2.
in this embodiment of the application, the product related information may be some data of the product corresponding to the version number before updating, such as usage records of a research and development environment, research and development branch information, research and development code submission records, research and development pair BUG processing information, execution information of a test case, data of test code coverage, test BUG submission information, a regression test result, a test report result, and the like.
As an example, the version number is 20200101.20200301.1.5.1.0, and the product-related information associated with this version is specifically as follows: 3 persons develop a development environment using 2 CPU4 cores, 150 times code submission is performed under branch _0101, the submitted data volume is 3000 lines of effective codes, and the effective codes are issued to testers under the condition that the development environment deploys for 5 times, when the development environment deploys for the first time, 60 BUGs are found through 1 tester under the condition that 247 test cases are executed, wherein 10 serious problems exist, 47 general problems exist, 3 prompting problems exist, the code line coverage rate of a test result reaches 86%, and the like, but is not limited to the related data.
In an optional manner of the embodiment of the present application, the stage information includes expected time information of the product, and the generating of the version number based on the stage information and based on a predetermined version number format includes:
based on the expected time information and based on a predetermined version number format, a corresponding field in the version number is generated.
In the embodiment of the present application, the expected time information may be the start date and the end date described above. And converting the expected time information into a corresponding field in the version number according to the format of the version number.
In the embodiment of the application, the expected time information can be extracted and acquired from the requirement document.
In an optional manner of the embodiment of the present application, the method further includes:
and when detecting that the field corresponding to the expected time information in the version number does not meet the preset relation with the current time, sending out prompt information.
In the embodiment of the application, the current time can be compared with the end date in the expected time information, and if the preset relation is not met, a prompt is sent to a user, so that the user can conveniently control the project progress.
As one example, if it is determined that the product has advanced end and delayed delivery based on the current time and end date, a prompt is issued to the user, respectively. After receiving the prompt message, the user can acquire the product related information to analyze the delay reason according to the condition of delayed delivery, and then allocate resources to ensure the delivery of the product.
In an optional manner of the embodiment of the present application, the method further includes:
when an instruction for acquiring product related information of a target stage of a product is received, acquiring a version number corresponding to the target stage;
and determining the product related information of the target stage of the product based on the corresponding relation between the version number and the product related information.
In the embodiment of the application, based on the corresponding relationship between the version number and the product-related information, the product-related information can be acquired through the version number of the product at the target stage. The user can acquire the relevant information of the product at each stage in the real life cycle of the software, the change condition of the product at each stage can be more clearly known, the operation of the product can be monitored, and the management of the software product is facilitated.
In an optional manner of the embodiment of the present application, the method further includes:
when a product is deployed to a production environment, the version number is converted based on a predetermined conversion rule.
In the embodiment of the application, when a product is deployed in a production environment, in order to ensure the connection with the outside, the version number can be converted according to a universal version number format.
Fig. 2 is a flowchart illustrating a version number generation method according to an embodiment of the present application.
As shown in fig. 2, after the demand is established, a demand phase, a research and development phase, a test phase and an online phase of the product are sequentially entered. In the demand phase, according to the expected time information, a start date and an end date in the version number are automatically created, and demand numbers are respectively created for each demand, wherein the version number corresponding to a demand is as follows: 20200101.20200301.1.0.0.0. in a development stage, a development number is created according to the deployment times of the product after iteration, wherein iteration one, namely a corresponding version number deployed in a development environment for the first time, is as follows: 20200101.20200301.1.1.0.0. when the first product is deployed in a research and development environment, operations such as branch establishment, code submission, BUG repair and the like can be performed, and then a testing stage is entered. In the testing stage, a test number may be created according to the number of test deployments of the product, where the corresponding version number deployed in the testing environment for the first time is: 20200101.20200301.1.1.1.0, when the product is firstly deployed in the test environment, the operations of case execution, automation execution, BUG submission and the like can be carried out, and then the online stage is entered. The generated test problem can be transmitted to the research and development stage through a feedback channel in the test stage. In an online stage, an online number is created according to the deployment times of a product in a production environment, wherein the corresponding version number of the first test deployment is as follows: 20200101.20200301.1.1.1.1, the version number may be translated to a universal version number of 1.0.0. Production problems can be gathered when the first product is deployed in a test environment, and the gathered production problems are transmitted to a research and development stage through a feedback channel.
Based on the same principle as the method shown in fig. 1, fig. 3 shows a schematic structural diagram of a version number generation apparatus provided in an embodiment of the present application, and as shown in fig. 3, the version number generation apparatus 20 may include:
the stage information obtaining module 210 is configured to, when a version number creation instruction of a product is received, obtain stage information of a current stage of the product in a software lifecycle;
and a version number generating module 220 for generating a version number based on the phase information and based on a predetermined version number format.
The device provided by the embodiment of the application can acquire the stage information of the current stage of the product in the software life cycle when receiving the version number creation instruction of the product, and generates the version number according to the stage information and a preset version number format. The version number generated based on the scheme can reflect the flow related information of each stage in the software product life cycle, and the whole life cycle of the software product is connected in series, so that the change condition of the software product in each stage is clearly reflected, and the management of the software product is facilitated.
Optionally, the apparatus further comprises:
the updating module is used for updating the version number based on the changed stage information when the stage information is detected to be changed;
and the storage module is used for establishing a corresponding relation between the current product related information of the product and the version number before updating and storing the corresponding relation.
Optionally, the phase information includes expected time information of the product, and the version number generation module is specifically configured to:
based on the expected time information and based on a predetermined version number format, a corresponding field in the version number is generated.
Optionally, the apparatus further comprises:
and the prompt module is used for sending out prompt information when detecting that the field corresponding to the expected time information in the version number does not satisfy the preset relation with the current time.
Optionally, the apparatus further includes a product information determining module, specifically configured to:
when an instruction for acquiring product related information of a target stage of a product is received, acquiring a version number corresponding to the target stage;
and determining the product related information of the target stage of the product based on the corresponding relation between the version number and the product related information.
Optionally, the apparatus further includes:
and the conversion module is used for converting the version number based on a preset conversion rule when the product is deployed to the production environment.
It is understood that the above modules of the version number generation apparatus in the present embodiment have functions of implementing corresponding steps of the version number generation method in the embodiment shown in fig. 1. The function can be realized by hardware, and can also be realized by executing corresponding software by hardware. The hardware or software includes one or more modules corresponding to the functions described above. The modules can be software and/or hardware, and each module can be implemented independently or by integrating a plurality of modules. For the functional description of each module of the version number generation apparatus, reference may be specifically made to the corresponding description of the version number generation method in the embodiment shown in fig. 1, and details are not repeated here.
The embodiment of the application provides an electronic device, which comprises a processor and a memory;
a memory for storing operating instructions;
and the processor is used for executing the version number generation method provided by any embodiment of the application by calling the operation instruction.
As an example, fig. 4 shows a schematic structural diagram of an electronic device to which an embodiment of the present application is applicable, and as shown in fig. 4, the electronic device 2000 includes: a processor 2001 and a memory 2003. Wherein the processor 2001 is coupled to a memory 2003, such as via a bus 2002. Optionally, the electronic device 2000 may also include a transceiver 2004. It should be noted that the transceiver 2004 is not limited to one in practical applications, and the structure of the electronic device 2000 is not limited to the embodiment of the present application.
The processor 2001 is applied to the embodiment of the present application to implement the method shown in the above method embodiment. The transceiver 2004 may include a receiver and a transmitter, and the transceiver 2004 is applied to the embodiments of the present application to implement the functions of the electronic device of the embodiments of the present application to communicate with other devices when executed.
The Processor 2001 may be a CPU (Central Processing Unit), general Processor, DSP (Digital Signal Processor), ASIC (Application specific integrated Circuit), FPGA (Field Programmable Gate Array) or other Programmable logic device, transistor logic device, hardware component, or any combination thereof. Which may implement or perform the various illustrative logical blocks, modules, and circuits described in connection with the disclosure. The processor 2001 may also be a combination of computing functions, e.g., comprising one or more microprocessors, DSPs and microprocessors, and the like.
Bus 2002 may include a path that conveys information between the aforementioned components. The bus 2002 may be a PCI (Peripheral Component Interconnect) bus, an EISA (extended industry Standard Architecture) bus, or the like. The bus 2002 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 4, but this does not indicate only one bus or one type of bus.
The Memory 2003 may be a ROM (Read Only Memory) or other type of static storage device that can store static information and instructions, a RAM (Random Access Memory) or other type of dynamic storage device that can store information and instructions, an EEPROM (Electrically erasable programmable Read Only Memory), a CD-ROM (Compact disk Read Only Memory) or other optical disk storage, optical disk storage (including Compact disk, laser disk, optical disk, digital versatile disk, blu-ray disk, etc.), a magnetic disk storage medium or other magnetic storage device, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer, but is not limited to these.
Optionally, the memory 2003 is used for storing application program code for performing the disclosed aspects, and is controlled in execution by the processor 2001. The processor 2001 is configured to execute the application program code stored in the memory 2003 to implement the version number generation method provided in any embodiment of the present application.
The electronic device provided by the embodiment of the application is applicable to any embodiment of the method, and is not described herein again.
Compared with the prior art, the electronic equipment provided by the embodiment of the application can acquire the phase information of the current phase of the product in the software life cycle when the version number creating instruction of the product is received, and generates the version number according to the phase information and the preset version number format. The version number generated based on the scheme can reflect the flow related information of each stage in the software product life cycle, and the whole life cycle of the software product is connected in series, so that the change condition of the software product in each stage is clearly reflected, and the management of the software product is facilitated.
The embodiment of the present application provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements the method for generating the version number shown in the above method embodiment.
The computer-readable storage medium provided in the embodiments of the present application is applicable to any of the embodiments of the foregoing method, and is not described herein again.
Compared with the prior art, the embodiment of the application provides a computer-readable storage medium, and when a version number creation instruction of a product is received, the phase information of the current phase of the product in the software lifecycle can be acquired, and a version number is generated according to the phase information and a predetermined version number format. The version number generated based on the scheme can reflect the flow related information of each stage in the software product life cycle, and the whole life cycle of the software product is connected in series, so that the change condition of the software product in each stage is clearly reflected, and the management of the software product is facilitated.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
The foregoing is only a partial embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A method for generating a version number, comprising:
when a version number creating instruction of a product is received, obtaining the stage information of the current stage of the product in the software life cycle;
and generating a version number based on the phase information and based on a preset version number format.
2. The method of claim 1, further comprising:
when the phase information is detected to be changed, updating the version number based on the changed phase information;
and establishing a corresponding relation between the current product related information of the product and the version number before updating and storing the corresponding relation.
3. The method of claim 1, wherein the phase information includes expected time information for the product, and wherein generating a version number based on the phase information and based on a predetermined version number format comprises:
and generating a corresponding field in the version number based on the expected time information and a preset version number format.
4. The method of claim 3, further comprising:
and when detecting that the field corresponding to the expected time information in the version number does not meet the preset relationship with the current time, sending prompt information.
5. The method according to any one of claims 1-4, further comprising:
when an instruction for acquiring the product related information of the target stage of the product is received, acquiring a version number corresponding to the target stage;
and determining the product related information of the target stage of the product based on the corresponding relation between the version number and the product related information.
6. The method according to any one of claims 1-4, further comprising:
the version number is translated based on predetermined translation rules when the product is deployed to a production environment.
7. An apparatus for generating a version number, comprising:
the stage information acquisition module is used for acquiring the stage information of the current stage of the product in the software life cycle when a version number creation instruction of the product is received;
and the version number generation module is used for generating a version number based on the stage information and a preset version number format.
8. The apparatus of claim 7, further comprising:
the updating module is used for updating the version number based on the changed stage information when the stage information is detected to be changed;
and the storage module is used for establishing a corresponding relation between the current product related information of the product and the version number before updating and storing the corresponding relation.
9. An electronic device comprising a processor and a memory;
the memory is used for storing operation instructions;
the processor is used for executing the method of any one of claims 1-6 by calling the operation instruction.
10. A computer-readable storage medium, characterized in that the storage medium has stored thereon a computer program which, when being executed by a processor, carries out the method of any one of claims 1-6.
CN202010399010.2A 2020-05-12 2020-05-12 Version number generation method and device, electronic equipment and readable storage medium Pending CN111638905A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010399010.2A CN111638905A (en) 2020-05-12 2020-05-12 Version number generation method and device, electronic equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010399010.2A CN111638905A (en) 2020-05-12 2020-05-12 Version number generation method and device, electronic equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN111638905A true CN111638905A (en) 2020-09-08

Family

ID=72331992

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010399010.2A Pending CN111638905A (en) 2020-05-12 2020-05-12 Version number generation method and device, electronic equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN111638905A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112256320A (en) * 2020-11-04 2021-01-22 广州繁星互娱信息科技有限公司 Version number generation method, device, terminal and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101339506A (en) * 2008-08-12 2009-01-07 中国工商银行股份有限公司 Device for implementing software products resource and version management
WO2014016967A1 (en) * 2012-07-27 2014-01-30 富士通株式会社 Generation program, extraction program, generation device, extraction device, generation method, and extraction method
CN107832089A (en) * 2017-11-10 2018-03-23 惠州市德赛西威汽车电子股份有限公司 A kind of method of updating software version automatically number
CN109117172A (en) * 2017-06-23 2019-01-01 中国移动通信集团广东有限公司 A kind of method and device of the terminal versions number identification of target terminal
US20190243640A1 (en) * 2018-02-02 2019-08-08 Bank Of America Corporation Smart tool for enterprise-wide version control of codes during software integration and deployment
CN110308926A (en) * 2019-05-24 2019-10-08 平安银行股份有限公司 Software information methods of exhibiting, device, computer installation and computer storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101339506A (en) * 2008-08-12 2009-01-07 中国工商银行股份有限公司 Device for implementing software products resource and version management
WO2014016967A1 (en) * 2012-07-27 2014-01-30 富士通株式会社 Generation program, extraction program, generation device, extraction device, generation method, and extraction method
CN109117172A (en) * 2017-06-23 2019-01-01 中国移动通信集团广东有限公司 A kind of method and device of the terminal versions number identification of target terminal
CN107832089A (en) * 2017-11-10 2018-03-23 惠州市德赛西威汽车电子股份有限公司 A kind of method of updating software version automatically number
US20190243640A1 (en) * 2018-02-02 2019-08-08 Bank Of America Corporation Smart tool for enterprise-wide version control of codes during software integration and deployment
CN110308926A (en) * 2019-05-24 2019-10-08 平安银行股份有限公司 Software information methods of exhibiting, device, computer installation and computer storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
罗惠恒: "浅论敏捷研发的管理模型" *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112256320A (en) * 2020-11-04 2021-01-22 广州繁星互娱信息科技有限公司 Version number generation method, device, terminal and storage medium
CN112256320B (en) * 2020-11-04 2024-05-14 广州繁星互娱信息科技有限公司 Version number generation method, device, terminal and storage medium

Similar Documents

Publication Publication Date Title
CN108984388B (en) Method and terminal equipment for generating automatic test case
CN108459962B (en) Code normalization detection method and device, terminal equipment and storage medium
CN107368313B (en) Code detection method, device and electronic equipment
CN112241360B (en) Test case generation method, device, equipment and storage medium
CN106557419B (en) Program testing method and device
CN111966597B (en) Test data generation method and device
CN110569194A (en) interface testing method and device, electronic equipment and storage medium
CN111158680A (en) Page construction method, device, equipment and storage medium
CN111159023A (en) Test method, test device, electronic equipment and computer readable storage medium
CN114564394A (en) Test case determination method, system and related components
CN111638905A (en) Version number generation method and device, electronic equipment and readable storage medium
CN112346981A (en) Joint debugging test coverage rate detection method and system
CN112527650B (en) Test case multiplexing method and multiplexing device
CN113806231A (en) Code coverage rate analysis method, device, equipment and medium
CN113377648A (en) Software system diagnosis method and device, electronic equipment and computer readable medium
CN103577170A (en) Construction method and construction device for web application
CN114371866A (en) Version reconfiguration test method, device and equipment of service system
CN114448848B (en) Switch testing method and device, electronic equipment and storage medium
CN110597736B (en) Test data generation method and device
CN116303019A (en) Test tracing method, device, equipment and medium
CN117234912A (en) Regression testing method and device
CN116680170A (en) Test method and computing device
CN118152250A (en) Application programming interface test method, apparatus, device, medium and program product
CN114625659A (en) Simulation method and device for testing software function, electronic equipment and storage medium
CN115277486A (en) Industrial Internet-based automatic testing method, device and medium

Legal Events

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

Application publication date: 20200908