CN110990293B - Automatic verification test method and system - Google Patents

Automatic verification test method and system Download PDF

Info

Publication number
CN110990293B
CN110990293B CN201911298228.2A CN201911298228A CN110990293B CN 110990293 B CN110990293 B CN 110990293B CN 201911298228 A CN201911298228 A CN 201911298228A CN 110990293 B CN110990293 B CN 110990293B
Authority
CN
China
Prior art keywords
api
language
engine
unified
api module
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
CN201911298228.2A
Other languages
Chinese (zh)
Other versions
CN110990293A (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.)
Beijing Toyou Feiji Electronics Co ltd
Original Assignee
Beijing Toyou Feiji Electronics 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 Beijing Toyou Feiji Electronics Co ltd filed Critical Beijing Toyou Feiji Electronics Co ltd
Priority to CN201911298228.2A priority Critical patent/CN110990293B/en
Publication of CN110990293A publication Critical patent/CN110990293A/en
Application granted granted Critical
Publication of CN110990293B publication Critical patent/CN110990293B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides an automatic verification test method and system. The method comprises the following steps: traversing the source codes by using a grammar analysis engine, and identifying the language types of the source codes; packaging codes into unified compatible API modules according to language types read in advance by the grammar analysis engine by using the API packaging engine; and (5) automatically verifying the packaged API module by using an automatic calibration engine. The automatic verification test method and the system provided by the invention can realize automatic test of API interaction among different modules.

Description

Automatic verification test method and system
Technical Field
The invention relates to the technical field of software testing, in particular to an automatic verification testing method and system.
Background
At present, the development of the internet is rapid, the complexity of the system and the software is also higher and higher, and particularly, the research of large-scale integrated software development and system integration uses a plurality of different languages. And the complexity of the system software is continuously improved due to the increasing difference of programming languages. In the development process, the problem of variability of different development languages occurs more and more. Therefore, how to better realize subsystem or module interface standardization and smooth interaction during docking becomes a difficulty in research and development test and also becomes a problem that most internet enterprises attach more and more importance.
There are two methods at the present stage: the first is based on reasonable code structure design and frame deployment, and strict management and control flow to avoid the problem of variability between different languages; the second is to use only one language or replace the original language with the similar language with better compatibility to solve the problem of the difference between different languages.
Based on reasonable code structure design and frame deployment and strict management and control flow, smooth interaction during subsystem or module interface standardization and docking is ensured, and a large amount of theoretical authentication and experience accumulation are needed. Otherwise, all problems cannot be completely and accurately predicted in detail, and blockage or unresolved defects are often encountered in the later stage of the development process. And the complete research and development effort is required to be supported, otherwise, the related programming language has no technical support.
The method for completing part of development projects by using only one language or replacing the original language by the similar language with better compatibility is excessively dead, has lower code flexibility and is easy to cause the difficult problems of blockage or compatibility under different environments. And the whole is too unified, so that later perfection is difficult, and a large number of associated problems are easy to occur.
Disclosure of Invention
The invention aims to solve the technical problem of providing an automatic verification test method and an automatic verification test system, which can realize automatic test of API interaction among different modules.
In order to solve the technical problems, the invention provides an automatic verification test method, which comprises the following steps: traversing the source codes by using a grammar analysis engine, and identifying the language types of the source codes; packaging codes into a unified compatible API module according to the language type identified by the grammar analysis engine by using an API packaging engine; and (5) automatically verifying the packaged API module by using an automatic calibration engine.
In some embodiments, traversing the source code using a grammar parsing engine to identify a language type of the source code includes: carrying out grammar analysis on the source codes; judging whether the source codes accord with the grammar structure tree or not according to the grammar analysis result; if the language type accords with the grammar analysis tree, traversing the language type preset in the database; judging whether the preset language types are matched with the language types of the source codes or not; and outputting the matched language type if the matched language type exists.
In some embodiments, traversing the source code using a grammar parsing engine to identify a language type of the source code, further comprising: if the language type is not matched, performing exception handling and exiting.
In some embodiments, using an API packaging engine, packaging code into a unified compatible API module for language types identified by a syntax parsing engine, comprising: according to the language type obtained by recognition, carrying out character matching on the source code; according to the matching result, each identified API interface is packaged into a unified API module; and outputting an API module.
In some embodiments, the code is packaged into a unified compatible API module for the language type identified by the parsing engine using an API packaging engine, further comprising: parameter analysis is carried out on the encapsulation result of the API module; and outputting parameter information of each API interface according to the parameter analysis result.
In some embodiments, the code is packaged into a unified compatible API module for the language type identified by the parsing engine using an API packaging engine, further comprising: carrying out layout and relevance analysis on the API module packaging result; and outputting standard structure information of the API interface according to the layout and the relevance analysis.
In some embodiments, the code is packaged into a unified compatible API module for the language type identified by the parsing engine using an API packaging engine, further comprising: after character matching is carried out on the source codes, judging whether the source codes accord with the predefined standard of the language type or not; if the predefined criteria of the language type are not met, exception handling is performed and exit is performed.
In some embodiments, using an auto-calibration engine, automatically validating the packaged API module includes: executing calling to each API interface in the API module; grabbing the called data stream; acquiring an expected result of the call; and comparing the calling result in the data stream with the expected result, thereby completing the verification of the API module.
In addition, the invention also provides an automatic verification test system, which comprises: the grammar analysis engine is used for traversing the source codes and identifying the language types of the source codes; the API packaging engine is used for packaging codes into unified compatible API modules according to the language types read in advance by the grammar analysis engine; and the automatic calibration engine is used for automatically verifying the packaged API module.
In addition, the invention also provides an automatic verification test system, which comprises: one or more processors; and a storage device for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement the auto-verification test method according to the foregoing.
With such a design, the invention has at least the following advantages:
1. the problem that automatic testing of API interaction between different modules cannot be achieved is solved.
2. The method solves the problem that the code module cannot be flexibly packaged into the interactive module of other language modules.
Drawings
The foregoing is merely an overview of the present invention, and the present invention is further described in detail below with reference to the accompanying drawings and detailed description.
FIG. 1 is a schematic flow chart of an automatic verification test method according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of a syntax analysis process in an automatic verification test method according to an embodiment of the present invention;
FIG. 3 is a schematic flow chart of an API package in an automatic verification test method according to an embodiment of the present invention;
FIG. 4 is a schematic flow chart of automatic calibration in the automatic verification test method according to the embodiment of the present invention;
FIG. 5 is a schematic diagram of an automatic verification test system according to an embodiment of the present invention;
FIG. 6 is a functional schematic of a parse engine provided by an embodiment of the present invention;
FIG. 7 is a functional schematic of an API packaging engine provided by an embodiment of the present invention;
fig. 8 is a schematic structural diagram of an automatic verification test system according to an embodiment of the present invention.
Detailed Description
The preferred embodiments of the present invention will be described below with reference to the accompanying drawings, it being understood that the preferred embodiments described herein are for illustration and explanation of the present invention only, and are not intended to limit the present invention.
Fig. 1 shows a flowchart of an automatic verification test method provided by an embodiment of the present invention. Referring to fig. 1, the automatic verification test method provided by the embodiment of the invention includes:
and S11, traversing the source codes by using a grammar analysis engine, and identifying the language type of the source codes.
S12, packaging codes into a unified compatible API module according to the language type identified by the grammar parsing engine by using the API packaging engine.
S13, utilizing an automatic calibration engine to automatically verify the packaged API module.
The source code packages belonging to different language types are called as unified and compatible API modules, and automatic verification is carried out on the basis of the API modules, so that interface standardization and smooth interaction during docking can be ensured, and automatic testing of API interaction among different modules, particularly among modules of different language types, is realized.
Fig. 2 is a flowchart illustrating a syntax analysis process in the automatic verification test method according to an embodiment of the present invention. Referring to fig. 2, the parsing process performed by the parsing engine includes: carrying out grammar analysis on the source codes; judging whether the source codes accord with the grammar structure tree or not according to the grammar analysis result; if the language type accords with the grammar analysis tree, traversing the language type preset in the database; judging whether the preset language types are matched with the language types of the source codes or not; if the matched language types exist, outputting the matched language types; if the language type is not matched, performing exception handling and exiting.
Fig. 3 is a flowchart illustrating an API encapsulation process in the auto-verification test method according to an embodiment of the present invention. Referring to fig. 3, the API encapsulation process performed by the API encapsulation engine includes: according to the language type obtained by recognition, carrying out character matching on the source code; according to the matching result, each identified API interface is packaged into a unified API module; and outputting an API module.
The unified API module refers to that the packaged API module adopts a unified language type and is written according to a unified layout style. Due to the adoption of the unified language type and the unified layout style, the packaged API module can realize smooth interaction in the subsequent automatic verification process.
In addition, the API packaging process performed by the API packaging engine further includes: parameter analysis is carried out on the encapsulation result of the API module; and outputting parameter information of each API interface according to the parameter analysis result.
In addition, the API packaging process performed by the API packaging engine further includes: carrying out layout and relevance analysis on the API module packaging result; and outputting standard structure information of the API interface according to the layout and the relevance analysis.
Still further, the API packaging process performed by the API packaging engine further includes: after character matching is carried out on the source codes, judging whether the source codes accord with the predefined standard of the language type or not; if the predefined criteria of the language type are not met, exception handling is performed and exit is performed.
Fig. 4 is a flowchart illustrating an automatic calibration process in the automatic verification test method according to the embodiment of the present invention. Referring to fig. 4, the auto-calibration process performed by the auto-calibration engine includes: executing calling to each API interface in the API module; grabbing the called data stream; acquiring an expected result of the call; and comparing the calling result in the data stream with the expected result, thereby completing the verification of the API module.
Here, the invoked data stream includes: input data stream and output data stream of API interface.
Fig. 5 shows a structure of an automatic verification test system provided by an embodiment of the present invention. Referring to fig. 5, the automatic verification test system includes: a syntax parsing engine 501, an API encapsulation engine 502, and an auto-calibration engine 503.
The syntax parsing engine 501 is responsible for syntax parsing of the program source code. Fig. 6 shows the overall process of parsing source code. Referring to fig. 6, the syntax parsing engine 501 parses source code input thereto. The result of the grammar parsing engine parsing the source code is the language type of the source code.
The API packaging engine 502 is responsible for packaging the API interface into a unified API module according to the result of the syntax parsing, that is, the language type of the identified source code. Fig. 7 shows the input-output relationship of the API encapsulation engine. Referring to fig. 7, the encoding language type and source code are input data streams to the API packaging engine. The associations between the various APIs, the unified standard APIs, the parameter types, the parameter structures, the custom structure layout, and the API module classifications are the output data of the API package engine.
Fig. 8 is a block diagram of the automatic verification test system of the present invention. Referring to fig. 8, the automatic verification test system includes: a Central Processing Unit (CPU) 801 that can execute various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) or a program loaded from a storage section 808 into a Random Access Memory (RAM) 803. In the RAM 803, various programs and data required for system operation are also stored. The CPU 801, ROM 802, and RAM 803 are connected to each other by a bus 804. An input/output (I/O) interface 805 is also connected to the bus 804.
The following components are connected to the I/O interface 805: an input portion 806 including a keyboard, mouse, etc.; an output portion 807 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and a speaker; a storage section 808 including a hard disk or the like; and a communication section 809 including a network interface card such as a LAN card, a modem, or the like. The communication section 809 performs communication processing via a network such as the internet. The drive 810 is also connected to the I/O interface 805 as needed. A removable medium 811 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 810 as needed so that a computer program read out therefrom is mounted into the storage section 808 as needed.
The technical scheme provided by the invention has the beneficial effects that:
any development process is required to be changed from manual system control to automatic program control, and an API module can be strictly packaged according to a pre-unified API standard through an API packaging engine, and automatic layout is performed according to a pre-defined structure. And then automatically checking the interaction results among different modules according to the expected results by an automatic calibration engine, and producing interaction data and execution results of different interfaces or modules in detail. The automatic control of the API packaging engine and the automatic calibration engine replaces a human system, so that the problems that a large number of strictly-standardized processes are required to unify constraint and smooth interaction during subsystem or module interface standardization and butt joint are ensured can be solved in a targeted manner.
The grammar analysis engine and the API packaging engine are combined to provide strong language selection flexibility and standardization of an API interface, and different programming languages can be packaged through the grammar analysis engine and the API packaging engine, so that unified compatible API modules are produced. The language selection flexibility and the standardization of the API interface can pointedly solve the problem that the whole is excessively dead and the later hole is missed due to the fact that development projects are completed by only one language or similar languages.
The above description is only of the preferred embodiments of the present invention, and is not intended to limit the invention in any way, and some simple modifications, equivalent variations or modifications can be made by those skilled in the art using the teachings disclosed herein, which fall within the scope of the present invention.

Claims (8)

1. An automatic verification test method, comprising:
traversing the source codes by using a grammar parsing engine, and identifying the language type of the source codes, wherein the method comprises the following steps: carrying out grammar analysis on the source codes; judging whether the source codes accord with the grammar structure tree or not according to the grammar analysis result; if the language type accords with the grammar analysis tree, traversing the language type preset in the database; judging whether the preset language types are matched with the language types of the source codes or not; if the matched language types exist, outputting the matched language types; if the language type is not matched, carrying out exception handling and exiting;
packaging the codes into unified compatible API modules according to the language types identified by the grammar parsing engine by using the API packaging engine, wherein the method comprises the following steps: according to the language type obtained by recognition, carrying out character matching on the source code; according to the matching result, each identified API interface is packaged into a unified API module; an output API module; the unified API module is written according to a unified layout style by adopting a unified language type;
and (5) automatically verifying the packaged API module by using an automatic calibration engine.
2. The automatic verification test method according to claim 1, wherein traversing the source code using a syntax parsing engine identifies a language type of the source code, further comprising:
if the language type is not matched, performing exception handling and exiting.
3. The automatic verification test method of claim 1 wherein the code is packaged into a unified compatible API module for language types identified by the syntax parsing engine using the API packaging engine, further comprising:
parameter analysis is carried out on the encapsulation result of the API module;
and outputting parameter information of each API interface according to the parameter analysis result.
4. The automatic verification test method of claim 1 wherein the code is packaged into a unified compatible API module for language types identified by the syntax parsing engine using the API packaging engine, further comprising:
carrying out layout and relevance analysis on the API module packaging result;
and outputting standard structure information of the API interface according to the layout and the relevance analysis.
5. The automatic verification test method of claim 1 wherein the code is packaged into a unified compatible API module for language types identified by the syntax parsing engine using the API packaging engine, further comprising:
after character matching is carried out on the source codes, judging whether the source codes accord with the predefined standard of the language type or not;
if the predefined criteria of the language type are not met, exception handling is performed and exit is performed.
6. The automated verification test method of claim 1, wherein automatically verifying the packaged API module using an automated calibration engine comprises:
executing calling to each API interface in the API module;
grabbing the called data stream;
acquiring an expected result of the call;
and comparing the calling result in the data stream with the expected result, thereby completing the verification of the API module.
7. An automatic verification test system, comprising:
the grammar analysis engine is used for traversing the source codes and identifying the language types of the source codes and comprises the following steps: carrying out grammar analysis on the source codes; judging whether the source codes accord with the grammar structure tree or not according to the grammar analysis result; if the language type accords with the grammar analysis tree, traversing the language type preset in the database; judging whether the preset language types are matched with the language types of the source codes or not; if the matched language types exist, outputting the matched language types; if the language type is not matched, carrying out exception handling and exiting;
an API packaging engine for packaging code into a unified compatible API module for language types pre-read by the syntax parsing engine, comprising: according to the language type obtained by recognition, carrying out character matching on the source code; according to the matching result, each identified API interface is packaged into a unified API module; an output API module; the unified API module is written according to a unified layout style by adopting a unified language type;
and the automatic calibration engine is used for automatically verifying the packaged API module.
8. An automatic verification test system, comprising:
one or more processors;
storage means for storing one or more programs,
when executed by the one or more processors, causes the one or more processors to implement the auto-verification test method according to any one of claims 1 to 6.
CN201911298228.2A 2019-12-17 2019-12-17 Automatic verification test method and system Active CN110990293B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911298228.2A CN110990293B (en) 2019-12-17 2019-12-17 Automatic verification test method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911298228.2A CN110990293B (en) 2019-12-17 2019-12-17 Automatic verification test method and system

Publications (2)

Publication Number Publication Date
CN110990293A CN110990293A (en) 2020-04-10
CN110990293B true CN110990293B (en) 2023-08-11

Family

ID=70094550

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911298228.2A Active CN110990293B (en) 2019-12-17 2019-12-17 Automatic verification test method and system

Country Status (1)

Country Link
CN (1) CN110990293B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101719096A (en) * 2009-12-29 2010-06-02 北京航空航天大学 Method for improving executing speed of test script of real-time embedded system
CN103092747A (en) * 2011-10-27 2013-05-08 西门子公司 Controlling program verifying and testing method and system thereof
CN103793652A (en) * 2012-10-29 2014-05-14 广东电网公司信息中心 Application system code safety scanning device based on static analysis
CN106201889A (en) * 2016-07-15 2016-12-07 国云科技股份有限公司 A kind of system and its implementation checking that program code writes specification
CN106383701A (en) * 2016-08-30 2017-02-08 西安美林数据技术股份有限公司 Common multi-protocol data access interface technology-based data service system
CN107391366A (en) * 2017-07-07 2017-11-24 华为技术有限公司 The generation method and execution method and apparatus of a kind of test case
CN107577596A (en) * 2017-08-09 2018-01-12 福建天泉教育科技有限公司 Automatic interface testing method, the storage medium of adaptive language and browser
CN108833005A (en) * 2018-04-19 2018-11-16 烽火通信科技股份有限公司 Optical network communication equipment and its automated test tool packet and method for organizing network service
CN110515848A (en) * 2019-08-29 2019-11-29 行吟信息科技(上海)有限公司 Automatization test system and automated testing method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8296693B2 (en) * 2009-02-25 2012-10-23 Ati Technologies Ulc Method and apparatus for hardware design verification
US10409863B2 (en) * 2016-02-05 2019-09-10 Sas Institute Inc. Verification and export of federated areas and job flow objects within federated areas

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101719096A (en) * 2009-12-29 2010-06-02 北京航空航天大学 Method for improving executing speed of test script of real-time embedded system
CN103092747A (en) * 2011-10-27 2013-05-08 西门子公司 Controlling program verifying and testing method and system thereof
CN103793652A (en) * 2012-10-29 2014-05-14 广东电网公司信息中心 Application system code safety scanning device based on static analysis
CN106201889A (en) * 2016-07-15 2016-12-07 国云科技股份有限公司 A kind of system and its implementation checking that program code writes specification
CN106383701A (en) * 2016-08-30 2017-02-08 西安美林数据技术股份有限公司 Common multi-protocol data access interface technology-based data service system
CN107391366A (en) * 2017-07-07 2017-11-24 华为技术有限公司 The generation method and execution method and apparatus of a kind of test case
CN107577596A (en) * 2017-08-09 2018-01-12 福建天泉教育科技有限公司 Automatic interface testing method, the storage medium of adaptive language and browser
CN108833005A (en) * 2018-04-19 2018-11-16 烽火通信科技股份有限公司 Optical network communication equipment and its automated test tool packet and method for organizing network service
CN110515848A (en) * 2019-08-29 2019-11-29 行吟信息科技(上海)有限公司 Automatization test system and automated testing method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
蓝海翔.基于Python的RESTful API接口测试框架设计与实现.《万方》.2017,1-60. *

Also Published As

Publication number Publication date
CN110990293A (en) 2020-04-10

Similar Documents

Publication Publication Date Title
US20190213116A1 (en) Generation of automated testing scripts by converting manual test cases
US8799875B2 (en) Streamlining unit testing through hot code swapping
US8849612B2 (en) System and method of substituting parameter sets in self-contained mini-applications
CN109857641A (en) The method and device of defects detection is carried out to program source file
US20070240168A1 (en) Apparatus and method for modifying an initial event queue for extending an XML processor's feature set
CN110851514B (en) ETL (extract transform load) processing method based on FLINK (Linear rotation injection)
CN115357235A (en) Form-based business rule configuration method and device
CN110990293B (en) Automatic verification test method and system
US20110145641A1 (en) Method and system for VoiceXML quality assurance.
CN115858556A (en) Data processing method and device, storage medium and electronic equipment
CN115525561A (en) Protocol interface testing method, device, terminal equipment and storage medium
CN115080433A (en) Testing method and device based on flow playback
CN113778451A (en) File loading method and device, computer system and computer readable storage medium
CN111949525A (en) AI-based robustness intelligent test system and test method thereof
CN111881025A (en) Automatic test task scheduling method, device and system
CN109308256A (en) A kind of java dynamically analyzing of program method, equipment and storage medium
CN111723104A (en) Method, device and system for syntax analysis in data processing system
US11994978B2 (en) Automated verification of a test model for a plurality of defined BDD test scenarios
CN111078572B (en) Automatic interaction testing method and system
CN117411906A (en) Implementation method and system of RTOS (real time operating System) embedded in QuickJS engine
CN114237574A (en) Financial transaction production management system, method, apparatus, medium, and program product
CN116860356A (en) Plug-in generation method, plug-in generation device, electronic equipment and computer readable storage medium
US20210055914A1 (en) Computer device and method for testing images
CN116127929A (en) Method, equipment and medium for rapidly identifying RTI document change range
CN113378517A (en) Data dictionary generation method and device, electronic equipment and storage medium

Legal Events

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