CN112202628A - WiFi module serial port protocol automatic test system and method - Google Patents

WiFi module serial port protocol automatic test system and method Download PDF

Info

Publication number
CN112202628A
CN112202628A CN202010933255.9A CN202010933255A CN112202628A CN 112202628 A CN112202628 A CN 112202628A CN 202010933255 A CN202010933255 A CN 202010933255A CN 112202628 A CN112202628 A CN 112202628A
Authority
CN
China
Prior art keywords
serial port
module
pressure measurement
interface
log
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
CN202010933255.9A
Other languages
Chinese (zh)
Other versions
CN112202628B (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.)
Hangzhou Tuya Information Technology Co Ltd
Original Assignee
Hangzhou Tuya Information 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 Hangzhou Tuya Information Technology Co Ltd filed Critical Hangzhou Tuya Information Technology Co Ltd
Priority to CN202010933255.9A priority Critical patent/CN112202628B/en
Publication of CN112202628A publication Critical patent/CN112202628A/en
Application granted granted Critical
Publication of CN112202628B publication Critical patent/CN112202628B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements
    • 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
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

The application discloses automatic test system of wiFi module serial port protocol includes: the interface service module is used for realizing a wsgi interface by the flash framework; a multithreading module; the test execution module is used for acquiring a test case and an execution condition according to the interface address of the user and the need of entering the part of the interface, creating a test case execution environment and executing the case; the interface command packet module is used for generating a command line according to the interface address and parameters of a user and a protocol specification; the serial port command writing module is used for writing by using a pyserial library; the serial port data receiving module is used for blocking when serial port information is not received by using a pyserial library; and the serial port data processing module is used for performing event driving through an independent thread by using a pyserial library. The problem of making mistakes easily of manual group packing is solved to this application, practices thrift test time, can realize whole tests by a key.

Description

WiFi module serial port protocol automatic test system and method
Technical Field
The application relates to the field of automatic test of a WiFi module serial port protocol, in particular to an automatic test system of the WiFi module serial port protocol.
Background
In the prior art, manual package and manual detection are used in the test. Manual grouping is error prone and takes a significant amount of time to become familiar with the protocol. The manual detection results consume human resources, the memory information of the equipment cannot be realized in the pressure test, and the pressure test result is difficult to judge.
The serial port test is in a relatively original manual test stage. The reason for this phenomenon is that the serial protocol has no unified standard, is not supported by a mature serial test framework, and cannot realize rapid automation.
Disclosure of Invention
The main objective of the present application is to provide an automated testing system for WiFi module serial port protocol, which includes:
the interface service module is used for realizing a wsgi interface by the flash framework;
a multithreading module;
the test execution module is used for acquiring a test case and an execution condition according to the interface address of the user and the need of entering the part of the interface, creating a test case execution environment and executing the case;
the interface command packet module is used for generating a command line according to the interface address and parameters of a user and a protocol specification;
the serial port command writing module is used for writing by using a pyserial library;
the serial port data receiving module is used for blocking when serial port information is not received by using a pyserial library;
and the serial port data processing module is used for performing event driving through an independent thread by using a pyserial library.
Optionally, the automated testing system for the serial port protocol of the WiFi module further includes:
the serial port log processing module is used for recording serial port automatic execution information, and the log comprises: time, 16-ary command line, and command line parsing, indicating source
Optionally, the automated testing system for the serial port protocol of the WiFi module further includes:
an io log module for locating, the log comprising: time, use a pyserial library with an independent thread.
Optionally, the automated testing system for the serial port protocol of the WiFi module further includes:
and the log management module is used for deleting part of the old logs when the total capacity of the logs in the log directory is overlarge.
Optionally, the automated testing system for the serial port protocol of the WiFi module further includes:
the pressure measurement function module is used for storing a detection module, restarting detection, leading a pressure measurement result to have a conclusion, optimizing the display of the pressure measurement result, returning to the normal display of the pressure measurement result and only displaying one row of detection items and the summary to be fine in the process of normal pressure measurement, abnormal pressure measurement, ergodic pressure measurement and random pressure measurement; and if the data fails, displaying error information of each failed part, wherein each corresponding json data is in a row, and displaying a unique mark in the database.
Optionally, the automated testing system for the serial port protocol of the WiFi module further includes:
the jmeter module is used for an open source universal interface testing tool.
According to another aspect of the application, an automated testing method for a serial port protocol of a WiFi module is also provided, which includes:
the interface service is used for realizing a wsgi interface by a flash framework;
test execution, according to the interface address of the user, part of the interface needs to be participated in, a test case and an execution condition are obtained, a test case execution environment is created, and the test case is executed;
the interface command packet generates a command line according to the interface address and parameters of the user and the protocol specification;
writing a serial port command, and realizing writing by using a pyserial library;
receiving serial port data by using a pyserial library;
processing serial port data, namely performing event driving through an independent thread by using a pyserial library;
processing a serial port log, wherein the log comprises a 16-system command line, time and a command line, and analyzing the command line to mark a source;
an io log, wherein the log comprises time and uses a pyserial library and an independent thread;
managing the logs, namely deleting part of old logs when the total capacity of the logs in a log directory is overlarge;
the pressure measurement function comprises normal pressure measurement, abnormal pressure measurement, ergodic pressure measurement and random pressure measurement, wherein in the pressure measurement process, a detection module is used for storing, the detection is restarted, the pressure measurement result has a conclusion, and the pressure measurement result display is optimized; returning to normal pressure measurement result display, and only displaying one row of detection items and summary fineness; if the data fails, displaying error information of each failed part, wherein each corresponding json data is in one row, and displaying a unique mark in the database, so that the data is convenient to store and query;
used in conjunction with a jmeter, open source universal interface test tool.
The application also discloses a computer device, which comprises a memory, a processor and a computer program stored in the memory and capable of being executed by the processor, wherein the processor realizes the method of any one of the above items when executing the computer program.
The application also discloses a computer-readable storage medium, a non-volatile readable storage medium, having stored therein a computer program which, when executed by a processor, implements the method of any of the above.
The present application also discloses a computer program product comprising computer readable code which, when executed by a computer device, causes the computer device to perform the method of any of the above.
Compared with the prior art, the method has the following beneficial effects:
the problem of easily making mistakes of manual group packing is solved, and test time is saved. An external interface is provided, rapid butt joint can be realized with postman, meter and a web page, and all tests can be realized by one key. The pressure test realizes dp data customization, random and ergodic pressure test, and detects and restarts, the module is stored in a memory, and a test result is given. The system resource consumption is reduced and the response speed is increased through multithreading and event driving.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, serve to provide a further understanding of the application and to enable other features, objects, and advantages of the application to be more apparent. The drawings and their description illustrate the embodiments of the invention and do not limit it. In the drawings:
fig. 1 is a schematic flowchart of an automated testing system for a serial port protocol of a WiFi module according to an embodiment of the present application;
FIG. 2 is a schematic diagram of a computer device according to one embodiment of the present application; and
FIG. 3 is a schematic diagram of a computer-readable storage medium according to one embodiment of the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all 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 application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
Referring to fig. 1, an embodiment of the present application provides an automated testing system for a serial port protocol of a WiFi module, including:
the interface service module is used for realizing a wsgi interface by the flash framework;
a multithreading module;
the test execution module is used for acquiring a test case and an execution condition according to the interface address of the user and the need of entering the part of the interface, creating a test case execution environment and executing the case;
the interface command packet module is used for generating a command line according to the interface address and parameters of a user and a protocol specification;
the serial port command writing module is used for writing by using a pyserial library;
the serial port data receiving module is used for blocking when serial port information is not received by using a pyserial library;
and the serial port data processing module is used for performing event driving through an independent thread by using a pyserial library.
When the system is used, the interface service and the flash framework realize a wsgi interface, and the system has the advantages that: the python language is simple and popular, the flash framework is light-weight, and the interface mainstream follows restful.
Multithreading, threading, use advantage: the processing speed of the serial port program is improved.
And test execution, namely acquiring a test case and an execution condition according to the interface address of the user and the need of entering a part of interfaces, creating an environment for executing the test case, and executing the case. The advantages are that: the use case which needs multi-step execution is realized, the program ensures the execution condition, and the execution is realized only by matching with a universal meter to click, so that the workload is greatly reduced, and the operation can be quickly realized.
And the interface command packet generates a command line according to the interface address and parameters of the user and the protocol specification. The advantages are that: without the need to be familiar with arcane 16's of commands.
And writing the serial port command, and realizing writing by using a pyserial library. The advantages are that: a powerful and simple library.
And receiving serial data by using a pyserial library. The advantages are that: when serial port information is not received, the serial port information is blocked, and the CPU utilization rate is low.
And (3) serial port data processing, namely using a pyserial library, an independent thread, a signal, a queue and event driving. The advantages are that: and the receiving capability is improved by separating from data receiving. And the CPU utilization rate is reduced by utilizing thread interruption while the processing speed is improved.
In an embodiment of the present application, the automated testing system for a serial port protocol of a WiFi module further includes:
the serial port log processing module is used for recording serial port automatic execution information, and the log comprises: time, 16-ary command line, and command line parsing, indicating the source.
And (4) processing a serial log, wherein the log comprises a 16-system command line, time and a command line, and analyzing the command line to mark a source. The advantages are that: the time can accurately record the serial port automatic execution information, is convenient to position, has command lines, remarks and sources, can clearly show the command function, and does not need to contrast a protocol.
In an embodiment of the present application, the automated testing system for a serial port protocol of a WiFi module further includes:
an io log module for locating, the log comprising: time, use a pyserial library with an independent thread.
8) An io log, which contains time, using a pyserial library and an independent thread. The advantages are that: the positioning is convenient.
In an embodiment of the present application, the automated testing system for a serial port protocol of a WiFi module further includes:
and the log management module is used for deleting part of the old logs when the total capacity of the logs in the log directory is overlarge.
And log management, namely deleting part of old logs when the total capacity of the logs in the log directory is overlarge. The advantages are that: the log storage method can store logs with a certain capacity, the logs do not need to be managed by the user, and the user does not need to worry about deleting the latest logs when deleting the logs.
In an embodiment of the present application, the automated testing system for a serial port protocol of a WiFi module further includes:
the pressure measurement function module is used for storing a detection module, restarting detection, leading a pressure measurement result to have a conclusion, optimizing the display of the pressure measurement result, returning to the normal display of the pressure measurement result and only displaying one row of detection items and the summary to be fine in the process of normal pressure measurement, abnormal pressure measurement, ergodic pressure measurement and random pressure measurement; and if the data fails, displaying error information of each failed part, wherein each corresponding json data is in a row, and displaying a unique mark in the database.
And the pressure measurement function comprises normal pressure measurement, abnormal pressure measurement, ergodic pressure measurement, random pressure measurement, memory of a detection module in the pressure measurement process, detection restart, conclusion of a pressure measurement result and optimization of pressure measurement result display. Returning to normal pressure measurement result display, and only displaying one row of detection items and summary fineness. And if the data fails, displaying error information of each failed part, wherein each corresponding json data is in one row, and displaying the unique mark in the database, thereby facilitating the storage and query. The advantages are that: and the internal memory function of checking the pressure measurement which is difficult to realize is realized. Normal and abnormal pressure measurement commands are not generated by the user. The pressure measurement result does not need to be judged by self. The pressure measurement result is displayed specially, and is simple, clear and easy to see. The sqlite3 is selected as a database, and the database is installed in a python3 environment by default without being installed.
In an embodiment of the present application, the automated testing system for a serial port protocol of a WiFi module further includes:
the jmeter module is used for an open source universal interface testing tool.
Used in conjunction with a jmeter, open source universal interface test tool. The advantages are that: the method has the advantages that the method is open-source main flow, jmx packets written at one time can be directly used and can also be executed in batch subsequently under the condition of consistent data, and the test efficiency is greatly improved.
According to another aspect of the present application, an embodiment of the present application further provides an automated testing method for a serial port protocol of a WiFi module, including:
the interface service is used for realizing a wsgi interface by a flash framework;
test execution, according to the interface address of the user, part of the interface needs to be participated in, a test case and an execution condition are obtained, a test case execution environment is created, and the test case is executed;
the interface command packet generates a command line according to the interface address and parameters of the user and the protocol specification;
writing a serial port command, and realizing writing by using a pyserial library;
receiving serial port data by using a pyserial library;
processing serial port data, namely performing event driving through an independent thread by using a pyserial library;
processing a serial port log, wherein the log comprises a 16-system command line, time and a command line, and analyzing the command line to mark a source;
an io log, wherein the log comprises time and uses a pyserial library and an independent thread;
managing the logs, namely deleting part of old logs when the total capacity of the logs in a log directory is overlarge;
the pressure measurement function comprises normal pressure measurement, abnormal pressure measurement, ergodic pressure measurement and random pressure measurement, wherein in the pressure measurement process, a detection module is used for storing, the detection is restarted, the pressure measurement result has a conclusion, and the pressure measurement result display is optimized; returning to normal pressure measurement result display, and only displaying one row of detection items and summary fineness; if the data fails, displaying error information of each failed part, wherein each corresponding json data is in one row, and displaying a unique mark in the database, so that the data is convenient to store and query;
used in conjunction with a jmeter, open source universal interface test tool.
Compared with the prior art, the method has the following beneficial effects:
serial port automation framework: multithreading + event driving + flash interface + orm + sqlite3 mode
Managing a serial port log file: the serial port log is managed by setting the maximum value of the log and adopting the modes of independent thread polling, partial and old log deletion
And (3) serial port voltage measurement: through parameter control pressure measurement scene, random pressure measurement, internal memory monitoring in the pressure measurement process, result judgment and storage of pressure measurement information in sqlite
Displaying a serial port pressure measurement log: the data volume measured under normal pressure is large, and the data is difficult to clearly display. And processing the error pressure measurement log, wherein the error serial number is used as a key, and the error brief information is used as a value, so that the error information above a white bar can be clearly displayed.
Referring to fig. 2, the present application further provides a computer device including a memory, a processor, and a computer program stored in the memory and executable by the processor, wherein the processor implements the method of any one of the above methods when executing the computer program.
Referring to fig. 3, a computer-readable storage medium, a non-volatile readable storage medium, having stored therein a computer program which, when executed by a processor, implements any of the methods described above.
A computer program product comprising computer readable code which, when executed by a computer device, causes the computer device to perform the method of any of the above.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and they may alternatively be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, or fabricated separately as individual integrated circuit modules, or fabricated as a single integrated circuit module from multiple modules or steps. Thus, the present invention is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. The utility model provides an automatic test system of wiFi module serial port protocol which characterized in that includes:
the interface service module is used for realizing a wsgi interface by the flash framework;
a multithreading module;
the test execution module is used for acquiring a test case and an execution condition according to the interface address of the user and the need of entering the part of the interface, creating a test case execution environment and executing the case;
the interface command packet module is used for generating a command line according to the interface address and parameters of a user and a protocol specification;
the serial port command writing module is used for writing by using a pyserial library;
the serial port data receiving module is used for blocking when serial port information is not received by using a pyserial library;
and the serial port data processing module is used for performing event driving through an independent thread by using a pyserial library.
2. The automated testing system of a WiFi module serial port protocol of claim 1, further comprising:
the serial port log processing module is used for recording serial port automatic execution information, and the log comprises: time, 16-ary command line, and command line parsing, indicating the source.
3. The automated testing system for the serial port protocol of the WiFi module of claim 2, wherein the automated testing system for the serial port protocol of the WiFi module further comprises:
an io log module for locating, the log comprising: time, use a pyserial library with an independent thread.
4. The automated testing system for the serial port protocol of the WiFi module of claim 3, wherein the automated testing system for the serial port protocol of the WiFi module further comprises:
and the log management module is used for deleting part of the old logs when the total capacity of the logs in the log directory is overlarge.
5. The automated testing system for the serial port protocol of the WiFi module of claim 4, wherein the automated testing system for the serial port protocol of the WiFi module further comprises:
the pressure measurement function module is used for storing a detection module, restarting detection, leading a pressure measurement result to have a conclusion, optimizing the display of the pressure measurement result, returning to the normal display of the pressure measurement result and only displaying one row of detection items and the summary to be fine in the process of normal pressure measurement, abnormal pressure measurement, ergodic pressure measurement and random pressure measurement; and if the data fails, displaying error information of each failed part, wherein each corresponding json data is in a row, and displaying a unique mark in the database.
6. The automated testing system for the serial port protocol of the WiFi module of claim 5, wherein the automated testing system for the serial port protocol of the WiFi module further comprises:
the jmeter module is used for an open source universal interface testing tool.
7. An automatic test method for a serial port protocol of a WiFi module is characterized by comprising the following steps:
the interface service is used for realizing a wsgi interface by a flash framework;
test execution, according to the interface address of the user, part of the interface needs to be participated in, a test case and an execution condition are obtained, a test case execution environment is created, and the test case is executed;
the interface command packet generates a command line according to the interface address and parameters of the user and the protocol specification;
writing a serial port command, and realizing writing by using a pyserial library;
receiving serial port data by using a pyserial library;
processing serial port data, namely performing event driving through an independent thread by using a pyserial library;
processing a serial port log, wherein the log comprises a 16-system command line, time and a command line, and analyzing the command line to mark a source;
an io log, wherein the log comprises time and uses a pyserial library and an independent thread;
managing the logs, namely deleting part of old logs when the total capacity of the logs in a log directory is overlarge;
the pressure measurement function comprises normal pressure measurement, abnormal pressure measurement, ergodic pressure measurement and random pressure measurement, wherein in the pressure measurement process, a detection module is used for storing, the detection is restarted, the pressure measurement result has a conclusion, and the pressure measurement result display is optimized; returning to normal pressure measurement result display, and only displaying one row of detection items and summary fineness; if the data fails, displaying error information of each failed part, wherein each corresponding json data is in one row, and displaying a unique mark in the database, so that the data is convenient to store and query;
used in conjunction with a jmeter, open source universal interface test tool.
8. A computer device comprising a memory, a processor and a computer program stored in the memory and executable by the processor, wherein the processor implements the method of claim 7 when executing the computer program.
9. A computer-readable storage medium, a non-volatile readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method of claim 7.
10. A computer program product comprising computer readable code that, when executed by a computer device, causes the computer device to perform the method of claim 7.
CN202010933255.9A 2020-09-08 2020-09-08 WiFi module serial port protocol automatic test system and method Active CN112202628B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010933255.9A CN112202628B (en) 2020-09-08 2020-09-08 WiFi module serial port protocol automatic test system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010933255.9A CN112202628B (en) 2020-09-08 2020-09-08 WiFi module serial port protocol automatic test system and method

Publications (2)

Publication Number Publication Date
CN112202628A true CN112202628A (en) 2021-01-08
CN112202628B CN112202628B (en) 2022-09-02

Family

ID=74005754

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010933255.9A Active CN112202628B (en) 2020-09-08 2020-09-08 WiFi module serial port protocol automatic test system and method

Country Status (1)

Country Link
CN (1) CN112202628B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113162803A (en) * 2021-04-15 2021-07-23 浪潮思科网络科技有限公司 Serial port control method, device and medium based on dichotomy
CN113965500A (en) * 2021-09-17 2022-01-21 浪潮思科网络科技有限公司 Serial server port occupation management method, device and medium
WO2022127575A1 (en) * 2020-12-18 2022-06-23 展讯半导体(成都)有限公司 Automatic testing method and system for wifi devices and readable storage medium

Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0399184A2 (en) * 1989-04-10 1990-11-28 Abbott Laboratories Reagents, methods and kits for an amphetamine-class fluorescence polarization immunoassay
EP0583142A2 (en) * 1992-08-07 1994-02-16 Merck & Co. Inc. Hepatitis A virus vaccine
WO2000075783A1 (en) * 1999-06-04 2000-12-14 Bsquare Corporation Protocol acknowledgment between homogeneous systems
CN1932776A (en) * 2006-09-29 2007-03-21 上海科泰世纪科技有限公司 Automatic operating method for interface test in embedded operating system
US20100333074A1 (en) * 2009-06-30 2010-12-30 Supalov Alexander V Automatic conversion of MPI source code programs into MPI thread-based programs
WO2011156741A1 (en) * 2010-06-10 2011-12-15 Carnegie Mellon University Synthesis system for pipelined digital circuits with multithreading
CN102722150A (en) * 2012-06-07 2012-10-10 中国东方电气集团有限公司 Multi-way waveform acquiring and displaying and data analyzing and processing system based on universal serial
CN103368795A (en) * 2013-07-26 2013-10-23 深圳市佳晨科技有限公司 Automatic feeding, testing and sorting system and operation method thereof
CN103389933A (en) * 2012-05-08 2013-11-13 鸿富锦精密工业(深圳)有限公司 Test card and electronic test device with same
CN103955371A (en) * 2014-04-29 2014-07-30 浙江银江研究院有限公司 Design and development method for universal software module for performing data acquisition on serial-port instrument
US20170151341A1 (en) * 2015-11-30 2017-06-01 Pfizer Inc. Site specific her2 antibody drug conjugates
CN107070694A (en) * 2017-01-16 2017-08-18 重庆金美通信有限责任公司 A kind of method in distributed communication network medium-long range batch debugging route-exchanging device
EP3266785A1 (en) * 2014-12-29 2018-01-10 Medshine Discovery Inc. Toll-like receptor-7 agonist
CN109379588A (en) * 2018-12-29 2019-02-22 广州敏视数码科技有限公司 A kind of automated testing method and system for high definition DVR
EP3453716A1 (en) * 2016-04-06 2019-03-13 Nanjing Anji Biological Technology Co., Ltd Polyethylene glycol-modified angiogenesis inhibitor hm-1 and application thereof
CN109933522A (en) * 2019-01-25 2019-06-25 畅捷通信息技术股份有限公司 A kind of test method, test macro and storage medium automating use-case
CN110086692A (en) * 2019-05-14 2019-08-02 广州云智易物联网有限公司 A kind of automated testing method based on Internet of Things, device and computer equipment
CN110287109A (en) * 2019-06-18 2019-09-27 广州华多网络科技有限公司 Test method, device, computer equipment and its storage medium of protocol interface
CN110391937A (en) * 2019-07-25 2019-10-29 哈尔滨工业大学 A kind of Internet of Things honeynet system based on SOAP service simulation
CN110995545A (en) * 2019-12-19 2020-04-10 腾讯科技(深圳)有限公司 Cloud network configuration testing method and device

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0399184A2 (en) * 1989-04-10 1990-11-28 Abbott Laboratories Reagents, methods and kits for an amphetamine-class fluorescence polarization immunoassay
EP0583142A2 (en) * 1992-08-07 1994-02-16 Merck & Co. Inc. Hepatitis A virus vaccine
WO2000075783A1 (en) * 1999-06-04 2000-12-14 Bsquare Corporation Protocol acknowledgment between homogeneous systems
CN1932776A (en) * 2006-09-29 2007-03-21 上海科泰世纪科技有限公司 Automatic operating method for interface test in embedded operating system
US20100333074A1 (en) * 2009-06-30 2010-12-30 Supalov Alexander V Automatic conversion of MPI source code programs into MPI thread-based programs
WO2011156741A1 (en) * 2010-06-10 2011-12-15 Carnegie Mellon University Synthesis system for pipelined digital circuits with multithreading
CN103389933A (en) * 2012-05-08 2013-11-13 鸿富锦精密工业(深圳)有限公司 Test card and electronic test device with same
CN102722150A (en) * 2012-06-07 2012-10-10 中国东方电气集团有限公司 Multi-way waveform acquiring and displaying and data analyzing and processing system based on universal serial
CN103368795A (en) * 2013-07-26 2013-10-23 深圳市佳晨科技有限公司 Automatic feeding, testing and sorting system and operation method thereof
CN103955371A (en) * 2014-04-29 2014-07-30 浙江银江研究院有限公司 Design and development method for universal software module for performing data acquisition on serial-port instrument
EP3266785A1 (en) * 2014-12-29 2018-01-10 Medshine Discovery Inc. Toll-like receptor-7 agonist
US20170151341A1 (en) * 2015-11-30 2017-06-01 Pfizer Inc. Site specific her2 antibody drug conjugates
EP3453716A1 (en) * 2016-04-06 2019-03-13 Nanjing Anji Biological Technology Co., Ltd Polyethylene glycol-modified angiogenesis inhibitor hm-1 and application thereof
CN107070694A (en) * 2017-01-16 2017-08-18 重庆金美通信有限责任公司 A kind of method in distributed communication network medium-long range batch debugging route-exchanging device
CN109379588A (en) * 2018-12-29 2019-02-22 广州敏视数码科技有限公司 A kind of automated testing method and system for high definition DVR
CN109933522A (en) * 2019-01-25 2019-06-25 畅捷通信息技术股份有限公司 A kind of test method, test macro and storage medium automating use-case
CN110086692A (en) * 2019-05-14 2019-08-02 广州云智易物联网有限公司 A kind of automated testing method based on Internet of Things, device and computer equipment
CN110287109A (en) * 2019-06-18 2019-09-27 广州华多网络科技有限公司 Test method, device, computer equipment and its storage medium of protocol interface
CN110391937A (en) * 2019-07-25 2019-10-29 哈尔滨工业大学 A kind of Internet of Things honeynet system based on SOAP service simulation
CN110995545A (en) * 2019-12-19 2020-04-10 腾讯科技(深圳)有限公司 Cloud network configuration testing method and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
JIE LIANG等: "《Design of the Embedded Serial and Parallel Communication Protocol Controller》", 《2010 FIRST INTERNATIONAL CONFERENCE ON PERVASIVE COMPUTING, SIGNAL PROCESSING AND APPLICATIONS》 *
郭建昌: "《虚拟串口测试系统设计》", 《自动化仪表》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022127575A1 (en) * 2020-12-18 2022-06-23 展讯半导体(成都)有限公司 Automatic testing method and system for wifi devices and readable storage medium
CN113162803A (en) * 2021-04-15 2021-07-23 浪潮思科网络科技有限公司 Serial port control method, device and medium based on dichotomy
CN113162803B (en) * 2021-04-15 2022-12-23 浪潮思科网络科技有限公司 Serial port control method, device and medium based on dichotomy
CN113965500A (en) * 2021-09-17 2022-01-21 浪潮思科网络科技有限公司 Serial server port occupation management method, device and medium

Also Published As

Publication number Publication date
CN112202628B (en) 2022-09-02

Similar Documents

Publication Publication Date Title
CN112202628B (en) WiFi module serial port protocol automatic test system and method
CN109302522B (en) Test method, test device, computer system, and computer medium
CN107193750B (en) Script recording method and device
US9529692B2 (en) Memory management tools
CN108874624B (en) Server, method for monitoring Java process and storage medium
US9495234B1 (en) Detecting anomalous behavior by determining correlations
US8555259B2 (en) Verifying function performance based on predefined count ranges
WO2019169757A1 (en) Test control and test execution device and method, and computer storage medium
US20130080502A1 (en) User interface responsiveness monitor
US20130159977A1 (en) Open kernel trace aggregation
US10860465B2 (en) Automatically rerunning test executions
US11550628B2 (en) Performing runbook operations for an application based on a runbook definition
US20150236799A1 (en) Method and system for quick testing and detecting mobile devices
US10528456B2 (en) Determining idle testing periods
CA2948700A1 (en) Systems and methods for websphere mq performance metrics analysis
WO2019169765A1 (en) Electronic device, method for acquiring state information in cluster environment, system, and storage medium
CN109933504B (en) Hard disk delay test method, device, terminal and storage medium
CN104410671A (en) Snapshot capturing method and data monitoring tool
US10241895B2 (en) Memory stack trace management tool
CN110764962B (en) Log processing method and device
WO2020073200A1 (en) Program debugging method and system
CN107451056B (en) Method and device for monitoring interface test result
CN113076233B (en) IO performance detection method, device, equipment and storage medium
CN111290942A (en) Pressure testing method, device and computer readable medium
WO2018233365A1 (en) Information query method, terminal, device and storage medium

Legal Events

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