CN112306888B - Test system and method based on equipment library file interface - Google Patents

Test system and method based on equipment library file interface Download PDF

Info

Publication number
CN112306888B
CN112306888B CN202011267147.9A CN202011267147A CN112306888B CN 112306888 B CN112306888 B CN 112306888B CN 202011267147 A CN202011267147 A CN 202011267147A CN 112306888 B CN112306888 B CN 112306888B
Authority
CN
China
Prior art keywords
interface
module
test
library file
execution
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
CN202011267147.9A
Other languages
Chinese (zh)
Other versions
CN112306888A (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.)
Wuhan Tianyu Information Industry Co Ltd
Original Assignee
Wuhan Tianyu Information Industry 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 Wuhan Tianyu Information Industry Co Ltd filed Critical Wuhan Tianyu Information Industry Co Ltd
Priority to CN202011267147.9A priority Critical patent/CN112306888B/en
Publication of CN112306888A publication Critical patent/CN112306888A/en
Application granted granted Critical
Publication of CN112306888B publication Critical patent/CN112306888B/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

Abstract

A device library file interface based test system comprising: the system comprises a test execution module, a network transfer module, an interface transfer module, a library file and result analysis module; the modules directly carry out interface calling on the test cases to multiple devices simultaneously through a network transmission means, analyze the execution result and display the interface test result. The network transfer module can receive simultaneous connection of a plurality of interface transfer modules and subscribe an interface calling instruction to the test execution module, so that the problem of testing compatibility of equipment of each manufacturer and each system version in the prior art is solved. And the interface transfer module calls the function of the library file to obtain an interface execution result according to the message data and the interface mapping table, so that the complexity of interface testing is reduced, and the interface testing efficiency is improved.

Description

Test system and method based on equipment library file interface
Technical Field
The invention relates to the field of interface testing, in particular to a testing system and a testing method based on a device library file interface.
Background
And developing functions with commonality into library files. Library files can only be tested by a test application at present. On the intelligent machine or the single chip microcomputer, especially when the library file contains functions related to equipment such as database reading and writing, a security key and the like, only the test application program can be installed on the intelligent machine or the single chip microcomputer, the test case is led into the intelligent machine or the single chip microcomputer to test the interface, and the test result is led out to the PC through the file to be analyzed.
In addition, a universal automatic test scheme is utilized, a page element identifier is positioned through a system tool, a page element event is triggered, and interface test of equipment application is realized. But increases complexity and reduces execution efficiency.
For example, the Android devices are various, the system versions are various, and the system implementation modes of the versions are different. When testing the Android mobile phone application program, compatibility testing needs to be performed on equipment of each manufacturer and each system version. At present, the main means is to install an application program on a mobile phone which needs to be subjected to compatibility testing, and test each mobile phone independently. This consumes a lot of manpower and time, making the test very inefficient.
Disclosure of Invention
In view of the above, the present invention has been developed to provide a device library file interface based test system and method that overcome or at least partially address the above-identified problems.
In order to solve the technical problem, the embodiment of the application discloses the following technical scheme:
a device library file interface based test system comprising: the system comprises a test execution module, a network transfer module, an interface transfer module, a library file and a result analysis module; wherein:
the test execution module is respectively connected with the network transfer module and the result analysis module and is used for issuing an interface calling instruction to the network transfer module, receiving an interface execution result sent by the network transfer module and sending the interface calling instruction and the interface execution result to the result analysis module;
the network transfer module is respectively connected with the interface transfer module and the test execution module and used for receiving the interface calling instruction issued by the test execution module and transferring the interface calling instruction to the interface transfer module; the interface transfer module is also used for receiving the interface execution result forwarded by the interface transfer module and forwarding the received interface execution result to the test execution module;
the interface transfer module is respectively connected with the network transfer module and the library file, receives the interface calling instruction forwarded by the network transfer module, calls an interface function corresponding to the interface calling instruction in the library file according to the interface calling instruction and a preset interface mapping table, obtains an interface execution result through the library file, and sends the obtained interface execution result to the network transfer module;
the library file is connected with the interface transfer module, pre-stores an interface function meeting the user requirement, pre-sets an interface calling instruction and an interface mapping table with the interface transfer module, calls the interface function corresponding to the interface calling instruction according to the interface calling instruction sent by the interface transfer module to obtain an interface execution result, and sends the interface execution result to the interface transfer module;
and the result analysis module is connected with the test execution module and used for receiving the interface execution result and the interface calling instruction sent by the test execution module, comparing the interface execution result and the interface calling instruction with the test expected result of the test case and displaying the interface test result.
Further, the interface call instruction at least comprises: instruction codes, test execution module equipment IDs and parameter lists.
Furthermore, the interface transfer module realizes network communication with the network transfer module, and the communication protocol can be any one of HTTP, MQTT and COAP.
Further, the interface mapping table at least comprises: instruction code, interface function name, interface parameter list and interface return value list.
Further, the interface execution result at least comprises: instruction codes, test execution module equipment ID, library file equipment serial number and function return values.
Furthermore, the network transfer module can receive the simultaneous connection of a plurality of interface transfer modules and subscribe an interface calling instruction to the test execution module, thereby realizing the purpose of simultaneously carrying out interface compatibility test.
Further, when the interface transfer module operates, the network transfer module is firstly connected to subscribe an interface subscription instruction, message data and an interface mapping table are constructed through a header file of an interface class, and a function of a library file is called according to the message data and the interface mapping table to obtain an interface execution result.
Further, the test execution module receives the interface execution result sent by the network transfer module, and the specific process is as follows: the test module screens out the execution result of the interface calling instruction sent by the test execution module according to the equipment ID of the test execution module and the serial number of the library file equipment, and sends the execution result and the interface calling instruction to the result analysis module.
The invention also discloses a test method based on the equipment library file interface, which comprises the following steps:
the test execution module sends an interface calling instruction to the network transfer module through the test case script, and the interface calling instruction at least comprises: instruction codes, test execution module equipment IDs and parameter lists;
the network transfer module is used for transferring the interface calling instruction to the interface transfer module;
the interface transfer module constructs message data and an interface mapping table through a header file of an interface class, and calls a function of a library file according to the message data and the interface mapping table to obtain an interface execution result;
the interface transfer module transfers the interface execution result to the test execution module through the network transfer module;
the test execution module screens out the execution result of the interface calling instruction sent by the test execution module according to the execution module equipment ID and the library file equipment serial number in the interface execution result, and sends the execution result and the interface calling instruction to the result analysis module;
and the result execution module is used for comparing the interface execution result with the expected test result of the test case and displaying the interface test result.
Further, the interface mapping table at least comprises: the method comprises the steps of (1) instruction codes, interface function names, an interface parameter list and an interface return value list; the interface execution result at least comprises: instruction codes, test execution module equipment ID, library file equipment serial number and function return values.
The technical scheme provided by the embodiment of the invention has the beneficial effects that at least:
the invention discloses a test system based on an equipment library file interface, which comprises a test execution module, a network transfer module, an interface transfer module, a library file and result analysis module, wherein the test execution module is used for executing a test; the modules directly carry out interface calling on the test cases to multiple devices simultaneously through a network transmission means, analyze the execution result and display the interface test result. The network transfer module can receive simultaneous connection of a plurality of interface transfer modules and subscribe an interface calling instruction to the test execution module, so that the problem of testing compatibility of equipment of each manufacturer and each system version in the prior art is solved. And the interface transfer module calls the function of the library file to obtain an interface execution result according to the message data and the interface mapping table, so that the complexity of interface testing is reduced, and the interface testing efficiency is improved.
The technical solution of the present invention is further described in detail by the accompanying drawings and embodiments.
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 system diagram of a test system based on a device library file interface in embodiment 1 of the present invention;
fig. 2 is a flowchart of a test method based on a device library file interface in embodiment 1 of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
In order to solve the problems of low interface testing efficiency and difficult compatibility in the prior art, the embodiment of the invention provides a testing system and method based on a device library file interface.
Example 1
This embodiment discloses a test system based on equipment library file interface, as shown in fig. 1, includes: the system comprises a test execution module, a network transfer module, an interface transfer module, a library file and a result analysis module; wherein:
and the test execution module is respectively connected with the network transfer module and the result analysis module and is used for issuing an interface calling instruction to the network transfer module, receiving an interface execution result sent by the network transfer module and sending the interface calling instruction and the interface execution result to the result analysis module.
Specifically, in this embodiment, the testing device may be a mobile phone device, a single chip device with a network, a computer, or the like. The test execution module is used for executing the test script. The interface calling instruction at least comprises: instruction codes, test execution module equipment IDs and parameter lists. The result analysis module and the test execution module are connected on the same equipment or through a WLAN (wireless local area network) and are used for analyzing the test result and displaying the test result through a table and a report.
In this embodiment, the test execution module receives the interface execution result sent by the network transfer module, and the specific process is as follows: the test module screens out the execution result of the interface calling instruction sent by the test execution module according to the equipment ID of the test execution module and the serial number of the library file equipment, and sends the execution result and the interface calling instruction to the result analysis module.
The network transfer module is respectively connected with the interface transfer module and the test execution module and used for receiving the interface calling instruction issued by the test execution module and transferring the interface calling instruction to the interface transfer module; and the interface transfer module is also used for receiving the interface execution result forwarded by the interface transfer module and forwarding the received interface execution result to the test execution module.
Specifically, the network relay module is connected to the test execution module through the WLAN, and is configured to receive an instruction from the test execution module and send the instruction to the interface relay module. And receiving the interface response of the interface transfer module and sending the interface response to the test execution module. Preferably, the interface transfer module realizes network communication with the network transfer module, and the communication protocol may be any one of HTTP, MQTT, and COAP. The network transfer module receives the interface execution result message of the interface transfer module, places the interface execution result message into a queue, and distributes the message in the queue to the test execution module according to network connection.
And the interface transfer module is respectively connected with the network transfer module and the library file, receives the interface calling instruction forwarded by the network transfer module, calls an interface function corresponding to the interface calling instruction in the library file according to the interface calling instruction and a preset interface mapping table, obtains an interface execution result through the library file, and sends the obtained interface execution result to the network transfer module.
Specifically, the interface mapping table at least includes: instruction code, interface function name, interface parameter list and interface return value list. The interface execution result at least comprises: instruction codes, test execution module equipment ID, library file equipment serial number and function return values. When the interface transfer module operates, the interface transfer module is firstly connected with the network transfer module to subscribe the interface message. The interface message is an interface calling instruction issued by the test execution module. The network transfer module receives the interface message issued by the test execution module, then places the received interface message into a queue, and distributes the interface message in the queue to the interface transfer module according to network connection. The network relay module can receive the simultaneous connection of a plurality of interface relay modules and subscribe the interface message. Therefore, the purpose of simultaneously carrying out interface compatibility test is realized. And the interface transfer module receives the message data subscribed by the interface, and calls the function of the library file according to the message data and the interface mapping table to obtain an interface execution result.
And the library file is connected with the interface transfer module, pre-stores the interface function meeting the user requirement, pre-sets an interface calling instruction and an interface mapping table with the interface transfer module, calls the interface function corresponding to the interface calling instruction according to the interface calling instruction sent by the interface transfer module to obtain an interface execution result, and sends the interface execution result to the interface transfer module.
And the result analysis module is connected with the test execution module and used for receiving the interface execution result and the interface calling instruction sent by the test execution module, comparing the interface execution result and the interface calling instruction with the test expected result of the test case and displaying the interface test result.
The test system based on the equipment library file interface disclosed by the embodiment comprises a test execution module, a network transfer module, an interface transfer module, a library file and result analysis module; the modules directly carry out interface calling on the test cases to multiple devices simultaneously through a network transmission means, analyze the execution result and display the interface test result. The network transfer module can receive simultaneous connection of the interface transfer modules and subscribe an interface call instruction to the test execution module, so that the problem of testing compatibility of equipment of each manufacturer and each system version in the prior art is solved. And the interface transfer module calls the function of the library file to obtain an interface execution result according to the message data and the interface mapping table, so that the complexity of interface testing is reduced, and the interface testing efficiency is improved.
Example 2
The embodiment discloses a test method based on a device library file interface, as shown in fig. 2, including:
the test execution module sends an interface calling instruction to the network transfer module through the test case script, and the interface calling instruction at least comprises: the method comprises the steps of (1) instruction codes, test execution module equipment IDs and parameter lists;
the network transfer module is used for transferring the interface calling instruction to the interface transfer module;
the interface transfer module constructs message data and an interface mapping table through a header file of an interface class, and calls a function of a library file according to the message data and the interface mapping table to obtain an interface execution result;
the interface transfer module transfers the interface execution result to the test execution module through the network transfer module;
the test execution module screens out an execution result of an interface calling instruction sent by the test execution module according to the execution module equipment ID and the library file equipment serial number in the interface execution result, and sends the execution result and the interface calling instruction to the result analysis module;
and the result execution module is used for comparing the interface execution result with the expected test result of the test case and displaying the interface test result.
Preferably, the interface transfer module realizes network communication with the network transfer module, and the communication protocol may be any one of HTTP, MQTT, and COAP.
Preferably, the interface mapping table at least includes: instruction code, interface function name, interface parameter list and interface return value list.
Preferably, further, the interface execution result at least includes: instruction codes, test execution module equipment ID, library file equipment serial number and function return values.
Preferably, the network relay module may receive simultaneous connection of the plurality of interface relay modules, and subscribe an interface call instruction to the test execution module, so as to achieve the purpose of performing interface compatibility test simultaneously.
Preferably, when the interface transfer module operates, the network transfer module is first connected to subscribe an interface subscription instruction, message data and an interface mapping table are constructed through a header file of an interface class, and a function of the library file is called according to the message data and the interface mapping table to obtain an interface execution result.
The invention discloses a test method based on a device library file interface, wherein all modules directly carry out interface calling on multiple devices simultaneously by a test case through a network transmission means, analyze an execution result and display an interface test result. The network transfer module can receive simultaneous connection of a plurality of interface transfer modules and subscribe an interface calling instruction to the test execution module, so that the problem of testing compatibility of equipment of each manufacturer and each system version in the prior art is solved. And the interface transfer module calls the function of the library file to obtain an interface execution result according to the message data and the interface mapping table, so that the complexity of interface testing is reduced, and the interface testing efficiency is improved.
It should be understood that the specific order or hierarchy of steps in the processes disclosed is an example of exemplary approaches. Based upon design preferences, it is understood that the specific order or hierarchy of steps in the processes may be rearranged without departing from the scope of the present disclosure. The accompanying method claims present elements of the various steps in a sample order, and are not intended to be limited to the specific order or hierarchy presented.
In the foregoing detailed description, various features are grouped together in a single embodiment for the purpose of streamlining the disclosure. This method of disclosure is not to be interpreted as reflecting an intention that the claimed embodiments of the subject matter require more features than are expressly recited in each claim. Rather, as the following claims reflect, invention lies in less than all features of a single disclosed embodiment. Thus, the following claims are hereby expressly incorporated into the detailed description, with each claim standing on its own as a separate preferred embodiment of the invention.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. Of course, the storage medium may also be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC may reside in a user terminal. Of course, the processor and the storage medium may reside as discrete components in a user terminal.
For a software implementation, the techniques described herein may be implemented with modules (e.g., procedures, functions, and so on) that perform the functions described herein. The software codes may be stored in memory units and executed by processors. The memory unit may be implemented within the processor or external to the processor, in which case it can be communicatively coupled to the processor via various means as is known in the art.
What has been described above includes examples of one or more embodiments. It is, of course, not possible to describe every conceivable combination of components or methodologies for purposes of describing the aforementioned embodiments, but one of ordinary skill in the art may recognize that many further combinations and permutations of various embodiments are possible. Accordingly, the embodiments described herein are intended to embrace all such alterations, modifications and variations that fall within the scope of the appended claims. Furthermore, to the extent that the term "includes" is used in either the detailed description or the claims, such term is intended to be inclusive in a manner similar to the term "comprising" as "comprising" is interpreted when employed as a transitional word in a claim. Furthermore, any use of the term "or" in the specification of the claims is intended to mean a "non-exclusive or".

Claims (10)

1. A test system based on a device library file interface, comprising: the system comprises a test execution module, a network transfer module, an interface transfer module, a library file and a result analysis module; wherein:
the test execution module is respectively connected with the network transfer module and the result analysis module and is used for issuing an interface calling instruction to the network transfer module, receiving an interface execution result sent by the network transfer module and sending the interface calling instruction and the interface execution result to the result analysis module;
the network transfer module is respectively connected with the interface transfer module and the test execution module and used for receiving the interface calling instruction issued by the test execution module and transferring the interface calling instruction to the interface transfer module; the interface transfer module is also used for receiving the interface execution result forwarded by the interface transfer module and forwarding the received interface execution result to the test execution module;
the interface transfer module is respectively connected with the network transfer module and the library file, receives an interface calling instruction forwarded by the network transfer module, calls an interface function corresponding to the interface calling instruction in the library file according to the interface calling instruction and a preset interface mapping table, obtains an interface execution result through the library file, and sends the obtained interface execution result to the network transfer module;
the library file is connected with the interface transfer module, pre-stores an interface function meeting the user requirement, pre-sets an interface calling instruction and an interface mapping table with the interface transfer module, calls the interface function corresponding to the interface calling instruction according to the interface calling instruction sent by the interface transfer module to obtain an interface execution result, and sends the interface execution result to the interface transfer module;
and the result analysis module is connected with the test execution module and used for receiving the interface execution result and the interface calling instruction sent by the test execution module, comparing the interface execution result and the interface calling instruction with the test expected result of the test case and displaying the interface test result.
2. The device library file interface-based test system of claim 1, wherein the interface call instruction comprises at least: instruction codes, test execution module equipment IDs and parameter lists.
3. The device library file interface-based test system of claim 1, wherein the interface relay module implements network communication with the network relay module, and the communication protocol may be any one of HTTP, MQTT, and COAP.
4. The device library file interface-based test system of claim 1, wherein the interface mapping table comprises at least: instruction code, interface function name, interface parameter list and interface return value list.
5. The device library file interface-based test system of claim 2, wherein the interface execution results comprise at least: instruction codes, test execution module equipment ID, library file equipment serial number and function return values.
6. The device library file interface-based test system of claim 1, wherein the network relay module is capable of receiving simultaneous connection of a plurality of interface relay modules and subscribing to the interface call instruction from the test execution module to achieve the purpose of performing interface compatibility test simultaneously.
7. The device library file interface-based test system of claim 1, wherein the interface relay module, when running, first connects the network relay module to subscribe to an interface call instruction, constructs message data and an interface mapping table through a header file of an interface class, and calls a function of the library file according to the message data and the interface mapping table to obtain an interface execution result.
8. The device library file interface-based test system of claim 5, wherein the test execution module receives the interface execution result sent by the network relay module, and the specific process is as follows: the test execution module screens out the execution result of the interface calling instruction sent by the test execution module according to the equipment ID of the test execution module and the serial number of the library file equipment, and sends the execution result and the interface calling instruction to the result analysis module.
9. A test method based on a device library file interface is characterized by comprising the following steps:
the test execution module sends an interface calling instruction to the network transfer module through the test case script, and the interface calling instruction at least comprises: instruction codes, test execution module equipment IDs and parameter lists;
the network transfer module transfers the interface calling instruction to the interface transfer module;
the interface transfer module constructs message data and an interface mapping table through a header file of an interface class, and calls a function of a library file according to the message data and the interface mapping table to obtain an interface execution result;
the interface transfer module transfers the interface execution result to the test execution module through the network transfer module;
the test execution module screens out an execution result of an interface calling instruction sent by the test execution module according to the equipment ID of the test execution module and the serial number of the library file equipment in the interface execution result, and sends the execution result and the interface calling instruction to the result analysis module;
and the result analysis module is used for comparing the interface execution result with the expected test result of the test case and displaying the interface test result.
10. The device library file interface-based testing method of claim 9, wherein the interface mapping table at least comprises: the method comprises the steps of (1) instruction codes, interface function names, an interface parameter list and an interface return value list; the interface execution result at least comprises: instruction codes, test execution module equipment ID, library file equipment serial number and function return values.
CN202011267147.9A 2020-11-13 2020-11-13 Test system and method based on equipment library file interface Active CN112306888B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011267147.9A CN112306888B (en) 2020-11-13 2020-11-13 Test system and method based on equipment library file interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011267147.9A CN112306888B (en) 2020-11-13 2020-11-13 Test system and method based on equipment library file interface

Publications (2)

Publication Number Publication Date
CN112306888A CN112306888A (en) 2021-02-02
CN112306888B true CN112306888B (en) 2022-05-10

Family

ID=74334282

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011267147.9A Active CN112306888B (en) 2020-11-13 2020-11-13 Test system and method based on equipment library file interface

Country Status (1)

Country Link
CN (1) CN112306888B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000043880A1 (en) * 1999-01-21 2000-07-27 Bsquare Corporation A system and method for testing and validating devices having an embedded operating system
JPWO2010134325A1 (en) * 2009-05-20 2012-11-08 日本電気株式会社 Dynamic data flow tracking method, dynamic data flow tracking program, dynamic data flow tracking device
CN106708718A (en) * 2015-07-22 2017-05-24 北京京东尚科信息技术有限公司 Service framework interface testing method and device
CN109446071A (en) * 2018-09-26 2019-03-08 深圳壹账通智能科技有限公司 Interface test method, interface test device, electronic equipment and storage medium
CN109739704A (en) * 2018-12-28 2019-05-10 北京奇虎科技有限公司 A kind of interface test method, server-side and computer readable storage medium
CN111274144A (en) * 2020-01-20 2020-06-12 苏州浪潮智能科技有限公司 Unit testing method and system based on network file system operation word interface

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000043880A1 (en) * 1999-01-21 2000-07-27 Bsquare Corporation A system and method for testing and validating devices having an embedded operating system
JPWO2010134325A1 (en) * 2009-05-20 2012-11-08 日本電気株式会社 Dynamic data flow tracking method, dynamic data flow tracking program, dynamic data flow tracking device
CN106708718A (en) * 2015-07-22 2017-05-24 北京京东尚科信息技术有限公司 Service framework interface testing method and device
CN109446071A (en) * 2018-09-26 2019-03-08 深圳壹账通智能科技有限公司 Interface test method, interface test device, electronic equipment and storage medium
CN109739704A (en) * 2018-12-28 2019-05-10 北京奇虎科技有限公司 A kind of interface test method, server-side and computer readable storage medium
CN111274144A (en) * 2020-01-20 2020-06-12 苏州浪潮智能科技有限公司 Unit testing method and system based on network file system operation word interface

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
python测试c++动态链接库;rywu;《https://testerhome.com/topics/17891》;20190121;第1-3页 *

Also Published As

Publication number Publication date
CN112306888A (en) 2021-02-02

Similar Documents

Publication Publication Date Title
US6918108B2 (en) System and method for field diagnosis of wireless communications device system software
US7809365B2 (en) Method for over the air mobile station management
US20040177361A1 (en) Generic application program interface for native drivers
CN108337120A (en) A kind of remote upgrade method of internet-of-things terminal equipment
CN104699616A (en) Method, device and system for testing application
CN112788128B (en) Business information pushing method and device, storage medium and electronic device
CN113672441B (en) Method and device for testing intelligent equipment
CN111263377B (en) Network configuration method, device, equipment and system and distribution network testing method and system
CN111813622B (en) Equipment monitoring method and device
CN107509212B (en) Test method and test system for mobile terminal
CN104468288A (en) Terminal network data testing method and device
CN111651232A (en) One-machine multi-control method, device and system and electronic equipment
CN113515420B (en) Test method and test system
CN106790380A (en) Data reporting method and device
CN112306888B (en) Test system and method based on equipment library file interface
CN112422485B (en) Communication method and device of transmission control protocol
CN101212787A (en) Personalized information publishing method and system
CN113434281A (en) Equipment scheduling method and cloud platform
CN113434405A (en) Method and device for determining test file, storage medium and electronic device
CN112910572A (en) Base station test method, device and readable storage medium
CN110225097A (en) A kind of information processing method, equipment and storage medium
CN115278649B (en) Telephone number acquisition method, equipment, system and medium based on machine learning
CN113778800B (en) Error information processing method, device, system, equipment and storage medium
CN107172640B (en) Method for simulating Modem to report message, storage medium and terminal
CN109408356B (en) Code coverage rate acquisition method for manual testing of target application

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