[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

CN114201411A - Automatic testing method and system for reader interface specification - Google Patents

Automatic testing method and system for reader interface specification Download PDF

Info

Publication number
CN114201411A
CN114201411A CN202111682688.2A CN202111682688A CN114201411A CN 114201411 A CN114201411 A CN 114201411A CN 202111682688 A CN202111682688 A CN 202111682688A CN 114201411 A CN114201411 A CN 114201411A
Authority
CN
China
Prior art keywords
test
data
reader
interface
message
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111682688.2A
Other languages
Chinese (zh)
Inventor
李连鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Gaoxing Zhilian Technology Co ltd
Original Assignee
Gaoxing Zhilian Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Gaoxing Zhilian Technology Co ltd filed Critical Gaoxing Zhilian Technology Co ltd
Priority to CN202111682688.2A priority Critical patent/CN114201411A/en
Publication of CN114201411A publication Critical patent/CN114201411A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Prevention of errors by analysis, debugging or testing of software
    • G06F11/3668Testing of software
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Prevention of errors by analysis, debugging or testing of software
    • G06F11/3668Testing of software
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Prevention of errors by analysis, debugging or testing of software
    • G06F11/3668Testing of software
    • G06F11/3696Methods or tools to render software testable

Landscapes

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

Abstract

本发明提供一种阅读器接口规范的自动化测试方法及系统,包括步骤一:输入测试功能和用于设定测试数据输入方法的测试规则,依据测试规则遍历包含所有测试功能的接口列表,依据测试功能和测试规则提取接口列表内若干数据接口,获取数据接口内所有关键参数和对应准确输出,生成若干组用于测试阅读器的报文,结合一个数据口内的所有报文生成报文数据;步骤二:顺序获取报文数据,并将报文数据内报文依据测试规则顺序输入阅读器,并接收阅读器的反馈数据;步骤三:将反馈数据与准确输出进行分析对比,判断阅读器接口的功能的准确性和完备性,使用相同的方法遍历所有报文数据,并保存测试结果。本发明能够快速的对阅读器进行接口规范符合度测试,并解决测试时工作量大且难以遍历所有可能性的问题。

Figure 202111682688

The present invention provides an automated testing method and system for a reader interface specification, including step 1: inputting a test function and a test rule for setting a test data input method, traversing an interface list including all test functions according to the test rule, Function and test rules Extract several data interfaces in the interface list, obtain all key parameters in the data interface and corresponding accurate outputs, generate several groups of messages for testing the reader, and combine all the messages in one data port to generate message data; step Step 2: Obtain the message data in sequence, and input the messages in the message data into the reader in sequence according to the test rules, and receive the feedback data from the reader; Step 3: Analyze and compare the feedback data with the accurate output, and judge the interface of the reader. The accuracy and completeness of the function, use the same method to traverse all the message data, and save the test results. The invention can quickly test the interface specification conformity of the reader, and solve the problem of heavy workload and difficulty in traversing all possibilities during the test.

Figure 202111682688

Description

Automatic testing method and system for reader interface specification
Technical Field
The invention relates to the technical field of software testing, in particular to an automatic testing method and system for reader interface specification.
Background
With the continuous and rapid development of Chinese economy, the sales volume and the maintenance volume of domestic automobiles are rapidly increased, the accompanying problems of traffic accidents, traffic jam and the like seriously affect the lives of the public and become a big problem in urban management, and in the automobile electronic identification of the RFID technology, the automobile electronic identification is used as the unique identification of a vehicle, so that the classified collection, the accurate collection, the mass collection and the dynamic collection of vehicle traffic information can be realized, the solution of the traffic problem can be supported, and the method is the basis for constructing an intelligent traffic application system, but in the process of carrying out system test on read-write equipment, standardized test is carried out on the read-write equipment so as to determine the conformity of interface specifications. The interface specification includes more than 40 interfaces, more than 70 message bodies, and more than 120 configuration parameters. If the test is performed manually, the workload is huge and it is difficult to cover all possibilities.
Disclosure of Invention
In view of the above, the present invention provides an automatic test method and system for reader interface specification, which can quickly perform interface specification conformity test on a reader and solve the problems of large workload and difficulty in traversing all possibilities during the test.
In order to solve the technical problems, the invention adopts the technical scheme that:
an automatic test method and system for reader interface specification includes the steps: inputting a test function and a test rule for setting a test data input method, traversing an interface list containing all test functions according to the test rule, extracting a plurality of data interfaces in the interface list according to the test function and the test rule, acquiring all key parameters in the data interfaces and correspondingly outputting accurately, generating a plurality of groups of messages for testing a reader, and generating message data by combining all messages in one data interface;
step two: sequentially acquiring message data, sequentially inputting messages in the message data into a reader according to a test rule, and receiving feedback data of the reader;
step three: analyzing and comparing the feedback data with the accurate output, judging the accuracy and completeness of the functions of the reader interface, traversing all message data by using the same method, and counting and storing the test result.
Further, the interface list generating process: acquiring a message body type, a test rule of the message body, a key parameter in the message body and corresponding accurate output data in interface specification, and generating a plurality of data interfaces according to the message body type, the corresponding test rule, the key parameter and the accurate output data;
and generating an xml file according to the information in the data interface, extracting the interface information in the xml file and converting the interface information into a Python type, and generating an interface list which can be conveniently called based on the Python type.
Furthermore, the test rule and the key parameter of the message body type are set according to the requirements of national standard specifications.
Furthermore, the data interface comprises a plurality of test rules, and the test function corresponds to the plurality of test rules.
Further, the message body is composed of a plurality of parameters, the parameters correspond to a plurality of key parameters, and a parameter merging strategy is arranged in the test method;
the parameter merging strategy comprises the steps of obtaining all key parameters of the same message body type, superposing the key parameters of different types in the message body as much as possible to generate a test input, correspondingly merging and accurately outputting to generate a test output, and generating a message by combining the test input, the test output and a test rule.
Further, the message data includes a test rule, a plurality of test inputs and corresponding test outputs.
Further, the testing step comprises: receiving a test function and a test rule, calling a corresponding data interface in an interface list according to the test rule, judging whether the data interface is called or not, and if not, finishing the test, and if so, generating a plurality of message data;
and if not, returning to the step of calling the interface list, if so, sending and storing the message, otherwise, returning to the step of obtaining the message, if so, receiving and analyzing the feedback data and then giving an analysis result, and after storing the feedback data and the analysis result, continuously obtaining the message.
Furthermore, the test function corresponds to a plurality of test rules, and a plurality of test functions can be simultaneously input.
The system comprises a test unit, a test unit and a database, wherein the test unit is respectively connected with a reader to be tested, a WEB interface for inputting a test function and selecting a test rule and the database for storing data;
the test unit is internally provided with an interface generation module for generating a data interface, a message generation module for generating message data, a configuration issuing module for issuing the heat preservation data to a corresponding reader, a data receiving module for receiving the feedback data of the reader, a result analysis module for analyzing the feedback data, and a persistence module for persistently processing and storing the feedback data to a database.
Further, the number of readers connected with the test unit can be multiple.
The invention has the advantages and positive effects that:
all key parameters in the data interface, corresponding accurate output and test rules are obtained by selecting the corresponding data interface in the interface list according to the test function and the test rules, and all the key parameters are convenient to traverse during testing; generating a message by each key parameter, corresponding accurate output and test rule, and generating message data by combining all messages; the method comprises the steps of sequentially inputting messages into a reader according to a test rule, receiving feedback data of the reader, judging the accuracy and completeness of the functions of the reader interface according to the feedback data, rapidly testing the interface specification conformity of the reader without manual testing, and solving the problems of large workload and difficulty in traversing all possibilities during testing.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
FIG. 1 is a general flow diagram of a method for automated testing of reader interface specifications in accordance with the present invention;
FIG. 2 is an overall system diagram of an automated test system for reader interface specification 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 only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It will be understood that when an element is referred to as being "secured to" another element, it can be directly on the other element or intervening elements may also be present. When a component is referred to as being "connected" to another component, it can be directly connected to the other component or intervening components may also be present. When a component is referred to as being "disposed on" another component, it can be directly on the other component or intervening components may also be present. The terms "vertical," "horizontal," "left," "right," and the like as used herein are for illustrative purposes only.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the term "and/or" includes any and all combinations of one or more of the associated listed items.
The invention provides an automatic test method of reader interface specification, as shown in figure 1, a reader is used for reading and processing data, and in the test process, the method is mainly used for judging whether an interface of the reader can normally receive and process the data, according to the application interface specification of automotive electronic identification read-write equipment, the data transmitted by the reader comprises a message head and a message body, the composition of the message head is fixed, but the message body comprises a plurality of parameters, so that the types of the message body comprise more than 40, the types of the parameters comprise simple parameters, structural parameters and identifiers, and the number of the structural parameters is more than 120. And when the parameters are read and tested, each parameter corresponds to a set key parameter.
Therefore, data in the specification of the application interface of the electronic identification reading and writing equipment of the motor vehicle are read, the test rules of all message bodies at the position and key parameters corresponding to the parameters are extracted, and an xml file is generated. Inputting the mode and step of reader and receiving mode when the test rule is the message body test; the key parameters are used for detecting whether the data interface can normally identify data and outputting the read data according to the standard, and the test rule and the key parameters are set according to the requirements of national standard standards.
The xml files are grouped according to the types of the message bodies, and each group comprises the test rules of the message bodies, the key parameters including all the parameters and the corresponding accurate output. Extracting all groups of the xml file to generate a plurality of data interfaces (each group is a data interface), extracting information in the data interfaces in the xml file and converting the information into a Python class, generating an interface list which is convenient to call according to the Python class, and storing the interface list into a database. When the reader is tested, different data interfaces can be conveniently and automatically called according to the test function (different message body types used by different functions are different, and the called data interfaces are also different).
Each message body type can correspond to a plurality of test functions, and different test functions correspond to different test rules. For example: the identification function is whether the reader can identify the message or not, and the access function is whether the reader can access the parameters at the fixed position in the message or not.
Therefore, when the reader is tested, the reader is connected with the testing equipment, the function to be tested is input into the testing equipment, the testing device traverses all interface information in the interface list according to the received testing function, extracts all information in the data interface meeting the testing function according to the testing rule corresponding to the testing function, generates a plurality of messages, and generates message data for testing the function by combining all messages meeting the function.
Each parameter corresponds to a plurality of fixed key parameters, and each message body can contain a large number of square parameters, so that the key parameters to be tested in one message are too large. The reader is used for transmission and data processing, and each time the reader tests one function, all the key parameters included in the message body need to be tested once, so that a large amount of time is spent, and the research and development period is increased.
In order to shorten the detection time, a parameter merging strategy is arranged in the test equipment. The merging strategy is used for merging the key parameters corresponding to a plurality of different parameters into one test parameter, so that the number of the test parameters in the message is reduced, the test time of the reader is shortened, all the key parameters are ensured to be detected, and the test accuracy is not influenced.
The merging mode is as follows: and extracting information in the interface information, wherein the information comprises key parameters and test rules of all the parameters, and each key parameter can be uniquely and correspondingly accurately output according to different test rules. According to the type of the message body, different types of key parameters are superposed in the message body as much as possible to generate a test input, and meanwhile, the test input is correspondingly combined and accurately output to generate a test output. And generating a message by testing input, testing output and testing rules, combining other key parameters by using the same method to generate a message, and generating message data by combining all messages in a message body. Thus, a function includes multiple message data, and each message data includes a combination of all key parameters.
The test device generates a plurality of message data according to the functions, selects the message data, sequentially inputs the messages in the message data into the reader according to the test rules, and the test equipment receives and stores the feedback data given by the reader and compares the feedback data with the test output for judging whether the interface is accurate and complete. Example (c): whether the reader deletes the character at the input data setting position or not is judged, and whether the reader can realize the function of deleting the character or not is judged.
The testing steps of the testing device comprise: the test function is received, the test rule is selected according to the test function (the same test function can comprise a plurality of test rules), the test function corresponds to a plurality of test rules, a plurality of test functions can be simultaneously input, and the simultaneous test of a plurality of functions of the reader is facilitated. Acquiring an interface list according to the test rule, calling a corresponding data interface, judging whether the corresponding data interface is called in the interface list, if not, finishing the test, and if so, generating a plurality of message data according to the test rule;
obtaining a message, judging whether the message is obtained or not, returning to the step of calling a corresponding data interface if the message is obtained, issuing and storing the message, judging whether the issuing is successful or not, returning to the step of judging whether the message is obtained or not, receiving feedback data of a reader, comparing and analyzing the feedback data with test output, storing the feedback data and an analysis result, and then continuing to obtain the message. And traversing all message data by using the same method, and storing the test result to finish the test of the reader.
As shown in fig. 2, the automated testing system according to the above testing method: the device comprises readers to be detected, the number of the readers can be one or more, and the simultaneous detection of the same function of the readers is facilitated. The reader is connected with a test unit for data intercommunication with the data unit, the test unit inputs the message into the reader according to the test rule, and the reader inputs the feedback data into the test unit. Preferably, the test unit is in data communication with the reader via a data receiver, the data receiver being adapted to receive the feedback data.
The test unit is connected with a WEB interface, test contents can be input into the test unit through the WEB interface, and the test contents comprise a test function and a test rule. The test unit is also connected with a database for storing test data, the test data comprises test function data, messages, feedback data output by the reader and analysis results of interface functions, and all data generated in the transmission process of each message can be conveniently checked subsequently.
The testing unit is internally provided with an interface generating module, a message generating module, a configuration issuing module, a data receiving module, a result analyzing module and a persistence module, wherein the interface generating module is used for generating a data interface according to data in the input 'motor vehicle electronic identification read-write equipment application interface specification'; the message generation module is used for calling data in the data interface according to the test content and generating message data for testing; the configuration issuing module is used for issuing the message sequence to the corresponding reader according to the test rule; the data receiving module is used for receiving feedback data output by the reader and transmitting the feedback data to the result analysis module, the result analysis module is used for comparing and backwashing the feedback data and the corresponding test output in the message and giving an analysis result, and the persistence module is used for persistently processing the feedback data and storing the feedback data in the database.
The embodiments of the present invention have been described in detail, but the description is only for the preferred embodiments of the present invention and should not be construed as limiting the scope of the present invention. All equivalent changes and modifications made within the scope of the present invention should be covered by the present patent.

Claims (10)

1.一种阅读器接口规范的自动化测试方法,其特征在于,包括步骤一:输入测试功能和用于设定测试数据输入方法的测试规则,依据测试规则遍历包含所有测试功能的接口列表,依据测试功能和测试规则提取接口列表内若干数据接口,获取数据接口内所有关键参数和对应准确输出,生成若干组用于测试阅读器的报文,结合一个数据口内的所有报文生成报文数据;1. the automated testing method of a reader interface specification, is characterized in that, comprises step 1: input test function and the test rule for setting test data input method, traverse the interface list that comprises all test functions according to test rule, according to The test function and test rules extract several data interfaces in the interface list, obtain all key parameters in the data interface and corresponding accurate outputs, generate several groups of messages for testing the reader, and combine all the messages in a data port to generate message data; 步骤二:顺序获取报文数据,并将报文数据内报文依据测试规则顺序输入阅读器,并接收阅读器的反馈数据;Step 2: Obtain the message data in sequence, and sequentially input the messages in the message data into the reader according to the test rules, and receive the feedback data from the reader; 步骤三:将反馈数据与准确输出进行分析对比,判断阅读器接口的功能的准确性和完备性,使用相同的方法遍历所有报文数据,并保存测试结果。Step 3: Analyze and compare the feedback data with the accurate output, judge the accuracy and completeness of the function of the reader interface, use the same method to traverse all the message data, and save the test results. 2.根据权利要求1所述的一种阅读器接口规范的自动化测试方法,其特征在于,所述接口列表的生成过程:获取接口规范内的消息体类型、消息体的测试规则、消息体内的关键参数和对应准确输出数据,依据消息体类型及对应测试规则、关键参数和准确输出数据生成若干数据接口;2. the automatic testing method of a kind of reader interface specification according to claim 1, is characterized in that, the generation process of described interface list: obtains the message body type in the interface specification, the test rule of the message body, the test rule in the message body Key parameters and corresponding accurate output data, generate several data interfaces according to the message body type and corresponding test rules, key parameters and accurate output data; 依据数据接口内信息生成xml文件,提取xml文件内的接口信息并转换成Python类,基于Python类生成可方便调用的接口列表。Generate an xml file according to the information in the data interface, extract the interface information in the xml file and convert it into a Python class, and generate a list of interfaces that can be easily called based on the Python class. 3.根据权利要求2所述的一种阅读器接口规范的自动化测试方法,其特征在于,所述消息体类型的测试规则和关键参数均依据国标规范的要求进行设定。3 . The automated testing method of a reader interface specification according to claim 2 , wherein the test rules and key parameters of the message body type are set according to the requirements of the national standard specification. 4 . 4.根据权利要求2所述的一种阅读器接口规范的自动化测试方法,其特征在于,所述数据接口内包括有若干测试规则,所述测试功能对应有若干测试规则。4 . The automated testing method for a reader interface specification according to claim 2 , wherein the data interface includes several test rules, and the test function corresponds to several test rules. 5 . 5.根据权利要求2所述的一种阅读器接口规范的自动化测试方法,其特征在于,所述消息体由若干参数构成,所述参数对于应有若干关键参数,所述测试方法内设有参数合并策略;5. the automatic testing method of a kind of reader interface specification according to claim 2, is characterized in that, described message body is made up of some parameters, described parameter should have some key parameters, described test method is provided with parameter merging strategy; 所述参数合并策略包括有获取同消息体类型的所有关键参数,尽量多在消息体内叠加不同类型的关键参数生成一个测试输入,同时对应合并准确输出生成测试输出,结合测试输入、测试输出和测试规则生成一个报文。The parameter merging strategy includes acquiring all key parameters of the same message body type, superimposing different types of key parameters in the message body as much as possible to generate a test input, and generating a test output corresponding to the merged accurate output, combining the test input, test output and test. The rule generates a message. 6.根据权利要求5所述的一种阅读器接口规范的自动化测试方法,其特征在于,所述报文数据内包括有一个测试规则、若干测试输入和对应的测试输出。6 . The automated test method for a reader interface specification according to claim 5 , wherein the message data includes a test rule, several test inputs and corresponding test outputs. 7 . 7.根据权利要求1所述的一种阅读器接口规范的自动化测试方法,其特征在于,测试步骤包括有:接收测试功能和测试规则,依据测试规则调取接口列表内对应的数据接口,是否调取到数据接口,否,结束测试,是,生成若干报文数据;7. the automatic testing method of a kind of reader interface specification according to claim 1, is characterized in that, test step comprises: receive test function and test rule, call corresponding data interface in interface list according to test rule, whether Call to the data interface, no, end the test, yes, generate some message data; 是否获取报文,否,返回到调取接口列表步骤,是,是否下发并保存报文,否,返回到获取报文步骤,是,接收并分析反馈数据后给出分析结果,保存反馈数据与分析结果后,继续获取报文。Whether to obtain the packet, no, return to the step of calling the interface list, yes, whether to send and save the packet, no, return to the step of obtaining the packet, yes, after receiving and analyzing the feedback data, give the analysis result, and save the feedback data After analyzing the results, continue to obtain packets. 8.根据权利要求7所述的一种阅读器接口规范的自动化测试方法,其特征在于,所述测试功能对应有若干测试规则,可同时输入多个测试功能。8 . The automated testing method for a reader interface specification according to claim 7 , wherein the test function corresponds to several test rules, and multiple test functions can be input simultaneously. 9 . 9.基于权利要求1-8中任意一项权利要求所述的一种阅读器接口规范的自动化测试方法的自动化测试系统,其特征在于,包括有测试单元,所述测试单元分别与待测试的阅读器、用于输入测试功能和选取测试规则的WEB界面和用于保存数据的数据库;9. The automated testing system based on the automated testing method of a reader interface specification described in any one of claims 1-8, is characterized in that, comprises a test unit, and the test unit is respectively associated with the test unit to be tested. A reader, a WEB interface for inputting test functions and selecting test rules, and a database for saving data; 所述测试单元内设置有用于生成数据接口的接口生成模块,用于生成报文数据的报文生成模块,用于将保温数据下发到对应阅读器的配置下发模块,用于接收阅读器反馈数据的数据接收模块,用于分析反馈数据的结果分析模块,用于将反馈数据持久化处理并保存至数据库的持久化模块。The test unit is provided with an interface generation module for generating a data interface, a message generation module for generating message data, a configuration issuing module for issuing the heat preservation data to the corresponding reader, and for receiving the reader. A data receiving module for feedback data, a result analysis module for analyzing the feedback data, and a persistence module for persisting the feedback data and saving it to the database. 10.根据权利要求9所述的自动化测试系统,其特征在于,所述测试单元连接的阅读器数量可为多个。10 . The automated test system according to claim 9 , wherein the number of readers connected to the test unit can be multiple. 11 .
CN202111682688.2A 2021-12-31 2021-12-31 Automatic testing method and system for reader interface specification Pending CN114201411A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111682688.2A CN114201411A (en) 2021-12-31 2021-12-31 Automatic testing method and system for reader interface specification

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111682688.2A CN114201411A (en) 2021-12-31 2021-12-31 Automatic testing method and system for reader interface specification

Publications (1)

Publication Number Publication Date
CN114201411A true CN114201411A (en) 2022-03-18

Family

ID=80658088

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111682688.2A Pending CN114201411A (en) 2021-12-31 2021-12-31 Automatic testing method and system for reader interface specification

Country Status (1)

Country Link
CN (1) CN114201411A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544107A (en) * 2013-11-01 2014-01-29 深圳市通力科技开发有限公司 Method and device for generating test case document
CN105490881A (en) * 2015-12-09 2016-04-13 北京交控科技股份有限公司 Configurable data interface test method and system
CN110287069A (en) * 2019-05-21 2019-09-27 平安银行股份有限公司 ESB automatic interface testing method, server and computer readable storage medium
CN110955600A (en) * 2019-11-27 2020-04-03 中国银行股份有限公司 Interface test method and device
CN111506498A (en) * 2020-03-16 2020-08-07 平安科技(深圳)有限公司 Automatic generation method and device of test case, computer equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544107A (en) * 2013-11-01 2014-01-29 深圳市通力科技开发有限公司 Method and device for generating test case document
CN105490881A (en) * 2015-12-09 2016-04-13 北京交控科技股份有限公司 Configurable data interface test method and system
CN110287069A (en) * 2019-05-21 2019-09-27 平安银行股份有限公司 ESB automatic interface testing method, server and computer readable storage medium
CN110955600A (en) * 2019-11-27 2020-04-03 中国银行股份有限公司 Interface test method and device
CN111506498A (en) * 2020-03-16 2020-08-07 平安科技(深圳)有限公司 Automatic generation method and device of test case, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN112398804B (en) Remote emission management vehicle-mounted terminal data consistency verification platform and verification method
CN106530121B (en) Method and system for detecting safety protection compliance of power monitoring system
CN108959065A (en) The verification method and system of software interface test parameter
CN109429252A (en) Communications status analysis method and communications status analysis system
CN112308148A (en) Defect category identification and twin neural network training method, device and storage medium
CN113179195A (en) CAN message embedded point detection method, system, device and computer readable storage medium
CN113064835A (en) Computer software test system
CN114201411A (en) Automatic testing method and system for reader interface specification
CN111309791A (en) Automatic data acquisition method for detection instrument
CN113051168A (en) Data storage information safety testing system and method for vehicle-mounted information interaction system
CN111626896A (en) Automatic acquisition and information management system for building engineering quality detection data
CN103593282A (en) Implementation method of product automation testing and auxiliary tool of product automation testing
CN111190073B (en) Power grid wide area measurement interaction and search service system
CN117406011A (en) Charging cable abnormality detection device, method and equipment based on charging vehicle data
CN113095666A (en) Laboratory capacity verification and index judgment system and method
CN114117425A (en) DSMM-based data acquisition safety detection method
CN116303380A (en) Data quality checking method, equipment and medium in monitoring service
CN114782025A (en) A laboratory data intelligent management system
CN114418728A (en) Wind accuse early warning information data platform that facilitates use
CN113935572A (en) Intelligent detection system and equipment for abnormal sound of general online product
CN113886235A (en) Test plan determination method, test plan determination device, test plan determination medium, and electronic device
CN117147781B (en) Food safety testing method based on random sampling
CN111429084A (en) Intelligent tracking management method for biological sample, intelligent equipment and mobile terminal
CN118606750B (en) Engineering Planning and Design Data Processing and Management System Based on Multidimensional Data
CN108681905A (en) Multifunctional intellectual quality inspection 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