CN112148540B - Interface parameter checking method and device, electronic equipment and readable storage medium - Google Patents

Interface parameter checking method and device, electronic equipment and readable storage medium Download PDF

Info

Publication number
CN112148540B
CN112148540B CN202010877802.6A CN202010877802A CN112148540B CN 112148540 B CN112148540 B CN 112148540B CN 202010877802 A CN202010877802 A CN 202010877802A CN 112148540 B CN112148540 B CN 112148540B
Authority
CN
China
Prior art keywords
parameter
interface
check
target interface
target
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.)
Active
Application number
CN202010877802.6A
Other languages
Chinese (zh)
Other versions
CN112148540A (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.)
Accumulus Technologies Tianjin Co Ltd
Original Assignee
Accumulus Technologies Tianjin 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 Accumulus Technologies Tianjin Co Ltd filed Critical Accumulus Technologies Tianjin Co Ltd
Priority to CN202010877802.6A priority Critical patent/CN112148540B/en
Publication of CN112148540A publication Critical patent/CN112148540A/en
Application granted granted Critical
Publication of CN112148540B publication Critical patent/CN112148540B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2205Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2247Verification or detection of system hardware configuration

Landscapes

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

Abstract

The invention provides an interface parameter checking method, an interface parameter checking device, electronic equipment and a readable storage medium, wherein the method comprises the following steps: receiving a target parameter submitted by a user at a target interface of a user interface of a service processing system; acquiring and analyzing a configuration item of a target interface, and judging whether the target interface needs to be checked according to the configuration item of the target interface; the configuration item stores a parameter verification rule and an inter-parameter verification rule of the target interface; if the target interface needs to be verified, executing first verification, wherein the first verification is to verify the intra-parameter constraint of the target parameter of the target interface according to a parameter verification rule; if the first verification fails, the verification process is exited; otherwise, executing a second check, wherein the second check is to check the inter-parameter constraint of the target parameter of the target interface according to the inter-parameter check rule; and if the second check fails, exiting the check process. The problem that the check rule is written in the code in a coding mode and can take effect only by re-releasing the check rule on line in the prior art is solved.

Description

Interface parameter checking method and device, electronic equipment and readable storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to an interface parameter checking method, an interface parameter checking device, electronic equipment and a readable storage medium.
Background
At present, a common interface parameter verification solution is realized by encoding in a program by a developer, and if a parameter verification rule changes due to service change, an online solution needs to be released again.
With the continuous improvement of service functions and complexity, parameter verification rules in interface interaction become more and more complex, and the task of rapidly realizing the service verification rules and solving the core service logic is the most important task for each developer. The traditional method for realizing the interface parameter verification is realized through program coding, but the program coding is realized and then needs to be issued to be on-line for effectiveness, even if a number is changed, the effect is required, and the timeliness is poor; meanwhile, if the service verification rule is too complex, the code of the parameter verification part is too bloated, the code amount may exceed the code amount of the core service processing part, and a phenomenon of 'heavy head' occurs, which is not beneficial to the control of software quality and the maintenance of the code.
Disclosure of Invention
The embodiment of the invention provides an interface parameter checking method, an interface parameter checking device, electronic equipment and a readable storage medium, and aims to solve the problems that in the prior art, a checking rule is written in a code in a coding mode and can be effective only when the checking rule is released again.
In order to solve the technical problem, the invention is realized as follows:
in a first aspect, an embodiment of the present invention provides an interface parameter checking method, which is applied to a service processing system, where the service processing system includes at least one interface, the interface includes at least one component, each component includes at least one control, and each control corresponds to a parameter; the method comprises the following steps:
receiving a target parameter submitted by a user at a target interface of a user interface of the service processing system;
acquiring and analyzing the configuration item of the target interface, and judging whether the target interface needs to be checked according to the configuration item of the target interface;
the configuration item stores a parameter verification rule and an inter-parameter verification rule of the target interface;
if the target interface needs to be checked, executing a first check, wherein the first check is to check the intra-parameter constraint of the target parameter of the target interface according to the parameter check rule;
if the first verification fails, the verification process is exited;
otherwise, executing a second check, wherein the second check is to check the inter-parameter constraint of the target parameter of the target interface according to the inter-parameter check rule;
if the second check fails, exiting the check process;
otherwise, the second check is finished and the service processing corresponding to the target interface is carried out.
Optionally, the configuration item further stores a version number of the configuration item of the target interface, and the method further includes: when the parameter checking rule or the inter-parameter checking rule of the target interface is changed, changing the version number of the configuration item;
the obtaining and analyzing the configuration item of the target interface comprises:
and acquiring a configuration item of the latest version number of the target interface.
Optionally, the obtaining and analyzing the configuration item of the target interface, and before determining whether the target interface needs to be checked according to the configuration item of the target interface, the method further includes:
and determining a parameter verification rule of the target interface and a verification script format of a parameter verification rule according to the display form of the user interface.
In a second aspect, an embodiment of the present invention further provides an interface parameter checking apparatus, including:
the first receiving module is used for receiving a target parameter submitted by a user at a target interface of a user interface of the service processing system;
the acquisition module is used for acquiring and analyzing the configuration item of the target interface and judging whether the target interface needs to be checked according to the configuration item of the target interface; the configuration item stores a parameter verification rule and an inter-parameter verification rule of the target interface;
the first checking module is used for executing first checking if the target interface needs to be checked, and quitting the checking process if the first checking fails; the first check is to check the intra-parameter constraint of the target parameter of the target interface according to the parameter check rule;
the second check module is used for executing second check if the first check is successful, and quitting the check process if the second check is failed; otherwise, finishing the second check and carrying out the service processing corresponding to the target interface; the second check is to check the inter-parameter constraint of the target parameter of the target interface according to the inter-parameter check rule.
Optionally, the system further includes a changing module, configured to change a version number of the configuration item of the target interface when the parameter verification rule or the inter-parameter verification rule of the target interface is changed.
Optionally, the system further comprises a display configuration module, configured to determine a parameter verification rule of the target interface and a verification script format of a verification rule between parameters according to the display form of the user interface.
In a third aspect, an embodiment of the present invention further provides an electronic device, including: a processor, a memory and a program stored on the memory and executable on the processor, which program, when executed by the processor, carries out the steps of the interface parameter checking method according to the first aspect.
In a fourth aspect, an embodiment of the present invention further provides a readable storage medium, where a computer program is stored on the readable storage medium, and when the computer program is executed by a processor, the steps of the interface parameter verification method according to the first aspect are implemented.
In the embodiment of the invention, the interface parameters are verified in a configuration item mode, the operation is simple and flexible, the interface parameters can be immediately validated after configuration, the problems that the verification rules are written in codes in a coding mode and can be validated only by being released online again are avoided, and the workload of maintenance and expansion iteration of developers is reduced.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a schematic flowchart of an interface parameter verification method according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of an interface parameter verification method according to a second embodiment of the present invention;
fig. 3 is a schematic flowchart of an interface parameter verification method according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of an interface parameter checking apparatus according to a fourth embodiment of the present invention;
fig. 5 is a schematic structural diagram of an interface parameter checking apparatus according to a fifth embodiment of the present invention;
fig. 6 is a schematic structural diagram of an electronic device according to a sixth embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without inventive step based on the embodiments of the present invention, are within the scope of protection of the present invention.
Referring to fig. 1, the present invention provides an interface parameter checking method, applied to a service processing system, where the service processing system includes at least one interface, the interface includes at least one component, each component includes at least one control, and each control corresponds to a parameter; the method comprises the following steps:
step 11: receiving a target parameter submitted by a user at a target interface of a user interface of the service processing system;
step 12: acquiring and analyzing the configuration item of the target interface, and judging whether the target interface needs to be checked according to the configuration item of the target interface; the configuration item stores a parameter verification rule and an inter-parameter verification rule of the target interface;
step 13: if the target interface needs to be verified, executing a first verification, wherein the first verification is to verify the intra-parameter constraint of the target parameter of the target interface according to the parameter verification rule;
step 14: if the first verification fails, the verification process is exited; otherwise, executing a second check, wherein the second check is to check the inter-parameter constraint of the target parameter of the target interface according to the inter-parameter check rule;
step 15: if the second check fails, exiting the check process; otherwise, the second check is finished and the service processing corresponding to the target interface is carried out.
In the embodiment of the invention, the interface parameters are verified in a configuration item mode, the operation is simple and flexible, the interface parameters can be immediately validated after configuration, the problems that the verification rules are written in codes in a coding mode and can be validated only by being released online again are avoided, and the workload of maintenance and expansion iteration of developers is reduced.
In some embodiments of the present invention, optionally, the configuration item further stores a version number of the configuration item of the target interface, and the method further includes: when the parameter checking rule or the parameter checking rule of the target interface is changed, changing the version number of the configuration item;
the obtaining and analyzing the configuration item of the target interface comprises:
and acquiring a configuration item of the latest version number of the target interface.
In some embodiments of the present invention, the original version number of the configuration item of the target interface may be marked as 0 or 1, and when the parameter verification rule or the inter-parameter verification rule of the target interface changes, the version number is automatically accumulated; and executing interface parameter verification according to the changed parameter verification rule or the inter-parameter verification rule by acquiring and analyzing the configuration item of the latest version number of the target interface, wherein when the version number change rule is that the version number is increased, the configuration item of the latest version number is the configuration item with the maximum version number value.
In the embodiment of the invention, when the parameter check rule or the inter-parameter check rule of the target interface is changed, the version number of the configuration item of the target interface is changed; by increasing the version number of each interface, forward compatibility of interface change during parameter verification is realized.
In some embodiments of the present invention, optionally, before the obtaining and analyzing the configuration item of the target interface and determining whether the target interface needs to be checked according to the configuration item of the target interface, the method further includes:
and determining a parameter verification rule of the target interface and a verification script format of a parameter verification rule according to the display form of the user interface.
For example, aiming at the verification of the HTML form at the front end, if the user selects to output HTML, an HTML page and a JS verification script applicable to the front end are output;
and if the user selects to output the Android, the Activity and the verification script suitable for the Android are output.
In the embodiment of the invention, the user determines the parameter verification rules stored in the configuration items and the verification script format of the verification rules among the parameters by selecting the output page form, thereby facilitating front-end developers.
Referring to fig. 3, fig. 3 is a schematic flowchart illustrating an interface parameter verification method according to a third embodiment of the present invention; in some embodiments of the present invention, an interface verification process includes N components, where N components correspond to i inter-component rules; the rule among each component is an inter-parameter check rule used for checking the constraint among each parameter;
each component comprises m controls, and each control corresponds to a parameter; each control corresponds to j component internal rules, and each component internal rule is a parameter verification rule of each parameter and is used for verifying the parameter internal constraint of each parameter.
Referring to fig. 2, fig. 2 is a schematic flowchart illustrating an interface parameter verification method according to a second embodiment of the present invention; in some embodiments of the present invention, the interface parameter checking device includes a configuration item module and a parameter checking rule engine, where the configuration item stores a parameter checking rule and an inter-parameter checking rule of the target interface; when the interface checking process is started, the parameter checking rule engine acquires and analyzes the configuration items, and preliminarily judges whether the target interface needs to be checked; if the target interface needs to be verified, verifying the intra-parameter constraint of the target parameter according to the parameter verification rule stored in the configuration item, if the verification fails, exiting the current verification, otherwise, verifying the inter-parameter constraint of the target parameter according to the inter-parameter verification rule stored in the configuration item; if the verification fails, the current verification is quitted, otherwise, the verification is finished, the current verification process is ended, and the business processing process of the target interface is switched to.
In some embodiments of the present invention, if the target interface is a contract-made verification interface, the target parameters include a customer name, a customer level and a discount, and the number of characters of the input data may be 2-4 according to the parameter verification rule of the "customer name" at this time; the inter-parameter check rule between customer rating and discount offer may be: the first level of customer preferential discounts is 95 discounts; the second level of customer preferential discounts is 98 discounts; the third level of customers has no discount benefits. By calling the interface parameter verification method, the client name verification of the contract and the preferential discount verification corresponding to the client grade can be realized, the operation is simple and flexible, the verification rule can be configured to take effect immediately, the problems that the verification rule is written in a code in a coding mode and needs to be re-released to be on-line to take effect are avoided, and the workload of maintenance and expansion iteration of developers is reduced.
Referring to fig. 4, fig. 4 is a schematic structural diagram of an interface parameter calibration apparatus 2 according to a fourth embodiment of the present invention; the method comprises the following steps:
a first receiving module 201, configured to receive a target parameter submitted by a user at a target interface of a user interface of a service processing system;
an obtaining module 202, configured to obtain and analyze a configuration item of the target interface, and determine whether the target interface needs to be checked according to the configuration item of the target interface; the configuration item stores a parameter verification rule and an inter-parameter verification rule of the target interface;
a first checking module 203, configured to execute a first check if the target interface needs to be checked, and exit the checking process if the first check fails; the first check is to check the intra-parameter constraint of the target parameter of the target interface according to the parameter check rule;
a second checking module 204, configured to execute a second check if the first check is successful, and exit the checking process if the second check is failed; otherwise, finishing the second check and carrying out the service processing corresponding to the target interface; the second check is to check the inter-parameter constraint of the target parameter of the target interface according to the inter-parameter check rule.
In the embodiment of the invention, the interface parameters are verified in a configuration item mode, the operation is simple and flexible, the interface parameters can be immediately validated after configuration, the problems that the verification rules are written in codes in a coding mode and can be validated only by being released online again are avoided, and the workload of maintenance and expansion iteration of developers is reduced.
Referring to fig. 5, fig. 5 is a schematic structural diagram of an interface parameter calibration apparatus according to a fifth embodiment of the present invention; in some embodiments of the present invention, optionally, the apparatus further includes a changing module 205, configured to change a version number of the configuration item of the target interface when the parameter verification rule or the inter-parameter verification rule of the target interface is changed.
In the embodiment of the invention, when the parameter check rule or the inter-parameter check rule of the target interface is changed, the version number of the configuration item of the target interface is changed; by increasing the version number of each interface, forward compatibility of interface change during parameter verification is realized.
In some embodiments of the present invention, optionally, a display configuration module 206 is further included, configured to determine a verification script format of the parameter verification rule and the inter-parameter verification rule of the target interface according to the display form of the user interface.
In the embodiment of the invention, the user determines the parameter verification rules stored in the configuration items and the verification script format of the parameter verification rules by selecting the output page form, thereby facilitating the front-end developer.
Referring to fig. 6, fig. 6 is a schematic structural diagram of an electronic device 300 according to a sixth embodiment of the present invention, where the electronic device 300 includes: the interface parameter verification method includes a processor 301, a memory 302, and a computer program stored in the memory 302 and capable of running on the processor 301, where the computer program implements each process of the above embodiment of the interface parameter verification method when executed by the processor 301, and can achieve the same technical effect, and is not described herein again to avoid repetition.
The embodiment of the present invention further provides a readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the computer program implements each process of the above-mentioned embodiment of the interface parameter checking method, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here.
The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (7)

1. An interface parameter calibration method is applied to a business processing system, the business processing system comprises at least one interface, the interface comprises at least one component, each component comprises at least one control, and each control corresponds to a parameter; the method is characterized by comprising the following steps:
receiving a target parameter submitted by a user at a target interface of a user interface of the service processing system;
acquiring and analyzing the configuration item of the target interface, and judging whether the target interface needs to be checked according to the configuration item of the target interface; the configuration item stores a parameter verification rule and an inter-parameter verification rule of the target interface;
if the target interface needs to be checked, executing a first check, wherein the first check is to check the intra-parameter constraint of the target parameter of the target interface according to the parameter check rule; wherein, the configuration item stores the parameter check rule and the inter-parameter check rule of the target interface; when the interface verification process is started, the parameter verification rule engine acquires and analyzes the configuration items, and preliminarily judges whether the target interface needs to be verified; the configuration item further stores a version number of the configuration item of the target interface, and the method further comprises: when the parameter checking rule or the inter-parameter checking rule of the target interface is changed, changing the version number of the configuration item;
if the first verification fails, the verification process is exited; otherwise, executing a second check, wherein the second check is to check the inter-parameter constraint of the target parameter of the target interface according to the inter-parameter check rule;
if the second check fails, exiting the check process; otherwise, the second check is finished and the service processing corresponding to the target interface is carried out.
2. The interface parameter verification method according to claim 1, wherein the obtaining and parsing the configuration item of the target interface includes:
and acquiring the configuration item of the latest version number of the target interface.
3. The method for verifying the interface parameter according to claim 1, wherein the obtaining and analyzing the configuration item of the target interface, and before determining whether the target interface needs to be verified according to the configuration item of the target interface, further comprises:
and determining the parameter verification rules of the target interface and the verification script format of the verification rules among the parameters according to the display form of the user interface.
4. An interface parameter verification apparatus, comprising:
the first receiving module is used for receiving a target parameter submitted by a user at a target interface of a user interface of the service processing system;
the acquisition module is used for acquiring and analyzing the configuration item of the target interface and judging whether the target interface needs to be checked according to the configuration item of the target interface; the configuration item stores a parameter verification rule and an inter-parameter verification rule of the target interface;
the first checking module is used for executing first checking if the target interface needs to be checked, and quitting the checking process if the first checking fails; the first check is to check the intra-parameter constraint of the target parameter of the target interface according to the parameter check rule; the configuration item stores a parameter check rule and an inter-parameter check rule of the target interface; when the interface verification process is started, the parameter verification rule engine acquires and analyzes the configuration items, and preliminarily judges whether the target interface needs to be verified; the configuration item also stores the version number of the configuration item of the target interface;
the second check module is used for executing second check if the first check is successful, and quitting the check process if the second check is failed; otherwise, finishing the second check and carrying out the service processing corresponding to the target interface; the second check is to check the inter-parameter constraint of the target parameter of the target interface according to the inter-parameter check rule;
and the changing module is used for changing the version number of the configuration item of the target interface when the parameter verification rule or the inter-parameter verification rule of the target interface is changed.
5. The interface parameter verification device of claim 4, further comprising:
and the display configuration module is used for determining the parameter verification rule of the target interface and the verification script format of the parameter verification rule according to the display form of the user interface.
6. An electronic device, comprising: processor, memory and program stored on the memory and executable on the processor, which when executed by the processor implements the steps of the interface parameter checking method according to any of claims 1 to 3.
7. A readable storage medium, characterized in that the readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps of the interface parameter checking method according to any one of claims 1 to 3.
CN202010877802.6A 2020-08-27 2020-08-27 Interface parameter checking method and device, electronic equipment and readable storage medium Active CN112148540B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010877802.6A CN112148540B (en) 2020-08-27 2020-08-27 Interface parameter checking method and device, electronic equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010877802.6A CN112148540B (en) 2020-08-27 2020-08-27 Interface parameter checking method and device, electronic equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN112148540A CN112148540A (en) 2020-12-29
CN112148540B true CN112148540B (en) 2023-03-24

Family

ID=73888882

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010877802.6A Active CN112148540B (en) 2020-08-27 2020-08-27 Interface parameter checking method and device, electronic equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN112148540B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113778287A (en) * 2021-08-19 2021-12-10 北京达佳互联信息技术有限公司 Form generation method and device
CN113688045B (en) * 2021-08-26 2024-03-22 烽火通信科技股份有限公司 Automatic checking method and device for binary interface compatibility

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109101812A (en) * 2018-08-28 2018-12-28 北京神州绿盟信息安全科技股份有限公司 A kind of parameter verification method, apparatus, computing device and storage medium
CN110806979A (en) * 2019-10-31 2020-02-18 北京东软望海科技有限公司 Interface return value checking method, device, equipment and storage medium
CN111552702A (en) * 2020-05-08 2020-08-18 北京思特奇信息技术股份有限公司 Method and device for automatically configuring business rules, electronic equipment and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108089985B (en) * 2017-12-14 2020-09-29 中国平安人寿保险股份有限公司 Method, device and equipment for verifying interface return parameters and readable storage medium
CN109324958B (en) * 2018-06-27 2021-10-29 郑州云海信息技术有限公司 REST unified verification method, device, equipment and readable storage medium
CN109510824B (en) * 2018-11-12 2021-06-04 中国银行股份有限公司 Interface message checking method and device
CN111258832B (en) * 2020-01-22 2023-06-20 泰康保险集团股份有限公司 Interface parameter verification method, device, equipment and medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109101812A (en) * 2018-08-28 2018-12-28 北京神州绿盟信息安全科技股份有限公司 A kind of parameter verification method, apparatus, computing device and storage medium
CN110806979A (en) * 2019-10-31 2020-02-18 北京东软望海科技有限公司 Interface return value checking method, device, equipment and storage medium
CN111552702A (en) * 2020-05-08 2020-08-18 北京思特奇信息技术股份有限公司 Method and device for automatically configuring business rules, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN112148540A (en) 2020-12-29

Similar Documents

Publication Publication Date Title
CN112148540B (en) Interface parameter checking method and device, electronic equipment and readable storage medium
US9444873B2 (en) Website compatibility shims
CN110580155B (en) Implementation method and device of state machine engine, computer equipment and storage medium
CN107450919A (en) BPM method, equipment and computer-readable recording medium
CN107508720B (en) Automatic testing method and device
US7478053B2 (en) Apparatus and computer program product for technology comparisons
CN110569159A (en) Baffle generation method, device, equipment and computer storage medium
US20190065164A1 (en) Computer speed via metadata-based business rule interpreter
CN110599341A (en) Transaction calling method and system
CN112114866B (en) Data conversion loading method and device of JSON file and storage medium
CN113688025A (en) Interface test method, device, equipment and storage medium
CN113254350A (en) Flink operation testing method, device, equipment and storage medium
CN117495544A (en) Sandbox-based wind control evaluation method, sandbox-based wind control evaluation system, sandbox-based wind control evaluation terminal and storage medium
CN114064488A (en) Transaction testing method, device, storage medium and equipment
CN110716855B (en) Processor instruction set testing method and device
CN114327682B (en) WebView white screen detection method, system, electronic equipment and storage medium
CN117724955A (en) Method and device for testing integrated service, electronic equipment and storage medium
CN114329441A (en) Sandbox of algorithm competition online evaluation system and implementation method thereof
WO2023058611A1 (en) Software failure analysis apparatus and software failure analysis method
CN117372190A (en) Bill batch processing method, device, equipment and storage medium
CN115659186A (en) Virtual object matching method, virtual object matching device, and storage medium
CN118132080A (en) Skeleton screen automatic management method and device, computer equipment and storage medium
CN114470789A (en) Data restoration method, device, system, game server and storage medium
CN115167731A (en) Bank transaction page skipping method, device, system and medium
CN110609791A (en) Interface test method, interface test device and storage medium for bidding system

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