CN114124750A - Test method, system, equipment and storage medium of communication module - Google Patents

Test method, system, equipment and storage medium of communication module Download PDF

Info

Publication number
CN114124750A
CN114124750A CN202111327481.3A CN202111327481A CN114124750A CN 114124750 A CN114124750 A CN 114124750A CN 202111327481 A CN202111327481 A CN 202111327481A CN 114124750 A CN114124750 A CN 114124750A
Authority
CN
China
Prior art keywords
test
communication module
test data
preset
data
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
CN202111327481.3A
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.)
Chongqing Simcom Wireless Solutions Co ltd
Original Assignee
Chongqing Simcom Wireless Solutions 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 Chongqing Simcom Wireless Solutions Co ltd filed Critical Chongqing Simcom Wireless Solutions Co ltd
Priority to CN202111327481.3A priority Critical patent/CN114124750A/en
Publication of CN114124750A publication Critical patent/CN114124750A/en
Pending legal-status Critical Current

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/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements

Abstract

The invention discloses a test method, a system, equipment and a storage medium of a communication module, wherein the test method comprises the following steps: obtaining AT least one test case, wherein each test case comprises an AT instruction and preset test data; sequentially sending each AT instruction to a communication module to be tested so that the communication module to be tested returns AT least one piece of test data according to the AT instruction; receiving at least one test data; and matching each test data with preset test data in the corresponding test case to output a test result. According to the method, each AT instruction in the obtained test case is sequentially sent to a communication module to be tested according to a preset sequence; receiving at least one piece of test data returned by the communication module to be tested; and matching each test data with preset test data in the corresponding test case to output a test result. The automatic test of the communication module is realized, and the test efficiency of the communication module is improved.

Description

Test method, system, equipment and storage medium of communication module
Technical Field
The present invention relates to the field of wireless communication technologies, and in particular, to a method, a system, a device, and a storage medium for testing a communication module.
Background
In the prior art, a serial port tool is used for automatically identifying connected serial port equipment, configuring corresponding baud rate, data bits, stop bits and port numbers, and receiving and sending data or characters by using an ASCII (american standard code for information interchange) code or a hexadecimal code. The following two test modes are mainly passed: 1. and manually inputting a command, returning to return a result, manually comparing the test case with the serial port tool return value, and recording the comparison result as PASS (PASS) and the comparison result as FAIL (FAIL) if the comparison result is consistent. 2. And copying the command to a serial port tool window, clicking the corresponding command when needing to be executed, adding a carriage return line change, and automatically returning a result.
The existing serial port tool of the communication module can test various functions of the communication module by using AT instructions, but the AT instructions have too many commands, the defects of the functions are found by manually inputting the commands during the test and comparing the report returned by the serial port tool with a test document, the manual comparison is easy to make mistakes, and the manual comparison is dependent on the capability of a software tester, so that the cost is high, the mistakes are easy to make, the scale of a software system is larger and larger, the function points are more and more, the test process is complicated, and particularly when the program is frequently modified, the regression test is harder, the consumed time is longer, and the efficiency is low; some tests on the non-functional aspects of the communication module, such as pressure tests, load tests, big data disc tests, crash tests, etc., have limited implementation and need other tools. In the test process, the situation of serial port blockage occasionally occurs, and the USB (universal serial bus) line needs to be plugged again to restore the normal state.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a method, a system, equipment and a storage medium for testing a communication module, aiming at overcoming the defects of complicated testing process and low testing efficiency in the prior art for testing the communication module by a serial port tool.
The invention solves the technical problems through the following technical scheme:
a first aspect of the present invention provides a testing method for a communication module, the testing method including:
obtaining AT least one test case, wherein each test case comprises an AT instruction and preset test data;
sequentially sending each AT instruction to a communication module to be tested so that the communication module to be tested returns AT least one piece of test data according to the AT instruction;
receiving at least one of said test data;
and matching each test data with the preset test data in the corresponding test case to output a test result.
Preferably, before the step of obtaining at least one test case, the test method further includes:
and creating at least one test case, wherein each test case corresponds to the corresponding function of the communication module to be tested.
Preferably, after the step of matching each of the test data with the preset test data in the corresponding test case to output a test result, the test method further includes:
and if the number of the test cases is judged not to be equal to zero, continuing to send the rest AT instructions of the test cases to the communication module to be tested until the number of the test cases is equal to zero, and ending the test.
Preferably, the step of matching each test data with the preset test data in the corresponding test case to output a test result includes:
if each test data is successfully matched with the preset test data in the corresponding test case, recording the test result as successful test; if the matching fails within the preset time, recording the test result as test failure;
counting the test results of the test success and/or the test failure into an excel file;
and outputting the excel file, wherein the excel file comprises pie charts of different test results, percentages of the different test results, AT instructions of test cases corresponding to the test failures, preset test data and test data.
The second aspect of the present invention provides a test system for a communication module, the test system comprising an obtaining module, a first sending module, a receiving module and a matching module;
the acquisition module is used for acquiring AT least one test case, and each test case comprises an AT instruction and preset test data;
the first sending module is used for sending each AT instruction to a communication module to be tested in sequence so as to enable the communication module to be tested to return AT least one piece of test data according to the AT instruction;
the receiving module is used for receiving at least one piece of test data;
the matching module is used for matching each test data with the preset test data in the corresponding test case so as to output a test result.
Preferably, the test system further comprises a creation module;
the creating module is used for creating at least one test case, and each test case corresponds to the corresponding function of the communication module to be tested.
Preferably, the test system further comprises a second sending module;
and the second sending module is used for continuing sending the rest AT instructions of the test cases to the communication module to be tested if the number of the test cases is judged not to be equal to zero, and ending the test until the number of the test cases is equal to zero.
Preferably, the matching module comprises a recording unit, a statistical unit and an output unit;
the recording unit is used for recording the test result as successful test if each test data is successfully matched with the preset test data in the corresponding test case; if the matching fails within the preset time, recording the test result as test failure;
the statistical unit is used for counting the test results of the test success and/or the test failure into an excel file;
the output unit is used for outputting the excel file, and the excel file comprises pie charts of different test results, percentages of the different test results, AT instructions of test cases corresponding to the test failures, preset test data and test data.
A third aspect of the present invention provides an electronic device, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method for testing a communication module according to the first aspect when executing the computer program.
A fourth aspect of the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the method of testing a communication module according to the first aspect.
The positive progress effects of the invention are as follows:
according to the method, each AT instruction in the obtained test case is sequentially sent to a communication module to be tested according to a preset sequence; receiving at least one piece of test data returned by the communication module to be tested; and matching each test data with preset test data in the corresponding test case to output a test result. The automatic test of the communication module is realized, and the test efficiency of the communication module is improved.
Drawings
Fig. 1 is a flowchart of a test method of a communication module according to embodiment 1 of the present invention.
Fig. 2 is a first flowchart of a testing method of a communication module according to embodiment 2 of the present invention.
Fig. 3 is a second flowchart of the testing method of the communication module according to embodiment 2 of the present invention.
Fig. 4 is a flowchart of step 104 of the method for testing a communication module according to embodiment 2 of the present invention.
Fig. 5 is a block diagram of a test system of a communication module according to embodiment 3 of the present invention.
Fig. 6 is a block diagram of a test system of a communication module according to embodiment 4 of the present invention.
Fig. 7 is a schematic structural diagram of an electronic device according to embodiment 5 of the present invention.
Detailed Description
The invention is further illustrated by the following examples, which are not intended to limit the scope of the invention.
Example 1
As shown in fig. 1, the method for testing a communication module provided in this embodiment includes:
101, obtaining AT least one test case, wherein each test case comprises an AT instruction and preset test data;
in this embodiment, when testing a communication module to be tested, an automated testing system for the communication module is created first, and specifically, a wx module (a communication module) based on python (development language) is used to create a window application of the automated testing system, which needs to include structures such as a serial port number, a baud rate, and a case list. In the testing process, the automatic testing system uses an xlrd module (a communication module) to automatically acquire at least one test case.
It should be noted that the communication module may be a global system for mobile module, or a wireless communication module; or 3G (third generation mobile communication module); or 4G (fourth generation mobile communication module); or 5G (fifth generation mobile communication module).
102, sequentially sending each AT instruction to a communication module to be tested according to a preset sequence so that the communication module to be tested returns AT least one piece of test data according to the AT instruction;
in this embodiment, the window application of the automated testing system implements communication between a PC (personal computer) and a communication module through a serial interface module, and sequentially sends AT instructions to the communication module according to a preset sequence.
It should be noted that, the automated testing system sends each AT instruction to the communication module to be tested in sequence according to the order of adding the test cases in the testing system.
Step 103, receiving at least one test data;
and 104, matching each test data with preset test data in the corresponding test case to output a test result.
In this embodiment, the automated testing system matches each piece of test data returned by the received communication module to be tested with preset test data in a corresponding test case by using a regular expression, so as to output a test result.
In this embodiment, the preset test data is an expected result, and the preset test data is set according to an actual situation, which is not specifically limited herein.
In the embodiment, each AT instruction in the obtained test case is sequentially sent to the communication module to be tested according to a preset sequence; receiving at least one piece of test data returned by the communication module to be tested; and matching each test data with preset test data in the corresponding test case to output a test result. The automatic test of the communication module is realized, and the test efficiency of the communication module is improved.
Example 2
The test method of the communication module of the present embodiment is a further improvement of embodiment 1, and specifically:
prior to step 101, as shown in fig. 2, the testing method further comprises:
step 100, at least one test case is created, wherein each test case corresponds to a corresponding function of the communication module to be tested.
In this embodiment, the test case is written in a table form of an excel file according to the function of the communication module, and the test case in the excel file should include: three contents of test points, operation steps and preset test data. The test point is convenient for a tester to rapidly perfect a test case in a business process; each row in the operation steps corresponds to an AT instruction (that is, the test case in the excel file includes the AT instruction), and is used for the automatic test system to input data to the communication module to be tested, and the preset test data (that is, the expected result) is a standard for the automatic test system to acquire and compare the data of the communication module to be tested.
It should be noted that different functions of the communication module to be tested correspond to different test cases.
In an implementation scenario, after step 104, as shown in fig. 3, the testing method further includes:
and 105, if the number of the test cases is judged not to be equal to zero, continuing to send the AT instructions of the rest test cases to the communication module to be tested until the number of the test cases is equal to zero, and ending the test.
In one possible implementation, as shown in fig. 4, step 104 includes:
step 1041, if each test data is successfully matched with the preset test data in the corresponding test case, recording the test result as the test success; if the matching fails within the preset time, recording the test result as test failure;
in this embodiment, the preset time is set according to an actual situation, and is not specifically limited herein.
Step 1042, counting the test results of the test success and/or test failure into an excel file;
and 1043, outputting an excel file, wherein the excel file comprises pie charts of different test results, percentages of the different test results, AT instructions of test cases corresponding to test failures, preset test data and test data.
In this embodiment, the automatic test system displays the test result into pie charts with different names according to different excel files, displays the test success (i.e., PASS) and the test failure (i.e., FAIL) of the test result in percentage, and lists the operation steps (i.e., AT instructions), the preset test data (i.e., expected results) and the test data (i.e., actual test data) of the test failure (i.e., FAIL) items in parallel, so as to quickly find out the error position of the communication module, and timely process the erroneous communication module, thereby ensuring the normal communication of the communication module.
In this embodiment, the automated testing system cyclically reads the content of the test case, transmits the AT instruction in the test case to the communication module to be tested, cyclically reads AT least one piece of test data returned by the communication module to be tested, matches each piece of test data with the preset test data in the corresponding test case, outputs the test result of success or failure of the test if the matching information is correct or the preset test data is not matched within a preset time, then judges whether the test is finished, and inputs the next AT instruction if the test is not finished (specifically, if the number of the test cases is judged to be not equal to zero, the AT instructions of the remaining test cases are continuously sent to the communication module to be tested until the number of the test cases is equal to zero, the test is finished), and finally outputs the excel file containing the test result. The test case is repeatedly executed by the automatic test system to automatically test the communication module, the test case can be comprehensively covered in a short test period, the test efficiency is improved, and the manual test cost and errors are reduced.
Example 3
As shown in fig. 5, the test system of a communication module provided in this embodiment includes an obtaining module 1, a first sending module 2, a receiving module 3, and a matching module 4;
the test system comprises an acquisition module 1, a test module and a test module, wherein the acquisition module is used for acquiring AT least one test case, and each test case comprises an AT instruction and preset test data;
in this embodiment, when testing a communication module to be tested, an automated testing system for the communication module is created first, and specifically, a wx module based on python is used to create a window application of the automated testing system, which needs to include structures such as a serial port number, a baud rate, and a case list. In the testing process, the automatic testing system uses the xlrd module to automatically acquire at least one test case.
It should be noted that the communication module may be a global system for mobile module, or a wireless communication module; or 3G (third generation mobile communication module); or 4G (fourth generation mobile communication module); or 5G (fifth generation mobile communication module).
The first sending module 2 is used for sending each AT instruction to the communication module to be tested in sequence according to a preset sequence so that the communication module to be tested returns AT least one piece of test data according to the AT instruction;
in this embodiment, the window application of the automated testing system implements communication between the PC and the communication module through the serial module, and sequentially sends the AT instructions to the communication module according to a preset sequence.
It should be noted that, the automated testing system sends each AT instruction to the communication module to be tested in sequence according to the order of adding the test cases in the testing system.
A receiving module 3, configured to receive at least one test data;
and the matching module 4 is used for matching each test data with preset test data in the corresponding test case so as to output a test result.
In this embodiment, the automated testing system matches each piece of test data returned by the received communication module to be tested with preset test data in a corresponding test case by using a regular expression, so as to output a test result.
In this embodiment, the preset test data is an expected result, and the preset test data is set according to an actual situation, which is not specifically limited herein.
In the embodiment, each AT instruction in the obtained test case is sequentially sent to the communication module to be tested according to a preset sequence; receiving at least one piece of test data returned by the communication module to be tested; and matching each test data with preset test data in the corresponding test case to output a test result. The automatic test of the communication module is realized, and the test efficiency of the communication module is improved.
Example 4
The test system of the communication module of the present embodiment is a further improvement of embodiment 3, specifically: as shown in fig. 6, the test system further includes a creation module 5;
and the creating module 5 is used for creating at least one test case, and each test case corresponds to the corresponding function of the communication module to be tested.
In this embodiment, the test case is written in a table form of an excel file according to the function of the communication module, and the test case in the excel file should include: three contents of test points, operation steps and preset test data. The test point is convenient for a tester to rapidly perfect a test case in a business process; each row in the operation steps corresponds to an AT instruction (that is, the test case in the excel file includes the AT instruction), and is used for the automatic test system to input data to the communication module to be tested, and the preset test data (that is, the expected result) is a standard for the automatic test system to acquire and compare the data of the communication module to be tested.
It should be noted that different functions of the communication module to be tested correspond to different test cases.
In an implementable scenario, as shown in fig. 6, the test system further comprises a second sending module 6;
and the second sending module 6 is configured to, if it is determined that the number of the test cases is not equal to zero, continue to send the remaining AT instructions of the test cases to the communication module to be tested until the number of the test cases is equal to zero, and then end the test.
In an implementable scenario, as shown in fig. 6, the matching module 4 comprises a recording unit 41, a statistics unit 42 and an output unit 43;
the recording unit 41 is configured to record a test result as a test success if each test data is successfully matched with preset test data in a corresponding test case; if the matching fails within the preset time, recording the test result as test failure;
in this embodiment, the preset time is set according to an actual situation, and is not specifically limited herein.
The statistical unit 42 is used for counting the test results of the test success and/or the test failure into an excel file;
the output unit 43 is configured to output an excel file, where the excel file includes pie charts of different test results, percentages of the different test results, and AT instructions, preset test data, and test data of test cases corresponding to the test failure.
In this embodiment, the automatic test system displays the test result into pie charts with different names according to different excel files, displays the test success (i.e., PASS) and the test failure (i.e., FAIL) of the test result in percentage, and lists the operation steps (i.e., AT instructions), the preset test data (i.e., expected results) and the test data (i.e., actual test data) of the test failure (i.e., FAIL) items in parallel, so as to quickly find out the error position of the communication module, and timely process the erroneous communication module, thereby ensuring the normal communication of the communication module.
In this embodiment, the automated testing system cyclically reads the content of the test case, transmits the AT instruction in the test case to the communication module to be tested, cyclically reads AT least one piece of test data returned by the communication module to be tested, matches each piece of test data with the preset test data in the corresponding test case, outputs the test result of success or failure of the test if the matching information is correct or the preset test data is not matched within a preset time, then judges whether the test is finished, and inputs the next AT instruction if the test is not finished (specifically, if the number of the test cases is judged to be not equal to zero, the AT instructions of the remaining test cases are continuously sent to the communication module to be tested until the number of the test cases is equal to zero, the test is finished), and finally outputs the excel file containing the test result. The test case is repeatedly executed by the automatic test system to automatically test the communication module, the test case can be comprehensively covered in a short test period, the test efficiency is improved, and the manual test cost and errors are reduced.
Example 5
Fig. 7 is a schematic structural diagram of an electronic device according to embodiment 5 of the present invention. The electronic device comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, and the processor executes the program to realize the testing method of the communication module in any one of the embodiments 1 or 2. The electronic device 30 shown in fig. 7 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiment of the present invention.
As shown in fig. 7, the electronic device 30 may be embodied in the form of a general purpose computing device, which may be, for example, a server device. The components of the electronic device 30 may include, but are not limited to: the at least one processor 31, the at least one memory 32, and a bus 33 connecting the various system components (including the memory 32 and the processor 31).
The bus 33 includes a data bus, an address bus, and a control bus.
The memory 32 may include volatile memory, such as Random Access Memory (RAM)321 and/or cache memory 322, and may further include Read Only Memory (ROM) 323.
Memory 32 may also include a program/utility 325 having a set (at least one) of program modules 324, such program modules 324 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
The processor 31 executes various functional applications and data processing, such as a test method of a communication module in any one of embodiments 1 or 2 of the present invention, by executing the computer program stored in the memory 32.
The electronic device 30 may also communicate with one or more external devices 34 (e.g., keyboard, pointing device, etc.). Such communication may be through input/output (I/O) interfaces 35. Also, model-generating device 30 may also communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via network adapter 36. As shown in FIG. 7, network adapter 36 communicates with the other modules of model-generating device 30 via bus 33. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the model-generating device 30, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID (disk array) systems, tape drives, and data backup storage systems, etc.
In addition, the electronic device may also be implemented in the form of an electronic chip, on which a memory, processor-related electronic components, and an operating program stored on the memory and executable on the processor are provided.
It should be noted that although in the above detailed description several units/modules or sub-units/modules of the electronic device are mentioned, such a division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the units/modules described above may be embodied in one unit/module according to embodiments of the invention. Conversely, the features and functions of one unit/module described above may be further divided into embodiments by a plurality of units/modules.
Example 6
The present embodiment provides a computer-readable storage medium on which a computer program is stored, the program implementing a method of testing a communication module in any one of embodiments 1 or 2 when executed by a processor.
More specific examples, among others, that the readable storage medium may employ may include, but are not limited to: a portable disk, a hard disk, random access memory, read only memory, erasable programmable read only memory, optical storage device, magnetic storage device, or any suitable combination of the foregoing.
In a possible implementation, the invention may also be implemented in the form of a program product comprising program code for causing a terminal device to perform a test method for implementing the communication module in any of embodiments 1 or 2, when the program product is run on the terminal device.
Where program code for carrying out the invention is written in any combination of one or more programming languages, the program code may execute entirely on the user device, partly on the user device, as a stand-alone software package, partly on the user device and partly on a remote device or entirely on the remote device.
While specific embodiments of the invention have been described above, it will be appreciated by those skilled in the art that this is by way of example only, and that the scope of the invention is defined by the appended claims. Various changes and modifications to these embodiments may be made by those skilled in the art without departing from the spirit and scope of the invention, and these changes and modifications are within the scope of the invention.

Claims (10)

1. A method for testing a communication module, the method comprising:
obtaining AT least one test case, wherein each test case comprises an AT instruction and preset test data;
sequentially sending each AT instruction to a communication module to be tested so that the communication module to be tested returns AT least one piece of test data according to the AT instruction;
receiving at least one of said test data;
and matching each test data with the preset test data in the corresponding test case to output a test result.
2. The method for testing a communication module of claim 1, wherein prior to the step of obtaining at least one test case, the method for testing further comprises:
and creating at least one test case, wherein each test case corresponds to the corresponding function of the communication module to be tested.
3. The method for testing a communication module according to claim 1, wherein after the step of matching each of the test data with the preset test data in the corresponding test case to output a test result, the method further comprises:
and if the number of the test cases is judged not to be equal to zero, continuing to send the rest AT instructions of the test cases to the communication module to be tested until the number of the test cases is equal to zero, and ending the test.
4. The method for testing a communication module according to claim 1, wherein the step of matching each of the test data with the preset test data in the corresponding test case to output a test result comprises:
if each test data is successfully matched with the preset test data in the corresponding test case, recording the test result as successful test; if the matching fails within the preset time, recording the test result as test failure;
counting the test results of the test success and/or the test failure into an excel file;
and outputting the excel file, wherein the excel file comprises pie charts of different test results, percentages of the different test results, AT instructions of test cases corresponding to the test failures, preset test data and test data.
5. The test system of the communication module is characterized by comprising an acquisition module, a first sending module, a receiving module and a matching module;
the acquisition module is used for acquiring AT least one test case, and each test case comprises an AT instruction and preset test data;
the first sending module is used for sending each AT instruction to a communication module to be tested in sequence so as to enable the communication module to be tested to return AT least one piece of test data according to the AT instruction;
the receiving module is used for receiving at least one piece of test data;
the matching module is used for matching each test data with the preset test data in the corresponding test case so as to output a test result.
6. The test system for a communication module of claim 5, wherein the test system further comprises a creation module;
the creating module is used for creating at least one test case, and each test case corresponds to the corresponding function of the communication module to be tested.
7. The test system for a communication module of claim 5, wherein the test system further comprises a second sending module;
and the second sending module is used for continuing sending the rest AT instructions of the test cases to the communication module to be tested if the number of the test cases is judged not to be equal to zero, and ending the test until the number of the test cases is equal to zero.
8. The test system for a communication module according to claim 5, wherein the matching module includes a recording unit, a statistical unit, and an output unit;
the recording unit is used for recording the test result as successful test if each test data is successfully matched with the preset test data in the corresponding test case; if the matching fails within the preset time, recording the test result as test failure;
the statistical unit is used for counting the test results of the test success and/or the test failure into an excel file;
the output unit is used for outputting the excel file, and the excel file comprises pie charts of different test results, percentages of the different test results, AT instructions of test cases corresponding to the test failures, preset test data and test data.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of testing a communication module according to any of claims 1-4 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out a method for testing a communication module according to any one of claims 1 to 4.
CN202111327481.3A 2021-11-10 2021-11-10 Test method, system, equipment and storage medium of communication module Pending CN114124750A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111327481.3A CN114124750A (en) 2021-11-10 2021-11-10 Test method, system, equipment and storage medium of communication module

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111327481.3A CN114124750A (en) 2021-11-10 2021-11-10 Test method, system, equipment and storage medium of communication module

Publications (1)

Publication Number Publication Date
CN114124750A true CN114124750A (en) 2022-03-01

Family

ID=80378136

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111327481.3A Pending CN114124750A (en) 2021-11-10 2021-11-10 Test method, system, equipment and storage medium of communication module

Country Status (1)

Country Link
CN (1) CN114124750A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116112911A (en) * 2023-02-10 2023-05-12 迈普通信技术股份有限公司 AT instruction processing method, device, terminal equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102215501A (en) * 2010-04-09 2011-10-12 希姆通信息技术(上海)有限公司 Method for realizing automated testing of AT (Automated Testing) command of wireless module
CN113238930A (en) * 2021-04-26 2021-08-10 南方电网电力科技股份有限公司 Software system testing method and device, terminal equipment and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102215501A (en) * 2010-04-09 2011-10-12 希姆通信息技术(上海)有限公司 Method for realizing automated testing of AT (Automated Testing) command of wireless module
CN113238930A (en) * 2021-04-26 2021-08-10 南方电网电力科技股份有限公司 Software system testing method and device, terminal equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116112911A (en) * 2023-02-10 2023-05-12 迈普通信技术股份有限公司 AT instruction processing method, device, terminal equipment and storage medium

Similar Documents

Publication Publication Date Title
US9569325B2 (en) Method and system for automated test and result comparison
US20120331449A1 (en) Device, method and computer program product for evaluating a debugger script
CN103678116A (en) Method and system for facilitating automated program testing
CN111814354B (en) Simulation test method, system, medium and electronic device for instrument performance
CN110928796B (en) Automatic test platform
CN111104155A (en) Database script management platform and method, electronic equipment and storage medium
CN111462811A (en) Automatic testing method and device, storage medium and electronic equipment
CN110769002A (en) LabVIEW-based message analysis method, system, electronic device and medium
US9612944B2 (en) Method and system for verifying scenario based test selection, execution and reporting
CN114124750A (en) Test method, system, equipment and storage medium of communication module
CN114117973A (en) Logic synthesis method, device and storage medium
CN112216340A (en) Hard disk test method and device, storage medium and electronic equipment
CN111459814A (en) Automatic test case generation method and device and electronic equipment
CN116149901A (en) Data verification test method and device and computer readable storage medium
CN115587055A (en) Bus transmission method, system, device and storage medium
CN112445670B (en) eMMC test method and device
CN114780420A (en) Method, device, equipment and storage medium for automatic test based on test case
CN110335637B (en) Method and device for testing storage equipment and equipment
CN113360388A (en) Method for integrally managing test process of unmanned aerial vehicle ground station software
CN113760696A (en) Program problem positioning method and device, electronic equipment and storage medium
CN112328473A (en) Code automation integration test method and device and electronic equipment
CN111767222A (en) Data model verification method and device, electronic equipment and storage medium
US11762727B2 (en) Information processing apparatus and method of monitoring operation
RU2817186C1 (en) System for confirming tests and testing embedded software of electronic devices
US20080256229A1 (en) Detecting Machine Utilization Activity

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20220301