CN117472410A - Method, device and equipment for updating development tool in componentized development project - Google Patents

Method, device and equipment for updating development tool in componentized development project Download PDF

Info

Publication number
CN117472410A
CN117472410A CN202311655887.3A CN202311655887A CN117472410A CN 117472410 A CN117472410 A CN 117472410A CN 202311655887 A CN202311655887 A CN 202311655887A CN 117472410 A CN117472410 A CN 117472410A
Authority
CN
China
Prior art keywords
update
development
development tool
version number
tool
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
CN202311655887.3A
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.)
Industrial and Commercial Bank of China Ltd ICBC
ICBC Technology Co Ltd
Original Assignee
Industrial and Commercial Bank of China Ltd ICBC
ICBC 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 Industrial and Commercial Bank of China Ltd ICBC, ICBC Technology Co Ltd filed Critical Industrial and Commercial Bank of China Ltd ICBC
Priority to CN202311655887.3A priority Critical patent/CN117472410A/en
Publication of CN117472410A publication Critical patent/CN117472410A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • 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 disclosure provides a method for updating a development tool in a componentized development project, which can be applied to the technical field of computers and the technical field of big data. The method comprises the following steps: the version number of the development tool in which the development project is registered is acquired as a first version number. The version number of the update development tool is obtained as a second version number. The first version number and the second version number are compared. Judging the update logic of the update development tool, and if the update logic is internal logic update, registering the first update development tool to complete update; if the update logic is a method update, registering the second update development tool through the gray scale service to complete the update. The disclosure also provides an updating apparatus, a computing device, a medium and a program product of the development tool in the componentized development project.

Description

Method, device and equipment for updating development tool in componentized development project
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, a medium, and a program product for updating a development tool in a componentized development project.
Background
Along with the rapid development of the front-end page logic of a business system in the technical field of UI automation test, more and more enterprises start selenium secondary development and encapsulation of original APIs, the modularized and development tool assembly development mode of the selenium automation test framework is applied more and more widely, and the automation test framework needs to be detached and assembled by assembly, so that the universality of the assembly is achieved, and the maintenance cost is reduced. The method has great benefits for automatic framework engineering, improves the extensibility of code functions, reduces the complexity of development, and greatly improves the development efficiency of the UI automatic test framework.
The same common component is generally used in a plurality of test projects and pages in the industry, and the more the projects and pages are, the more obvious the advantage of componentization is. However, if there are multiple projects using one development tool component at the same time, if the development tool component has a defect, the code of the development tool component needs to be updated and modified first, then the multiple projects using the component are updated sequentially, and finally the packaged deployment is performed again. However, when the number of projects is huge, the development tool component updating mode consumes a great amount of computer resources and needs maintenance cost, reduces the updating reliability and increases the risk of the projects.
Disclosure of Invention
In view of the foregoing, the present disclosure provides a method, apparatus, device, medium, and program product for updating a development tool in a componentized development project.
According to a first aspect of the present disclosure, the method comprises:
acquiring a version number of a development tool registered by a development project as a first version number;
acquiring a version number of the update development tool as a second version number;
comparing the first version number with the second version number to generate a comparison result;
judging the update logic of the update development tool according to the comparison result;
if the update logic of the update development tool is internal logic update, taking the update development tool with the update logic being internal logic update as a first update development tool, canceling the registered development tool in the development project, registering the first update development tool in the development project, and completing the update of the development tool in the development project; and
and if the update logic of the update development tool is method update, taking the update development tool with the update logic being method update as a second update development tool, and registering the second update development tool into the development project through gray service to finish the update of the development tool in the development project.
According to an embodiment of the present disclosure, the obtaining a version number of the update development tool, as a second version number, includes:
acquiring an interface of an automatic test tool;
acquiring updated software development tools and version numbers of the updated software development tools;
packaging the interface of the automatic test tool and the updated software development tool to generate an updated development tool;
generating a version number of the updated development tool according to the version number of the updated software development tool; and
the version number of the update development tool is obtained as a second version number.
According to an embodiment of the disclosure, comparing the first version number and the second version number to generate a comparison result includes:
performing character segmentation processing on the first version number to obtain the character number of the first version number as a first character number;
performing character segmentation processing on the second version number to obtain the number of characters of the second version number, wherein the number of characters is used as a second number of characters; and
and comparing the first character number with the second character number to generate the comparison result.
According to an embodiment of the disclosure, the determining, according to the comparison result, the update logic of the update development tool includes:
If the comparison result is that the first character number is different from the second character number, judging that the update logic is internal logic update; and
and if the comparison result is that the first character number is the same as the second character number, judging that the updating logic is updated by a method.
According to an embodiment of the present disclosure, registering the first update development tool in the development project includes:
importing the first update development tool into the development project;
initializing the first update development tool;
acquiring parameters of the development project;
configuring parameters of the first updated development tool according to the parameters of the development project; and
the first updated development tool is registered into the development project based on parameters of the first updated development tool.
According to an embodiment of the present disclosure, registering the second update development tool into the development project through a gray scale service includes:
sending an update notification to a development project needing to be updated by a development tool;
receiving feedback information of a development project to be updated by a development tool; and
and if the feedback information comprises an update request, registering the second update development tool in the development project.
According to a second aspect of the present disclosure, there is provided an updating apparatus of a development tool in a componentized development project, the apparatus comprising: the first acquisition module is used for acquiring the version number of the development tool registered by the development project as a first version number;
the second acquisition module is used for acquiring the version number of the update development tool as a second version number;
the first comparison module is used for comparing the first version number with the second version number to generate a comparison result;
the judging module is used for judging the update logic of the update development tool according to the comparison result;
the first registration module is used for taking the update development tool with the update logic updated as the internal logic as a first update development tool if the update logic of the update development tool is updated as the internal logic, logging off the registered development tool in the development project, registering the first update development tool in the development project, and completing the update of the development tool in the development project; and
and the second registration module is used for taking the update development tool with the update logic updated by the method as a second update development tool if the update logic of the update development tool is updated by the method, registering the second update development tool into the development project through the gray scale service, and finishing the update of the development tool in the development project.
According to an embodiment of the present disclosure, the second obtaining module includes:
the third acquisition module is used for acquiring an interface of the automatic test tool;
a fourth obtaining module, configured to obtain an updated software development tool and version numbers of the updated software development tool;
the first generation module is used for packaging the interface of the automatic test tool and the updated software development tool to generate an updated development tool;
the second generation module is used for generating a version number of the updated development tool according to the version number of the updated software development tool; and
and a fifth obtaining module, configured to obtain a version number of the update development tool as the second version number.
According to an embodiment of the present disclosure, the comparison module includes:
the first processing module is used for carrying out character segmentation processing on the first version number to obtain the number of characters of the first version number, and the number of characters is used as a first number of characters;
the second processing module is used for carrying out character segmentation processing on the second version number to obtain the number of characters of the second version number, and the number of characters is used as a second number of characters; and
and the third generation module is used for comparing the first character quantity with the second character quantity to generate the comparison result.
According to an embodiment of the present disclosure, the first judging module includes:
the second judging module is used for judging that the update logic is internal logic update if the comparison result is that the first character number is different from the second character number; and
and the third judging module is used for judging that the updating logic is updated by a method if the comparison result is that the first character number is the same as the second character number.
According to an embodiment of the present disclosure, the first registration module includes:
an importing module for importing the first update development tool into the development project;
an initialization module for initializing the first update development tool;
a sixth acquisition module, configured to acquire parameters of the development project;
the configuration module is used for configuring the parameters of the first updated development tool according to the parameters of the development project; and
and the third registration module is used for registering the first updated development tool into the development project based on the parameters of the first updated development tool.
According to an embodiment of the present disclosure, the second registration module includes:
the sending module is used for sending the update notification to a development project needing to be updated by the development tool;
The receiving module is used for receiving feedback information of a development project which needs to be updated by the development tool; and
and a fourth registration module, configured to register the second update development tool to the development project if the feedback information includes an update request.
According to a third aspect of the present disclosure there is provided an electronic device comprising:
one or more processors;
storage means for storing one or more programs,
wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the method of updating a development tool in the componentized development project described above.
According to a fourth aspect of the present disclosure there is provided a computer readable storage medium having stored thereon executable instructions that, when executed by a processor, cause the processor to perform a method of updating a development tool in a componentized development project as described above.
There is also provided in accordance with a fifth aspect of the present disclosure a computer program product comprising a computer program which, when executed by a processor, implements a method of updating a development tool in a modular development project as described above.
The method comprises the steps of comparing new version numbers and old version numbers of development tools in a componentized development project, distinguishing and classifying update logic of update development tools, and directly registering and updating when the update logic of the update development tools is judged to be internal logic update; when the update logic of the update development tool is judged to be updated by a method, the technical means of registration update is carried out through gray service, so that the code reusability can be improved, the project complexity is reduced, and meanwhile, the technical effects of saving the memory resources of a computer and reducing the maintenance cost are realized by carrying out differential classification and classification update on the update logic. When the update logic updated by the development tool is internal logic update, the automatic update without sense is directly carried out without redeployment, and the technical effect of saving maintenance cost is realized; when the update logic of the development tool is method update, the risk of method update is reduced through gray service, and the technical effect of the reliability of the update tool is improved.
Drawings
The foregoing and other objects, features and advantages of the disclosure will be more apparent from the following description of embodiments of the disclosure with reference to the accompanying drawings, in which:
FIG. 1 schematically illustrates an application scenario diagram of a method and apparatus for updating a development tool in a componentized development project according to an embodiment of the present disclosure;
FIG. 2 schematically illustrates a flow diagram of a method of updating a development tool in a componentized development project in accordance with an embodiment of the disclosure;
FIG. 3 schematically illustrates a flow diagram of generating a second version number in a method of updating a development tool in a componentized development project in accordance with an embodiment of the disclosure;
FIG. 4 schematically illustrates a flow chart of generating a comparison result in a method of updating a development tool in a componentized development project in accordance with an embodiment of the disclosure;
FIG. 5 schematically illustrates a flow diagram of determining update logic in an update method of a development tool in a componentized development project in accordance with an embodiment of the disclosure;
FIG. 6 schematically illustrates a flow diagram of direct registration in a method of updating a development tool in a componentized development project in accordance with an embodiment of the disclosure;
FIG. 7 schematically illustrates a flow diagram of gray scale updating in a method of updating a development tool in a componentized development project in accordance with an embodiment of the disclosure;
FIG. 8 schematically illustrates an architecture diagram of an update of a development tool in a componentized development project in accordance with an embodiment of the disclosure;
FIG. 9 schematically illustrates an interaction diagram of an update of a development tool in a componentized development project in accordance with an embodiment of the disclosure;
FIG. 10 schematically illustrates a block diagram of an update apparatus of a development tool in a componentized development project in accordance with an embodiment of the disclosure;
FIG. 11 schematically illustrates a block diagram of a second acquisition module in an update apparatus of a development tool in a componentized development project in accordance with an embodiment of the disclosure;
FIG. 12 schematically illustrates a block diagram of a comparison module in an update apparatus of a development tool in a componentized development project in accordance with an embodiment of the disclosure;
FIG. 13 schematically illustrates a block diagram of a first determination module in an update apparatus of a development tool in a componentized development project according to an embodiment of the present disclosure;
FIG. 14 schematically illustrates a block diagram of a first registration module in an update apparatus of a development tool in a componentized development project in accordance with an embodiment of the disclosure;
FIG. 15 schematically illustrates a block diagram of a second registration module in an update apparatus of a development tool in a componentized development project in accordance with an embodiment of the disclosure;
Fig. 16 schematically illustrates a block diagram of an electronic device adapted to implement a method of updating a development tool in a componentized development project, in accordance with an embodiment of the disclosure.
Detailed Description
Hereinafter, embodiments of the present disclosure will be described with reference to the accompanying drawings. It should be understood that the description is only exemplary and is not intended to limit the scope of the present disclosure. In the following detailed description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the embodiments of the present disclosure. It may be evident, however, that one or more embodiments may be practiced without these specific details. In addition, in the following description, descriptions of well-known structures and techniques are omitted so as not to unnecessarily obscure the concepts of the present disclosure.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. The terms "comprises," "comprising," and/or the like, as used herein, specify the presence of stated features, steps, operations, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, or components.
All terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art unless otherwise defined. It should be noted that the terms used herein should be construed to have meanings consistent with the context of the present specification and should not be construed in an idealized or overly formal manner.
Where expressions like at least one of "A, B and C, etc. are used, the expressions should generally be interpreted in accordance with the meaning as commonly understood by those skilled in the art (e.g.," a system having at least one of A, B and C "shall include, but not be limited to, a system having a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.). Where a formulation similar to at least one of "A, B or C, etc." is used, in general such a formulation should be interpreted in accordance with the ordinary understanding of one skilled in the art (e.g. "a system with at least one of A, B or C" would include but not be limited to systems with a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.).
Some of the block diagrams and/or flowchart illustrations are shown in the figures. It will be understood that some blocks of the block diagrams and/or flowchart illustrations, or combinations of blocks in the block diagrams and/or flowchart illustrations, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable control apparatus, such that the instructions, when executed by the processor, create means for implementing the functions/acts specified in the block diagrams and/or flowchart.
First, technical terms appearing herein are explained as follows:
the whole course of the UI in UI automation testing is User Interface, i.e., user Interface. The UI automation test framework is a software tool for automating the execution of test cases that are primarily used to verify the functionality and performance of a user interface. The UI automatic test is to automatically test the user interface layer of the program by means of an automatic tool, so that the test efficiency and accuracy are improved, the UI automatic test is widely applied to the Web end and the App section, and main tools comprise Selenium, appium and the like.
Selenium is an automated testing tool for testing the functionality and user interface of Web applications. It supports multiple programming languages, including Java, python, C # and the like, and can be integrated with multiple browsers, such as Chrome, firefox, safari and the like. The Selenium provides a set of APIs that can simulate user operations in a browser, such as clicking on a button, entering text, selecting a drop down list, and so forth. It also provides some advanced functionality, such as screenshot, assertions, data driven testing, etc., which can help developers to efficiently write and maintain automated test scripts.
The SDK is known in its entirety as Software Development Kit, a software development tool. It is a set of tools for developing application software for a particular platform, system or programming language. SDKs typically include interface files, library files, help documents, development examples, and utilities that may help developers integrate third party software or services. The SDK is different from the API (i.e., program application interface), which can be regarded as a function having a specific function; while an SDK is an aggregate that contains many functional functions, i.e., a toolkit. An API is typically called in the context of an SDK to use specific functions of the API.
The componentization technology is a software development method, and aims to decompose a large application program into a plurality of independent and reusable small components, and the technology has application in various development environments, such as Web development, android development and the like. The componentization development greatly improves the reusability of codes, reduces the maintenance cost and simultaneously spends the efficiency of team division work cooperation.
The embodiment of the disclosure provides a method for updating a development tool in a componentized development project, which comprises the following steps: the version number of the development tool in which the development project is registered is acquired as a first version number. The version number of the update development tool is obtained as a second version number. And comparing the first version number with the second version number to generate a comparison result. Judging the update logic of the update development tool according to the comparison result, if the update logic of the update development tool is internal logic update, taking the update development tool with the update logic updated by the internal logic as a first update development tool, canceling the registered development tool in the development project, registering the first update development tool in the development project, and completing the update of the development tool in the development project; and if the update logic of the update development tool is method update, taking the update development tool with the update logic being method update as a second update development tool, and registering the second update development tool into the development project through gray service to finish the update of the development tool in the development project.
The method comprises the steps of comparing new version numbers and old version numbers of development tools in a componentized development project, distinguishing and classifying update logic of the update development tools, and directly registering and updating when judging that the update logic of the update development tools is internal logic update; when the update logic of the update development tool is judged to be updated by a method, the technical means of registration update is carried out through gray service, so that the code reusability can be improved, the project complexity is reduced, and meanwhile, the technical effects of saving the memory resources of a computer and reducing the maintenance cost are realized by carrying out differential classification and classification update on the update logic. When the update logic updated by the development tool is internal logic update, the automatic update without sense is directly carried out without redeployment, and the technical effect of saving maintenance cost is realized; when the update logic of the development tool is method update, the risk of method update is reduced through gray service, and the technical effect of the reliability of the update tool is improved.
FIG. 1 schematically illustrates an application scenario diagram of a method and apparatus for updating a development tool in a componentized development project according to an embodiment of the disclosure. It should be noted that fig. 1 is merely an example of a scenario in which embodiments of the present disclosure may be applied to assist those skilled in the art in understanding the technical content of the present disclosure, but does not mean that embodiments of the present disclosure may not be used in other devices, systems, environments, or scenarios.
As shown in fig. 1, the application scenario 100 according to this embodiment may include a plurality of application terminals and application servers. For example, the plurality of application terminals includes an application terminal 101, an application terminal 102, an application terminal 103, and the like. The network 104 is used as a medium to provide communication links between the terminal devices 101, 102, 103 and the server 105. The network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
The user may interact with the application server 105 via the network 104 using the application terminal devices 101, 102, 103 to receive or send messages or the like. Various application programs such as shopping class applications, web browser applications, search class applications, instant messaging tools, mailbox clients, social platform software, etc. (by way of example only) may be installed on the application terminal devices 101, 102, 103.
The terminal devices 101, 102, 103 may be a variety of electronic devices having a display screen and supporting web browsing, including but not limited to smartphones, tablets, laptop and desktop computers, and the like.
The server 105 may be a server providing various services, such as a background management server (by way of example only) providing support for websites browsed by users using the terminal devices 101, 102, 103. The background management server may analyze and process the received data such as the user request, and feed back the processing result (e.g., the web page, information, or data obtained or generated according to the user request) to the terminal device.
It should be noted that, the method for updating the development tool in the componentized development project provided by the embodiments of the present disclosure may be generally performed by the server 105. Accordingly, the updating device of the development tool in the componentized development project provided by the embodiments of the present disclosure may be generally disposed in the server 105. The method for updating the development tool in the componentized development project provided by the embodiments of the present disclosure may also be performed by a server or a server cluster that is different from the server 105 and is capable of communicating with the terminal devices 101, 102, 103 and/or the server 105. Accordingly, the updating device of the development tool in the componentized development project provided by the embodiments of the present disclosure may also be provided in a server or a server cluster that is different from the server 105 and is capable of communicating with the terminal devices 101, 102, 103 and/or the server 105.
It should be understood that the number of terminal devices, networks and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
The method of updating the development tool in the componentized development project of the disclosed embodiment will be described in detail below with reference to fig. 2 to 9 based on the scenario described in fig. 1. It should be noted that the above application scenario is only shown for the convenience of understanding the spirit and principles of the present disclosure, and the embodiments of the present disclosure are not limited in any way in this respect. Rather, embodiments of the present disclosure may be applied to any scenario where applicable.
FIG. 2 schematically illustrates a flow chart of a method of updating a development tool in a componentized development project in accordance with an embodiment of the disclosure.
As shown in fig. 2, the method 200 includes steps S201 to S206.
In step S201, a version number of a development tool whose development project has been registered is acquired as a first version number.
For example, the version number of the development tool in which the development project has been registered is SDK V1, and SDK V1 can be the first version number.
Step S202, a version number of the update development tool is obtained as a second version number.
Fig. 3 schematically illustrates a flowchart of generating a second version number in a method of updating a development tool in a componentized development project according to an embodiment of the disclosure.
As shown in fig. 3, the method 300 includes steps S301 to S305.
Step S301, an interface of an automated test tool is acquired.
For example, the API to acquire selenium, which itself does not directly provide the API to acquire interface data, may be implemented in some indirect manner. For example, the selenium and the third party library selenium-wire may be used in combination to obtain interface response data to form a selenium interface. Or in chord browser based automated testing, API queries provided by webdriver may be used. Specifically, the interface data may be acquired using a network.
Step S302, the updated software development tool and the version numbers of the updated software development tool are obtained.
For example, the server may access the SDK official website at regular time to acquire the latest version of the SDK in the SDK official website and the version number of the latest version of the SDK.
And step S303, packaging the interface of the automatic test tool and the software development tool to generate an updated development tool.
For example, the selenium's API and the latest version of the SDK may be secondarily encapsulated into an update SDK package.
Step S304, generating the version number of the updated development tool according to the version number of the updated software development tool.
For example, the version number of the SDK package is updated after the secondary package is generated according to the version number of the latest version of the SDK.
In step S305, the version number of the update development tool is acquired as the second version number.
For example, the version number of the SDK packet is updated after the secondary encapsulation as the second version number. For example, the second version number may be SDK V1' or SDK V2.
The decoupling of the automated test tool, the software development tool and the tested system business is realized by packaging the interface of the native automated test tool and the software development tool into independent updating development tools.
Referring back to fig. 2, in step S203, the first version number and the second version number are compared to generate a comparison result.
FIG. 4 schematically illustrates a flow chart of generating a comparison result in a method of updating a development tool in a componentized development project in accordance with an embodiment of the disclosure.
As shown in fig. 4, the method 400 includes steps S401 to S403.
Step S401, performing character segmentation processing on the first version number, to obtain the number of characters of the first version number, as a first number of characters.
For example, when the first version number is SDK V1, the first version number is subjected to character segmentation processing to obtain 'S', 'D', 'K', 'V', and '1', and the characters are counted to obtain the number of characters of the first version number as 5, which is the first number of characters.
And step S402, performing character segmentation processing on the second version number to obtain the number of characters of the second version number, wherein the number of characters is used as a second number of characters.
For example, when the second version number is SDK V1', character segmentation processing is performed on the second version number to obtain ' S ', ' D ', ' K ', ' V ', '1', and ' V ', and statistics is performed on the characters to obtain the number of characters of the first version number as 6, which is the second number of characters.
When the second version number is SDK V2, character segmentation processing is carried out on the second version number to obtain 'S', 'D', 'K', 'V', '2', and statistics is carried out on characters to obtain the number of the characters of the first version number as 2, wherein the number of the characters is used as the second number of the characters.
Step S403, comparing the first number of characters with the second number of characters to generate the comparison result.
For example, when the second version number is SDK V1', the second character number is compared with the first character number to generate a comparison result; or when the second version number is SDK V2, the second character number is compared with the first character number, and a comparison result is generated.
The update logic of the logic internal update and the update of the method can be intuitively and effectively distinguished through character quantity comparison.
Referring back to fig. 2, in step S204, the update logic of the update development tool is determined according to the comparison result.
FIG. 5 schematically illustrates a flow diagram of determining update logic in a method of updating a development tool in a componentized development project in accordance with an embodiment of the disclosure.
As shown in fig. 5, the method 500 includes steps S501 to S502.
In step S501, if the comparison result is that the first number of characters is different from the second number of characters, the update logic is determined to be an internal logic update.
For example, when the second version number is SDK V1', the second character number "6" is compared with the first character number "5", and if the first character number is different from the second character number, the update logic is determined to be an internal logic update.
Step S502, if the comparison result is that the first number of characters is the same as the second number of characters, determining that the update logic is a method update.
For example, when the second version number is SDK V2', the second character number "5" is compared with the first character number "5", and the first character number is the same as the second character number, and the update logic is judged to be the method update.
Through the method, when the number of characters is inconsistent, the logic internal update can be further determined; and updating the method when the number of characters is consistent.
Referring back to fig. 2, in step S205, if the update logic of the update development tool is an internal logic update, the update development tool whose update logic is an internal logic update is taken as a first update development tool, the registered development tools in the development project are logged out, and the first update development tool is registered in the development project to complete the update of the development tools in the development project.
FIG. 6 schematically illustrates a flow chart of direct registration in a method of updating a development tool in a componentized development project in accordance with an embodiment of the disclosure.
As shown in fig. 6, the method 600 includes steps S601 to S605.
Step S601, importing the first update development tool into the development project.
For example, the first update development tool may be copied into the project catalog.
Step S602, initializing the first update development tool.
Step S603, acquiring parameters of the development project.
Step S604, configuring parameters of the first updated development tool according to the parameters of the development project.
For example, parameter configuration related to the SDK may be found in a configuration file according to parameters of the development project, and parameter values may be modified according to the configuration.
Step S605 registers the first updated development tool in the development project based on the parameters of the first updated development tool.
By the method, when the updated logic updated by the development tool is internal logic update, the automatic update without sense can be directly carried out without redeployment, and the technical effect of saving maintenance cost is achieved.
Referring back to fig. 2, in step S206, if the update logic of the update development tool is a method update, the update development tool whose update logic is a method update is used as a second update development tool, and the second update development tool is registered in the development project through the gray service, so that the update of the development tool in the development project is completed.
Fig. 7 schematically illustrates a flowchart of gray scale updating in the updating method of the development tool in the componentized development project according to the embodiment of the present disclosure.
As shown in fig. 7, the method 700 includes steps S701 to S703.
Step S701, an update notification is sent to a development project for which a development tool is to be updated.
Step S702 receives feedback information of a development project to be updated by the development tool.
Step S703, if the feedback information includes an update request, registering the second update development tool in the development project.
By the method, the risk of updating the method can be reduced and the reliability of the updating tool can be improved by the method for carrying out gray scale service according to the feedback information.
FIG. 8 schematically illustrates an updated architecture diagram of a development tool in a componentized development project in accordance with an embodiment of the disclosure.
FIG. 9 schematically illustrates an interaction diagram of the updating of a development tool in a componentized development project in accordance with an embodiment of the disclosure.
As shown in fig. 8 and fig. 9, the method can provide complete service sets such as selenium native API and tool SDK encapsulation, automatic notification of SDK service update, message pushing, automatic deployment, and the like, and can secondarily encapsulate the selenium native API and tool into an independent SDK package, and realize external service by calling a service interface. Thus, the decoupling of the selenium API and tools (such as excel driver, file reading tool class and the like) and the tested system service is realized. In one embodiment, separate tool middleware services are provided, including functions of a registry, routing control, gray scale services, notification services, dispatch centers, log services, and the like. The registration center actively initiates interface methods for scanning different version SDKs, compares the interface methods with the interface methods of the base line version SDKs, judges the version SDKs to be method update or SDK internal logic update, and registers relevant information of the version SDKs in the registration center. For example, when the SDK V1 version is updated to the SDK V1' version, the external method and parameters are not changed, and the internal logic update is judged; when the SDK V1 version is updated to the SDK V2 version, the external Method and parameters are changed, the Method3 is newly added, and the Method is judged to be updated. The registration center has the registration information updated and then invokes the routing control, and the routing control decides to invoke the subsequent service. When the SDK registers as "internal logical update," the "dispatch center" is invoked to automatically push the SDK package to entry 1, which uses the SDK V1 version. The SDK can automatically update the SDK package by the bug repairing and function optimizing version under the condition of not changing the external API. When the SDK is registered as 'method update', the 'gray service' is called, and the gray service configuration file is used for judging which services can use the SDK version, then the 'notification service' is called, the 'dispatch center' is called by the 'notification service', the service notifies the entry 2 that the SDK version has update, and the entry 2 can actively send an update request to update the version when the requirement of using the SDK V2 version is needed. Therefore, the method can realize that the SDK can automatically and actively inform the entrance 2 using the SDK under the condition of updating the external API, and simultaneously greatly enhances the ductility and suitability of the SDK.
By the method, automatic deployment, update notification and unified operation and maintenance capability can be realized. The application project range is enlarged, the version package is automatically pushed, the test cost is reduced, various technologies such as selenium, httpclient, webdrier are combined, the stability of the scene test execution with high complexity is ensured, and the test efficiency is improved.
FIG. 10 schematically illustrates a block diagram of an update apparatus of a development tool in a componentized development project in accordance with an embodiment of the disclosure.
As shown in fig. 10, the updating apparatus 1000 of the development tool in the componentized development project includes: a first obtaining module 1001, a second obtaining module 1002, a comparing module 1003, a first judging module 1004, a first registering module 1005, and a second registering module 1006.
The first obtaining module 1001 is configured to obtain, as a first version number, a version number of a development tool in which a development project is registered. In an embodiment, the first obtaining module 1001 may be used to perform the step S201 described above, which is not described herein.
Referring back to fig. 10, a second obtaining module 1002 is configured to obtain, as a second version number, a version number of the update development tool. In an embodiment, the second obtaining module 1002 may be configured to perform step S202 described above.
Fig. 11 schematically illustrates a block diagram of a second acquisition module in an updating apparatus of a development tool in a componentized development project according to an embodiment of the present disclosure.
As shown in fig. 11, the second acquisition module 1002 includes a third acquisition module 1101, a fourth acquisition module 1102, a first generation module 1103, a second generation module 1104, and a fifth acquisition module 1105.
A third obtaining module 1101 is configured to obtain an interface of the automated test tool. In an embodiment, the third obtaining module 1101 may be configured to perform the step S301 described above, which is not described herein.
A fourth obtaining module 1102, configured to obtain updated software development tools and version numbers of the updated software development tools. In an embodiment, the fourth obtaining module 1102 may be configured to perform the step S302 described above, which is not described herein.
A first generating module 1103, configured to package the interface of the automated test tool and the updated software development tool, and generate an updated development tool. In an embodiment, the first generating module 1103 may be configured to perform the step S303 described above, which is not described herein.
And the second generating module 1104 is configured to generate a version number of the updated development tool according to the version number of the updated software development tool. In an embodiment, the second generating module 1104 may be used to perform the step S304 described above, which is not described herein.
A fifth obtaining module 1105 is configured to obtain a version number of the update development tool as the second version number. In an embodiment, the fifth obtaining module 1105 may be configured to perform the step S305 described above, which is not described herein.
Referring back to fig. 10, the comparing module 1003 is configured to compare the first version number with the second version number, and generate a comparison result. In an embodiment, the comparison module 1003 may be used to perform step S203 described previously.
FIG. 12 schematically illustrates a block diagram of a comparison module in an update apparatus of a development tool in a componentized development project according to an embodiment of the present disclosure.
As shown in fig. 12, the comparing module 1003 includes a first processing module 1201, a second processing module 1202, and a third generating module 1203.
The first processing module 1 is configured to perform character segmentation processing on the first version number, and obtain the number of characters of the first version number as a first number of characters. In an embodiment, the first processing module 1201 may be used to perform the step S401 described above, which is not described herein.
And a second processing module 1202, configured to perform character segmentation processing on the second version number, obtain the number of characters of the second version number, and use the number of characters as a second number of characters. In an embodiment, the second processing module 1202 may be configured to perform the step S402 described above, which is not described herein.
The third generating module 1203 is configured to pair the first number of characters with the second number of characters to generate the comparison result. In an embodiment, the third generating module 1203 may be configured to perform the step S403 described above, which is not described herein.
Referring back to fig. 10, a first determining module 1004 is configured to determine, according to the comparison result, update logic of the update development tool. In an embodiment, the first determining module 1004 may be configured to perform step S204 described above.
Fig. 13 schematically shows a block diagram of a first judgment module in an updating apparatus of a development tool in a componentized development project according to an embodiment of the present disclosure.
As shown in fig. 13, the first judgment module 1004 includes a second judgment module 1301 and a third judgment module 1302.
And a second determining module 1301, configured to determine that the update logic is an internal logic update if the comparison result is that the first number of characters is different from the second number of characters. In an embodiment, the second determining module 1301 may be configured to execute the step S501 described above, which is not described herein.
A third determining module 1302, configured to determine that the update logic is a method update if the comparison result is that the first number of characters is the same as the second number of characters. In an embodiment, the third determining module 1302 may be configured to perform the step S502 described above, which is not described herein.
Referring back to fig. 10, a first registration module 1005 is configured to, if the update logic of the update development tool is an internal logic update, take the update development tool whose update logic is an internal logic update as a first update development tool, cancel the registered development tool in the development project, register the first update development tool in the development project, and complete the update of the development tool in the development project. In an embodiment, the first registration module 1005 may be configured to perform step S205 described above.
Fig. 14 schematically shows a block diagram of a first registration module in an updating apparatus of a development tool in a componentized development project according to an embodiment of the present disclosure.
As shown in fig. 14, the first registration module 1005 includes an import module 1401, an initialization module 1402, a sixth acquisition module 1403, a configuration module 1404, and a third registration module 1405.
An importing module 1401, configured to import the first update development tool into the development project. In an embodiment, the importing module 1401 may be configured to perform the step S601 described above, which is not described herein.
An initialization module 1402 is configured to initialize the first update development tool. In an embodiment, the initialization module 1402 may be used to perform the step S602 described above, which is not described herein.
A sixth obtaining module 1403 is configured to obtain parameters of the development project. In an embodiment, the sixth obtaining module 1403 may be used to perform the step S603 described above, which is not described herein.
A configuration module 1404, configured to configure parameters of the first update development tool according to parameters of the development project. In an embodiment, the configuration module 1404 may be configured to perform the step S604 described above, which is not described herein.
A third registration module 1405, configured to register the first updated development tool into the development project based on the parameter of the first updated development tool. In an embodiment, the third registration module 1405 may be used to perform the step S605 described above, which is not described herein.
Referring back to fig. 10, a second registration module 1006 is configured to, if the update logic of the update development tool is a method update, take the update development tool whose update logic is a method update as a second update development tool, and register the second update development tool into the development project through a gray service, so as to complete the update of the development tool in the development project. In an embodiment, the second registration module 1006 may be configured to perform step S206 described above.
Fig. 15 schematically illustrates a block diagram of a second registration module in an updating apparatus of a development tool in a componentized development project according to an embodiment of the present disclosure.
As shown in fig. 14, the second registration module 1006 includes a transmission module 1501, a reception module 1502, and a fourth registration module 1503.
A sending module 1501, configured to send an update notification to a development project that needs to be updated by a development tool. In an embodiment, the sending module 1501 may be configured to perform the step S701 described above, which is not described herein.
The receiving module 1502 is configured to receive feedback information of a development project that needs to be updated by a development tool. In an embodiment, the receiving module 1502 may be configured to perform the step S702 described above, which is not described herein.
A fourth registration module 1503, configured to register the second update development tool in the development project if the feedback information includes an update request. In an embodiment, the fourth registration module 1503 may be used to perform the step S703 described above, which is not described herein.
According to an embodiment of the present disclosure, any of the first obtaining module 1001, the second obtaining module 1002, the comparing module 1003, and the first judging module 1004, the first registering module 1005, and the second registering module 1006 may be combined in one module to be implemented, or any of the modules may be split into a plurality of modules. Alternatively, at least some of the functionality of one or more of the modules may be combined with at least some of the functionality of other modules and implemented in one module. According to embodiments of the present disclosure, at least one of the first obtaining module 1001, the second obtaining module 1002, the comparing module 1003, and the first determining module 1004, the first registering module 1005, and the second registering module 1006 may be implemented at least in part as a hardware circuit, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or may be implemented by hardware or firmware, such as any other reasonable way of integrating or packaging the circuits, or in any one of or a suitable combination of three of software, hardware, and firmware. Alternatively, at least one of the first obtaining module 1001, the second obtaining module 1002, the comparing module 1003, and the first judging module 1004, the first registering module 1005, and the second registering module 1006 may be at least partially implemented as a computer program module, which may perform corresponding functions when being executed.
Fig. 16 schematically illustrates a block diagram of an electronic device adapted to implement a method of updating a development tool in a componentized development project, in accordance with an embodiment of the disclosure.
As shown in fig. 16, an electronic device 1600 according to an embodiment of the present disclosure includes a processor 1601 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 1602 or a program loaded from a storage section 1608 into a Random Access Memory (RAM) 1603. The processor 1601 may include, for example, a general purpose microprocessor (e.g., a CPU), an instruction set processor and/or an associated chipset and/or a special purpose microprocessor (e.g., an Application Specific Integrated Circuit (ASIC)), or the like. The processor 1601 may also include on-board memory for caching purposes. The processor 1601 may include a single processing unit or multiple processing units for performing different actions in accordance with the method flows of the disclosed embodiments.
In the RAM1603, various programs and data necessary for the operation of the electronic device 1600 are stored. The processor 1601, ROM1602, and RAM1603 are connected to each other by a bus 1604. The processor 1601 performs various operations of the method flow according to the embodiments of the present disclosure by executing programs in the ROM1602 and/or RAM 1603. Note that the program can also be stored in one or more memories other than the ROM1602 and the RAM 1603. The processor 1601 may also perform various operations of the method flow according to an embodiment of the present disclosure by executing programs stored in the one or more memories.
According to an embodiment of the disclosure, the electronic device 1600 may also include an input/output (I/O) interface 1605, the input/output (I/O) interface 1605 also being connected to the bus 1604. The electronic device 1600 may also include one or more of the following components connected to the I/O interface 1605: an input portion 1606 including a keyboard, a mouse, and the like; an output portion 1607 including a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker, and the like; a storage section 1608 including a hard disk or the like; and a communication section 1609 including a network interface card such as a LAN card, a modem, or the like. The communication section 1609 performs communication processing via a network such as the internet. The drive 1610 is also connected to the I/O interface 1605 as needed. A removable medium 1611 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is installed as needed on the drive 1610 so that a computer program read out therefrom is installed into the storage section 1608 as needed.
The present disclosure also provides a computer-readable storage medium that may be embodied in the apparatus/device/system described in the above embodiments; or may exist alone without being assembled into the apparatus/device/system. The computer-readable storage medium carries one or more programs which, when executed, implement methods in accordance with embodiments of the present disclosure.
According to embodiments of the present disclosure, the computer-readable storage medium may be a non-volatile computer-readable storage medium, which may include, for example, but is not limited to: a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this disclosure, a computer-readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. For example, according to embodiments of the present disclosure, the computer-readable storage medium may include ROM1602 and/or RAM1603 described above and/or one or more memories other than ROM1602 and RAM 1603.
Embodiments of the present disclosure also include a computer program product comprising a computer program containing program code for performing the methods shown in the flowcharts. When the computer program product runs in a computer system, the program code is used for enabling the computer system to realize the updating method of the development tool in the componentized development project provided by the embodiment of the disclosure.
The above-described functions defined in the system/apparatus of the embodiments of the present disclosure are performed when the computer program is executed by the processor 1601. The systems, apparatus, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the disclosure.
In one embodiment, the computer program may be based on a tangible storage medium such as an optical storage device, a magnetic storage device, or the like. In another embodiment, the computer program can also be transmitted, distributed over a network medium in the form of signals, downloaded and installed via the communication portion 1609, and/or from the removable medium 1611. The computer program may include program code that may be transmitted using any appropriate network medium, including but not limited to: wireless, wired, etc., or any suitable combination of the foregoing.
In such embodiments, the computer program may be downloaded and installed from a network via the communication portion 1609, and/or installed from the removable media 1611. The above-described functions defined in the system of the embodiments of the present disclosure are performed when the computer program is executed by the processor 1601. The systems, devices, apparatus, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the disclosure.
According to embodiments of the present disclosure, program code for performing computer programs provided by embodiments of the present disclosure may be written in any combination of one or more programming languages, and in particular, such computer programs may be implemented in high-level procedural and/or object-oriented programming languages, and/or assembly/machine languages. Programming languages include, but are not limited to, such as Java, c++, python, "C" or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, partly on a remote computing device, or entirely on the remote computing device or server. In the case of remote computing devices, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., connected via the Internet using an Internet service provider).
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
Those skilled in the art will appreciate that the features recited in the various embodiments of the disclosure and/or in the claims may be provided in a variety of combinations and/or combinations, even if such combinations or combinations are not explicitly recited in the disclosure. In particular, the features recited in the various embodiments of the present disclosure and/or the claims may be variously combined and/or combined without departing from the spirit and teachings of the present disclosure. All such combinations and/or combinations fall within the scope of the present disclosure.
The embodiments of the present disclosure are described above. However, these examples are for illustrative purposes only and are not intended to limit the scope of the present disclosure. Although the embodiments are described above separately, this does not mean that the measures in the embodiments cannot be used advantageously in combination. The scope of the disclosure is defined by the appended claims and equivalents thereof. Various alternatives and modifications can be made by those skilled in the art without departing from the scope of the disclosure, and such alternatives and modifications are intended to fall within the scope of the disclosure.

Claims (10)

1. A method for updating a development tool in a componentized development project, the method comprising:
acquiring a version number of a development tool registered by a development project as a first version number;
Acquiring a version number of the update development tool as a second version number;
comparing the first version number with the second version number to generate a comparison result;
judging the update logic of the update development tool according to the comparison result;
if the update logic of the update development tool is internal logic update, taking the update development tool with the update logic being internal logic update as a first update development tool, canceling the registered development tool in the development project, registering the first update development tool in the development project, and completing the update of the development tool in the development project; and
and if the update logic of the update development tool is method update, taking the update development tool with the update logic being method update as a second update development tool, and registering the second update development tool into the development project through gray service to finish the update of the development tool in the development project.
2. The method of claim 1, wherein the obtaining a version number of the update development tool as the second version number comprises:
acquiring an interface of an automatic test tool;
Acquiring updated software development tools and version numbers of the updated software development tools;
packaging the interface of the automatic test tool and the updated software development tool to generate an updated development tool;
generating a version number of the updated development tool according to the version number of the updated software development tool; and
the version number of the update development tool is obtained as a second version number.
3. The method of claim 1, wherein comparing the first version number and the second version number generates a comparison result, comprising:
performing character segmentation processing on the first version number to obtain the character number of the first version number as a first character number;
performing character segmentation processing on the second version number to obtain the number of characters of the second version number, wherein the number of characters is used as a second number of characters; and
and comparing the first character number with the second character number to generate the comparison result.
4. The method of claim 3, wherein determining the update logic of the update development tool based on the comparison result comprises:
If the comparison result is that the first character number is different from the second character number, judging that the update logic is internal logic update; and
and if the comparison result is that the first character number is the same as the second character number, judging that the updating logic is updated by a method.
5. The method of claim 1, wherein the registering the first updated development tool with the development project comprises:
importing the first update development tool into the development project;
initializing the first update development tool;
acquiring parameters of the development project;
configuring parameters of the first updated development tool according to the parameters of the development project; and
the first updated development tool is registered into the development project based on parameters of the first updated development tool.
6. The method of claim 1, wherein the registering the second updated development tool with the development project via a gray scale service comprises:
sending an update notification to a development project needing to be updated by a development tool;
receiving feedback information of a development project to be updated by a development tool; and
And if the feedback information comprises an update request, registering the second update development tool in the development project.
7. An apparatus for updating a development tool in a componentized development project, the apparatus comprising:
the first acquisition module is used for acquiring the version number of the development tool registered by the development project as a first version number;
the second acquisition module is used for acquiring the version number of the update development tool as a second version number;
the first comparison module is used for comparing the first version number with the second version number to generate a comparison result;
the judging module is used for judging the update logic of the update development tool according to the comparison result;
the first registration module is used for taking the update development tool with the update logic updated as the internal logic as a first update development tool if the update logic of the update development tool is updated as the internal logic, logging off the registered development tool in the development project, registering the first update development tool in the development project, and completing the update of the development tool in the development project; and
and the second registration module is used for taking the update development tool with the update logic updated by the method as a second update development tool if the update logic of the update development tool is updated by the method, registering the second update development tool into the development project through the gray scale service, and finishing the update of the development tool in the development project.
8. An electronic device, comprising:
one or a processor;
a storage device for storing one or a program,
wherein the one or program, when executed by the one or processor, causes the one or processor to perform the method of any of claims 1-6.
9. A computer readable storage medium having stored thereon executable instructions which when executed by a processor cause the processor to perform the method of any of claims 1 to 6.
10. A computer program product comprising a computer program which, when executed by a processor, implements the method according to any one of claims 1 to 6.
CN202311655887.3A 2023-12-05 2023-12-05 Method, device and equipment for updating development tool in componentized development project Pending CN117472410A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311655887.3A CN117472410A (en) 2023-12-05 2023-12-05 Method, device and equipment for updating development tool in componentized development project

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311655887.3A CN117472410A (en) 2023-12-05 2023-12-05 Method, device and equipment for updating development tool in componentized development project

Publications (1)

Publication Number Publication Date
CN117472410A true CN117472410A (en) 2024-01-30

Family

ID=89638034

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311655887.3A Pending CN117472410A (en) 2023-12-05 2023-12-05 Method, device and equipment for updating development tool in componentized development project

Country Status (1)

Country Link
CN (1) CN117472410A (en)

Similar Documents

Publication Publication Date Title
CN108845940B (en) Enterprise-level information system automatic function testing method and system
CN112463729A (en) Data file storage method and device, electronic equipment and medium
CN113535577A (en) Application testing method and device based on knowledge graph, electronic equipment and medium
CN112965916A (en) Page testing method, page testing device, electronic equipment and readable storage medium
CN111782520A (en) Test method and device and electronic equipment
CN111782518A (en) Test method and device and electronic equipment
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
CN112506781B (en) Test monitoring method, device, electronic equipment, storage medium and program product
CN113535565B (en) Interface use case generation method, device, equipment and medium
CN113515271B (en) Service code generation method and device, electronic equipment and readable storage medium
CN112783903B (en) Method and device for generating update log
CN117472410A (en) Method, device and equipment for updating development tool in componentized development project
CN114116509A (en) Program analysis method, program analysis device, electronic device, and storage medium
CN113918525A (en) Data exchange scheduling method, system, electronic device, medium, and program product
CN112966167A (en) Data crawling method, device, computer system and computer readable storage medium
CN113032256B (en) Automated testing method, apparatus, computer system, and readable storage medium
CN112068814A (en) Method, device, system and medium for generating executable file
CN116452208B (en) Method, device, equipment and medium for determining change transaction code
CN115421738A (en) Version deployment method and device, electronic equipment and storage medium
CN113032256A (en) Automatic test method, device, computer system and readable storage medium
CN115016827A (en) Method, device, electronic equipment and medium for deploying JAVA application
CN115629983A (en) Test case set generation method, device, equipment and medium
CN114266547A (en) Method, device, equipment, medium and program product for identifying business processing strategy
CN116821158A (en) Structured query statement generation method and device, electronic equipment and storage medium
CN114385159A (en) File processing method and device, electronic equipment and computer readable 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