CN110990293A - Automatic verification test method and system - Google Patents

Automatic verification test method and system Download PDF

Info

Publication number
CN110990293A
CN110990293A CN201911298228.2A CN201911298228A CN110990293A CN 110990293 A CN110990293 A CN 110990293A CN 201911298228 A CN201911298228 A CN 201911298228A CN 110990293 A CN110990293 A CN 110990293A
Authority
CN
China
Prior art keywords
api
engine
source code
language type
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.)
Granted
Application number
CN201911298228.2A
Other languages
Chinese (zh)
Other versions
CN110990293B (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

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/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 checking and testing method and system. The method comprises the following steps: traversing the source code by using a grammar parsing engine, and identifying the language type of the source code; packaging the codes into a uniform compatible API module according to the language type pre-read by the grammar parsing engine by utilizing an API packaging engine; and utilizing an automatic calibration engine to automatically verify the packaged API module. The automatic verification test method and the automatic verification test 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
In the present day of the rapid development of the internet, the complexity of systems and software is also higher and higher, and especially, the research of large-scale integrated software development and system integration uses a plurality of different languages. Moreover, as the difference of programming languages is getting larger and larger, the complexity of system software is also increasing. In the process of research and development, more and more different development language differences are caused. Therefore, how to better realize the standardization and the smooth interaction during the docking of the subsystem or module interface becomes a difficult point for research and development tests and also becomes a problem which is more and more emphasized by most internet enterprises.
The current method has two types: the first is to avoid the problem of difference between different languages based on reasonable code structure design and framework deployment and strict control flow; the second method is to use only one language or replace the original language with similar language with better compatibility to complete part of the development project to solve the problem of difference between different languages.
Based on reasonable code structure design and framework deployment, and a strict control flow to ensure smooth interaction during the normalization and docking of a subsystem or module interface, a large amount of theoretical authentication and experience accumulation are required. Otherwise, all problems cannot be predicted exactly in detail, and often a blockage or a defect which is difficult to solve is encountered in the later stage of the development process. And needs complete research and development efforts to support, otherwise, the related programming languages have no technical support.
The method for completing part of development projects by only using one language or replacing the original language with the help of the similar language with better compatibility is too rigid as a whole, the code flexibility is lower, and the difficult problems of blocking or compatibility easily occur in different environments. And the whole is too uniform, the later perfection is difficult, and a large number of associated problems are easy to occur.
Disclosure of Invention
The technical problem to be solved by the invention is to provide an automatic verification test method and system, which can realize automatic test of API interaction between different modules.
In order to solve the technical problem, the invention provides an automatic verification test method, which comprises the following steps: traversing the source code by using a grammar parsing engine, and identifying the language type of the source code; packaging the codes into a uniform compatible API module according to the language type identified by the grammar parsing engine by utilizing an API packaging engine; and utilizing an automatic calibration engine to automatically verify the packaged API module.
In some embodiments, traversing the source code using a grammar parsing engine to identify a language type of the source code includes: performing syntactic analysis on the source code; judging whether the source code conforms to a syntactic structure tree or not according to a syntactic analysis result; if the syntax analysis tree is met, traversing the preset language type in the database; judging whether a language type in the preset language types is matched with the language type of the source code; and if the matched language type exists, outputting the language type obtained by matching.
In some embodiments, traversing the source code using a grammar parsing engine to identify a language type of the source code, further comprising: and if the language type is not matched, exception processing is carried out, and the operation is exited.
In some embodiments, encapsulating code into a unified compatible API module for language types identified according to the parsing engine using an API encapsulation engine, comprises: performing character matching on the source code according to the language type obtained by recognition; according to the matching result, packaging the identified API interfaces into a uniform API module; and outputting the API module.
In some embodiments, encapsulating, with an API encapsulation engine, code into a unified compatible API module for language types identified according to the grammar parsing engine further comprises: performing parameter analysis on the API module packaging result; and outputting the parameter information of each API according to the parameter analysis result.
In some embodiments, encapsulating, with an API encapsulation engine, code into a unified compatible API module for language types identified according to the grammar parsing engine further comprises: 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, encapsulating, with an API encapsulation engine, code into a unified compatible API module for language types identified according to the grammar parsing engine further comprises: after character matching is carried out on the source code, whether the source code meets the predefined standard of the language type is judged; and if the predefined standard of the language type is not met, exception handling is carried out and quitting is carried out.
In some embodiments, the packaged API module is automatically verified using an auto-calibration engine, comprising: calling each API interface in the API module; capturing the called data stream; obtaining 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 checking and testing system, which comprises: the grammar parsing 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 the codes into a uniform compatible API module according to the language type pre-read by the grammar parsing engine; and the automatic calibration engine is used for automatically verifying the packaged API module.
In addition, the invention also provides an automatic checking and testing system, which comprises: one or more processors; a storage device for storing one or more programs that, when executed by the one or more processors, cause the one or more processors to implement the automated proof test method according to the foregoing.
After adopting such 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 problem that the code module can not be flexibly packaged into an interactive module of other language modules is solved.
Drawings
The foregoing is only an overview of the technical solutions of the present invention, and in order to make the technical solutions of the present invention more clearly understood, the present invention is further described in detail below with reference to the accompanying drawings and the detailed description.
FIG. 1 is a schematic flow chart of an automatic verification testing method according to an embodiment of the present invention;
FIG. 2 is a flow chart illustrating a syntax parsing process in an automatic verification testing method according to an embodiment of the present invention;
fig. 3 is a schematic flowchart of API packaging in the automatic verification testing method according to the embodiment of the present invention;
FIG. 4 is a schematic flow chart illustrating automatic calibration in the automatic verification testing method according to an embodiment of the present invention;
FIG. 5 is a schematic structural diagram of an automatic verification test system according to an embodiment of the present invention;
FIG. 6 is a functional diagram of a grammar parsing engine provided by an embodiment of the invention;
FIG. 7 is a functional diagram of an API encapsulation 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 in conjunction with the accompanying drawings, and it will be understood that they are described herein for the purpose of illustration and explanation and not limitation.
Fig. 1 shows a flowchart of an automatic verification testing method according to an embodiment of the present invention. Referring to fig. 1, an automatic verification test method provided by the embodiment of the present invention includes:
and S11, traversing the source code by using a grammar parsing engine, and identifying the language type of the source code.
And S12, packaging the codes into a uniform and compatible API module according to the language type recognized by the grammar parsing engine by utilizing the API packaging engine.
And S13, utilizing the automatic calibration engine to automatically verify the packaged API module.
Because the source code encapsulation belonging to different language types is called a uniform and compatible API module, and automatic verification is performed on the basis of the API module, interface standardization and smooth interaction during butt joint can be ensured, and the automatic test of the API interaction among different modules, particularly among modules of different language types, is realized.
Fig. 2 is a flowchart illustrating a syntax parsing process in an automatic verification testing method according to an embodiment of the present invention. Referring to fig. 2, the parsing process performed by the parsing engine includes: performing syntactic analysis on the source code; judging whether the source code conforms to a syntactic structure tree or not according to a syntactic analysis result; if the syntax analysis tree is met, traversing the preset language type in the database; judging whether a language type in the preset language types is matched with the language type of the source code; if the matched language type exists, outputting the language type obtained by matching; and if the language type is not matched, exception processing is carried out, and the operation is exited.
Fig. 3 is a flowchart illustrating an API packaging process in the automatic verification testing method according to an embodiment of the present invention. Referring to fig. 3, the API packaging process performed by the API packaging engine includes: performing character matching on the source code according to the language type obtained by recognition; according to the matching result, packaging the identified API interfaces into a uniform API module; and outputting the API module.
The unified API module is written according to a unified layout style by adopting a unified language type. Due to the adoption of the uniform language type and the uniform 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: performing parameter analysis on the API module packaging result; and outputting the parameter information of each API 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 code, whether the source code meets the predefined standard of the language type is judged; and if the predefined standard of the language type is not met, exception handling is carried out and quitting is carried out.
Fig. 4 is a flowchart illustrating an automatic calibration process in an automatic verification testing method according to an embodiment of the present invention. Referring to fig. 4, the auto-calibration process performed by the auto-calibration engine includes: calling each API interface in the API module; capturing the called data stream; obtaining 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 data flow of the call includes: input data streams and output data streams of the API interface.
Fig. 5 shows a structure of an automatic verification test system according to 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 parsing the program source code. Fig. 6 shows the overall process of parsing the source code. Referring to fig. 6, the syntax parsing engine 501 parses the source code input thereto. The result of the parsing of the source code by the parsing engine 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 syntax parsing result, i.e. the language type of the source code obtained by recognition. FIG. 7 illustrates the input-output relationships of the API encapsulation engine. Referring to fig. 7, the encoding language type and source code are input data streams to the API encapsulation engine. The association between various APIs, the unified standard APIs, the parameter types, the parameter structures, the custom structure layout, and the API module classification are the output data of the API encapsulation 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 which can perform 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 necessary for system operation are also stored. The CPU 801, ROM 802, and RAM 803 are connected to each other via a bus 804. An input/output (I/O) interface 805 is also connected to bus 804.
The following components are connected to the I/O interface 805: an input portion 806 including a keyboard, a mouse, and the like; an output section 807 including a signal such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 808 including a hard disk and 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. A drive 810 is also connected to the I/O interface 805 as necessary. 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 necessary, so that a computer program read out therefrom is mounted on the storage section 808 as necessary.
The technical scheme provided by the invention has the beneficial effects that:
the development of any research and development flow needs to be changed from manual regulation management and control to automatic program management and control, and an API module can be packaged strictly according to a pre-unified API standard through an API packaging engine, and automatic layout is carried out according to a predefined structure. And then, automatically verifying the interactive result among different modules according to an expected result through an automatic calibration engine, and generating interactive data and execution results of different interfaces or modules in detail. The automatic management and control of the API packaging engine and the automatic calibration engine are used for replacing a manual system, so that the problems that a large number of strictly standardized flows are required to realize unified constraint and smooth interaction during standardization and butt joint of a subsystem or a module interface can be guaranteed can be solved in a targeted manner.
The grammar parsing engine and the API packaging engine are combined to provide strong language selection flexibility and normalization of the API interface, different programming languages can be processed and packaged through the grammar parsing engine and the API packaging engine, and a uniform and compatible API module is generated. The flexibility of language selection and the normalization of the API interface can pertinently solve the problems that the whole system is too rigid and the late bugs are all generated because only one language or similar languages are used for completing development projects.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the present invention in any way, and it will be apparent to those skilled in the art that the above description of the present invention can be applied to various modifications, equivalent variations or modifications without departing from the spirit and scope of the present invention.

Claims (10)

1. An automatic verification test method, comprising:
traversing the source code by using a grammar parsing engine, and identifying the language type of the source code;
packaging the codes into a uniform compatible API module according to the language type identified by the grammar parsing engine by utilizing an API packaging engine;
and utilizing an automatic calibration engine to automatically verify the packaged API module.
2. The automatic verification test method of claim 1, wherein traversing the source code using a grammar parsing engine to identify a language type of the source code comprises:
performing syntactic analysis on the source code;
judging whether the source code conforms to a syntactic structure tree or not according to a syntactic analysis result;
if the syntax analysis tree is met, traversing the preset language type in the database;
judging whether a language type in the preset language types is matched with the language type of the source code;
and if the matched language type exists, outputting the language type obtained by matching.
3. The automatic verification test method of claim 2, wherein traversing the source code using a grammar parsing engine identifies a language type of the source code, further comprising:
and if the language type is not matched, exception processing is carried out, and the operation is exited.
4. The automatic verification test method of claim 1, wherein encapsulating, with an API encapsulation engine, code into a unified compatible API module for language types identified according to the grammar parsing engine comprises:
performing character matching on the source code according to the language type obtained by recognition;
according to the matching result, packaging the identified API interfaces into a uniform API module;
and outputting the API module.
5. The automatic verification test method of claim 4, wherein encapsulating code into a unified compatible API module for language types identified according to the syntax parsing engine using an API encapsulation engine, further comprises:
performing parameter analysis on the API module packaging result;
and outputting the parameter information of each API according to the parameter analysis result.
6. The automatic verification test method of claim 4, wherein encapsulating code into a unified compatible API module for language types identified according to the syntax parsing engine using an API encapsulation engine, further comprises:
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.
7. The automatic verification test method of claim 4, wherein encapsulating code into a unified compatible API module for language types identified according to the syntax parsing engine using an API encapsulation engine, further comprises:
after character matching is carried out on the source code, whether the source code meets the predefined standard of the language type is judged;
and if the predefined standard of the language type is not met, exception handling is carried out and quitting is carried out.
8. The automatic verification test method of claim 1, wherein the automatic verification of the encapsulated API module using an automatic calibration engine comprises:
calling each API interface in the API module;
capturing the called data stream;
obtaining 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.
9. An automatic verification test system, comprising:
the grammar parsing 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 the codes into a uniform compatible API module according to the language type pre-read by the grammar parsing engine;
and the automatic calibration engine is used for automatically verifying the packaged API module.
10. An automatic verification test system, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the automated proof test method of any one of claims 1 to 8.
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 true CN110990293A (en) 2020-04-10
CN110990293B 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)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116010285A (en) * 2023-02-27 2023-04-25 北京安盟信息技术股份有限公司 SDK automatic test method, system, medium and equipment for cloud password service product

Citations (11)

* 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
US20100218149A1 (en) * 2009-02-25 2010-08-26 Ati Technologies Ulc Method and apparatus for hardware design verification
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
US20190138555A1 (en) * 2016-02-05 2019-05-09 Sas Institute Inc. Verification and export of federated areas and job flow objects within federated areas
CN110515848A (en) * 2019-08-29 2019-11-29 行吟信息科技(上海)有限公司 Automatization test system and automated testing method

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100218149A1 (en) * 2009-02-25 2010-08-26 Ati Technologies Ulc Method and apparatus for hardware design verification
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
US20190138555A1 (en) * 2016-02-05 2019-05-09 Sas Institute Inc. Verification and export of federated areas and job flow objects within federated areas
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 (4)

* Cited by examiner, † Cited by third party
Title
ZUXING GU: "Vetting API Usages in C Programs with IMChecker", pages 1 - 10 *
卓欣欣: "服务接口测试自动化工具的研究", pages 358 - 376 *
埃菲尔没有塔尖: "Python:langdetect和langid检测语言类型", pages 1 - 5 *
蓝海翔: "基于Python的RESTful API接口测试框架设计与实现", pages 1 - 60 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116010285A (en) * 2023-02-27 2023-04-25 北京安盟信息技术股份有限公司 SDK automatic test method, system, medium and equipment for cloud password service product

Also Published As

Publication number Publication date
CN110990293B (en) 2023-08-11

Similar Documents

Publication Publication Date Title
US10642721B2 (en) Generation of automated testing scripts by converting manual test cases
US8572437B2 (en) Multi-platform test automation enhancement
US8849612B2 (en) System and method of substituting parameter sets in self-contained mini-applications
US10002069B2 (en) Automated testing of application program interface
US11842231B2 (en) Cloud-based API metadata management method and system for integrated API management
CN111290806A (en) Calling method and device of application program interface, computer equipment and storage medium
CN113127050B (en) Application resource packaging process monitoring method, device, equipment and medium
CN111158741A (en) Method and device for monitoring change of dependency relationship of business module on third-party class library
CN110659210A (en) Information acquisition method and device, electronic equipment and storage medium
CN114968807A (en) Code detection method and device, electronic equipment and readable storage medium
CN115357235A (en) Form-based business rule configuration method and device
CN114003269A (en) Component processing method and device, electronic equipment and storage medium
CN113836014A (en) Interface testing method and device, electronic equipment and storage medium
CN110990293A (en) Automatic verification test method and system
CN113032256B (en) Automated testing method, apparatus, computer system, and readable storage medium
CN112286784A (en) Test case generation method and device, server and storage medium
CN113778451B (en) File loading method, file loading device, computer system and computer readable storage medium
CN115080433A (en) Testing method and device based on flow playback
CN111881025B (en) Automatic test task scheduling method, device and system
CN113986263A (en) Code automation test method, device, electronic equipment and storage medium
CN110888641A (en) Automatic script generation method and device, server and storage medium
CN109308256A (en) A kind of java dynamically analyzing of program method, equipment and storage medium
US20080155573A1 (en) User-configurable variables
CN113127051B (en) Application resource packaging process monitoring method, device, equipment and medium
CN114237574A (en) Financial transaction production management system, method, apparatus, medium, and program product

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