CN111580853A - Universal generation method for multi-channel software installation package - Google Patents

Universal generation method for multi-channel software installation package Download PDF

Info

Publication number
CN111580853A
CN111580853A CN201910121073.9A CN201910121073A CN111580853A CN 111580853 A CN111580853 A CN 111580853A CN 201910121073 A CN201910121073 A CN 201910121073A CN 111580853 A CN111580853 A CN 111580853A
Authority
CN
China
Prior art keywords
channel
software installation
package
sdk
installation 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.)
Pending
Application number
CN201910121073.9A
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.)
Shanghai Bilibili Technology Co Ltd
Original Assignee
Shanghai Bilibili Technology 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 Shanghai Bilibili Technology Co Ltd filed Critical Shanghai Bilibili Technology Co Ltd
Priority to CN201910121073.9A priority Critical patent/CN111580853A/en
Publication of CN111580853A publication Critical patent/CN111580853A/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3644Software debugging by instrumenting at runtime

Landscapes

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

Abstract

The invention relates to a universal generation method for a multi-channel software installation package, and belongs to the technical field of internet. The general generation method of the multi-channel software installation package is adopted, firstly, a software installation mother package with an agent SDK is generated, and then, the channel SDK corresponding to each channel is obtained according to the selected channel; and then, the channel SDK and the proxy SDK are used for automatically packaging the software installation master package into a channel-specific software installation package corresponding to each channel. Therefore, by using the method, software research personnel can avoid the repeated labor of dealing with all channel package schemes, the working intensity of software development is reduced, the efficiency of software development is improved, and simultaneously, each channel installation package can be automatically generated.

Description

Universal generation method for multi-channel software installation package
Technical Field
The invention relates to the technical field of internet, in particular to the technical field of software, and specifically relates to a universal generation method for a multi-channel software installation package.
Background
At present, a plurality of application software channel platforms are available in the market, and all large mobile phone manufacturers, such as Huashi, millet, Samsung and the like, have independent software markets (channel platforms). The mobile phone user needs to download and obtain a suitable software application through a corresponding channel platform. Therefore, when a software provider publishes a software application to each channel, installation packages of different channels need to be provided.
Because of the great difference of the SDKs (software Development kits) of each channel, software developers need to spend a great deal of effort on accessing the SDKs, the upgrade and maintenance costs of the SDKs of later channels are high, the software developers need to repeat the work, and the cost is increased rapidly as the number of channels increases.
On the other hand, software such as game APPs has short update intervals and high frequency, and the game channel platforms required to be released are very complete, so that research and development personnel need to spend a great deal of time, effort and labor cost for accessing the SDKs every time the research and development personnel develop one version.
Therefore, how to provide a general generation method of a software installation package, which enables software developers to avoid the repeated labor of dealing with all channel package schemes, reduces the working intensity of software development, and is suitable for multiple channels, becomes a problem to be solved in the field.
Disclosure of Invention
The invention aims to overcome the defects in the prior art and provide a universal generation method for a multi-channel software installation package, which can prevent software research personnel from repeatedly working on all channel package schemes, reduce the working intensity of software development, improve the efficiency of software development and automatically generate installation packages of all channels.
In order to achieve the purpose, the general generating method of the multi-channel software installation package comprises the following steps:
(1) generating a software installation primary package, wherein the software installation primary package comprises an agent SDK;
(2) selecting at least one channel, and acquiring a channel SDK corresponding to the channel;
(3) and automatically packaging the software installation primary package into a special software installation package corresponding to the channel by using the channel SDK and the proxy SDK.
In the universal generation method of the multi-channel software installation package, the step (2) specifically comprises the following steps:
(21) selecting at least one channel;
(22) and acquiring real-time channel parameters and channel SDKs corresponding to the channels.
In the universal generating method of the multi-channel software installation package, the step (3) specifically comprises the following steps:
(31) setting the software installation master package by using the real-time channel parameters;
(32) and automatically packaging the software installation primary package into a special software installation package corresponding to the channel by using the channel SDK and the proxy SDK.
In the general generating method of the multi-channel software installation package, the step (31) is specifically as follows:
and adaptively setting the software installation primary package according to the special requirements of the channel.
The universal generation method of the multi-channel software installation package further comprises the following steps:
(4) a log is generated regarding the packaging process.
The invention also provides a general generating method of the multi-channel software installation package, which comprises the following steps:
(A) the installation package generation server acquires a software installation primary package, wherein the software installation primary package comprises an agent SDK;
(B) the user selects at least one channel by using the installation package generation server, and acquires a corresponding channel SDK from the server of the channel;
(C) and the installation package generation server automatically packages the software installation primary package into a special software installation package corresponding to the channel by using the channel SDK and the proxy SDK.
In the universal generating method of the multi-channel software installation package, the step (B) specifically comprises the following steps:
(B1) the user selects at least one channel by using the installation package generation server;
(B2) and acquiring real-time channel parameters and a channel SDK corresponding to the channel from a server of the channel.
In the universal generating method of the multi-channel software installation package, the step (C) specifically comprises the following steps:
(C1) the installation package generation server sets the software installation master package by using the real-time channel parameters;
(C2) and the installation package generation server automatically packages the software installation primary package into a special software installation package corresponding to the channel by using the channel SDK and the proxy SDK.
In the general generating method of the multi-channel software installation package, the step (C1) is specifically:
and the installation package generation server carries out adaptive setting on the software installation primary package according to the special requirements of the channel.
The universal generation method of the multi-channel software installation package further comprises the following steps:
(D) the installation package generation server generates a log about the packaging process.
The invention also provides a computer readable storage medium, on which a computer program is stored, which, when executed by a processor, implements the above-mentioned general multi-channel software installation package generation method.
The invention also provides a universal generating device of the multi-channel software installation package, which comprises a processor and a memory, wherein the memory is stored with a computer program, and when the computer program is executed by the processor, the universal generating method of the multi-channel software installation package is realized.
The general generation method of the multi-channel software installation package is adopted, firstly, a software installation mother package with an agent SDK is generated, and then the channel SDK corresponding to each channel is obtained according to the selected channel; and then, the channel SDK and the proxy SDK are used for automatically packaging the software installation master package into a channel-specific software installation package corresponding to each channel. Therefore, by using the method, software research personnel can avoid the repeated labor of dealing with all channel package schemes, the working intensity of software development is reduced, the efficiency of software development is improved, and simultaneously, each channel installation package can be automatically generated.
Drawings
FIG. 1 is a flowchart illustrating steps of a general method for generating a multi-channel software installation package according to the present invention.
FIG. 2 is a schematic diagram of a "packaging tool" page of client software in practical application of the present invention.
FIG. 3 is a schematic diagram of a "Game management" page of client software in an implementation of the present invention.
FIG. 4 is a schematic diagram of a channel management page of client software in an actual application of the present invention.
FIG. 5 is a diagram of a "parameter management" page of client software in accordance with an embodiment of the present invention.
FIG. 6 is another diagram of a "packaging tool" page of client software in accordance with an embodiment of the present invention.
FIG. 7 is a diagram of a "package management" page of client software in a practical application of the present invention.
FIG. 8 is a diagram of a "packaging process, results" page of client software in a practical application of the present invention.
FIG. 9 is a diagram of a "packed error log" page of client software in a practical application of the present invention.
FIG. 10 is a flowchart of the multi-channel software installation package generation method of the present invention in practical application.
FIG. 11 is a flowchart of client software in a practical application of the present invention.
FIG. 12 is a logical block diagram of client software in a practical application of the present invention.
Detailed Description
In order to clearly understand the technical contents of the present invention, the following examples are given in detail.
Please refer to fig. 1, which is a flowchart illustrating steps of a general multi-channel software installation package generation method according to the present invention.
In one embodiment, the universal generating method of the multi-channel software installation package comprises the following steps:
(1) generating a software installation primary package, wherein the software installation primary package comprises an agent SDK;
(2) selecting at least one channel, and acquiring a channel SDK corresponding to the channel;
(3) and automatically packaging the software installation primary package into a special software installation package corresponding to the channel by using the channel SDK and the proxy SDK.
In a more preferred embodiment, the step (2) specifically comprises the following steps:
(21) selecting at least one channel;
(22) and acquiring real-time channel parameters and channel SDKs corresponding to the channels.
In a further preferred embodiment, the step (3) specifically comprises the following steps:
(31) setting the software installation master package by using the real-time channel parameters;
(32) and automatically packaging the software installation primary package into a special software installation package corresponding to the channel by using the channel SDK and the proxy SDK.
In a further preferred embodiment, the step (31) is specifically:
and adaptively setting the software installation primary package according to the special requirements of the channel.
In a more preferred embodiment, the method further comprises the steps of:
(4) a log is generated regarding the packaging process.
The invention also provides another general generating method of the multi-channel software installation package, which comprises the following steps:
(A) the installation package generation server acquires a software installation primary package, wherein the software installation primary package comprises an agent SDK;
(B) the user selects at least one channel by using the installation package generation server, and acquires a corresponding channel SDK from the server of the channel;
(C) and the installation package generation server automatically packages the software installation primary package into a special software installation package corresponding to the channel by using the channel SDK and the proxy SDK.
In a more preferred embodiment, the step (B) specifically comprises the following steps:
(B1) the user selects at least one channel by using the installation package generation server;
(B2) and acquiring real-time channel parameters and a channel SDK corresponding to the channel from a server of the channel.
In a further preferred embodiment, the step (C) specifically comprises the following steps:
(C1) the installation package generation server sets the software installation master package by using the real-time channel parameters;
(C2) and the installation package generation server automatically packages the software installation primary package into a special software installation package corresponding to the channel by using the channel SDK and the proxy SDK.
In a more preferred embodiment, the step (C1) is specifically:
and the installation package generation server carries out adaptive setting on the software installation primary package according to the special requirements of the channel.
In a more preferred embodiment, the method further comprises the steps of:
(D) the installation package generation server generates a log about the packaging process.
The invention also provides a general generating device of the multi-channel software installation package and a computer readable storage medium. The general generating device of the multi-channel software installation package comprises a processor and a memory, wherein the memory is the computer readable storage medium, and a computer program is stored on the memory. When being executed by the processor, the computer program realizes the universal generation method of the multi-channel software installation package in the embodiment.
The general generating method, device and computer readable storage medium of the multi-channel software installation package of the present invention are described in the following through various embodiments.
Example 1
Take the generation of a game software installation package as an example.
Firstly, when developing game software, introducing (channel) agent SDK, which is the SDK unifying SDK interfaces of all channels, game software only needs to access the agent SDK, before using the invention, game development needs to complete the access of the agent SDK, and a master package is formed. Therefore, repeated labor of game developers for dealing with all channel package schemes is avoided, and the working intensity of game software development is reduced.
After the game develops the access channel agent SDK, by using the method and the system, after a worker selects the channel needing to generate the corresponding installation package, the latest file and data can be obtained from the server and downloaded, so that the SDK of each channel can be updated in real time, and the channel parameters can be synchronized in real time. And then the system can access the channel SDK into the game master package by using the agent SDK to form a special game software installation package corresponding to a specific channel. And then the special game software installation package is released through a corresponding channel platform, and the user can obtain and install the game software.
Specifically, the above-mentioned packaging process includes the following steps:
1. the game developer access channel agent sdk (software Development kit) and generates game pieces (this step is done by game developers).
2. And starting client software, inputting an account number and a password for logging in, and entering a main page. The page comprises four main functional modules of packaging tool, self-checking tool, log query and market plug-in
3. Enter the "packaging tools" page as shown in FIG. 2. Displaying a game list which can be seen by a current user (the game list is configured on a management background page of the system), selecting a game, clicking 'configuration management' to view the configuration condition of the game, dynamically configuring a game icon as shown in figure 3, game names, performing channel management as shown in figure 4, displaying a channel list, and configuring channel parameters as shown in figure 5.
4. And a channel package link is generated, and after the channel parameters are configured in the previous step, the user clicks 'fast package' on the main page shown in fig. 6 to enter a package management channel page, as shown in fig. 7. Selecting a game master pack (a game pack generated by a game access channel agent SDK), selecting a channel pack needing to be generated (if parameter configuration is incomplete, packing is not available, configuration needs to be complete first), and finally clicking a 'packing' button.
5. The packaging process has a progress display as shown in fig. 8. The end of packing can see the packing result "success" or "failure". If it fails, a detailed error log can be viewed, as shown in FIG. 9, to locate the cause of the failure. If the channel package is successful, the corresponding channel package can be seen in the 'open directory', and the channel package can be directly installed to a mobile phone to run for testing.
By integrating the above processes, a program flow chart of the multi-channel software installation package generation method in practical application of the present invention is shown in fig. 10. Wherein the flow chart of the client used by the technician is shown in fig. 11. Fig. 12 is a logical structure diagram of the client.
Of course, it can be understood that the above method of the present invention is not limited to the generation of the game software installation package, and various application software that needs to be released through a channel platform can use the method, apparatus and storage medium of the present invention.
Example 2
The difference from embodiment 1 is that when the update of the SDKs of each channel is realized in real time and the channel parameters are synchronized in real time. The method of the invention can automatically process the special requirements of the channel. "automatic processing" here means transparent to game development, and the game development process does not care about the special requirements of the channel, but handles these differences in the package code of the channel. Such as: if the Huacheng channel does not allow the Alipay character strings, all Alipay character strings are removed in the packaging process. Then, by the method described in embodiment 1, the Huawei channel SDK is accessed to the game master package by the agent SDK, and a special game software installation package corresponding to the Huawei channel is formed.
Example 3
The difference from the above embodiment is that the present invention can also generate a log related to the packaging process, and if an error occurs in the packaging process, the related information can be reflected in the log for the research and development personnel to confirm.
Example 4
The difference from the above embodiments is that the present invention can also implement dynamic log debugging. The dynamic log debugging means that the log of the running game can be displayed in real time, and the adb (an android platform debugging program) is used for realizing the purpose that the game research and development are facilitated and the game software is positioned in time, so that the game is modified and updated.
Example 5
The difference with the above described embodiment is that the method and apparatus of the present invention may also incorporate a user right control function. For example, a worker in charge of packaging game software can only operate game software with authority, and if other application software under development exists on the whole platform, the worker cannot perform corresponding operation on the application software, so that data of other software is protected from being maliciously modified.
The general generation method of the multi-channel software installation package is adopted, firstly, a software installation mother package with an agent SDK is generated, and then the channel SDK corresponding to each channel is obtained according to the selected channel; and then, the channel SDK and the proxy SDK are used for automatically packaging the software installation master package into a channel-specific software installation package corresponding to each channel. Therefore, by using the method, software research personnel can avoid the repeated labor of dealing with all channel package schemes, the working intensity of software development is reduced, the efficiency of software development is improved, and simultaneously, each channel installation package can be automatically generated.
In this specification, the invention has been described with reference to specific embodiments thereof. It will, however, be evident that various modifications and changes may be made thereto without departing from the broader spirit and scope of the invention. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.

Claims (12)

1. A universal generation method for a multi-channel software installation package is characterized by comprising the following steps:
generating a software installation primary package, wherein the software installation primary package comprises an agent SDK;
selecting at least one channel, and acquiring a channel SDK corresponding to the channel;
and automatically packaging the software installation primary package into a special software installation package corresponding to the channel by using the channel SDK and the proxy SDK.
2. The method for universally generating the multi-channel software installation package according to claim 1, wherein the selecting at least one channel and obtaining the channel SDK corresponding to the channel specifically comprises the following steps:
selecting at least one channel;
and acquiring real-time channel parameters and channel SDKs corresponding to the channels.
3. The method for universally generating a multi-channel software installation package according to claim 2, wherein the step of automatically packaging the software installation master package into a dedicated software installation package corresponding to the channel by using the channel SDK and the proxy SDK comprises the steps of:
setting the software installation master package by using the real-time channel parameters;
and automatically packaging the software installation primary package into a special software installation package corresponding to the channel by using the channel SDK and the proxy SDK.
4. The universal multi-channel software installation package generation method according to claim 3, wherein said setting of said software installation master package using said real-time channel parameters specifically comprises:
and adaptively setting the software installation primary package according to the special requirements of the channel.
5. The universal multi-channel software installation package generation method as claimed in claim 1, further comprising the steps of:
a log is generated regarding the packaging process.
6. A universal generation method for a multi-channel software installation package is characterized by comprising the following steps:
the installation package generation server acquires a software installation primary package, wherein the software installation primary package comprises an agent SDK;
the user selects at least one channel by using the installation package generation server, and acquires a corresponding channel SDK from the server of the channel;
and the installation package generation server automatically packages the software installation primary package into a special software installation package corresponding to the channel by using the channel SDK and the proxy SDK.
7. The method as claimed in claim 6, wherein the step of the user selecting at least one channel by using the installation package generation server and obtaining the corresponding channel SDK from the channel server comprises the following steps:
the user selects at least one channel by using the installation package generation server;
and acquiring real-time channel parameters and a channel SDK corresponding to the channel from a server of the channel.
8. The method for universally generating a multi-channel software installation package according to claim 7, wherein the installation package generating server automatically packages the software installation parent package into a dedicated software installation package corresponding to the channel by using the channel SDK and the proxy SDK, specifically comprising the steps of:
the installation package generation server sets the software installation master package by using the real-time channel parameters;
and the installation package generation server automatically packages the software installation primary package into a special software installation package corresponding to the channel by using the channel SDK and the proxy SDK.
9. The universal generating method of the multi-channel software installation package according to claim 8, wherein the step of the installation package generating server sets the software installation primary package by using the real-time channel parameters, specifically:
and the installation package generation server carries out adaptive setting on the software installation primary package according to the special requirements of the channel.
10. The universal multi-channel software installation package generation method as claimed in claim 6, further comprising the steps of:
the installation package generation server generates a log about the packaging process.
11. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the method for universal generation of a multi-channel software installation package according to any one of claims 1 to 10.
12. A universal multi-channel software installation package generation apparatus comprising a processor and a memory, wherein the memory stores a computer program, and the computer program is executed by the processor to implement the universal multi-channel software installation package generation method of any one of claims 1 to 10.
CN201910121073.9A 2019-02-19 2019-02-19 Universal generation method for multi-channel software installation package Pending CN111580853A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910121073.9A CN111580853A (en) 2019-02-19 2019-02-19 Universal generation method for multi-channel software installation package

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910121073.9A CN111580853A (en) 2019-02-19 2019-02-19 Universal generation method for multi-channel software installation package

Publications (1)

Publication Number Publication Date
CN111580853A true CN111580853A (en) 2020-08-25

Family

ID=72124185

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910121073.9A Pending CN111580853A (en) 2019-02-19 2019-02-19 Universal generation method for multi-channel software installation package

Country Status (1)

Country Link
CN (1) CN111580853A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113641401A (en) * 2021-08-16 2021-11-12 京东城市(北京)数字科技有限公司 Application data processing method and device
CN114399065A (en) * 2022-01-10 2022-04-26 厦门点触科技股份有限公司 Multi-channel-oriented game background configuration management system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120162659A1 (en) * 2010-12-28 2012-06-28 Axsun Technologies, Inc. Integrated Dual Swept Source for OCT Medical Imaging
CN104503745A (en) * 2014-12-09 2015-04-08 北京奇虎科技有限公司 Method and device for generating application channel package
CN107145373A (en) * 2017-05-10 2017-09-08 深圳市创世互动科技有限公司 A kind of method and device that Games Software is accessed to target channel SDK
CN107885506A (en) * 2017-11-07 2018-04-06 深圳云步互娱网络科技有限公司 One kind configures Android game packaging method and system by all kinds of means based on cloud
CN108108161A (en) * 2016-11-23 2018-06-01 上海冰穹网络科技有限公司 Support the access system and method for SDK by all kinds of means

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120162659A1 (en) * 2010-12-28 2012-06-28 Axsun Technologies, Inc. Integrated Dual Swept Source for OCT Medical Imaging
CN104503745A (en) * 2014-12-09 2015-04-08 北京奇虎科技有限公司 Method and device for generating application channel package
CN108108161A (en) * 2016-11-23 2018-06-01 上海冰穹网络科技有限公司 Support the access system and method for SDK by all kinds of means
CN107145373A (en) * 2017-05-10 2017-09-08 深圳市创世互动科技有限公司 A kind of method and device that Games Software is accessed to target channel SDK
CN107885506A (en) * 2017-11-07 2018-04-06 深圳云步互娱网络科技有限公司 One kind configures Android game packaging method and system by all kinds of means based on cloud

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
冯光升等: "《无线网络安全及实践》", 哈尔滨:哈尔滨工程大学出版社, pages: 271 - 275 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113641401A (en) * 2021-08-16 2021-11-12 京东城市(北京)数字科技有限公司 Application data processing method and device
CN113641401B (en) * 2021-08-16 2024-04-12 京东城市(北京)数字科技有限公司 Application data processing method and device
CN114399065A (en) * 2022-01-10 2022-04-26 厦门点触科技股份有限公司 Multi-channel-oriented game background configuration management system

Similar Documents

Publication Publication Date Title
CN106933609B (en) Android application program installation package generation method and device
US11667033B2 (en) Systems and methods for robotic process automation
CN111026439B (en) Application program compatibility method, device, equipment and computer storage medium
CN112882700A (en) iOS application program construction method and device, electronic equipment and storage medium
CN104580480A (en) Remote automatic deployment system and method for client end
CN111078278A (en) Automatic packaging method supporting Flutter and iOS mixed editing project
CN112799716A (en) Code management method and system
CN107508846B (en) Updating method and system of application client and terminal equipment
CN115016832B (en) Method for deeply analyzing software component dependency relationship, related device and platform
CN111580853A (en) Universal generation method for multi-channel software installation package
CN113535567B (en) Software testing method, device, equipment and medium
CN110795139A (en) Client batch packaging method and device, computer equipment and storage medium
CN112988588B (en) Client software debugging method and device, storage medium and electronic equipment
EP4068084B1 (en) Imposing a common build system for services from disparate sources
CN109634734A (en) Automatic compiling dissemination method, device and computer readable storage medium
EP3005087A1 (en) Declarative configuration elements
CN115658069A (en) Project packaging and online compiling method for release platform
CN111324332A (en) Big data task processing method and system, electronic device and storage medium
CN110968507B (en) Coverage rate statistics method and coverage rate statistics device
CN106547519B (en) Information processing method and system
CN111427770B (en) Resource testing method and related equipment
CN113986263A (en) Code automation test method, device, electronic equipment and storage medium
CN113220586A (en) Automatic interface pressure test execution method, device and system
CN112445513A (en) Installation package processing method and device
CN112306492A (en) Multi-platform supporting automatic compiling method based on manager and worker architecture

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