CN111130927B - Method for automatically realizing service test of network layer communication terminal equipment - Google Patents

Method for automatically realizing service test of network layer communication terminal equipment Download PDF

Info

Publication number
CN111130927B
CN111130927B CN201911224372.1A CN201911224372A CN111130927B CN 111130927 B CN111130927 B CN 111130927B CN 201911224372 A CN201911224372 A CN 201911224372A CN 111130927 B CN111130927 B CN 111130927B
Authority
CN
China
Prior art keywords
test
layer
communication terminal
equipment
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
CN201911224372.1A
Other languages
Chinese (zh)
Other versions
CN111130927A (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.)
CETC 30 Research Institute
Original Assignee
CETC 30 Research Institute
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 CETC 30 Research Institute filed Critical CETC 30 Research Institute
Priority to CN201911224372.1A priority Critical patent/CN111130927B/en
Publication of CN111130927A publication Critical patent/CN111130927A/en
Application granted granted Critical
Publication of CN111130927B publication Critical patent/CN111130927B/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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/06Generation of reports
    • H04L43/062Generation of reports related to network traffic

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a method for automatically realizing service test of network layer communication terminal equipment, which hierarchically constructs automatic test execution and tested equipment hardware and is divided into an equipment layer, an equipment control layer, a test execution layer and a test management layer. The invention has the positive effects that: the hierarchical framework is adopted, no matter which hierarchy is changed, only the function or interface of the hierarchy needs to be modified, and the functions or logics of other hierarchies are not influenced; the tested communication terminal equipment is abstracted into logic equipment through the equipment control layer, so that the dependence on the communication terminal equipment hardware in the test process is reduced; the parameter configuration of the communication terminal equipment is controlled in a software automation mode, so that the problems of long time consumption and more repeated work of manual execution are solved; data streams of different user scenes can be virtualized in a software automation mode, and the service test coverage is improved; the state information of each test device in the current test environment can be inquired and fed back, the reliability of the test result is improved, and the time cost for searching the problem in the later stage is reduced.

Description

Method for automatically realizing service test of network layer communication terminal equipment
Technical Field
The invention relates to a method for automatically realizing service test of network layer communication terminal equipment.
Background
At present, in a service test process of a communication terminal device of a TCP/IP protocol communication network layer, parameter configuration, modification and deletion operations need to be performed on the communication terminal device, the device needs to be placed in different communication environments, so that a large amount of time needs to be consumed to configure the device and the environment in the test process, and the environment cannot be effectively managed. In the service test, the virtual users in the network protection network of the network communication terminal equipment also need to be manually configured and modified to simulate various services of the users. The test efficiency is low due to the combination of the reasons.
On one hand, the existing automatic test method cannot provide a private protocol data exchange interface with communication terminal equipment and cannot complete the operation of adding, deleting and changing parameters of the communication terminal equipment; on the other hand, the state perception of the test environment of the communication terminal equipment cannot be carried out, and once the environment is wrong in the test process, the fault point cannot be judged, so that a tester needs to spend a large amount of time to eliminate the test error caused by external factors; on the other hand, the network data stream simulating different application scenes of the user cannot be automatically generated.
Disclosure of Invention
In order to overcome the defects in the prior art, the invention provides an automatic implementation method for service test of network layer communication terminal equipment. Aiming at the application scene of the automatic test of the network layer communication terminal equipment, the method of the invention realizes the automatic test of the communication terminal equipment service, and mainly solves the technical problems as follows:
(1) calling a communication terminal equipment management system by simulating a real user mode under the existing condition, and completing the operations of adding, deleting and changing parameters of the communication terminal equipment by utilizing a background private protocol packing and analyzing service link of the management system;
(2) the automatic test method senses the test environment state of the network communication terminal equipment, automatically judges the network environment state after the case execution fails, and ensures the reliability of the case execution result;
(3) the method calls a data stream generator software interface to automatically generate network data streams simulating different application scenes of a user.
The technical scheme adopted by the invention for solving the technical problems is as follows: an automatic realization method for network layer communication terminal equipment service test is provided, which hierarchically constructs automatic test execution and tested equipment hardware, and comprises an equipment layer, an equipment control layer, a test execution layer and a test management layer, wherein:
the equipment layer mainly provides a test equipment test hardware environment, a hardware interface and hardware for producing data flow;
the device control layer abstracts the device layer and the environment into a logic software environment, provides a control lower-layer device and an environment state perception interface for an upper-layer test script, and calls a communication terminal device management system interface at the control layer;
the test execution layer mainly comprises test script execution, test case reading and analysis, interface configuration such as equipment control layer communication terminal equipment, flow generator configuration, test environment information acquisition, communication terminal equipment log information acquisition and the like is called for parameter configuration, and execution information reported by the equipment control layer is received and stored;
the test management layer mainly comprises test task configuration, test task/script calling execution, processing abnormity generated in the test execution process and generating a test report.
Compared with the prior art, the invention has the following positive effects:
(1) the hierarchical framework is adopted, no matter which hierarchy is changed, only the function or interface of the hierarchy needs to be modified, and the functions or logics of other hierarchies are not influenced;
(2) the tested communication terminal equipment is abstracted into logic equipment through the equipment control layer, so that the dependence on the communication terminal equipment hardware in the test process is reduced;
(3) the parameter configuration of the communication terminal equipment is controlled in a software automation mode, so that the problems of long time consumption and more repeated work of manual execution are solved;
(4) data streams of different user scenes can be virtualized in a software automation mode, and the service test coverage is improved;
(5) the state information of each test device in the current test environment can be inquired and fed back, the reliability of the test result is improved, and the time cost for searching the problem in the later stage is reduced.
Drawings
The invention will now be described, by way of example, with reference to the accompanying drawings, in which:
fig. 1 is an overall architecture of a network layer communication terminal device service test automation method;
fig. 2 is an application model of an automation method for testing a service of a network layer communication terminal device.
Detailed Description
The invention provides a method for automatically testing the service of network communication terminal equipment, which constructs the automatic test of the network communication terminal equipment in a layering way and comprises an equipment layer, an equipment control layer, an automatic test execution layer and a test management layer. The overall frame is shown in fig. 1.
(1) Device layer
And the equipment layer is mainly used for providing a test equipment test hardware environment, a hardware interface and hardware for producing data flow. The test equipment model and the test hardware environment are solidified to form a test tool, and the data stream generating device is connected into the test tool to form a complete physical test environment with the communication terminal equipment.
The device layer consists of physical devices and comprises the communication terminal device of the network layer to be tested; solidified three-layer IP switching network-refers to different data communication networks built by data communication equipment including switches/routers; a data stream generating device. Hardware on the physical equipment is provided with a control interface, and the connection is established with equipment control layer software through a TCP protocol, so that the control of the equipment control layer on the physical equipment is realized.
After the tested communication terminal equipment is placed in a test environment, the upper layer application controls the data stream generator by calling a control interface provided by an equipment control layer to generate the data stream. The upper application configures the protocol analysis parameters related to the communication terminal equipment through the equipment control layer interface. After the configuration is completed, firstly, the data flow sends out an IP data packet from the network interface N through the data flow generator, secondly, the data packet carries out private protocol packaging processing through the network layer communication terminal equipment X, secondly, the packaged data is transmitted through a three-layer IP switching network in the environment, secondly, the communication terminal equipment Y receives the private protocol packet data, then analyzes the private protocol packet data, and returns the analyzed data to the data flow generator network interface M. And the data flow generator compares the data of the interface N and the interface M and feeds back the comparison result to the interface of the equipment control layer.
(2) Device control layer
And the device control layer abstracts the physical layer devices and the environment into a logical software environment, namely a device control layer, provides a lower-layer control device and an environmental state perception interface for the upper-layer test script, and calls a communication terminal device management system interface at the control layer. The device control layer realizes the parameter control of the communication terminal device through the management interface of the communication terminal device. The state of the network environment is inquired by sending a network inquiry command through TCP connection, and the inquired data is reported to a test execution layer, so that the state perception of the test environment is realized.
The device control layer virtualizes the hardware device of the communication terminal device into a software device, and provides a parameter configuration interface of the communication terminal device for the upper test script, wherein the interface function mainly comprises a device network parameter configuration function, a private protocol mode configuration function, a device log query, a device rule query, a parameter configuration protocol packing or parsing and the like. And connecting the lower layer equipment with the equipment through TCP or UDP, synchronizing the network parameters or the working mode to the communication terminal equipment through a parameter configuration/query protocol, receiving a synchronization result returned by the communication terminal equipment, and feeding the result back to the test execution layer test script.
The test execution layer transfers the network parameter data to be configured to the communication terminal equipment to the equipment control layer by calling the equipment control layer network parameter configuration function interface and the mode configuration function, the equipment control layer automatically establishes connection with the physical equipment of the equipment layer, synchronizes the data to the communication terminal equipment of the physical layer through a data synchronization protocol, and returns the synchronized data result to the test execution layer.
The device control layer virtualizes the fixed three-layer IP switching network environment into a software environment. Logging on a route switching device in the network environment through the SSH, and executing the relevant configuration command. The method mainly comprises the functions of equipment configuration information query, network reachability query and the like. Such as an executable network check command, such as a Ping command.
When the test execution layer executes and calls the data stream generated by the data stream generator to generate errors, such as data stream failure and data stream packet loss, the test execution layer can inquire the configuration information of the routing switching equipment in the network environment by calling the equipment control layer interface, execute operations such as a network diagnosis command and feed back an execution result to the test execution layer, so that a tester can analyze the reason of the test execution failure and conveniently eliminate the test execution failure caused by environmental factors.
When the test execution layer test script fails to execute, a log query interface of the communication terminal equipment can be called through the equipment control layer, the log query interface automatically establishes connection with the tested communication terminal equipment, the log query interface sends a parameter configuration/query protocol synchronous command to the tested communication terminal equipment, the communication terminal equipment reports log information to the equipment control layer, data are returned to the test execution layer through the log query interface, and the test script records the log information of the tested communication terminal equipment when the test execution layer fails, so that a tester can analyze test problems conveniently.
The device control layer abstracts the data stream generator hardware device into a software device, establishes connection with the data stream generator through a TCP mode, and calls a software interface provided by the data stream generator to realize the functions of occupying a network port of the data stream generator, starting/suspending data stream, acquiring statistical information of the data stream, configuring parameters of the data stream including data stream protocol, sending data stream rate, data stream number, configuring virtual equipment of the data stream and the like.
The test execution layer transfers the data to be configured to the software interface by calling the software interface provided by the stream generator, and the software interface establishes a TCP connection with the stream generator and sends the data to the data stream generator through the connection. The method comprises the following operation steps: calling a software interface to occupy a data stream sending and receiving port; configuring data flow parameters; starting to transmit/receive a data stream; and reading the statistical data.
(3) Test execution layer
And in the test execution layer, testers modify the automatic test script of the test execution layer, write in different communication terminal equipment data and operation contents, call test control layer data through the automatic test script after the communication terminal equipment is required to be simulated to protect the contents such as user service data streams and the like, and complete the operation of the physical layer tested equipment, the test environment and the data stream generator.
The test execution layer mainly comprises test script execution, test case reading and analysis, interface configuration such as equipment control layer communication terminal equipment, flow generator configuration, test environment information acquisition, communication terminal equipment log information acquisition and the like is called to carry out parameter configuration, and execution information reported by the equipment control layer is received and stored.
The control process comprises the following steps: s1 reads the test case stored by the test execution machine.
S2, generating parameter configuration information of the communication terminal device according to the test case.
S3 calls the parameters issued by the device control layer communication terminal device control software interface, and judges whether the case execution succeeds or not according to the issued return result, if the case execution succeeds, the case execution continues, if the case execution fails, the device control layer software interface is called to obtain the test environment information and the communication terminal device log, and the information is reported to the test management layer.
And S4, if the configuration is successful, continuing to execute the calling of the flow generator configuration interface according to the flow generator configuration generated by the test case, if the configuration is failed, reporting the failure information to the test management layer, and if the configuration is successful, circularly acquiring the flow generator data flow statistical information and comparing and reporting the statistical information.
S5 judges statistical information: if the statistical information is abnormal, the case is failed to be executed, the device control layer interface is called to acquire the log information of the communication terminal device and report the log information and the execution failure information to the test management layer.
(4) Test management layer
And the test management layer calls the automatic script of the editing test execution layer to execute the test task and return the execution test result, and records the test process log.
The test management layer is a man-machine interface for the operation of a tester, and mainly comprises test task configuration, test task/script calling execution, processing the abnormity generated in the test execution process and generating a test report.
The test task configuration is to configure a test task through a human-computer interface of a test management layer, wherein the test task comprises functions of configuring a test case/script to be executed, executing a path, pausing/starting the test task, adding/modifying/deleting the test task and the like.
The test execution exception handling is mainly used for monitoring the test task execution process, detecting the test task execution condition, storing an execution log in the test process, and judging whether the test execution process is halted to play a role of a watchdog.
The log records and saves the test script reported by the test execution layer and calls the equipment control interface to execute a return result; storing a working log of the tested communication terminal equipment obtained by calling an equipment control layer interface in the case execution process; and storing the query and the configuration information in the network environment where the test equipment is located.
And generating a test report according to the execution result of each test case returned by the test report test script. The test report content comprises a case execution result reported by the test execution layer; and the incidence relation between the log generated in the case execution process and the case is generated, so that the test personnel can conveniently inquire the execution result information.
The technical core of the invention is that the automatic test execution and the hardware of the tested equipment can be separated to the utmost extent by using the automatic test method, and the dependence on the hardware equipment in the test process is reduced, thereby realizing the automatic test of the network communication terminal equipment. The equipment control is realized by calling a control interface provided by an equipment control layer for the network communication terminal equipment in a test execution layer; virtualizing different user scene data streams by calling a stream generator control interface; and the current execution environment information is inquired by calling an environment state inquiry interface, so that the execution failure caused by the environment is eliminated. The application model of the automated testing method is shown in fig. 2.

Claims (9)

1. An automatic realization method for service test of network layer communication terminal equipment is characterized in that: the automatic test execution and the hardware of the tested equipment are constructed in a layering way and divided into an equipment layer, an equipment control layer, a test execution layer and a test management layer, wherein:
the equipment layer mainly provides a test equipment test hardware environment, a hardware interface and hardware for producing data flow;
the device control layer abstracts the device layer and the environment into a logic software environment, provides a control lower-layer device and an environment state perception interface for an upper-layer test script, and calls a communication terminal device management system interface at the device control layer;
the test execution layer mainly comprises test script execution, test case reading and analysis, interface configuration such as equipment control layer communication terminal equipment, flow generator configuration, test environment information acquisition, communication terminal equipment log information acquisition and the like is called for parameter configuration, and execution information reported by the equipment control layer is received and stored;
the test management layer mainly comprises test task configuration, test task/script calling execution, processing abnormity generated in the test execution process and generating a test report.
2. The method for automatically implementing service test of network layer communication terminal equipment according to claim 1, wherein: the device layer is composed of physical devices and comprises communication terminal devices, a solidified three-layer IP switching network and a stream generator, wherein hardware on the physical devices is provided with control interfaces and is connected with device control layer software through a TCP protocol.
3. The method for automatically implementing service test of network layer communication terminal equipment according to claim 2, characterized in that: the device control layer virtualizes hardware devices of the communication terminal devices into software devices, provides a parameter configuration interface of the communication terminal devices for an upper layer test script, connects devices to a lower layer device through TCP or UDP, synchronizes network parameters or working modes to the communication terminal devices through a parameter configuration/query protocol, receives a synchronization result returned by the communication terminal devices, and feeds the result back to the test execution layer test script; the test execution layer transfers network parameter data to be configured to the communication terminal equipment to the equipment control layer by calling the equipment control layer parameter configuration interface and the mode configuration function, the equipment control layer automatically establishes connection with the physical equipment of the equipment layer, synchronizes the data to the communication terminal equipment of the physical layer through a data synchronization protocol, and returns the synchronized data result to the test execution layer.
4. The method for realizing the service test automation of the network layer communication terminal equipment according to the claim 3, characterized in that: the communication terminal equipment parameter configuration interface function mainly comprises an equipment network parameter configuration function, a working mode configuration function, equipment log inquiry, equipment rule inquiry and parameter configuration protocol packing or analysis.
5. The method for automatically implementing service test of network layer communication terminal equipment according to claim 2, characterized in that: the device control layer virtualizes the solidified three-layer IP switching network environment into a software environment, logs in a route switching device in the network environment through SSH, and executes a related configuration command; when the test execution layer executes the data stream generated by calling the stream generator and has errors, inquiring the configuration information of the routing switching equipment in the network environment through calling the equipment control layer interface, executing the network diagnosis command operation and feeding back the execution result to the test execution layer; when the test execution layer test script fails to execute, a log query interface is called through the equipment control layer and automatically connected with the tested communication terminal equipment, the log query interface sends a parameter configuration/query protocol synchronous command to the tested communication terminal equipment, the communication terminal equipment reports log information to the equipment control layer, data is returned to the test execution layer through the log query interface, and the test script records the log information of the tested communication terminal equipment when the test execution layer test script fails to execute.
6. The method for automatically implementing service test of network layer communication terminal equipment according to claim 2, characterized in that: the device control layer abstracts the stream generator into software equipment, establishes connection with the stream generator in a TCP mode, and realizes the functions of occupying a network port of the stream generator, starting/suspending data stream, acquiring statistical information of the data stream and configuring parameters of the data stream by calling a software interface provided by the stream generator; the test execution layer transfers the data to be configured to the software interface by calling the software interface provided by the stream generator, and the software interface establishes a TCP connection with the stream generator and sends the data to the stream generator through the connection.
7. The method for realizing the service test automation of the network layer communication terminal equipment according to claim 6, characterized in that: the data stream parameter configuration comprises a data stream protocol, a sending data stream rate, the number of data stream pieces and data stream virtual equipment configuration.
8. The method for automatically implementing service test of network layer communication terminal equipment according to claim 1, wherein: the test control process of the test execution layer comprises the following steps:
s1, reading a test case stored by the test execution machine;
s2, generating parameter configuration information of the communication terminal equipment according to the test case;
s3, calling the device control layer communication terminal device control software interface to send down parameters, and judging whether the case execution is successful according to the sending back result: if the test environment information fails, calling a device control layer software interface to obtain test environment information and a communication terminal device log, and reporting the information to a test management layer; if so, continuing to execute S4;
s4, according to the flow generator configuration generated by the test case, executing and calling a flow generator configuration interface, and circularly acquiring flow generator data flow statistical information;
s5 judges whether the statistical information is abnormal: if the data is normal, reporting statistical information; if the log information is abnormal, the device control layer interface is called to acquire the log information of the communication terminal device and report the log information and the execution failure information to the test management layer.
9. The method for automatically implementing service test of network layer communication terminal equipment according to claim 1, wherein: the test task comprises configuring a test case/script to be executed, executing a path, pausing/starting the test task, and adding/modifying/deleting the test task; the test report content comprises a case execution result reported by the test execution layer, and a log generated in the case execution process and a case association relation.
CN201911224372.1A 2019-12-04 2019-12-04 Method for automatically realizing service test of network layer communication terminal equipment Active CN111130927B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911224372.1A CN111130927B (en) 2019-12-04 2019-12-04 Method for automatically realizing service test of network layer communication terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911224372.1A CN111130927B (en) 2019-12-04 2019-12-04 Method for automatically realizing service test of network layer communication terminal equipment

Publications (2)

Publication Number Publication Date
CN111130927A CN111130927A (en) 2020-05-08
CN111130927B true CN111130927B (en) 2021-12-17

Family

ID=70497412

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911224372.1A Active CN111130927B (en) 2019-12-04 2019-12-04 Method for automatically realizing service test of network layer communication terminal equipment

Country Status (1)

Country Link
CN (1) CN111130927B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112953776B (en) * 2021-03-01 2023-06-30 北京小米松果电子有限公司 Data verification method, device and storage medium
CN113064780B (en) * 2021-03-18 2022-08-30 深圳市吉祥腾达科技有限公司 Automatic test system and method based on router product
CN114095250B (en) * 2021-11-19 2023-12-01 成都卓源网络科技有限公司 Network security test analysis system

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008061340A1 (en) * 2006-11-21 2008-05-29 Etaliq Inc. Automated testing and control of networked devices
CN101247292A (en) * 2008-02-22 2008-08-20 中兴通讯股份有限公司 Test equipment and method based on universal test meter API
CN102377733A (en) * 2010-08-12 2012-03-14 盛科网络(苏州)有限公司 Automatic testing system of application layer protocol and automatic testing method thereof
EP2469416A1 (en) * 2010-12-21 2012-06-27 Robert Bosch GmbH Test bed for an AUTOSAR software component and method for checking an AUTOSAR software component
CN103645988A (en) * 2013-12-24 2014-03-19 哈尔滨工业大学 Universal distributed test system framework
CN103748562A (en) * 2010-12-23 2014-04-23 英特尔公司 Test, validation, and debug architecture
CN105577461A (en) * 2014-10-10 2016-05-11 北京风行在线技术有限公司 Multi-layer protocol automatic testing method, multi-layer protocol automatic testing device, and multi-layer protocol automatic testing system
CN106991053A (en) * 2017-04-06 2017-07-28 上海航天测控通信研究所 Implementation method based on satellite borne equipment ground test general-purpose platform software
CN107769836A (en) * 2017-09-13 2018-03-06 长光卫星技术有限公司 Satellite General automatic test platform and its data interactive method
CN108241582A (en) * 2018-01-12 2018-07-03 东华大学 A kind of software automated testing platform based on RabbitMQ message-oriented middlewares
CN109933522A (en) * 2019-01-25 2019-06-25 畅捷通信息技术股份有限公司 A kind of test method, test macro and storage medium automating use-case
CN110213121A (en) * 2019-04-28 2019-09-06 山石网科通信技术股份有限公司 Test platform, test method and the test device of virtual communication product
CN110247820A (en) * 2019-05-28 2019-09-17 北京星网锐捷网络技术有限公司 Automated testing method and device based on cloud computing open network operating system
CN110321281A (en) * 2019-05-24 2019-10-11 中国工程物理研究院计算机应用研究所 Web test platform and test method based on mixing automated test frame
CN110399299A (en) * 2019-07-17 2019-11-01 深圳证券交易所 The execution method of automated test frame and test case

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120253728A1 (en) * 2011-04-01 2012-10-04 Verizon Patent And Licensing Inc. Method and system for intelligent automated testing in a multi-vendor, multi-protocol heterogeneous environment
US9465726B2 (en) * 2013-06-05 2016-10-11 Vmware, Inc. Abstract layer for automatic user interface testing

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008061340A1 (en) * 2006-11-21 2008-05-29 Etaliq Inc. Automated testing and control of networked devices
CN101247292A (en) * 2008-02-22 2008-08-20 中兴通讯股份有限公司 Test equipment and method based on universal test meter API
CN102377733A (en) * 2010-08-12 2012-03-14 盛科网络(苏州)有限公司 Automatic testing system of application layer protocol and automatic testing method thereof
EP2469416A1 (en) * 2010-12-21 2012-06-27 Robert Bosch GmbH Test bed for an AUTOSAR software component and method for checking an AUTOSAR software component
CN103748562A (en) * 2010-12-23 2014-04-23 英特尔公司 Test, validation, and debug architecture
CN103645988A (en) * 2013-12-24 2014-03-19 哈尔滨工业大学 Universal distributed test system framework
CN105577461A (en) * 2014-10-10 2016-05-11 北京风行在线技术有限公司 Multi-layer protocol automatic testing method, multi-layer protocol automatic testing device, and multi-layer protocol automatic testing system
CN106991053A (en) * 2017-04-06 2017-07-28 上海航天测控通信研究所 Implementation method based on satellite borne equipment ground test general-purpose platform software
CN107769836A (en) * 2017-09-13 2018-03-06 长光卫星技术有限公司 Satellite General automatic test platform and its data interactive method
CN108241582A (en) * 2018-01-12 2018-07-03 东华大学 A kind of software automated testing platform based on RabbitMQ message-oriented middlewares
CN109933522A (en) * 2019-01-25 2019-06-25 畅捷通信息技术股份有限公司 A kind of test method, test macro and storage medium automating use-case
CN110213121A (en) * 2019-04-28 2019-09-06 山石网科通信技术股份有限公司 Test platform, test method and the test device of virtual communication product
CN110321281A (en) * 2019-05-24 2019-10-11 中国工程物理研究院计算机应用研究所 Web test platform and test method based on mixing automated test frame
CN110247820A (en) * 2019-05-28 2019-09-17 北京星网锐捷网络技术有限公司 Automated testing method and device based on cloud computing open network operating system
CN110399299A (en) * 2019-07-17 2019-11-01 深圳证券交易所 The execution method of automated test frame and test case

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
机载设备驱动软件自动化测试环境框架设计;高虎等;《计算机工程与设计》;20180416(第04期);全文 *
航天器数据管理系统软件的自动化测试系统设计;窦钠等;《航天器工程》;20180215(第01期);全文 *

Also Published As

Publication number Publication date
CN111130927A (en) 2020-05-08

Similar Documents

Publication Publication Date Title
CN111130927B (en) Method for automatically realizing service test of network layer communication terminal equipment
CN111800354B (en) Message processing method and device, message processing equipment and storage medium
CN103905237B (en) A kind of network management system and management method of switching network for communication
CN106411637A (en) Internet-of-things device scenario testing method
CN101114953A (en) Automatized test method for broadband accessing server
US11509704B1 (en) Product validation based on simulated enhanced calling or messaging communications services in telecommunications network
CN102355368A (en) Fault processing method of network equipment and system
CN111010298B (en) PON (passive optical network) network fault monitoring method and device
CN106776346B (en) Test method and device of CCMTS (China center testing System) equipment
Nelson et al. Simon: Scriptable interactive monitoring for SDNs
CN111142878A (en) SDN operation and maintenance method, device, equipment and readable storage medium
US11770323B2 (en) Unified interface and tracing tool for network function virtualization architecture
CN105391601B (en) A kind of performance test methods and system of Network Management Equipment
WO2017193763A1 (en) Testing method, apparatus and system
CN108833168B (en) Server cluster environment network system and stability detection method
US6697751B2 (en) Apparatus for assessing communication equipment
CN107094091A (en) A kind of intelligent substation station level network configuration method of calibration and system
WO2001041365A1 (en) Apparatus for simulating communication equipment
CN106850263B (en) Configuration error detection method, the device and system of forwarding device in a kind of standby plane
CN108650021B (en) Automatic dynamic rerouting testing method and system based on ASON
CN113612644B (en) Dynamic simulation method and system for network element of transmission network
CN111431739B (en) QualNet-oriented dynamic fault setting method for simulation communication network
Baiquan Design of platform for performance testing based on JADE
US20170366391A1 (en) Network Event Locus Descriptor
CN110798384B (en) Protocol simulation test system and method based on protocol layering

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