CN111045947A - Test environment construction method and device and related equipment thereof - Google Patents

Test environment construction method and device and related equipment thereof Download PDF

Info

Publication number
CN111045947A
CN111045947A CN201911283842.1A CN201911283842A CN111045947A CN 111045947 A CN111045947 A CN 111045947A CN 201911283842 A CN201911283842 A CN 201911283842A CN 111045947 A CN111045947 A CN 111045947A
Authority
CN
China
Prior art keywords
updated
test environment
version number
dependency package
package
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
CN201911283842.1A
Other languages
Chinese (zh)
Other versions
CN111045947B (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.)
DBAPPSecurity Co Ltd
Original Assignee
DBAPPSecurity Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by DBAPPSecurity Co Ltd filed Critical DBAPPSecurity Co Ltd
Priority to CN201911283842.1A priority Critical patent/CN111045947B/en
Publication of CN111045947A publication Critical patent/CN111045947A/en
Application granted granted Critical
Publication of CN111045947B publication Critical patent/CN111045947B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application discloses a test environment construction method, which comprises the steps of determining a dependency package to be updated according to acquired updating contents; acquiring the current version number of the dependency package to be updated; generating a new version number according to the current version number; updating the dependency package to be updated by using the updated content and the new version number to obtain an updated dependency package; constructing a test environment by using the updated dependency package; the test environment construction method can effectively simplify the test environment construction process, not only improves the construction efficiency of the test environment, but also reduces the error rate. The application also discloses a test environment construction device, equipment and a computer readable storage medium, which have the beneficial effects.

Description

Test environment construction method and device and related equipment thereof
Technical Field
The present application relates to the field of computer network technologies, and in particular, to a test environment construction method, a test environment construction apparatus, a test environment construction device, and a computer-readable storage medium.
Background
The dependent package refers to a code package used by the current service, and the private package is a code package that is public internally but not public externally. Generally, a system is integrated by a plurality of code blocks, and a dependent package can be generated by packaging some code blocks which can be abstracted, so that a system has a plurality of dependent packages and a plurality of private packages.
When the content in the private package needs to be updated to reconstruct the test environment, a program developer needs to manually operate a plurality of steps, such as submitting updated content, generating a corresponding version number, pulling version content for packaging and releasing, updating a program depending on the private package environment, and the like. However, these steps are repeated and simple operations, and the manual implementation mode not only increases the labor cost, but also results in lower test environment construction efficiency and higher error rate.
Therefore, how to effectively simplify the test environment construction process, improve the test environment construction efficiency, and reduce the error rate is a problem to be solved urgently by those skilled in the art.
Disclosure of Invention
The test environment construction method can effectively simplify the test environment construction process, not only improves the construction efficiency of the test environment, but also reduces the error rate; another object of the present application is to provide a test environment construction apparatus, a device, and a computer-readable storage medium, which also have the above-mentioned advantageous effects.
In order to solve the above technical problem, the present application provides a test environment construction method, including:
determining a dependency package to be updated according to the acquired updating content;
acquiring the current version number of the dependency package to be updated;
generating a new version number according to the current version number;
updating the dependency package to be updated by using the updated content and the new version number to obtain an updated dependency package;
and constructing a test environment by using the updated dependency package.
Preferably, after determining the dependency package to be updated according to the acquired update content, the method further includes:
generating a submission record according to the updated content;
and uploading the submitted records to a remote warehouse.
Preferably, the obtaining the current version number of the dependency package to be updated includes:
and acquiring the current version number of the dependency package to be updated in the remote warehouse.
Preferably, after generating the new version number according to the current version number, the method further includes:
and uploading the new version number to the remote warehouse.
Preferably, the updating the dependency package to be updated by using the updated content and the new version number to obtain an updated dependency package includes:
acquiring the dependent package to be updated from the private package warehouse;
performing information configuration on the dependency package to be updated according to the new version number to obtain a configuration dependency package supporting the new version number;
and updating the configuration dependency package by using the updating content to obtain the updated dependency package.
Preferably, the updating the configuration dependency package by using the updated content to obtain the updated dependency package includes:
and updating the configuration dependent package by using the updating content according to a preset composer instruction to obtain the updated dependent package.
Preferably, the constructing a test environment by using the updated dependency package includes:
sending the updated dependency package to a test environment warehouse;
and under the test environment storage, constructing a test environment by using the updated dependency package.
In order to solve the above technical problem, the present application further provides a test environment constructing apparatus, including:
the dependent packet determining module is used for determining a dependent packet to be updated according to the acquired updating content;
a version number obtaining module, configured to obtain a current version number of the to-be-updated dependent packet;
the version number updating module is used for generating a new version number according to the current version number;
the dependent packet updating module is used for updating the dependent packet to be updated by using the updated content and the new version number to obtain an updated dependent packet;
and the test environment construction module is used for constructing the test environment by utilizing the updated dependency package.
In order to solve the above technical problem, the present application further provides a test environment construction apparatus, where the test environment construction apparatus includes:
a memory for storing a computer program;
and the processor is used for realizing the steps of any one of the test environment construction methods when executing the computer program.
In order to solve the above technical problem, the present application further provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the computer program implements the steps of any one of the above test environment construction methods.
The test environment construction method comprises the steps of determining a dependency package to be updated according to acquired updating contents; acquiring the current version number of the dependency package to be updated; generating a new version number according to the current version number; updating the dependency package to be updated by using the updated content and the new version number to obtain an updated dependency package; and constructing a test environment by using the updated dependency package.
Therefore, according to the test environment construction method provided by the application, automatic construction of the test environment is achieved by setting the program script, the dependency package to be updated and the current version number of the dependency package are determined according to the submitted updating content, the updating content and the new version number are used for updating the dependency package to be updated after the version number is updated, and then construction of the test environment based on the updated dependency package is achieved.
The test environment construction device, the equipment and the computer readable storage medium provided by the application all have the beneficial effects, and are not described again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic flowchart of a test environment construction method provided in the present application;
FIG. 2 is a schematic structural diagram of a test environment construction apparatus provided in the present application;
fig. 3 is a schematic structural diagram of a test environment construction apparatus provided in the present application.
Detailed Description
The core of the application is to provide a test environment construction method, which can effectively simplify the test environment construction process, not only improve the construction efficiency of the test environment, but also reduce the error rate; another core of the present application is to provide a test environment construction apparatus, a device and a computer readable storage medium, which also have the above-mentioned advantages.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, fig. 1 is a schematic flowchart of a test environment construction method provided in the present application, where the test environment construction method may include:
s101: determining a dependency package to be updated according to the acquired updating content;
the step aims to realize the determination of the dependency package to be updated, and the dependency package to be updated is the dependency package which needs to be updated. The update content is content information to be updated of the dependency package to be updated, and can be submitted by technical personnel, wherein the update content carries related information of the dependency package to be updated, so that the dependency package to be updated is determined.
Preferably, after determining the dependency package to be updated according to the obtained update content, the method may further include: generating a submission record according to the updated content; and uploading the submitted records to a remote warehouse.
The preferred embodiment aims to realize the storage of the updated content corresponding to the dependency package to be updated so as to facilitate the subsequent updating again. Specifically, a corresponding submission record can be generated according to the updated content, and the submission record is uploaded to the remote warehouse. The remote warehouse is used for providing remote storage service, storing the main codes of the projects, serving as a public standard and supporting multi-user operation.
S102: acquiring the current version number of the dependency package to be updated;
specifically, with the continuous upgrade of the dependency package, the corresponding version number is also continuously updated, and the dependency package is used to mark the dependency packages of different versions, that is, each time the dependency package is upgraded, the unique corresponding version number is obtained. Therefore, the step aims to achieve the purpose of obtaining the current version number of the dependency package to be updated, so as to achieve the purpose of updating the version number of the dependency package to be updated, and the step can directly obtain the version number from the storage position of the version number information.
Preferably, the obtaining of the current version number of the dependency package to be updated may include: and acquiring the current version number of the dependency package to be updated in the remote warehouse.
The preferred embodiment provides a more specific storage mode of version number information, namely remote warehousing, which is similar to the storage of the update contents, and the update contents and the version number information are both stored in the remote warehousing to facilitate the upgrade of the dependency package, so that after the update contents are obtained and the dependency package to be updated is determined, the current version number of the dependency package to be updated can be obtained by inquiring in the remote warehousing.
S103: generating a new version number according to the current version number;
the step aims to update the version number, and the new version number is generated directly based on the current version number. It can be understood that the version number is equivalent to the identification information of the dependent packet, and therefore, the version number is updated according to a preset version number updating policy, for example, the version 1.2 is updated to the version 1.3.
Preferably, after the generating the new version number according to the current version number, the method may further include: and uploading the new version number to a remote warehouse.
Similar to the above-mentioned storage of the updated content, the preferred embodiment aims to implement the storage of the new version number, that is, uploading the new version number to the remote repository, so as to facilitate the update of the to-be-updated dependent package. In the remote warehousing, the related information, version number, updated content and the like of the dependent packages can correspond to each other so as to facilitate information query and retrieval.
S104: updating the dependency package to be updated by using the updating content and the new version number to obtain an updated dependency package;
the method comprises the following steps of obtaining a dependency package to be updated, obtaining updated content and a new version number based on the obtained dependency package to be updated, and updating the dependency package to be updated by directly utilizing the updated content and the new version number to obtain the updated dependency package.
Preferably, the updating the dependency package to be updated by using the update content and the new version number to obtain the updated dependency package may include: acquiring a to-be-updated dependent package from a private package warehouse; performing information configuration on the dependency package to be updated according to the new version number to obtain a configuration dependency package supporting the new version number; and updating the configuration dependency package by using the submitted content to obtain an updated dependency package.
The preferred embodiment provides a more specific method for updating a dependency package, and it should be noted that the preferred embodiment takes a private package as an example, that is, the dependency package to be updated is a private package, at this time, the dependency package to be updated can be directly obtained from the private package warehouse, and then information configuration is performed on the dependency package to be updated, so that the dependency package to be updated can support an updated new version number, and further, the updated dependency package can be obtained by updating the content of the updated dependency package by using the obtained updated content. The private package warehouse corresponds to the remote warehouse, the remote warehouse is used for storing the main codes of the items, and the private package warehouse is used for storing the private packages.
In addition, if the dependent package to be updated does not belong to the private package, the dependent package to be updated can be directly obtained from remote storage or other preset dependent package storage.
Preferably, the updating the configuration dependency package with the updated content to obtain the updated dependency package may include: and updating the configuration dependent package by using the updating content according to a preset composition instruction to obtain an updated dependent package.
Specifically, the updating process of the dependency package based on the updated content can be realized based on a preset Composer instruction, wherein the Composer is a dependency management tool above PHP5.3, and allows a user to declare a code base on which the project depends and to install the code base in the project.
S105: and constructing the test environment by using the updated dependency package.
The step aims to realize the construction of the test environment, and particularly, the updated dependency package can be issued after the update of the dependency package to be updated is completed and the updated dependency package is obtained, so that the construction of the test environment is realized. And further, the data can be stored to facilitate updating again, if the updated dependent package is a private package, the data can be uploaded to the private package warehouse, and otherwise, the data can be uploaded to a remote warehouse or other preset dependent package warehouses.
Preferably, the building of the test environment by using the updated dependency package may include: sending the updated dependency package to a test environment warehouse; and under the storage of the test environment, constructing the test environment by using the updated dependency package.
The preferred embodiment provides a more specific test environment construction method based on the dependency package, namely, the updated dependency package is sent to a test environment warehouse, and the test environment is constructed in the test environment warehouse, so far, the test environment construction is finished.
It is understood that the test environment construction process is also applicable to the test environment update process, and the description of the present application is omitted here.
According to the test environment construction method, automatic construction of the test environment is achieved by setting the program script, the dependency package to be updated and the current version number of the dependency package are determined according to the submitted updating content, the updating content and the new version number are used for updating the dependency package to be updated after the version number is updated, and then construction of the test environment based on the updated dependency package is achieved.
On the basis of the foregoing embodiments, taking the private package update implementation of test environment construction as an example, the embodiment of the present application provides a more specific test environment construction method, and the specific implementation flow thereof is as follows:
step one, submitting the updating content corresponding to the dependency package through a script:
(1) adding the obtained updated content;
(2) filling the description information corresponding to the more detailed content into the submission record, and performing parameter control to generate the submission record;
(3) and pushing the submitted records to the remote warehouse, judging whether the pushing is successful, and if the pushing is failed, sending a failure prompt.
Step two, generating a new version number corresponding to the dependency package through the script:
(1) acquiring a current version number from remote storage, and if the acquisition fails, sending a failure prompt;
(2) generating a new corresponding version number, namely a new version number;
(3) and pushing the new version number to the remote warehouse, judging whether the pushing is successful, and if the pushing is failed, sending a failure prompt.
Step three, updating the dependency package through the script:
(1) acquiring a dependent package in private package storage;
(2) the new version number can be supported by realizing the information configuration.
(3) Updating the dependency package according to the updating content through a composer instruction, and if the updating fails, sending a failure prompt;
(4) submitting and issuing private package warehousing services, so that the test environment can acquire a new version of a dependent package, namely the updated dependent package; in addition, if the release fails, a failure prompt is sent out;
step four, building/updating a test environment through a script:
(1) storing in a specified test environment;
(2) updating through a composer instruction, acquiring a dependency package of a new version, and if the acquisition fails, sending a failure prompt;
(3) and completing the construction/updating of the test environment.
Therefore, according to the test environment construction method provided by the embodiment of the application, automatic construction of the test environment is realized by setting the program script, the dependency package to be updated and the current version number thereof are determined according to the submitted updating content, the updating content and the new version number are used for updating the dependency package to be updated after the version number is updated, and then the test environment construction based on the updated dependency package is realized.
To solve the above problem, please refer to fig. 2, fig. 2 is a schematic structural diagram of a test environment construction apparatus provided in the present application, where the test environment construction apparatus may include:
a dependent package determining module 10, configured to determine a dependent package to be updated according to the obtained update content;
a version number obtaining module 20, configured to obtain a current version number of the dependency package to be updated;
a version number updating module 30, configured to generate a new version number according to the current version number;
the dependent package updating module 40 is configured to update the dependent package to be updated by using the update content and the new version number, and obtain an updated dependent package;
and the test environment construction module 50 is used for constructing the test environment by using the updated dependency package.
It can be seen that the test environment construction device provided in the embodiment of the present application implements automatic construction of a test environment by setting a program script, determines a dependency package to be updated and a current version number thereof according to submitted update contents, and updates the dependency package to be updated by using the update contents and a new version number after the version number is updated, thereby implementing construction of a test environment based on the updated dependency package.
As a preferred embodiment, the test environment construction apparatus may further include an update information uploading module, configured to generate a submission record according to the update content after determining the dependency package to be updated according to the obtained update content; and uploading the submitted records to a remote warehouse.
As a preferred embodiment, the version number obtaining module 20 may be specifically configured to obtain the current version number of the dependency package to be updated in the remote repository.
As a preferred embodiment, the test environment construction apparatus may further include a version information uploading module, configured to upload the new version number to the remote repository after the new version number is generated according to the current version number.
As a preferred embodiment, the dependency package updating module 40 may include:
the dependent package acquisition unit is used for acquiring a dependent package to be updated from the private package warehouse;
the version number configuration unit is used for performing information configuration on the to-be-updated dependent package according to the new version number to obtain a configuration dependent package supporting the new version number;
and the dependent package updating unit is used for updating the configuration dependent package by using the updating content to obtain the updated dependent package.
As a preferred embodiment, the dependency package updating unit may be specifically configured to update the configuration dependency package with the updated content according to a preset composition instruction, so as to obtain the updated dependency package.
Preferably, the test environment construction module 50 may be specifically configured to send the updated dependency package to the test environment warehouse;
for the introduction of the apparatus provided in the present application, please refer to the above method embodiments, which are not described herein again.
To solve the above problem, please refer to fig. 3, fig. 3 is a schematic structural diagram of a test environment construction apparatus provided in the present application, where the test environment construction apparatus may include:
a memory 1 for storing a computer program;
the processor 2 is configured to implement the steps of any one of the above-mentioned test environment construction methods when executing the computer program.
For the introduction of the device provided in the present application, please refer to the above method embodiment, which is not described herein again.
To solve the above problem, the present application further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, can implement the steps of any one of the above test environment construction methods.
The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
For the introduction of the computer-readable storage medium provided in the present application, please refer to the above method embodiments, which are not described herein again.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The test environment construction method, apparatus, device and computer-readable storage medium provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and these improvements and modifications also fall into the elements of the protection scope of the claims of the present application.

Claims (10)

1. A test environment construction method is characterized by comprising the following steps:
determining a dependency package to be updated according to the acquired updating content;
acquiring the current version number of the dependency package to be updated;
generating a new version number according to the current version number;
updating the dependency package to be updated by using the updated content and the new version number to obtain an updated dependency package;
and constructing a test environment by using the updated dependency package.
2. The test environment construction method according to claim 1, wherein after determining the dependency package to be updated according to the obtained update content, further comprising:
generating a submission record according to the updated content;
and uploading the submitted records to a remote warehouse.
3. The test environment construction method according to claim 2, wherein the obtaining of the current version number of the to-be-updated dependent package comprises:
and acquiring the current version number of the dependency package to be updated in the remote warehouse.
4. The test environment construction method according to claim 3, after generating a new version number according to the current version number, further comprising:
and uploading the new version number to the remote warehouse.
5. The method for building a test environment according to claim 1, wherein the updating the dependency package to be updated by using the updated content and the new version number to obtain an updated dependency package comprises:
acquiring the dependent package to be updated from the private package warehouse;
performing information configuration on the dependency package to be updated according to the new version number to obtain a configuration dependency package supporting the new version number;
and updating the configuration dependency package by using the updating content to obtain the updated dependency package.
6. The test environment construction method of claim 5, wherein updating the configuration dependency package with the update content to obtain the updated dependency package comprises:
and updating the configuration dependent package by using the updating content according to a preset composer instruction to obtain the updated dependent package.
7. The test environment construction method according to any one of claims 1 to 6, wherein the performing test environment construction by using the updated dependency package comprises:
sending the updated dependency package to a test environment warehouse;
and under the test environment storage, constructing a test environment by using the updated dependency package.
8. A test environment construction apparatus, characterized by comprising:
the dependent packet determining module is used for determining a dependent packet to be updated according to the acquired updating content;
a version number obtaining module, configured to obtain a current version number of the to-be-updated dependent packet;
the version number updating module is used for generating a new version number according to the current version number;
the dependent packet updating module is used for updating the dependent packet to be updated by using the updated content and the new version number to obtain an updated dependent packet;
and the test environment construction module is used for constructing the test environment by utilizing the updated dependency package.
9. A test environment construction apparatus characterized by comprising:
a memory for storing a computer program;
a processor for implementing the steps of the test environment construction method according to any one of claims 1 to 7 when executing said computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored thereon, which computer program, when being executed by a processor, carries out the steps of the test environment construction method according to any one of claims 1 to 7.
CN201911283842.1A 2019-12-13 2019-12-13 Test environment construction method and device and related equipment thereof Active CN111045947B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911283842.1A CN111045947B (en) 2019-12-13 2019-12-13 Test environment construction method and device and related equipment thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911283842.1A CN111045947B (en) 2019-12-13 2019-12-13 Test environment construction method and device and related equipment thereof

Publications (2)

Publication Number Publication Date
CN111045947A true CN111045947A (en) 2020-04-21
CN111045947B CN111045947B (en) 2023-04-21

Family

ID=70236225

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911283842.1A Active CN111045947B (en) 2019-12-13 2019-12-13 Test environment construction method and device and related equipment thereof

Country Status (1)

Country Link
CN (1) CN111045947B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113094261A (en) * 2021-03-23 2021-07-09 杭州电魂网络科技股份有限公司 Method, system, electronic device and storage medium for automatically updating test environment

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010029605A1 (en) * 1998-06-19 2001-10-11 Jonathan A. Forbes Software package management
US7343443B1 (en) * 2003-07-08 2008-03-11 Hewlett-Packard Development Company, L.P. Updated package generation based on analysis of bank dependency
CN106201577A (en) * 2016-06-27 2016-12-07 竞技世界(北京)网络技术有限公司 A kind of method and device updating Lua file
US20170083430A1 (en) * 2015-09-22 2017-03-23 Red Hat Israel, Ltd. Code coverage plugin
CN107391669A (en) * 2017-07-20 2017-11-24 郑州云海信息技术有限公司 A kind of multi version file management method and device based on file system
CN109271172A (en) * 2018-09-17 2019-01-25 杭州安恒信息技术股份有限公司 A kind of host behavior extension method and device of swarm cluster
CN109542786A (en) * 2018-11-20 2019-03-29 北京千丁互联科技有限公司 Visual testing method and device
CN110162332A (en) * 2019-05-20 2019-08-23 深圳前海微众银行股份有限公司 A kind of construction method and system of RN project

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010029605A1 (en) * 1998-06-19 2001-10-11 Jonathan A. Forbes Software package management
US7343443B1 (en) * 2003-07-08 2008-03-11 Hewlett-Packard Development Company, L.P. Updated package generation based on analysis of bank dependency
US20170083430A1 (en) * 2015-09-22 2017-03-23 Red Hat Israel, Ltd. Code coverage plugin
CN106201577A (en) * 2016-06-27 2016-12-07 竞技世界(北京)网络技术有限公司 A kind of method and device updating Lua file
CN107391669A (en) * 2017-07-20 2017-11-24 郑州云海信息技术有限公司 A kind of multi version file management method and device based on file system
CN109271172A (en) * 2018-09-17 2019-01-25 杭州安恒信息技术股份有限公司 A kind of host behavior extension method and device of swarm cluster
CN109542786A (en) * 2018-11-20 2019-03-29 北京千丁互联科技有限公司 Visual testing method and device
CN110162332A (en) * 2019-05-20 2019-08-23 深圳前海微众银行股份有限公司 A kind of construction method and system of RN project

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113094261A (en) * 2021-03-23 2021-07-09 杭州电魂网络科技股份有限公司 Method, system, electronic device and storage medium for automatically updating test environment

Also Published As

Publication number Publication date
CN111045947B (en) 2023-04-21

Similar Documents

Publication Publication Date Title
US7657884B2 (en) Electronic device supporting multiple update agents
CN110727454A (en) Updating method and device of intelligent equipment, electronic equipment and storage medium
US20070261027A1 (en) Method and system for automatically discovering and populating a palette of reusable dialog components
CN106610839B (en) Method for issuing upgrade package, lightweight upgrade method, device and system
CN111309336B (en) Deployment method and device of distributed application
CN108196878A (en) Generation method, device, electronic equipment and the storage medium of application program installation kit
CN104978258A (en) Software automation test method and system
KR20080037450A (en) System and method for processing update software run on mobile terminal platform
CN107608663A (en) A kind of development approach and device of Mobile solution plug-in unit and Mobile solution
CN109324821B (en) Self-service terminal system version management method
CN109101244B (en) Integrated automatic packaging method for ios system
CN113342387A (en) Automatic software upgrading method, updating client and updating server
CN111045947A (en) Test environment construction method and device and related equipment thereof
CN109726104B (en) Test packet generation method of mobile terminal, test terminal and storage medium
CN112486536A (en) Container-based application program upgrading method, device and medium
CN112667272A (en) Ammeter upgrading method and system, intelligent ammeter and storage medium
CN109582319B (en) Service code deployment method and device
CN108170760B (en) Intelligent hardware management system and equipment
EP3346642A1 (en) Method and device for managing network element model
CN109063468A (en) A kind of installation kit integrity verification and the method for reparation
CN103984541A (en) Method and system for generating application procedure based on terminal source codes
CN110489108B (en) Method and device for automatically collecting reusable components
CN110727416A (en) Development framework generation method and related device
CN113032006B (en) Plug-in construction method, device, equipment and storage medium
CN110505282B (en) Method, system and device for loading cloud mobile phone application program and storage 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
GR01 Patent grant
GR01 Patent grant