CN116382660A - Platform development method, system, computer equipment and storage medium - Google Patents

Platform development method, system, computer equipment and storage medium Download PDF

Info

Publication number
CN116382660A
CN116382660A CN202310658599.7A CN202310658599A CN116382660A CN 116382660 A CN116382660 A CN 116382660A CN 202310658599 A CN202310658599 A CN 202310658599A CN 116382660 A CN116382660 A CN 116382660A
Authority
CN
China
Prior art keywords
code program
code
test
program
platform
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
CN202310658599.7A
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.)
Tianjin Jincheng Bank Ltd By Share Ltd
Original Assignee
Tianjin Jincheng Bank Ltd By Share 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 Tianjin Jincheng Bank Ltd By Share Ltd filed Critical Tianjin Jincheng Bank Ltd By Share Ltd
Priority to CN202310658599.7A priority Critical patent/CN116382660A/en
Publication of CN116382660A publication Critical patent/CN116382660A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • 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
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/76Adapting program code to run in a different environment; Porting
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Abstract

The invention relates to the field of development management, and discloses a platform development method, a system, computer equipment and a storage medium, wherein the method is applied to a visual code development platform, and comprises the following steps: receiving and storing an input code program on line; when a stored code program needs to be issued, acquiring a corresponding code program, and testing the code program; requesting test data to an upstream service system according to test content, inputting the test data into the code program to be tested to obtain output characteristic quantity, and determining a test result of the code program according to the characteristic quantity; and performing online release operation on the code program according to the test result. The development and test of the codes are integrated, the release steps of the codes are simplified, and the production efficiency is improved.

Description

Platform development method, system, computer equipment and storage medium
Technical Field
The present invention relates to the field of development management, and in particular, to a platform development method, a system, a computer device, and a storage medium.
Background
When the production side needs some business demands, the development side is often required to edit codes and release versions according to the demand documents provided by the product business side, however, the code development period is long, the testing efficiency is low, the procedures are complex, the steps are numerous, the method is not suitable for the current faster and faster development and output rhythm, a plurality of different system platforms are required to be taken care of, and the pressure of developers is greatly increased.
Disclosure of Invention
In a first aspect, the present application provides a platform development method applied to a visual code development platform, where the method includes:
receiving and storing an input code program on line;
when a stored code program needs to be issued, acquiring a corresponding code program, and testing the code program;
requesting test data to an upstream service system according to test content, inputting the test data into the code program to be tested to obtain output characteristic quantity, and determining a test result of the code program according to the characteristic quantity;
and performing online release operation on the code program according to the test result.
Further, the performing online publishing operation on the code program according to the test result includes:
the test result comprises a condition meeting a preset test target and a condition not meeting the preset test target;
and if the test result meets the preset test target, uploading the code program and the corresponding number to a release path of a storage server through a simple storage service.
Further, when any of the service systems needs to use the code program, the method further includes:
receiving a service number sent by the service system;
downloading a corresponding code program from a release path of the storage server according to the service number, and acquiring data to be processed from the upstream service system;
and taking the data to be processed as an input value of the code program, acquiring a return value of the code program, and sending the return value to the service system to perform corresponding service operation.
Further, the determining the test result of the code program according to the feature quantity includes:
comparing the characteristic quantity with a theoretical value of the test content to determine whether the characteristic quantity meets the test requirement;
if the characteristic quantity meets the test requirement, the test result meets a preset test target, otherwise, the test result does not meet the preset test target.
Further, the requesting test data from the upstream service system according to the test content includes:
determining service numbers corresponding to the code program and the test content according to the code program and the test content to be tested;
and sending the service number to the service system to request actual data in a production environment, and taking the actual data as test data.
Further, the receiving and online storing the input code program includes:
receiving an input code program in real time, and sending the code program to a local database for storage when a storage command is received;
if the code program needs to be tested, the code program is uploaded to a storage path of a storage server through a simple storage service.
Further, when the code program needs to be issued, acquiring the corresponding code program includes:
and detecting whether the code program is in the local database, and if the code program is not in the local database, downloading the code program from the storage server.
In a second aspect, the present application further provides a platform development system, including: a visual code development platform and a storage server;
the visual code development platform is in communication connection with the storage server, and the storage server is used for storing a code program to be tested and a code program to be issued;
the visual code development platform is used for receiving and storing an input code program, acquiring a corresponding code program when the stored code program needs to be released, and testing the code program;
the visual code development platform is also used for requesting test data to an upstream service system according to test content, inputting the test data into the code program to be tested to obtain output characteristic quantity, determining a test result of the code program according to the characteristic quantity, and performing online release operation on the code program according to the test result;
in a third aspect, the present application also provides a computer device comprising a processor and a memory, the memory storing a computer program that, when run on the processor, performs the method of platform development.
In a fourth aspect, the present application also provides a readable storage medium storing a computer program which, when run on a processor, performs the method of platform development.
The invention discloses a platform development method, a system, computer equipment and a storage medium, wherein the method is applied to a visual code development platform, and comprises the following steps: receiving and storing an input code program on line; when a stored code program needs to be issued, acquiring a corresponding code program, and testing the code program; requesting test data to an upstream service system according to test content, inputting the test data into the code program to be tested to obtain output characteristic quantity, and determining a test result of the code program according to the characteristic quantity; and performing online release operation on the code program according to the test result. The development and test of the codes are integrated, the release steps of the codes are simplified, the test workload is reduced, and the credibility of test results is improved because actual production data are used, so that the production efficiency is improved.
Drawings
In order to more clearly illustrate the technical solutions of the present invention, the drawings that are required for the embodiments will be briefly described, it being understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope of the present invention. Like elements are numbered alike in the various figures.
FIG. 1 shows a schematic structural diagram of a platform development system according to an embodiment of the present application;
FIG. 2 is a schematic flow chart of a platform development method according to an embodiment of the application;
fig. 3 shows a schematic diagram of a service execution flow according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments.
The components of the embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the invention, as presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be made by a person skilled in the art without making any inventive effort, are intended to be within the scope of the present invention.
The terms "comprises," "comprising," "including," or any other variation thereof, are intended to cover a specific feature, number, step, operation, element, component, or combination of the foregoing, which may be used in various embodiments of the present invention, and are not intended to first exclude the presence of or increase the likelihood of one or more other features, numbers, steps, operations, elements, components, or combinations of the foregoing.
Furthermore, the terms "first," "second," "third," and the like are used merely to distinguish between descriptions and should not be construed as indicating or implying relative importance.
Unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which various embodiments of the invention belong. The terms (such as those defined in commonly used dictionaries) will be interpreted as having a meaning that is the same as the context of the relevant art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein in connection with the various embodiments of the invention.
The technical scheme is applied to the development of the platform code, mainly receives and stores the code written by development personnel or operators in real time through a visual code development platform, is connected with an upstream service system, can request actual production data as test data to better test, can directly release the code after the test is successful, and simplifies the code release process, so that the code release is more flexible and convenient.
The technical scheme of the application is described in the following specific embodiments.
Example 1
As shown in fig. 1, the platform development system of the present embodiment includes a visualized code development platform 100 and a storage server 200.
The visual code development platform 100 described above may be a code development platform developed with HTML5 technology for providing code editing, storage, testing, and publishing functions. The storage server 200 is a server for managing codes, and may be a simple storage server for storing scripts and using a simple storage service, an application server for managing application codes, or the like, or may be more than one storage server, and more than one storage server may be connected.
The visual code development platform 100 is connected to the storage server 200 and the external service system 300, respectively, so that the visual code development platform 100 can store a code program through the storage server 200, perform code release, and also perform data interaction with the service system 300, for example, call data in the service system 300 as test data, or call a certain program when the service system 300 needs to call the certain program, through the visual code development platform 100.
The storage server 200 is used for storing a code program to be tested and a code program to be issued.
The visual code development platform 100 is configured to receive a code program input by the user 400, store the code program, obtain a corresponding code program when the stored code program needs to be released, and test the code program.
The visual code development platform 100 is further configured to request test data from the upstream service system 300 according to test content, input the test data into the code program to be tested, obtain an output feature quantity, determine a test result of the code program according to the feature quantity, and perform online publishing operation on the code program according to the test result.
Therefore, in the system, a user can integrate development and testing, can simply acquire actual production data as test data, and test written codes with the actual data, so that test results are more relevant and realistic, and the work of manufacturing data by testers is also liberated, thereby improving the efficiency of the side surface.
Meanwhile, since the visual code development platform 100 is also connected with the service system 300, when the service system has a demand, the visual code development platform 100 can request the required script from the storage server 200, so that it can be known that, because the corresponding code can be obtained from the storage server 200 every time when a new demand exists, each release of a version does not need to restart an external service system or service, and only the version is normally released according to the flow, thereby saving the service online time. Similarly, when an error is found after the line is put on, the error is easily corrected immediately, and the influence is minimized.
Example 2
The method of the present embodiment is mainly applied to the visual code development platform of embodiment 1, and the platform is mainly capable of editing, storing, testing and publishing codes, specifically as shown in fig. 2, the method of the present embodiment includes:
step S100, receiving and storing the inputted code program online.
The visual code development platform can be divided into a front end and a back end, wherein the front end is a front end page used for interactive use for a user, the user can perform development and editing operations of codes at the front end and perform code development locally, various environment variables are not required to be configured in the development of the platform like local development, and online compiling of the codes can be realized only by configuring a working environment of the back end.
The code program can be codes in engineering or independent script codes, and different types of codes have different storage forms and can be stored according to respective rules during storage.
The front-end page can be a page realized by the HTML5 technology, and when a user needs to use the front-end page, the user can develop and use the front-end page by logging in the corresponding page through the internal account.
Specifically, when the user inputs codes in real time, the codes input in the page are cached, so that the codes are not lost, and when the user executes a storage command, the codes are sent to a local database at the back end for storage. It will be appreciated that in an actual development environment, a developer often edits a huge code project, so even if a small module is modified, the code of the whole project is still taken for testing, so the storage of the code program can be divided into the two storage conditions, and the simple temporary storage can be stored in a database local to the visual code development platform, because the code of the part may be still subjected to modification later, and the code to be tested is a formal code, and the code of the whole project needs to be combined for testing.
Therefore, the codes also have operations to be tested, the codes to be tested are transmitted to the storage server, and when the codes to be tested are downloaded in a targeted manner, it can be understood that a release path and a storage path are reserved on the storage server, the release path is specially used for releasing the code program, and the storage path is specially used for storing the codes.
Step S200, when the stored code program is required to be issued, the corresponding code program is acquired, and the code program is tested.
Any code release needs to be tested to ensure the quality of the code, so when the stored code program needs to be released, the visual code development platform can also acquire the corresponding code program to test the code.
As described in the above steps, for the code program to be tested, the code program to be tested is checked locally according to the code program number to be tested to determine whether the code to be tested exists locally, if not, the code needs to be downloaded from the storage server, and if so, the code does not need to be downloaded.
After the code program to be tested is obtained, the code program to be tested and the test content can be tested according to the code program to be tested, so that the code quality is ensured.
And step S300, requesting test data to an upstream service system according to the test content, inputting the test data into the code program to be tested, obtaining the output characteristic quantity, and determining the test result of the code program according to the characteristic quantity.
The test content is a test case designed for the code to be tested, for example, the code to be tested is used for acquiring user data in a message, and the test needs to take the message carrying the user data as the input of the test and compare the actual user data as ideal output data. If the code to be tested is used for judging whether the credit investigation situation of the user meets a certain loan condition, the relevant data of the user is needed to be used as input, and the actual judgment result is used as ideal output to be compared.
It will be appreciated that in order to perform tests like those described above, it is common for the tester to generate some data specifically for the test, which is often not sufficiently realistic and time consuming.
In this embodiment, because the visual development platform is further in communication connection with the upstream service system, when testing is performed, corresponding service data can be obtained from the service system according to the test content, and the service data can be used as test data for testing. Because the actual data is used for testing, the test result is closer to the actual use scene, and whether the current code program is attached to the actual production scene can be better reflected.
The test data are used as inputs, and the code programs are operated to obtain corresponding outputs which are used as characteristic quantities, and the characteristic quantities are analyzed to determine test results of the corresponding code programs.
And comparing the characteristic quantity with the theoretical value of the test content to determine whether the characteristic quantity meets the test requirement. If the characteristic quantity meets the test requirement, the test result meets a preset test target, otherwise, the test result does not meet the preset test target.
For example, the code to be tested is used for obtaining user data in the message, the feature quantity output by the code to be tested is the user data output after analyzing the message, and in order to confirm whether the output user data is correct, the correct user data in the message can be obtained by other modes, the correct user data are theoretical values, and if the user data obtained after analyzing the message by the code to be tested are the same as the user data in the theoretical values, the code to be tested accords with a preset test target. If the error exists, the preset test target is not met.
It will be appreciated that the above-described test method is applicable not only to the test in the example, but also to the test of other kinds of code programs.
And step 400, performing online release operation on the code program according to the test result.
And if the test result meets the preset test target, uploading the code program and the corresponding number to a release path of a storage server through a simple storage service.
It can be understood that the code stored in the storage path may be a code program of engineering code or script, where the code types may be different and stored in different servers, so that when the code is specifically released, a corresponding release operation is performed according to the different code types, and the code is stored in different servers according to the respective types, for example, when the engineering code is released, an executable file obtained by compiling the engineering code is finally stored in the application server, or a container formed by packaging and arranging the code is stored in the application server, and if the script code is released, the script itself is directly stored in the simple storage server.
In this embodiment, when the code program is stored, it is necessary to store the code program together with the corresponding number, and the number may be understood as a version number, so that the file and the version may be managed and controlled, and the code program may be indexed by the number in actual use.
In addition, when any service system needs to use the code program, the service system can acquire the corresponding code program to perform corresponding service operation through the visual code development platform of the embodiment.
It can be understood that in the original code development process from generation to release, usually, after the developer finishes code development, the developer packages and composes the code into a container through a packaging system, and then gives the container to a test to test performance, and after the test, the container is released by an operation and maintenance person as a final release version.
Specifically, this embodiment further provides a service execution flow, as shown in fig. 3, including:
and step S500, receiving the strategy number and the service number sent by the service system.
The service system can be a system related to actual service in a production environment, taking banking service as an example, and there are an approval system, a loan system, a money-forcing system, an outbound system and the like, and different systems have different service demands and work needs to be processed, and sometimes, the service system needs to correspondingly call some program scripts of a background to support work of a production side, so that the service system can receive a request from the service system, and when the request is received, the service system can generate a corresponding service number and a corresponding strategy number according to the currently executed step so as to request a code program bound with the strategy number. The service system makes a request for corresponding program codes and data through the policy number and the service number. Step S600, downloading a corresponding code program from the release path of the storage server according to the strategy number, generating a corresponding service number according to the code program, and acquiring data to be processed from the upstream service system according to the service number.
The strategy number is a number which is correspondingly generated and bound with the requested code program when the service system makes a code request currently, and the visual code development platform can inquire the corresponding program code from the issued code program according to the number.
The service number is used for inquiring corresponding data for the visual development platform, and it can be understood that different code programs have different data required during operation, so that after the code program is determined according to the policy number, the appropriate data is inquired as the input of the code program according to the service request of the current service system and the characteristics of the code program, and the corresponding operation is performed correctly.
For example, a certain step of an approval system needs to approve the credit circumstances of a user, and therefore, the approval system needs to call and approve related program codes for processing, so that the approval system generates a corresponding strategy number according to the current step, sends the strategy number to a visual development platform, and can query the corresponding program codes in a storage server through the strategy number, call the program codes and call required data to a data source for processing according to the service number.
In addition, before downloading the code, the cache is searched for one time, whether the related code or script is downloaded or not is judged, if the related code or script is already downloaded, the code is not downloaded any more, and if the related code or script is not already downloaded, the code is requested to be downloaded by the storage server.
And step S700, taking the data to be processed as an input value of the code program, acquiring a return value of the code program, and sending the return value to the service system to perform corresponding service operation.
And taking the acquired data to be processed as input, and obtaining a corresponding return value after the data to be processed is submitted to the execution of the downloaded codes. The return value is similar to the feature value obtained during testing in the above embodiment, but in this embodiment, the return value is returned to the service system that initiates the request, so that the service system performs the corresponding service operation.
For example, the service request is to judge whether the credit requirement of the user meets the loan requirement, and if the return value is not met, the service system will reject the loan requirement of the user after being not met.
Example 3
The embodiment also provides a computer device, which comprises a processor and a memory, wherein the memory stores a computer program, and the computer program executes the platform development method when running on the processor.
The present application also provides a readable storage medium storing a computer program which when run on a processor performs the method of platform development, the method comprising: the method comprises the following steps: receiving and storing an input code program on line; when a stored code program needs to be issued, acquiring a corresponding code program, and testing the code program; requesting test data to an upstream service system according to test content, inputting the test data into the code program to be tested to obtain output characteristic quantity, and determining a test result of the code program according to the characteristic quantity; and performing online release operation on the code program according to the test result. The development efficiency is improved, and the test burden is lightened.
In the several embodiments provided in this application, it should be understood that the disclosed apparatus and method may be implemented in other manners as well. The apparatus embodiments described above are merely illustrative, for example, of the flow diagrams and block diagrams in the figures, which illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present invention. 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 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 and/or flowchart illustration, and combinations of blocks in the block diagrams and/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.
In addition, functional modules or units in various embodiments of the invention may be integrated together to form a single part, or the modules may exist alone, or two or more modules may be integrated to form a single part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer-readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a smart phone, a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The foregoing is merely illustrative of the present invention, and the present invention is not limited thereto, and any person skilled in the art will readily recognize that variations or substitutions are within the scope of the present invention.

Claims (10)

1. A method for platform development, applied to a visual code development platform, the method comprising:
receiving and storing an input code program on line;
when a stored code program needs to be issued, acquiring a corresponding code program, and testing the code program;
requesting test data to an upstream service system according to test content, inputting the test data into the code program to be tested to obtain output characteristic quantity, and determining a test result of the code program according to the characteristic quantity;
and performing online release operation on the code program according to the test result.
2. The platform development method according to claim 1, wherein the performing an online publishing operation on the code program according to the test result includes:
the test result comprises a condition meeting a preset test target and a condition not meeting the preset test target;
and if the test result meets the preset test target, uploading the code program and the corresponding strategy number to a release path of a storage server through a simple storage service.
3. The platform development method according to claim 2, wherein when any of the business systems needs to use the code program, further comprising:
receiving a strategy number and a service number sent by the service system;
downloading a corresponding code program from the release path of the storage server according to the strategy number, and acquiring data to be processed from the upstream service system according to the service number;
and taking the data to be processed as an input value of the code program, acquiring a return value of the code program, and sending the return value to the service system to perform corresponding service operation.
4. The platform development method according to claim 1, wherein the determining the test result of the code program according to the feature quantity includes:
comparing the characteristic quantity with a theoretical value of the test content to determine whether the characteristic quantity meets the test requirement;
if the characteristic quantity meets the test requirement, the test result meets a preset test target, otherwise, the test result does not meet the preset test target.
5. The platform development method according to claim 1, wherein the requesting test data to the upstream service system according to the test content comprises:
determining service numbers corresponding to the code program and the test content according to the code program and the test content to be tested;
and sending the service number to the service system to request actual data in a production environment, and taking the actual data as test data.
6. The platform development method according to claim 1, wherein the receiving and storing the inputted code program on line includes:
receiving an input code program in real time, and sending the code program to a local database for storage when a storage command is received;
if the code program needs to be tested, the code program is uploaded to a storage path of a storage server through a simple storage service.
7. The platform development method according to claim 6, wherein when the stored code program needs to be released, acquiring the corresponding code program includes:
and detecting whether the code program is in the local database, and if the code program is not in the local database, downloading the code program from the storage server.
8. A platform development system, comprising: a visual code development platform and a storage server;
the visual code development platform is in communication connection with the storage server, and the storage server is used for storing a code program to be tested and a code program to be issued;
the visual code development platform is used for receiving and storing an input code program, acquiring a corresponding code program when the stored code program needs to be released, and testing the code program;
the visual code development platform is also used for requesting test data to an upstream service system according to test content, inputting the test data into the code program to be tested to obtain output characteristic quantity, determining a test result of the code program according to the characteristic quantity, and performing online release operation on the code program according to the test result.
9. A computer device comprising a processor and a memory, the memory storing a computer program that, when run on the processor, performs the method of platform development of any one of claims 1 to 7.
10. A readable storage medium, characterized in that it stores a computer program which, when run on a processor, performs the method of platform development according to any one of claims 1 to 7.
CN202310658599.7A 2023-06-06 2023-06-06 Platform development method, system, computer equipment and storage medium Pending CN116382660A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310658599.7A CN116382660A (en) 2023-06-06 2023-06-06 Platform development method, system, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310658599.7A CN116382660A (en) 2023-06-06 2023-06-06 Platform development method, system, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN116382660A true CN116382660A (en) 2023-07-04

Family

ID=86969826

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310658599.7A Pending CN116382660A (en) 2023-06-06 2023-06-06 Platform development method, system, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116382660A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109597759A (en) * 2018-11-09 2019-04-09 深圳壹账通智能科技有限公司 Test method and device, storage medium, the computer equipment of business software
CN109815039A (en) * 2018-12-14 2019-05-28 深圳壹账通智能科技有限公司 Test method and device, storage medium, the computer equipment of business software
CN110007921A (en) * 2018-12-04 2019-07-12 阿里巴巴集团控股有限公司 A kind of code dissemination method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109597759A (en) * 2018-11-09 2019-04-09 深圳壹账通智能科技有限公司 Test method and device, storage medium, the computer equipment of business software
CN110007921A (en) * 2018-12-04 2019-07-12 阿里巴巴集团控股有限公司 A kind of code dissemination method and device
CN109815039A (en) * 2018-12-14 2019-05-28 深圳壹账通智能科技有限公司 Test method and device, storage medium, the computer equipment of business software

Similar Documents

Publication Publication Date Title
US8527954B2 (en) Method for automatically creating a behavior pattern of a computer program for model-based testing techniques
US20060265475A9 (en) Testing web services as components
CN107145437B (en) Java annotation test method and device
KR101579493B1 (en) Staging control method for source code, Computer program for the same, Recording medium storing computer program for the same
CN111158674A (en) Component management method, system, device and storage medium
CN110968437A (en) Method, device, equipment and medium for parallel execution of single contract based on Java intelligent contract
CN112396419A (en) Method, device and equipment for generating check rule and storage medium
CN112363953A (en) Interface test case generation method and system based on crawler technology and rule engine
KR20190074072A (en) Message based communicating method of test server and test server communicating based on message
CN112561690A (en) Method, system, equipment and storage medium for testing credit card staging service interface
CN109274533B (en) Web service fault positioning device and method based on rule engine
CN111767218A (en) Automatic testing method, equipment and storage medium for continuous integration
CN116382660A (en) Platform development method, system, computer equipment and storage medium
US20230007894A1 (en) Intelligent Dynamic Web Service Testing Apparatus in a Continuous Integration and Delivery Environment
CN113360365A (en) Flow testing method and flow testing system
CN113282504A (en) Incremental code coverage rate detection method and service development method and device
CN112084114A (en) Method and apparatus for testing an interface
US7814069B2 (en) Wrapper for use with global standards compliance checkers
CN116028138B (en) Application publishing method and device
US11687441B2 (en) Intelligent dynamic web service testing apparatus in a continuous integration and delivery environment
KR101088054B1 (en) Test system and test method for the message based communication system
CN110716855B (en) Processor instruction set testing method and device
CN111078543A (en) System dynamic testing method and testing device
CN116975108A (en) Data processing method, apparatus, device, readable storage medium, and program product
CN117667109A (en) Environment deployment method and device, electronic equipment and storage medium

Legal Events

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

Application publication date: 20230704