CN105117344B - A kind of Interface integration method of testing and system based on PB - Google Patents

A kind of Interface integration method of testing and system based on PB Download PDF

Info

Publication number
CN105117344B
CN105117344B CN201510600648.7A CN201510600648A CN105117344B CN 105117344 B CN105117344 B CN 105117344B CN 201510600648 A CN201510600648 A CN 201510600648A CN 105117344 B CN105117344 B CN 105117344B
Authority
CN
China
Prior art keywords
test
tested
data
case
module
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
CN201510600648.7A
Other languages
Chinese (zh)
Other versions
CN105117344A (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.)
Storm Group Ltd By Share Ltd
Original Assignee
Storm Group Ltd By Share 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 Storm Group Ltd By Share Ltd filed Critical Storm Group Ltd By Share Ltd
Priority to CN201510600648.7A priority Critical patent/CN105117344B/en
Publication of CN105117344A publication Critical patent/CN105117344A/en
Application granted granted Critical
Publication of CN105117344B publication Critical patent/CN105117344B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

This application discloses a kind of Interface integration method of testing based on PB, including step:Start test system, read PB document of agreement;IP address of the test system according to where tested program, TCP Socket clients are created, establish and connect with tested program;According to xml read tests use-case and test data, test case order, test case set is generated;The TCP Socket data package sizes sent are set, TCP Socket packets simulation complex network is sent and is tested;Implementation of test cases;Obtain test result.Disclosed herein as well is a kind of Interface integration test system based on PB, including initialization module, connection scheduler module, test and management module and Log Report module.The test system of the application substitutes manual operations, and tested program is actively established and connected, the request of analog subscriber transmission interface, tests the normal logic function of tested program, and parsing of the tested program for communication bag under the conditions of different network speeds.

Description

A kind of Interface integration method of testing and system based on PB
Technical field
The present invention relates to software test field, specifically, be related to a kind of Interface integration method of testing based on PB and System.
Background technology
Protocol Buffers (hereinafter referred to as PB) are a kind of forms for data exchange that google is defined, it independently of Language, independently of platform.Because it is a kind of binary form, than carrying out the fast many of data exchange using xml.Can be it For the data communication between Distributed Application or the data exchange under isomerous environment.Many projects and product are all PB at present As data communication and the basic format of data exchange.
Google is when providing the definition of PB data formats, there has been provided PB serializing and unserializing square foundation Method.But following problem be present in the work of reality:
1) multiple interface requests are frequently necessary in practice and exchange that real business operation, tester could be completed once Can only hand simulation, can not realize automatic test and regression test, and manual test often can not docking port carry out it is complete Covering.
2) basic methods that Google is provided can only realize Data Serialization, and the networks of uncontrollable data is given out a contract for a project speed, Therefore can not parsing and verification rule of the tested program for communication bag in the case of real simulation complex network.
The content of the invention
The technical problems to be solved by the invention are according to testing requirement, once or repeatedly send request;Simulation is true Network sends request.
In order to solve the above technical problems, the invention provides a kind of Interface integration method of testing based on PB, including step:
Start test system, read PB document of agreement;
IP address of the test system according to where tested program, TCP Socket clients are created, established with tested program Connection;
According to xml read tests use-case and test data, test case order, test case set is generated;
The TCP Socket data package sizes sent are set, TCP Socket packets simulation complex network is sent and is surveyed Examination;
Implementation of test cases;
Obtain test result.
Preferably, the implementation of test cases, further for,
When test starts to perform, setting test interrupt condition, test is terminated when acquiescence occurs wrong.
Preferably, the implementation of test cases, further for,
In implementation of test cases set, if the test result of wherein one test case and test oracle result are inconsistent When, interrupt test set is performed to the test case set, is ignored and continues executing with next test case or repeats Previous step test case.
Preferably, the TCP Socket data package sizes that the setting is sent, it is multiple to send the simulation of TCP Socket packets Miscellaneous network is tested, further for,
The size of the test system setting Socket buffering areas, a data message is divided into according to the size of setting Multiple packets, are sent in batches, and analogue data subpackage is tested, or two or more data messages are merged into One packet is transmitted, and analogue data, which is tied up with, is tested.
Preferably, in addition to:According to test result, test report is generated, the test report, including:Test sequence number, survey Try out example title, testing procedure title, whether pass through test, exception record, testing time and test execution time.
Disclosed herein as well is a kind of Interface integration test system based on PB, including initialization module, connection scheduling mould Block, test and management module and Log Report module, wherein,
The initialization module, mutually coupled with the connection scheduler module, for completing the initialization and reading of test system Take PB agreements;
The connection scheduler module, is mutually coupled with the initialization module and test and management module, for according to quilt respectively IP address where ranging sequence, TCP Socket clients are created, establish and connect with tested program;
The test and management module, mutually coupled with the connection scheduler module and Log Report module respectively, for basis Xml read tests use-case and test data, test case order, generate test case set, are additionally operable to the TCP that setting is sent Socket data package sizes, send TCP Socket packets simulation complex network and tested, and implementation of test cases, will Test result notifies daily record reporting modules;
The Log Report module, mutually coupled with the test and management module, for according to test result, generation test report Accuse.
Preferably, the test and management module, further for when test starts to perform, setting test interrupt condition is silent Test is terminated when recognizing existing wrong.
Preferably, the test and management module, further in implementation of test cases set, if wherein one test When the test result of use-case and inconsistent test oracle result, interrupt test set is performed to the test case set, is ignored And continue executing with next test case or repeat previous step test case.
Preferably, the test and management module, it is further the size of setting Socket buffering areas, by a datagram Text according to the size of setting is divided into multiple packets, sends in batches, and analogue data subpackage is tested, or by two or two Data message more than individual is merged into a packet and is transmitted, and analogue data, which is tied up with, is tested.
Preferably, the test report of the Log Report module generation, including:Test sequence number, test case title, test Step title, whether pass through test, exception record, testing time and test execution time.
Compared with prior art, Interface integration method of testing and system of the present invention based on PB, have reached as follows Effect:
1) test system substitutes manual operations, and tested program actively establishes connection, the request of analog subscriber transmission interface, surveys Try the normal logic function of tested program, and parsing of the tested program for communication bag under the conditions of different network speeds.
2) according to PB document of agreement and the test case of XML format, it is automatically performed the integration testing work of interface;By setting The size of fixed network bag, test application program is in the case of complex network, the parsing of docking port data;
3) compared with manual test, can preferably detect the robustness of program, can test manual test can not cover Abnormal traffic situation;
4) automatic test can be realized, allows regression test more quick;
5) can complete long lasting for test, the fatigability and memory leak issue to program complete preferably detection.
Brief description of the drawings
Accompanying drawing described herein is used for providing a further understanding of the present invention, forms the part of the present invention, this hair Bright schematic description and description is used to explain the present invention, does not form inappropriate limitation of the present invention.In the accompanying drawings:
Fig. 1 is the Interface integration method of testing flow chart based on PB;
Fig. 2 is that client is connected flow chart with service end;
Fig. 3 is the Interface integration method of testing flow chart of embodiment 2;
Fig. 4 is the Interface integration test system structure figure based on PB.
Embodiment
Some vocabulary has such as been used to censure specific components among specification and claim.Those skilled in the art should It is understood that hardware manufacturer may call same component with different nouns.This specification and claims are not with name The difference of title is used as the mode for distinguishing component, but is used as the criterion of differentiation with the difference of component functionally.Such as logical The "comprising" of piece specification and claim mentioned in is an open language, therefore should be construed to " include but do not limit In "." substantially " refer in receivable error range, those skilled in the art can be described within a certain error range solution Technical problem, basically reach the technique effect.In addition, " coupling " one word is herein comprising any direct and indirect electric property coupling Means.Therefore, if the first device of described in the text one is coupled to a second device, representing the first device can directly electrical coupling The second device is connected to, or the second device is electrically coupled to indirectly by other devices or coupling means.Specification Subsequent descriptions for implement the present invention better embodiment, so it is described description be by illustrate the present invention rule for the purpose of, It is not limited to the scope of the present invention.Protection scope of the present invention is worked as to be defined depending on appended claims institute defender.
The present invention is described in further detail below in conjunction with accompanying drawing, but it is not as a limitation of the invention.
Embodiment 1:
With reference to Fig. 1, a kind of Interface integration method of testing based on PB, including step are present embodiments provided:
Step 101:Start test system, read PB document of agreement;Test system is divided into 4 modules, goes out initialization respectively Module, connection scheduler module, test and management module, Log Report module.
Step 102:IP address of the test system (connection scheduler module) according to where tested program, create TCP Socket Client, establish and connect with tested program;
Step 103:(test and management module) is according to xml read tests use-case and test data, test case order, generation Test case set;
Step 104:The TCP Socket data package sizes that (test and management module) setting is sent, send TCPSocket numbers Tested according to bag simulation complex network;
The size of the test system setting Socket buffering areas, a data message is divided into according to the size of setting Multiple packets, are sent in batches, and analogue data subpackage is tested, or two or more data messages are merged into One packet is transmitted, and analogue data, which is tied up with, is tested.
Step 105:(test and management module) implementation of test cases;
In this step 105, when test starts to perform, setting test interrupt condition, terminate and survey when acquiescence occurs wrong Examination.
In implementation of test cases set, if the test result of wherein one test case and test oracle result are inconsistent When, interrupt test set is performed to the test case set, is ignored and continues executing with next test case or repeats Previous step test case.In test process, real-time informing Log Report module, real-time logs are recorded.
Step 106:(test and management module) obtains test result.
Also include step 107:(Log Report module) generates test report according to test result.
The test report, including:Test sequence number, test case title, testing procedure title, whether by test, it is different Often record, testing time and test execution time.
With reference to Fig. 4, the present embodiment also provides a kind of Interface integration test system based on PB, including initialization module 401, Scheduler module 402, test and management module 403 and Log Report module 404 are connected, wherein,
The initialization module 401, coupled with connection scheduler module 402 phase, for completing the initial of test system Change and read PB agreements;
The connection scheduler module 402, couples with the initialization module 401 and the phase of test and management module 403, uses respectively IP address where according to tested program, TCP Socket clients are created, establish and connect with tested program;
The test and management module 403, coupled respectively with the connection scheduler module 402 and the phase of Log Report module 404, For according to xml read tests use-case and test data, test case order, generating test case set, being additionally operable to setting hair The TCP Socket data package sizes sent, send TCP Socket packets simulation complex network and tested, and perform survey Example on probation, test result is notified into daily record reporting modules 404;
The Log Report module 404, coupled with the phase of test and management module 403, for according to test result, generation Test report.
The test and management module 403, further for when test starts to perform, interrupt condition is tested in setting, is given tacit consent to and Test is terminated when existing wrong.
The test and management module 403, further in implementation of test cases set, if a wherein test case Test result and test oracle result it is inconsistent when, interrupt test set is performed to the test case set, is ignored and after It is continuous to perform next test case or repeat previous step test case.
The test and management module 403, further for, set Socket buffering areas size, a data message is pressed Be divided into multiple packets according to the size of setting, send in batches, analogue data subpackage is tested, or by two or two with On data message merge into a packet and be transmitted, analogue data, which is tied up with, is tested.
The test report that the Log Report module 404 generates, including:Test sequence number, test case title, testing procedure Title, whether pass through test, exception record, testing time and test execution time.
Embodiment 2:
With reference to Fig. 3, a kind of Interface integration method of testing based on PB is present embodiments provided, the test system in the present invention Manual operations is substituted, and tested program actively establishes connection, the request of analog subscriber transmission interface, tests the normal of tested program and patrols Tested program is for communicating the parsing wrapped, including step under the conditions of collecting function, and different network speeds:
Step 201:Start test system, read PB document of agreement;
PB document of agreement is read by test system, PB define only the standard of agreement in itself, but not be related to service part. Document of agreement defines user behavior and data, for tested program, operates the document of agreement of oneself to complete work.
Step 202:IP address of the test system according to where tested program, TCP Socket clients are created, with being tested Program establishes connection;
IP address, IPV4 and domain name are supported at present.TCP Socket be standard procotol, client Connection Service end When need to know the address (IP and domain name can) and port of service end.The service end and client of tested program are in communication with each other It is attached using TCP Socket, therefore the test system of the present invention is also required to be tested according to this agreement.Even Flow is connect as shown in Fig. 21, service end initially sets up port snoop;2nd, the IP (or domain name) at client specified services end and port It is attached, connection procedure is shaken hands for 3 times;3rd, after connection is successfully established, client sends datagram to service end, and Receive the data message of service end return;4th, after client's end plate data message, which is sent, to be terminated, wave for 4 times, disconnect this Secondary connection.
Step 203:According to xml read tests use-case and test data, test case order, test case set is generated;
Test process element is divided into test cell and test data two parts.Test cell is divided into two classes, and least unit is Basic use-case is tested, it is the single stepping according to derived from PB document of agreement to test basic use-case, is divided into encryption and decryption two classes behaviour Make, this two generic operation is with a pair.Test cell it is other a kind of for test set, in test set comprising minimum one or Multiple testing procedures.The test included in a test set, and this test set is described in one XML to use substantially Example, use-case sequential, and the test data of test case.
Test data is also classified into two classes, and one kind is test data, and one kind is test oracle result data in addition.The two numbers According to the external input parameter for the encrypt and decrypt operation for corresponding to the basic use-case of test respectively.
Step 204:The TCP Socket data package sizes sent are set, send TCP Socket packets simulation complex web Network is tested;
The size of the test system setting Socket buffering areas, a data message is divided into according to the size of setting Multiple packets, are sent in batches, and analogue data subpackage is tested, or two or more data messages are merged into One packet is transmitted, and analogue data, which is tied up with, is tested.
Ideally, the corresponding data message of a test case is sent.Data message is the TCP of reference format Socket packets, the size acquiescence of the packet sent every time are completed with the Transmission Control Protocol of operating system.In practical application In, tested software needs the correct sequential according to TCP, and the data of physical presence are tied up with and data subpackage carries out data analysis. When carrying out manual test, can not strict analogue data situation about being tied up with data subpackage, therefore to this portion of tested program The test for dividing code is very coarse.The test system of the present invention allows the buffer size for setting Socket, and allows: 1st, the size for setting a data message according to us, multiple packets are divided into, and sent in batches, analogue data subpackage Situation;2nd, two or more data messages are merged into a packet to be transmitted, the situation that analogue data is tied up with.
Step 205:Implementation of test cases;
In this step 205, when test starts to perform, setting test interrupt condition, terminate and survey when acquiescence occurs wrong Examination.
In implementation of test cases set, if the test result of wherein one test case and test oracle result are inconsistent When, interrupt test set is performed to the test case set, is ignored and continues executing with next test case or repeats Previous step test case (setting cycle-index).
Step 206:Obtain test result.
Also include step 207:According to test result, test report is generated.
The test report, including:Test sequence number, test case title, testing procedure title, whether by test, it is different Often record, testing time and test execution time.
Before starting to perform test, it may also select whether to send mail notification, and postal after the test is ended Part recipient.
A new product of storm wind science and technology, is divided into PC and mobile terminal two parts, mobile terminal may browse through the video at PC ends, sound Frequency and the resource such as picture, the communication between two parts use PB agreements.In Project Process, integrated and interface testing uses completely This test software is completed.
Compared with prior art, Interface integration method of testing and system of the present invention based on PB, have reached as follows Effect:
1) test system substitutes manual operations, and tested program actively establishes connection, the request of analog subscriber transmission interface, surveys Try the normal logic function of tested program, and parsing of the tested program for communication bag under the conditions of different network speeds.
2) according to PB document of agreement and the test case of XML format, it is automatically performed the integration testing work of interface;By setting The size of fixed network bag, test application program is in the case of complex network, the parsing of docking port data;
3) compared with manual test, can preferably detect the robustness of program, can test manual test can not cover Abnormal traffic situation;
4) automatic test can be realized, allows regression test more quick;
5) can complete long lasting for test, the fatigability and memory leak issue to program complete preferably detection.
Some preferred embodiments of the present invention have shown and described in described above, but as previously described, it should be understood that the present invention Be not limited to form disclosed herein, be not to be taken as the exclusion to other embodiment, and available for various other combinations, Modification and environment, and above-mentioned teaching or the technology or knowledge of association area can be passed through in the scope of the invention is set forth herein It is modified., then all should be in this hair and the change and change that those skilled in the art are carried out do not depart from the spirit and scope of the present invention In the protection domain of bright appended claims.

Claims (10)

1. a kind of Interface integration method of testing based on PB, it is characterised in that including step:
Start test system, read PB document of agreement;
IP address or domain name of the test system according to where tested program, TCP Socket clients are created, are built with tested program Vertical connection, the service end and TCP Socket clients of tested program are in communication with each other and are attached using TCP Socket:Service End initially sets up port snoop;The IP address or domain name at client specified services end and port are attached, and connection procedure is 3 times Shake hands;After connection is successfully established, client sends datagram to service end, and receives the datagram of service end return Text;After client data message, which is sent, to be terminated, wave for 4 times, disconnect current connection;
According to xml read tests use-case and test data, test case order, test case set is generated;
The TCP Socket data package sizes sent are set, TCP Socket packets simulation complex network is sent and is tested;
Implementation of test cases;
Obtain test result.
2. the Interface integration method of testing according to claim 1 based on PB, it is characterised in that described to perform test use Example, further for,
When test starts to perform, setting test interrupt condition, test is terminated when acquiescence occurs wrong.
3. the Interface integration method of testing according to claim 1 or 2 based on PB, it is characterised in that described to perform test Use-case, further for,
In implementation of test cases set, if when the test result of wherein one test case and inconsistent test oracle result, Interrupt test set is performed to the test case set, is ignored and continues executing with next test case or repeats upper one Walk test case.
4. the Interface integration method of testing according to claim 1 based on PB, it is characterised in that what the setting was sent TCP Socket data package sizes, send TCP Socket packets simulation complex network and tested, further for,
The size of test system setting Socket buffering areas, a data message is divided into according to the size of setting more Individual packet, is sent in batches, and analogue data subpackage is tested, or two or more data messages are merged into one Individual packet is transmitted, and analogue data, which is tied up with, is tested.
5. the Interface integration method of testing according to claim 1 based on PB, it is characterised in that also include:According to test As a result, generation test report, the test report, including:Test sequence number, test case title, testing procedure title, whether lead to Spend test, exception record, testing time and test execution time.
6. a kind of Interface integration test system based on PB, it is characterised in that including initialization module, connection scheduler module, survey Management module and Log Report module are tried, wherein,
The initialization module, mutually coupled with the connection scheduler module, for completing the initialization of test system and reading PB Agreement;
The connection scheduler module, is mutually coupled with the initialization module and test and management module, for according to by ranging respectively IP address or domain name where sequence, TCP Socket clients are created, establish and connect with tested program, the service end of tested program It is in communication with each other with TCP Socket clients and is attached using TCP Socket:Service end initially sets up port snoop;Client The IP address or domain name at end specified services end and port are attached, and connection procedure is shaken hands for 3 times;After connection is successfully established, Client sends datagram to service end, and receives the data message of service end return;When client data message is sent After end, wave for 4 times, disconnect current connection;
The test and management module, mutually coupled with the connection scheduler module and Log Report module respectively, for being read according to xml Test case and test data, test case order are taken, generates test case set, is additionally operable to the TCP Socket that setting is sent Data package size, send TCP Socket packets simulation complex network and tested, and implementation of test cases, test is tied Fruit notifies daily record reporting modules;
The Log Report module, mutually coupled with the test and management module, for according to test result, generating test report.
7. the Interface integration test system according to claim 6 based on PB, it is characterised in that the test and management mould Block, further for when test starts to perform, interrupt condition is tested in setting, and test is terminated when acquiescence occurs wrong.
8. the Interface integration test system based on PB according to claim 6 or 7, it is characterised in that the test and management Module, further in implementation of test cases set, if the test result of wherein one test case and test oracle result When inconsistent, interrupt test set is performed to the test case set, is ignored and continues executing with next test case or again Previous step test case is performed again.
9. the Interface integration test system according to claim 6 based on PB, it is characterised in that the test and management mould Block, further for, set Socket buffering areas size, a data message is divided into multiple data according to the size of setting Bag, sends, analogue data subpackage is tested, or two or more data messages are merged into a data in batches Bag is transmitted, and analogue data, which is tied up with, is tested.
10. the Interface integration test system according to claim 6 based on PB, it is characterised in that the Log Report mould The test report of block generation, including:Test sequence number, test case title, testing procedure title, whether pass through test, abnormal note Record, testing time and test execution time.
CN201510600648.7A 2015-09-19 2015-09-19 A kind of Interface integration method of testing and system based on PB Active CN105117344B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510600648.7A CN105117344B (en) 2015-09-19 2015-09-19 A kind of Interface integration method of testing and system based on PB

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510600648.7A CN105117344B (en) 2015-09-19 2015-09-19 A kind of Interface integration method of testing and system based on PB

Publications (2)

Publication Number Publication Date
CN105117344A CN105117344A (en) 2015-12-02
CN105117344B true CN105117344B (en) 2017-12-08

Family

ID=54665342

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510600648.7A Active CN105117344B (en) 2015-09-19 2015-09-19 A kind of Interface integration method of testing and system based on PB

Country Status (1)

Country Link
CN (1) CN105117344B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108062033B (en) * 2017-11-29 2021-04-30 杭州九略智能科技有限公司 Industrial protocol automatic simulation test system and method based on Linux system
CN107992421A (en) * 2017-12-07 2018-05-04 畅捷通信息技术股份有限公司 Interface test method and its device and computer installation and its readable storage medium storing program for executing
CN112540916A (en) * 2020-11-30 2021-03-23 的卢技术有限公司 Automatic rerun method and device for failed case, computer equipment and storage medium
CN112491659B (en) * 2020-12-02 2022-07-01 广州品唯软件有限公司 Flow playback test method and device, computer equipment and storage medium
CN113641576A (en) * 2021-08-09 2021-11-12 北京金山云网络技术有限公司 Database testing method and device and terminal equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101996132A (en) * 2009-08-14 2011-03-30 中兴通讯股份有限公司 Method and device for automatically testing common object request broker architecture (CORBA) interfaces
CN102209010A (en) * 2011-06-10 2011-10-05 北京神州绿盟信息安全科技股份有限公司 Network test system and method
CN102096631B (en) * 2009-12-11 2013-09-25 华为技术有限公司 Interface testing method and device
CN103514091A (en) * 2012-06-28 2014-01-15 百度在线网络技术(北京)有限公司 Method and device for testing streaming system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2839375A4 (en) * 2012-04-20 2015-12-02 Hewlett Packard Development Co Testing system for an integrated software system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101996132A (en) * 2009-08-14 2011-03-30 中兴通讯股份有限公司 Method and device for automatically testing common object request broker architecture (CORBA) interfaces
CN102096631B (en) * 2009-12-11 2013-09-25 华为技术有限公司 Interface testing method and device
CN102209010A (en) * 2011-06-10 2011-10-05 北京神州绿盟信息安全科技股份有限公司 Network test system and method
CN103514091A (en) * 2012-06-28 2014-01-15 百度在线网络技术(北京)有限公司 Method and device for testing streaming system

Also Published As

Publication number Publication date
CN105117344A (en) 2015-12-02

Similar Documents

Publication Publication Date Title
CN105117344B (en) A kind of Interface integration method of testing and system based on PB
CN108650149B (en) Server testing method, device, equipment and computer readable storage medium
CN104978263B (en) A kind of mobile terminal applied program testing method and system
CN109710533A (en) A kind of interface test method, device and server
CN109495870B (en) Bluetooth test method and device
CN109525461B (en) Network equipment testing method, device, equipment and storage medium
CN108664395B (en) Application program testing method, device, equipment and storage medium
KR101520056B1 (en) Cloud-based mobile/online game server load test automation service method
US9294945B2 (en) Test apparatus and test method
CN111224834B (en) Simulation test method, simulation test device, server and storage medium
WO2012062108A1 (en) Test system and test method
CN103428046A (en) Interface protocol test method and terminal
CN112202824B (en) Network resource access processing method and device, server and terminal
CN112988608A (en) Data testing method and device, computer equipment and storage medium
CN112073923A (en) Communication method, device, gateway and readable storage medium compatible with multiple operators
CN107426042A (en) A kind of message transmitting method and transmission equipment
CN112333019A (en) Router configuration and test method and system and readable storage medium
US20070047448A1 (en) Network equipment testing method and system
CN112866193A (en) Equipment deployment method, device, equipment and storage medium
Rivera et al. Providing heterogeneous signaling and user traffic for 5G core network functional testing
US20140149581A1 (en) Quality of service monitoring device and method of monitoring quality of service
CN114024598B (en) Forwarding interface test method and device
CN112261478B (en) Log debugging method, device and system, terminal device and set top box
CN111628911B (en) CDN back source abnormity testing method and device and terminal equipment
CN106131151A (en) For testing the method and device of supplying system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 100191 Beijing, Xueyuan Road No. 51, the first to enjoy the science and technology building, floor 6,

Applicant after: Storm group Limited by Share Ltd

Address before: 100191 Beijing, Xueyuan Road No. 51, the first to enjoy the science and technology building, floor 6,

Applicant before: Beijing Baofeng Technology Co., Ltd.

COR Change of bibliographic data
GR01 Patent grant
GR01 Patent grant
PP01 Preservation of patent right

Effective date of registration: 20190705

Granted publication date: 20171208

PP01 Preservation of patent right