CN110688823A - XML file verification method and device - Google Patents

XML file verification method and device Download PDF

Info

Publication number
CN110688823A
CN110688823A CN201910891859.9A CN201910891859A CN110688823A CN 110688823 A CN110688823 A CN 110688823A CN 201910891859 A CN201910891859 A CN 201910891859A CN 110688823 A CN110688823 A CN 110688823A
Authority
CN
China
Prior art keywords
file
xml
verified
rule
xml file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910891859.9A
Other languages
Chinese (zh)
Other versions
CN110688823B (en
Inventor
王晓炜
顾颖颖
张潇丹
谢琳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201910891859.9A priority Critical patent/CN110688823B/en
Publication of CN110688823A publication Critical patent/CN110688823A/en
Application granted granted Critical
Publication of CN110688823B publication Critical patent/CN110688823B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a method and a device for verifying an XML file, wherein the method comprises the following steps: the XML document to be verified and the XML standard message structure document corresponding to the XML document to be verified; determining a format verification rule of the XML file to be verified according to the XML standard message structure file; determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file; and verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule. The invention verifies the XML file without manual comparison, effectively saves manpower and material resources and improves the comparison efficiency and the accuracy of the result.

Description

XML file verification method and device
Technical Field
The invention relates to the technical field of bank data processing, in particular to a method and a device for verifying an XML file.
Background
Extensible Markup Language (XML) is a general Markup Language that describes data through a series of simple and easy-to-establish tags, which is easy to grasp and use. In the Internet environment, XML has become a powerful tool for currently processing structured document information. With the wide application of XML, how to verify XML files, and thus ensure the correctness of XML files, has also been paid attention gradually.
The existing XML verification method is usually implemented by manually comparing XML texts one by testers according to interface files, so that a large amount of manpower and material resources are consumed, and the comparison efficiency and the result accuracy are very low.
Disclosure of Invention
The embodiment of the invention provides an XML file verification method, which is used for verifying XML files, saves manpower and material resources, and improves comparison efficiency and result accuracy, and comprises the following steps:
acquiring an interface file, an XML file to be verified and an XML standard message structure file corresponding to the XML file to be verified;
determining a format verification rule of the XML file to be verified according to the XML standard message structure file;
determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file;
and verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule.
The embodiment of the invention provides an XML file verification device, which is used for verifying XML files, saves manpower and material resources, and improves comparison efficiency and result accuracy, and the method comprises the following steps:
the file acquisition module is used for acquiring an interface file, an XML file to be verified and an XML standard message structure file corresponding to the XML file to be verified;
the first rule module is used for determining the format verification rule of the XML file to be verified according to the XML standard message structure file;
the second rule module is used for determining the content verification rule and the logic verification rule of the XML file to be verified according to the interface file;
and the verification module is used for verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the XML file verification method when executing the computer program.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the XML file verification method when executing the computer program.
Compared with the scheme that in the prior art, a tester obtains an XML text and then manually compares the XML text one by one according to an interface file, the embodiment of the invention obtains the interface file, the XML file to be verified and the XML standard message structure file corresponding to the XML file to be verified; determining a format verification rule of the XML file to be verified according to the XML standard message structure file; determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file; and verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule. According to the embodiment of the invention, the format, the content and the logic verification rule of the XML file to be verified are determined according to the XML standard message structure file and the interface file, and then the XML file to be verified is verified according to the rule without manual comparison, so that manpower and material resources are effectively saved, and the comparison efficiency and the result accuracy are improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
FIG. 1 is a diagram illustrating an XML document verification method according to an embodiment of the present invention;
FIG. 2 is a diagram of a structure of an XML document verification apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
In order to verify an XML file, save manpower and material resources, and improve comparison efficiency and result accuracy, an embodiment of the present invention provides an XML file verification method, which, as shown in fig. 1, may include:
step 101, obtaining an interface file, an XML file to be verified and an XML standard message structure file corresponding to the XML file to be verified;
step 102, determining a format verification rule of the XML file to be verified according to the XML standard message structure file;
103, determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file;
and 104, verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule.
As shown in fig. 1, in the embodiment of the present invention, an interface file, an XML file to be verified, and an XML standard message structure file corresponding to the XML file to be verified are obtained; determining a format verification rule of the XML file to be verified according to the XML standard message structure file; determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file; and verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule. According to the embodiment of the invention, the format, the content and the logic verification rule of the XML file to be verified are determined according to the XML standard message structure file and the interface file, and then the XML file to be verified is verified according to the rule without manual comparison, so that manpower and material resources are effectively saved, and the comparison efficiency and the result accuracy are improved.
In specific implementation, an interface file, an XML file to be verified and an XML standard message structure file corresponding to the XML file to be verified are obtained.
In the embodiment, the XML standard message structure file is a standardized XML file, which is a standard for verifying the file format, and is used to verify whether the tags and sub-tags in the XML file to be verified conform to the XML specification that can be received by the counterpart system, where the XML standard message structure file includes the tag name, the tag sequence, and the specification of the loop body.
In the embodiment, the interface file, the XML file to be verified and the XML standard message structure file corresponding to the XML file to be verified are obtained as follows:
acquiring a script parameter configuration file;
extracting a file corresponding to the path information from a server or a local folder according to the path information in the script parameter configuration file, wherein the path information comprises: the path information of the interface file, the path information of the XML file to be verified and the path information of the XML standard message structure file.
In this embodiment, the path information in the script parameter configuration file includes an XML standard message structure file, an interface file, and an XML file to be verified, where the XML file to be verified may be one file, multiple files, or a folder, and when extracting a file from a server or a local folder, all XML files in the folder are extracted.
In specific implementation, according to the XML standard message structure file, determining a format verification rule of the XML file to be verified; determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file; and verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule.
In an embodiment, determining a format validation rule of the XML file to be validated according to the XML standard message structure file includes: extracting a label name, a label sequence and a loop body from the XML standard message structure file, and taking the label name, the label sequence and the loop body as a format verification rule of the XML file to be verified; the verification of the XML file to be verified according to the format verification rule comprises the following steps: and comparing the tag name, the tag sequence and the loop body extracted from the XML standard message structure file with the tag name, the tag sequence and the loop body of the XML file to be verified respectively.
In an embodiment, determining the content verification rule of the XML file to be verified according to the interface file includes: extracting the data type and the data length of each label from the interface file, and taking the data type and the data length of each label as a content verification rule of the XML file to be verified; verifying the XML file to be verified according to the content verification rule comprises the following steps: and comparing the data type and the data length of each label extracted from the interface file with the data type and the data length of the corresponding label in the XML file to be verified.
In an embodiment, determining the logic verification rule of the XML file to be verified according to the interface file includes: extracting a logic rule statement from the interface file, and taking the logic rule statement as a logic verification rule of the XML file to be verified; verifying the XML file to be verified according to the logic verification rule comprises the following steps: and verifying the XML file to be verified according to the logic rule statements extracted from the interface file. In this embodiment, a column of logic rule statements needs to be manually added to the interface file, and this entry needs to manually fill in the rules formulated by the script.
In an embodiment, the content specified by the logic validation rule includes: whether the value of the XML tag accords with business logic (for example, whether the identity card information accords with the standard of the identity card information and whether the value accords with the specification of a national identity card); tag-to-tag relationships (specification of the associated linkage value of a tag to a certain tag value); whether the label is within the parameter list. For example, IF the logic rule statement of a tag writes an ID, it indicates that the ID information is verified, i.e. whether the ID conforms to the national regulations, and IF the logic rule statement of a tag writes "IF (/ CHTR/CCIFs/CCIF/CITP (tag path)): LIST (certificate type @ @1) @ @ gd (@ N); other @ ID ", indicates that if (/ CHTR/CCIFs/CCIF/CITP) this tag is one of the parameter tables LIST, the value of the current tag takes the fixed value @ N, otherwise, the ID card is verified, where the parameter table LIST is in column 1 of the sheet named certificate type).
In the embodiment, the format validation rule, the content validation rule and the logic validation rule can be combined and expanded, and can be spliced according to the set rule. For example, an "IF (xpath variable name) value 1@ @ char (n) is defined in the format validation rule; the value 2@ @ gd _ number (m); other @ @ ", this means that if some variable name is 1, then judge the verification of char, verify whether the length is in n bit, if there is blank, special character error report output prompt; if a variable is a value 2, verifying that the fixed length of the field is the value and the length of m; if the value is not the above value, it is determined that the contents of the combination verification, such as gd (x), char (n), are arbitrarily filled in the rule specification designed according to the script.
In the embodiment, after the XML file to be verified is verified, in the process of comparing each tag with the loop body, the content, the logic judgment rule process, the position and the result in each tag and the interface file are written into the log, and each XML file to be verified corresponds to one log, so that the subsequent lookup is facilitated, and the log is also conveniently used as an output proof of a test result. Because the log records are excessive, besides the log corresponding to each XML file, a basic log is provided for convenient visual check, the success and failure results of each log are simply recorded, if the XML file to be verified passes verification, one-x-XMLSUCCESS is recorded in the result file, if the XML file to be verified fails verification, one-x-XMLERROR is recorded in the result file, and if the specific failure reason is checked, the log corresponding to the XML file is only required to be checked.
Based on the same inventive concept, the embodiment of the present invention further provides an XML document verification apparatus, as described in the following embodiments. Because the principles of solving the problems are similar to the XML document verification method, the implementation of the apparatus can refer to the implementation of the method, and repeated details are not repeated.
Fig. 2 is a structural diagram of an XML document authentication apparatus according to an embodiment of the present invention, and as shown in fig. 2, the apparatus includes:
the file acquiring module 201 is configured to acquire an interface file, an XML file to be verified, and an XML standard message structure file corresponding to the XML file to be verified;
a first rule module 202, configured to determine, according to the XML standard message structure file, a format verification rule of the XML file to be verified;
the second rule module 203 is configured to determine a content validation rule and a logic validation rule of the XML file to be validated according to the interface file;
the verification module 204 is configured to verify the XML file to be verified according to the format verification rule, the content verification rule, and the logic verification rule.
In an embodiment, the file obtaining module 201 is further configured to obtain the interface file, the XML file to be verified, and the XML standard message structure file corresponding to the XML file to be verified as follows:
acquiring a script parameter configuration file;
extracting a file corresponding to the path information from a server or a local folder according to the path information in the script parameter configuration file, wherein the path information comprises: the path information of the interface file, the path information of the XML file to be verified and the path information of the XML standard message structure file.
In one embodiment, the first rule module 202 is further configured to: extracting a label name, a label sequence and a loop body from the XML standard message structure file, and taking the label name, the label sequence and the loop body as a format verification rule of the XML file to be verified;
the verification module 204 is further configured to: and comparing the tag name, the tag sequence and the loop body extracted from the XML standard message structure file with the tag name, the tag sequence and the loop body of the XML file to be verified respectively.
In one embodiment, the second rule module 203 is further configured to: extracting the data type and the data length of each label from the interface file, and taking the data type and the data length of each label as a content verification rule of the XML file to be verified;
the verification module 204 is further configured to: and comparing the data type and the data length of each label extracted from the interface file with the data type and the data length of the corresponding label in the XML file to be verified.
In one embodiment, the second rule module 203 is further configured to: extracting a logic rule statement from the interface file, and taking the logic rule statement as a logic verification rule of the XML file to be verified;
the verification module 204 is further configured to: and verifying the XML file to be verified according to the logic rule statements extracted from the interface file.
In summary, in the embodiments of the present invention, an interface file, an XML file to be verified, and an XML standard message structure file corresponding to the XML file to be verified are obtained; determining a format verification rule of the XML file to be verified according to the XML standard message structure file; determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file; and verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule. According to the embodiment of the invention, the format, the content and the logic verification rule of the XML file to be verified are determined according to the XML standard message structure file and the interface file, and then the XML file to be verified is verified according to the rule without manual comparison, so that manpower and material resources are effectively saved, and the comparison efficiency and the result accuracy are improved.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, 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, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (12)

1. An XML document verification method, comprising:
acquiring an interface file, an XML file to be verified and an XML standard message structure file corresponding to the XML file to be verified;
determining a format verification rule of the XML file to be verified according to the XML standard message structure file;
determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file;
and verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule.
2. The method according to claim 1, wherein the interface file, the XML file to be verified, and the XML standard message structure file corresponding to the XML file to be verified are obtained as follows:
acquiring a script parameter configuration file;
extracting a file corresponding to the path information from a server or a local folder according to the path information in the script parameter configuration file, wherein the path information comprises: the path information of the interface file, the path information of the XML file to be verified and the path information of the XML standard message structure file.
3. The method according to claim 1, wherein determining the format validation rule of the XML file to be validated according to the XML standard message structure file comprises: extracting a label name, a label sequence and a loop body from the XML standard message structure file, and taking the label name, the label sequence and the loop body as a format verification rule of the XML file to be verified;
the verification of the XML file to be verified according to the format verification rule comprises the following steps: and comparing the tag name, the tag sequence and the loop body extracted from the XML standard message structure file with the tag name, the tag sequence and the loop body of the XML file to be verified respectively.
4. The method of claim 1, wherein determining the content validation rules of the XML file to be validated according to the interface file comprises: extracting the data type and the data length of each label from the interface file, and taking the data type and the data length of each label as a content verification rule of the XML file to be verified;
verifying the XML file to be verified according to the content verification rule comprises the following steps: and comparing the data type and the data length of each label extracted from the interface file with the data type and the data length of the corresponding label in the XML file to be verified.
5. The method of claim 1, wherein determining the logical validation rules for the XML file to be validated based on the interface file comprises: extracting a logic rule statement from the interface file, and taking the logic rule statement as a logic verification rule of the XML file to be verified;
verifying the XML file to be verified according to the logic verification rule comprises the following steps: and verifying the XML file to be verified according to the logic rule statements extracted from the interface file.
6. An apparatus for validating an XML document, comprising:
the file acquisition module is used for acquiring an interface file, an XML file to be verified and an XML standard message structure file corresponding to the XML file to be verified;
the first rule module is used for determining the format verification rule of the XML file to be verified according to the XML standard message structure file;
the second rule module is used for determining the content verification rule and the logic verification rule of the XML file to be verified according to the interface file;
and the verification module is used for verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule.
7. The apparatus of claim 6, wherein the file obtaining module is further configured to obtain the interface file, the XML file to be verified, and the XML standard message structure file corresponding to the XML file to be verified as follows:
acquiring a script parameter configuration file;
extracting a file corresponding to the path information from a server or a local folder according to the path information in the script parameter configuration file, wherein the path information comprises: the path information of the interface file, the path information of the XML file to be verified and the path information of the XML standard message structure file.
8. The apparatus of claim 6, wherein the first rule module is further to: extracting a label name, a label sequence and a loop body from the XML standard message structure file, and taking the label name, the label sequence and the loop body as a format verification rule of the XML file to be verified;
the verification module is further to: and comparing the tag name, the tag sequence and the loop body extracted from the XML standard message structure file with the tag name, the tag sequence and the loop body of the XML file to be verified respectively.
9. The apparatus of claim 6, wherein the second rule module is further to: extracting the data type and the data length of each label from the interface file, and taking the data type and the data length of each label as a content verification rule of the XML file to be verified;
the verification module is further to: and comparing the data type and the data length of each label extracted from the interface file with the data type and the data length of the corresponding label in the XML file to be verified.
10. The apparatus of claim 6, wherein the second rule module is further to: extracting a logic rule statement from the interface file, and taking the logic rule statement as a logic verification rule of the XML file to be verified;
the verification module is further to: and verifying the XML file to be verified according to the logic rule statements extracted from the interface file.
11. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 5 when executing the computer program.
12. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1 to 5.
CN201910891859.9A 2019-09-20 2019-09-20 XML file verification method and device Active CN110688823B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910891859.9A CN110688823B (en) 2019-09-20 2019-09-20 XML file verification method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910891859.9A CN110688823B (en) 2019-09-20 2019-09-20 XML file verification method and device

Publications (2)

Publication Number Publication Date
CN110688823A true CN110688823A (en) 2020-01-14
CN110688823B CN110688823B (en) 2023-08-22

Family

ID=69109795

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910891859.9A Active CN110688823B (en) 2019-09-20 2019-09-20 XML file verification method and device

Country Status (1)

Country Link
CN (1) CN110688823B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112507685A (en) * 2020-11-30 2021-03-16 锐捷网络股份有限公司 YANG file verification method and device, electronic equipment and storage medium
CN113761879A (en) * 2020-06-01 2021-12-07 中国电信股份有限公司 Message format checking method, device and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050246159A1 (en) * 2004-04-30 2005-11-03 Configurecode, Inc. System and method for document and data validation
US20090249186A1 (en) * 2008-03-25 2009-10-01 International Business Machines Corporation Multi-pass validation of extensible markup language (xml) documents
CN102402556A (en) * 2010-09-16 2012-04-04 深圳市金蝶中间件有限公司 XML (extensive makeup language) file checking method and device
CN105225066A (en) * 2015-10-27 2016-01-06 东软集团股份有限公司 The verification method of workflow legitimacy and demo plant
CN105824791A (en) * 2016-03-17 2016-08-03 北京信息科技大学 Reference format checking method
CN108345512A (en) * 2018-03-19 2018-07-31 重庆金融资产交易所有限责任公司 Data verification method, server and storage medium
CN109379326A (en) * 2018-08-29 2019-02-22 中国建设银行股份有限公司 XML message rule method of calibration, equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050246159A1 (en) * 2004-04-30 2005-11-03 Configurecode, Inc. System and method for document and data validation
US20090249186A1 (en) * 2008-03-25 2009-10-01 International Business Machines Corporation Multi-pass validation of extensible markup language (xml) documents
CN102402556A (en) * 2010-09-16 2012-04-04 深圳市金蝶中间件有限公司 XML (extensive makeup language) file checking method and device
CN105225066A (en) * 2015-10-27 2016-01-06 东软集团股份有限公司 The verification method of workflow legitimacy and demo plant
CN105824791A (en) * 2016-03-17 2016-08-03 北京信息科技大学 Reference format checking method
CN108345512A (en) * 2018-03-19 2018-07-31 重庆金融资产交易所有限责任公司 Data verification method, server and storage medium
CN109379326A (en) * 2018-08-29 2019-02-22 中国建设银行股份有限公司 XML message rule method of calibration, equipment and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113761879A (en) * 2020-06-01 2021-12-07 中国电信股份有限公司 Message format checking method, device and storage medium
CN113761879B (en) * 2020-06-01 2024-02-20 中国电信股份有限公司 Message format verification method, device and storage medium
CN112507685A (en) * 2020-11-30 2021-03-16 锐捷网络股份有限公司 YANG file verification method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN110688823B (en) 2023-08-22

Similar Documents

Publication Publication Date Title
US10108535B2 (en) Web application test script generation to test software functionality
US8745641B1 (en) Automatic verification and anomaly detection in a representational state transfer (REST) application programming interface
US8949166B2 (en) Creating and processing a data rule for data quality
KR101755365B1 (en) Managing record format information
CN113312108B (en) SWIFT message verification method and device, electronic equipment and storage medium
CN106682036A (en) Data exchange system and exchange method thereof
CN107169000A (en) Static resource dissemination method and device
CN110688823B (en) XML file verification method and device
CN110134596A (en) The generation method and terminal device of test document
US9378115B2 (en) Base line for code analysis
CN111367890A (en) Data migration method and device, computer equipment and readable storage medium
CN114116691A (en) Data import checking method, system, device and computer readable medium
CN113761879B (en) Message format verification method, device and storage medium
CN110543641B (en) Chinese and foreign language information comparison method and device
CN107622013B (en) Distributed system testing method and device
US8819645B2 (en) Application analysis device
CN115543832A (en) Software code standard detection method, system, equipment and storage medium
CN114896161A (en) File construction method and device based on artificial intelligence, computer equipment and medium
CN114238733A (en) Key information extraction method and device, computer storage medium and electronic equipment
US8645908B2 (en) Method for generating specifications of static test
CN112445461A (en) Business rule generation method and device, electronic equipment and readable storage medium
CN111399825A (en) API (application programming interface) development management method and system based on API document
CN111651362A (en) Test case generation method and device, storage medium and computer equipment
CN110781078A (en) Code vulnerability processing method and device
CN112035367B (en) Method and system for checking workflow correctness of big data platform

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant