CN115525534A - Test case generation method and platform based on swagger interface test - Google Patents

Test case generation method and platform based on swagger interface test Download PDF

Info

Publication number
CN115525534A
CN115525534A CN202110716488.8A CN202110716488A CN115525534A CN 115525534 A CN115525534 A CN 115525534A CN 202110716488 A CN202110716488 A CN 202110716488A CN 115525534 A CN115525534 A CN 115525534A
Authority
CN
China
Prior art keywords
interface
test
format
swagger
generating
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110716488.8A
Other languages
Chinese (zh)
Inventor
庄雪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai G2link Network Technology Co ltd
Original Assignee
Shanghai G2link Network Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai G2link Network Technology Co ltd filed Critical Shanghai G2link Network Technology Co ltd
Priority to CN202110716488.8A priority Critical patent/CN115525534A/en
Publication of CN115525534A publication Critical patent/CN115525534A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • 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
    • G06F8/315Object-oriented languages

Abstract

A test case generation method and a test case generation platform based on swagger interface test are disclosed, wherein the generation method comprises the following steps: acquiring first type information of each interface through swagger; generating a test code according to the first type information and the java template; and generating test data stored in an excel format and a java format test code file through the path of the interface and the json format test data. According to the method, the test cases of the interface test are automatically generated based on the first type of information (and the related configuration of the user on the generation platform) of each interface acquired by swagger, the test cases comprise the test data stored in an excel format, the test code files in a java format and the input parameters, the test cases (and the related test codes) of the interface test do not need to be manually compiled, the workload is greatly saved, the development efficiency of the test cases of the interface test is improved, and the accuracy of the test data of the interface test is standardized.

Description

Test case generation method and platform based on swagger interface test
Technical Field
The invention relates to the technical field of interface testing, in particular to a test case generation method and a test case generation platform for swagger-based interface testing.
Background
The interface test is a test of interfaces among system components, and is mainly used for detecting interfaces between a system and other external systems and interfaces among subsystems in the system. The key points of the interface test are to check the correctness of the interface parameter transmission, the correctness of the interface function realization, the correctness of the output result, the integrity and the reasonability of the fault-tolerant processing of various abnormal conditions and the like.
The implementation of interface tests typically requires the use of test cases for the interface tests. The workload of manually writing test cases (and related test codes) is large, and therefore, how to automatically generate test cases for interface tests is an urgent problem to be solved in the field.
swagger is a canonical and complete framework for generating, describing, invoking, and visualizing RESTful-style Web services. swagger is supported by a vast set of tools that cover aspects from end-user interfaces, underlying code libraries, to business API management.
The invention provides a swagger-based solution to the problem of how to automatically generate a test case of an interface test, and the swagger-based solution comprises the test case for automatically generating the interface test and a generation platform for automatically generating the test case for the interface test.
Disclosure of Invention
The invention solves the technical problems that: how to automatically generate a test case of the interface test.
In order to solve the above technical problem, an embodiment of the present invention provides a test case generation method for swagger-based interface test, including:
acquiring first-class information of each interface through swagger; wherein the first type of information at least comprises: the definition name of the interface, the http request mode of the interface, the address of the interface and the entry of the interface;
generating a test code according to the first type information and the java template;
generating test data stored in an excel format and a test code file in a java format through a path of an interface and the test data in the json format; the test data stored in the excel format comprises basic entry of the test data and entry of empty judgment.
Optionally, after the generating the test code, before the generating the test data stored in the excel format and the test code file in the java format, the method further includes: setting regular parameter input for each value of the parameter input in the json format; the method comprises the steps of generating entry of business functions, entry of boundary values and entry of parameter combinations of test data stored in an excel format through rule entry.
Optionally, the setting of the rule parameter entry for each value of the parameter entry in the json format includes:
acquiring a path of an interface through swagger;
matching the path of the interface acquired by swagger with the path of the interface configured on the generation platform;
if the matching is successful, generating test data stored in an excel format and a test code file in a java format according to the definition name of the interface, the http request mode of the interface, the address of the interface and the input parameter configured on the generation platform, which are obtained from swagger;
and if the matching fails, generating test data stored in an excel format and a test code file in a java format according to the address of the interface configured on the generation platform and the input parameter of the interface configured on the generation platform.
Optionally, the obtaining a path of the interface through swagger includes: and under the condition of generating a path without an interface on the platform, generating test data stored in an excel format and a test code file in a java format according to the definition name of the interface, the http request mode of the interface, the address of the interface and the access parameter of the interface, which are acquired from the swagger.
Optionally, an empty directory is automatically created, and the generated test data stored in the excel format and the generated test code file in the java format are stored in the created directory.
Optionally, the java template is configured on the generation platform in advance by the user, and the java template can be customized by the user.
Optionally, the path of the interface is configured by the user through the generation platform in advance, or the path of the interface is automatically generated according to the definition name of the interface, the http request mode of the interface, the address of the interface and the access parameter of the interface, which are acquired from swagger.
Optionally, the rule parameter includes one or more of:
the entry is existed through defining rule conditions, and a test case which does not exist in service function is generated and verified;
configuring a plurality of radio values by defining rule conditions, and generating a plurality of service test cases one by one according to each radio value;
configuring a boundary value by referring to a defined rule condition, and generating a plurality of service test cases of the boundary value condition;
and generating two business test cases of true and false by defining a rule condition Boolean value.
Optionally, the user configures the generating platform to set the rule entry for each value of the entry in the json format.
In order to solve the foregoing technical problem, an embodiment of the present invention further provides a test case generation platform for swagger-based interface test, including:
a processor adapted to load and execute instructions of a software program;
a memory adapted to store a software program comprising instructions for performing the steps of:
acquiring first-class information of each interface through swagger; wherein the first type of information at least comprises: the definition name of the interface, the http request mode of the interface, the address of the interface and the entry of the interface;
generating a test code according to the first type information and the java template; the java template is configured on the generation platform in advance;
generating test data stored in an excel format and a test code file in a java format through a path of an interface and the test data in the json format; the test data stored in the excel format comprises basic input parameters of the test data and input parameters judged to be null.
Optionally, after the generating the test code, before the generating the test data stored in the excel format and the test code file in the java format, the method further includes: setting a rule parameter for each value of the parameter in the json format; the method comprises the steps of generating entry of business functions, entry of boundary values and entry of parameter combinations of test data stored in an excel format through rule entry.
Optionally, the setting of the rule parameter entry for each value of the parameter entry in the json format includes:
acquiring a path of an interface through swagger;
matching the path of the interface acquired by swagger with the path of the interface configured on the generation platform;
if the matching is successful, generating test data stored in an excel format and a test code file in a java format according to the definition name of the interface, the http request mode of the interface, the address of the interface and the input parameters configured on the generation platform, which are acquired from the swagger;
and if the matching fails, generating test data stored in an excel format and a test code file in a java format according to the address of the interface configured on the generation platform and the access parameters of the interface configured on the generation platform.
Optionally, the java template, the customized java template, the address of the configuration interface, the path of the configuration interface, the entry of the configuration interface, and the setting of the rule entry of each value of the entry in the json format are configured in response to the operation of the user on the generation platform.
Compared with the prior art, the technical scheme of the invention has the following beneficial effects:
acquiring first-class information of each interface through swagger; generating a test code according to the first type information and the java template; the test data stored in the excel format and the test code file in the java format are generated through the path of the interface and the test data in the json format, so that the test case of the interface test is automatically generated based on the first type of information (and the relevant configuration of the user on the generation platform) of each interface acquired through swagger, the test case comprises the test data stored in the excel format, the test code file in the java format and the input parameters, the test case (and the relevant test code) of the interface test does not need to be manually written, the workload is greatly saved, the development efficiency of the test case of the interface test is improved, and the accuracy of the test data of the interface test is standardized.
Furthermore, the java template, the customized java template, the address of the configuration interface, the path of the configuration interface, the entry of the configuration interface and the setting of the rule entry of each value of the entry in the json format are configured in response to the operation of the user on the generation platform, so that the user can conveniently configure the related generation rule of the test case on the generation platform.
Drawings
FIG. 1 is a flowchart of a test case generation method based on swagger interface testing in the embodiment of the present invention;
fig. 2 is a flow chart of setting a rule entry for each value of the entry in the json format according to the embodiment of the present invention.
Detailed Description
As can be seen from the analysis in the background section, the implementation of interface tests generally requires the use of test cases for the interface tests. Manually writing test cases (and associated test code) is a significant effort.
The invention provides a swagger-based solution to the problem of how to automatically generate a test case of an interface test, and the swagger-based solution comprises the test case for automatically generating the interface test and a generation platform for automatically generating the test case for the interface test. Based on the first type information (and the relevant configuration of the user on the generation platform) of each interface acquired through swagger, the test case of the interface test is automatically generated, the test case comprises test data stored in an excel format, a test code file in a java format and input parameters, the test case (and the relevant test code) of the interface test does not need to be manually compiled, and the workload is greatly saved. And the interface test can be carried out by matching with a TestNG framework in java subsequently, and test items such as a business function test, a boundary value test, a parameter combination test and the like can be met.
According to the configuration of a user in a platform and the interface information defined by swagger, excel format and java test code files are generated, and interface test is carried out by matching with a testng framework. The configuration of the user in the generating platform can meet the requirements of service function test, boundary value test and parameter combination test based on a basic test method.
According to the method, all interface definitions are obtained by using swagger before the interface automatic test is carried out, the excel and java files are exported through the platform user configuration rule and serve as test data and test codes of the subsequent interface automatic test, so that a user can realize the generation of interface test cases and codes through the platform without compiling the test cases and the test codes, the development efficiency of the interface test cases is improved, and the accuracy of the interface test data is standardized.
In order that those skilled in the art will better understand and appreciate the invention, reference will now be made in detail to specific embodiments thereof, with reference to the accompanying drawings.
Example one
As described below, an embodiment of the present invention provides a test case generation method based on swagger interface test.
Referring to a flow chart of a test case generation method based on swagger interface test shown in fig. 1, the following detailed description is given through specific steps:
s101, acquiring first-class information of each interface through swagger.
Wherein the first type of information at least comprises: the definition name of the interface, the http request mode of the interface, the address of the interface and the entry of the interface. The first type of information may be automatically obtained by swagger.
In some embodiments, the path of the interface may be configured by the user through the generation platform in advance, or the path of the interface is automatically generated according to the definition name of the interface, the http request mode of the interface, the address of the interface and the access parameter of the interface, which are acquired from swagger.
And S102, generating a test code according to the first type information and the java template.
The test code here is a result file generated by a java template.
In some embodiments, the java template is pre-configured on the generation platform by a user, and the java template can be customized by the user.
In other embodiments, the user may also select from templates onboard the system, and the system may provide default templates that are available for download by the user.
S103, setting the regular parameter input for each parameter of the parameter input in the json format.
The method comprises the steps of generating entry of business functions, entry of boundary values and entry of parameter combinations of test data stored in an excel format through rule entry.
The step S103 is configured by the platform user, and if the user does not select configuration on the platform, the step S103 is skipped, and the process jumps to the subsequent step S104.
In some embodiments, the rule engagement comprises one or more of:
the entry is existed through defining rule conditions, and a test case which does not exist in service function is generated and verified;
configuring a plurality of radio values by defining rule conditions, and generating a plurality of service test cases one by one according to each radio value;
configuring a boundary value by defining rule conditions, and generating a plurality of service test cases of the boundary value conditions;
and generating two service test cases of true and false by defining a rule condition Boolean value.
The user can configure the generating platform to set the rule parameter of each parameter of the parameter in the json format.
Further, in some embodiments, as shown in fig. 2, the setting of the regular entry for each value of the entry in the json format may further include the following sub-steps:
s201, obtaining the path of the interface through swagger.
In some embodiments, the obtaining the path of the interface through swagger may include: and under the condition of generating a path without an interface on the platform, generating test data stored in an excel format and a test code file in a java format according to the definition name of the interface, the http request mode of the interface, the address of the interface and the access parameter of the interface, which are acquired from the swagger.
S202, matching the path of the interface acquired by swagger with the path of the interface configured on the generation platform.
If the matching is successful, executing step S203; if the matching fails, step S204 is executed.
S203, generating test data stored in an excel format and a test code file in a java format according to the definition name of the interface, the http request mode of the interface, the address of the interface and the input parameters configured on the generation platform, which are acquired from the swagger.
S204, generating test data stored in an excel format and a test code file in a java format according to the address of the interface configured on the generation platform and the input parameter of the interface configured on the generation platform.
In some embodiments, an empty directory may be automatically created, and the generated test data stored in the excel format and the generated test code file in the java format may be stored in the newly created directory.
S104, generating test data stored in an excel format and a test code file in a java format through the path of the interface and the test data in the json format.
The test data stored in the excel format comprises basic input parameters of the test data and input parameters judged to be null.
Here, the json format test data is obtained by swagger or configured by a user through a platform.
The final result obtained in this embodiment is that the test data and the related test codes of the parameters are set and stored in excel and java formats, respectively.
The technical scheme is described as follows: in the embodiment, the first type information of each interface is acquired through swagger; generating a test code according to the first type information and the java template; the test data stored in the excel format and the test code file in the java format are generated through the path of the interface and the test data in the json format, so that the test case of the interface test is automatically generated based on the first type of information (and the relevant configuration of the user on the generation platform) of each interface acquired through swagger, the test case comprises the test data stored in the excel format, the test code file in the java format and the input parameters, the test case (and the relevant test code) of the interface test does not need to be manually written, the workload is greatly saved, the development efficiency of the test case of the interface test is improved, and the accuracy of the test data of the interface test is standardized.
Furthermore, the java template, the customized java template, the address of the configuration interface, the path of the configuration interface, the entry of the configuration interface and the setting of the rule entry of each value of the entry in the json format are configured in response to the operation of the user on the generation platform, so that the user can conveniently configure the related generation rule of the test case on the generation platform.
Example two
As described below, an embodiment of the present invention provides a test case generation platform for swagger-based interface test, including:
a processor adapted to load and execute instructions of a software program;
a memory adapted to store a software program comprising instructions for performing the steps of:
acquiring first type information of each interface through swagger; wherein the first type of information at least comprises: the definition name of the interface, the http request mode of the interface, the address of the interface and the access parameter of the interface;
generating a test code according to the first type information and the java template; the java template is configured on the generation platform in advance;
generating test data stored in an excel format and a test code file in a java format through a path of an interface and the test data in the json format; the test data stored in the excel format comprises basic entry of the test data and entry of empty judgment.
The above description of the technical solution shows that: in the embodiment, the first type information of each interface is obtained through swagger; generating a test code according to the first type information and the java template; the test data stored in the excel format and the test code file in the java format are generated through the path of the interface and the test data in the json format, so that the test cases of the interface test are automatically generated based on the first-class information (and the relevant configuration of a user on a generation platform) of each interface acquired through swagger, the test cases comprise the test data stored in the excel format, the test code file in the java format and the input parameters, the test cases (and the relevant test codes) of the interface test do not need to be manually compiled, the workload is greatly saved, the development efficiency of the test cases of the interface test is improved, and the accuracy of the test data of the interface test is standardized.
In some embodiments, after the generating the test code, before the generating the test data stored in the excel format and the java-format test code file, the method further includes: setting a rule parameter for each value of the parameter in the json format; the method comprises the steps of generating entry parameters of business functions, entry parameters of boundary values and entry parameters of parameter combinations of test data stored in an excel format through rule entry parameters.
In some embodiments, the setting of the regular parameter for each value of the parameter in json format includes:
acquiring a path of an interface through swagger;
matching the path of the interface acquired by swagger with the path of the interface configured on the generation platform;
if the matching is successful, generating test data stored in an excel format and a test code file in a java format according to the definition name of the interface, the http request mode of the interface, the address of the interface and the input parameter configured on the generation platform, which are obtained from swagger;
and if the matching fails, generating test data stored in an excel format and a test code file in a java format according to the address of the interface configured on the generation platform and the access parameters of the interface configured on the generation platform.
In some embodiments, the java template, the customized java template, the address of the configuration interface, the path of the configuration interface, the entry of the configuration interface and the setting of the rule entry of each value of the entry in json format are configured in response to the operation of a user on the generation platform.
Those skilled in the art will understand that, in the methods of the embodiments, all or part of the steps can be performed by hardware associated with program instructions, and the program can be stored in a computer-readable storage medium, which can include: ROM, RAM, magnetic or optical disks, and the like.
Although the present invention is disclosed above, the present invention is not limited thereto. Various changes and modifications may be effected by one skilled in the art without departing from the spirit and scope of the invention, as defined in the appended claims.

Claims (13)

1. A test case generation method based on swagger interface test is characterized by comprising the following steps:
acquiring first type information of each interface through swagger; wherein the first type of information at least comprises: the definition name of the interface, the http request mode of the interface, the address of the interface and the entry of the interface;
generating a test code according to the first type information and the java template;
generating test data stored in an excel format and a test code file in a java format through a path of an interface and the test data in the json format; the test data stored in the excel format comprises basic input parameters of the test data and input parameters judged to be null.
2. The method for generating test cases for swagger-based interface testing according to claim 1, wherein after the generating of the test code and before the generating of the test data stored in the excel format and the test code file in the java format, the method further comprises: setting a rule parameter for each value of the parameter in the json format; the method comprises the steps of generating entry of business functions, entry of boundary values and entry of parameter combinations of test data stored in an excel format through rule entry.
3. The method for generating test cases for swagger-based interface testing according to claim 2, wherein the setting of the regular entries for each value of the entry in json format comprises:
acquiring a path of an interface through swagger;
matching the path of the interface acquired by swagger with the path of the interface configured on the generation platform;
if the matching is successful, generating test data stored in an excel format and a test code file in a java format according to the definition name of the interface, the http request mode of the interface, the address of the interface and the input parameters configured on the generation platform, which are acquired from the swagger;
and if the matching fails, generating test data stored in an excel format and a test code file in a java format according to the address of the interface configured on the generation platform and the access parameters of the interface configured on the generation platform.
4. The method for generating test cases for swagger-based interface testing according to claim 3, wherein the obtaining the path of the interface through swagger comprises: and under the condition of generating a path without an interface on the platform, generating test data stored in an excel format and a test code file in a java format according to the definition name of the interface, the http request mode of the interface, the address of the interface and the access parameter of the interface, which are acquired from the swagger.
5. The method for generating the test case based on the swagger interface test, according to claim 3 or 4, wherein an empty directory is automatically created, and the generated test data stored in the excel format and the generated test code file in the java format are stored in the created directory.
6. The method for generating the test case based on the swagger interface test of claim 1, wherein the java template is configured on the generation platform by a user in advance, and the java template can be customized by the user.
7. The method for generating test cases for swagger-based interface testing according to claim 1, wherein a path of the interface is configured by a user through the generation platform in advance, or the path of the interface is automatically generated according to a definition name of the interface, an http request mode of the interface, an address of the interface, and an entry parameter of the interface, which are acquired from swagger.
8. The method of claim 1, wherein the rule argument comprises one or more of:
the entry is existed through defining rule conditions, and a test case which does not exist in service function is generated and verified;
configuring a plurality of radio values by defining rule conditions, and generating a plurality of service test cases one by one according to each radio value;
configuring a boundary value by defining rule conditions, and generating a plurality of service test cases of the boundary value conditions;
and generating two service test cases of true and false by defining a rule condition Boolean value.
9. The method of claim 8, wherein a user configures the platform to set regular entries for respective json-formatted entries.
10. A test case generation platform based on swagger's interface test is characterized by comprising:
a processor adapted to load and execute instructions of a software program;
a memory adapted to store a software program comprising instructions for performing the steps of:
acquiring first-class information of each interface through swagger; wherein the first type of information at least comprises: the definition name of the interface, the http request mode of the interface, the address of the interface and the entry of the interface;
generating a test code according to the first type information and the java template; the java template is configured on the generation platform in advance;
generating test data stored in an excel format and a test code file in a java format through a path of an interface and the test data in the json format; the test data stored in the excel format comprises basic entry of the test data and entry of empty judgment.
11. The swagger-based interface testing test case generation platform of claim 10, wherein after the generating test code and before the generating test data stored in an excel format and a java format test code file, further comprising: setting a rule parameter for each value of the parameter in the json format; the method comprises the steps of generating entry of business functions, entry of boundary values and entry of parameter combinations of test data stored in an excel format through rule entry.
12. The swagger-based interface testing test case generation platform of claim 11, wherein the setting of the regular entries for each value of the entry in json format comprises:
acquiring a path of an interface through swagger;
matching the path of the interface acquired by swagger with the path of the interface configured on the generation platform;
if the matching is successful, generating test data stored in an excel format and a test code file in a java format according to the definition name of the interface, the http request mode of the interface, the address of the interface and the input parameter configured on the generation platform, which are obtained from swagger;
and if the matching fails, generating test data stored in an excel format and a test code file in a java format according to the address of the interface configured on the generation platform and the input parameter of the interface configured on the generation platform.
13. The swagger-based interface testing test case generation platform of claim 10, wherein the java template, the customized java template, the address of the configuration interface, the path of the configuration interface, the entry of the configuration interface, and the setting of the regular entry of each value of the entry in json format are configured in response to a user's operation on the generation platform.
CN202110716488.8A 2021-06-25 2021-06-25 Test case generation method and platform based on swagger interface test Pending CN115525534A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110716488.8A CN115525534A (en) 2021-06-25 2021-06-25 Test case generation method and platform based on swagger interface test

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110716488.8A CN115525534A (en) 2021-06-25 2021-06-25 Test case generation method and platform based on swagger interface test

Publications (1)

Publication Number Publication Date
CN115525534A true CN115525534A (en) 2022-12-27

Family

ID=84693868

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110716488.8A Pending CN115525534A (en) 2021-06-25 2021-06-25 Test case generation method and platform based on swagger interface test

Country Status (1)

Country Link
CN (1) CN115525534A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115982055A (en) * 2023-02-27 2023-04-18 云筑信息科技(成都)有限公司 Test method special for java language development program
CN117009249A (en) * 2023-09-15 2023-11-07 天津赛象科技股份有限公司 Test method, system and medium for automatically generating interface use cases and codes

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115982055A (en) * 2023-02-27 2023-04-18 云筑信息科技(成都)有限公司 Test method special for java language development program
CN115982055B (en) * 2023-02-27 2023-06-23 云筑信息科技(成都)有限公司 Test method special for java language development program
CN117009249A (en) * 2023-09-15 2023-11-07 天津赛象科技股份有限公司 Test method, system and medium for automatically generating interface use cases and codes

Similar Documents

Publication Publication Date Title
CN112394942B (en) Distributed software development compiling method and software development platform based on cloud computing
CN106325870B (en) Method and device for realizing dynamic form API (application program interface)
CN110543427B (en) Test case storage method and device, electronic equipment and storage medium
CN115525534A (en) Test case generation method and platform based on swagger interface test
CN114115838A (en) Data interaction method and system based on distributed components and cloud platform
US11422917B2 (en) Deriving software application dependency trees for white-box testing
CN111679852A (en) Detection method and device for conflict dependency library
CN114416547A (en) Test case based test method
CN112395339B (en) Intersystem data admission verification method, device, computer equipment and storage medium
CN114020840A (en) Data processing method, device, server, storage medium and product
CN110806891B (en) Method and device for generating software version of embedded device
WO2023151397A1 (en) Application program deployment method and apparatus, device, and medium
CN115755867A (en) Vehicle diagnosis method and related device
CN116048609A (en) Configuration file updating method, device, computer equipment and storage medium
CN108363614B (en) Application service module management method and device and server
CN112559444A (en) SQL (structured query language) file migration method and device, storage medium and equipment
CN111782183B (en) Method and device for judging component dependency, electronic device and medium
CN117234512B (en) Method, system, electronic equipment and storage medium for rapidly developing business
CN113722538B (en) Interface dynamic rendering method and device
CN115630090B (en) Task state conversion system
CN117950635A (en) Application development method and device of platform, electronic equipment and storage medium
CN117827176A (en) Code generation method and device, electronic equipment and storage medium
CN114816407A (en) Component packaging method and device, electronic equipment and storage medium
CN117687634A (en) Service compiling method and device and electronic equipment
CN117149654A (en) System migration testing method, device, 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