CN105117344A - Interface integration test method and system based on PB - Google Patents

Interface integration test method and system based on PB Download PDF

Info

Publication number
CN105117344A
CN105117344A CN201510600648.7A CN201510600648A CN105117344A CN 105117344 A CN105117344 A CN 105117344A CN 201510600648 A CN201510600648 A CN 201510600648A CN 105117344 A CN105117344 A CN 105117344A
Authority
CN
China
Prior art keywords
test
case
module
data
interface integration
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201510600648.7A
Other languages
Chinese (zh)
Other versions
CN105117344B (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.)
BEIJING BAOFENG TECHNOLOGY Co Ltd
Original Assignee
BEIJING BAOFENG TECHNOLOGY Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by BEIJING BAOFENG TECHNOLOGY Co Ltd filed Critical BEIJING BAOFENG TECHNOLOGY Co 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

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Abstract

The invention discloses an interface integration test method based on the PB. The method includes the steps that a test system is started to read a PB protocol file; the test system creates a TCP Socket client according to the IP address of a tested program to establish connection with the tested program; test cases, test data and a test case sequence are read according to xml to generate a test case set; the size of a sent TCP Socket data packet is set, and the TCP Socket data packet is sent to simulate a complex network to conduct the test; the test cases are executed to obtain test results. The invention further discloses the interface integration test system based on the PB. The test system comprises an initialization module, a connection dispatching module, a test management module and a log reporting module. The test system replaces manual operation, actively establishes connection with the tested program, simulates a user to send an interface request, tests the normal logic function of the tested program and simulates the analysis of communication packets by the tested program at different network speeds.

Description

A kind of Interface integration method of testing based on PB and system
Technical field
The present invention relates to software test field, specifically, relate to a kind of Interface integration method of testing based on PB and system.
Background technology
ProtocolBuffers (hereinafter referred to as PB) is the form of a kind of exchanges data of google definition, and it is independent of language, independent of platform.Because it is a kind of binary form, carry out exchanges data than use xml many soon.Can it for the data communication between Distributed Application or the exchanges data under isomerous environment.At present a lot of project and product are all using the basic format of PB as data communication and exchanges data.
Google, when providing the definition of PB data layout, has provided serializing and the unserializing basic methods of PB.But in the work of reality, there is following problem:
1) often need repeatedly interface requests in reality and exchange just can complete once real business operation, tester can only hand simulation, cannot realize automatic test and regression test, and manual test often cannot cover by docking port completely.
2) basic methods that Google provides can only realize Data Serialization, and the network of uncontrollable data is given out a contract for a project speed, therefore cannot in real simulation complex network situation tested program for the parsing of communication bag and verification rule.
Summary of the invention
Technical matters to be solved by this invention is according to testing requirement, once or repeatedly sends request; Reality simulation network sends request.
For solving the problems of the technologies described above, the invention provides a kind of Interface integration method of testing based on PB, comprising step:
Start test macro, read PB document of agreement;
Test macro, according to the IP address at tested program place, creates TCPSocket client, connects with tested program;
According to xml read test use-case and test data, test case order, generating test use case set;
The TCPSocket data package size that setting sends, sends TCPSocket packet Simulation of Complex network and tests;
Implementation of test cases;
Obtain test result.
Preferably, described implementation of test cases, is further,
When test starts to perform, setting test interrupt condition, stops test when mistake appears in acquiescence.
Preferably, described implementation of test cases, is further,
When implementation of test cases set, if wherein the test result of a test case and test oracle result inconsistent time, interrupt test set is performed to described test case set, ignores and continue next test case of execution or repeat previous step test case.
Preferably, the TCPSocket data package size that described setting sends, sends TCPSocket packet Simulation of Complex network and tests, be further,
The size of described test macro setting Socket buffer zone, a data message is divided into multiple packet according to the size of setting, send in batches, simulated data subpackage is tested, or two or more data message is merged into a packet to send, simulated data is tied up with and is tested.
Preferably, also comprise: according to test result, generate test report, described test report, comprising: test sequence number, test case title, testing procedure title, whether pass through test, exception record, test duration and test execution time.
Disclosed herein as well is a kind of Interface integration test macro based on PB, comprise initialization module, connect scheduler module, test and management module and Log Report module, wherein,
Described initialization module, couples mutually with the described scheduler module that is connected, for completing the initialization of test macro and reading PB agreement;
Described connection scheduler module, couples mutually with described initialization module and test and management module respectively, for the IP address according to tested program place, creates TCPSocket client, connects with tested program;
Described test and management module, scheduler module is connected respectively and Log Report module couples mutually with described, for according to xml read test use-case and test data, test case order, generating test use case set, also for setting the TCPSocket data package size of transmission, send TCPSocket packet Simulation of Complex network to test, and implementation of test cases, test result is notified daily record reporting modules;
Described Log Report module, couples mutually with described test and management module, for according to test result, generates test report.
Preferably, described test and management module, is further, and when test starts to perform, setting test interrupt condition, stops test when mistake appears in acquiescence.
Preferably, described test and management module, be further, when implementation of test cases set, if wherein the test result of a test case and test oracle result inconsistent time, interrupt test set is performed to described test case set, ignores and continue next test case of execution or repeat previous step test case.
Preferably, described test and management module, be further, the size of setting Socket buffer zone, a data message is divided into multiple packet according to the size of setting, and send, simulated data subpackage is tested in batches, or two or more data message is merged into a packet to send, simulated data is tied up with and is tested.
Preferably, the test report of described Log Report CMOS macro cell, comprising: test sequence number, test case title, testing procedure title, whether pass through test, exception record, test duration and test execution time.
Compared with prior art, the Interface integration method of testing based on PB of the present invention and system, reach following effect:
1) test macro substitutes manual operations, and tested program initiatively connects, the request of analog subscriber transmission interface, the normal logic function of test tested program, and under different network speed condition tested program for the parsing of communication bag.
2) according to the test case of PB document of agreement and XML format, the integration testing work of interface is automatically completed; By the size of network packet of setting, test application in complex network situation, the parsing of docking port data;
3) compare with manual test, can the robustness of better trace routine, the abnormal traffic situation that manual test cannot cover can be tested;
4) can automatic test be realized, make regression test can be more quick;
5) long-time continuance test can be completed, better detection is completed to the fatigability of program and memory leak issue.
Accompanying drawing explanation
Accompanying drawing described herein is used to provide a further understanding of the present invention, forms a part of the present invention, and schematic description and description of the present invention, for explaining 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 process flow diagram based on PB;
Fig. 2 is that client is connected process flow diagram with service end;
Fig. 3 is the Interface integration method of testing process flow diagram of embodiment 2;
Fig. 4 is the Interface integration test system structure figure based on PB.
Embodiment
As employed some vocabulary to censure specific components in the middle of instructions and claim.Those skilled in the art should understand, and hardware manufacturer may call same assembly with different noun.This specification and claims are not used as with the difference of title the mode distinguishing assembly, but are used as the criterion of differentiation with assembly difference functionally." comprising " as mentioned in the middle of instructions and claim is in the whole text an open language, therefore should be construed to " comprise but be not limited to "." roughly " refer to that in receivable error range, those skilled in the art can solve the technical problem within the scope of certain error, reach described technique effect substantially.In addition, " couple " word and comprise directly any and indirectly electric property coupling means at this.Therefore, if describe a first device in literary composition to be coupled to one second device, then represent described first device and directly can be electrically coupled to described second device, or be indirectly electrically coupled to described second device by other devices or the means that couple.Instructions subsequent descriptions is for implementing better embodiment of the present invention, and right described description is to illustrate for the purpose of rule of the present invention, and is not used to limit scope of the present invention.Protection scope of the present invention is when being as the criterion depending on the claims person of defining.
Below in conjunction with accompanying drawing, the present invention is described in further detail, but not as a limitation of the invention.
Embodiment 1:
Composition graphs 1, present embodiments provides a kind of Interface integration method of testing based on PB, comprises step:
Step 101: start test macro, reads PB document of agreement; Test macro is divided into 4 modules, goes out initialization module respectively, connects scheduler module, test and management module, Log Report module.
Step 102: test macro (connection scheduler module), according to the IP address at tested program place, creates TCPSocket client, connects with tested program;
Step 103:(test and management module) according to xml read test use-case and test data, test case order, generating test use case set;
Step 104:(test and management module) set the TCPSocket data package size sent, send TCPSocket packet Simulation of Complex network and test;
The size of described test macro setting Socket buffer zone, a data message is divided into multiple packet according to the size of setting, send in batches, simulated data subpackage is tested, or two or more data message is merged into a packet to send, simulated data is tied up with and 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, stops test when mistake appears in acquiescence.
When implementation of test cases set, if wherein the test result of a test case and test oracle result inconsistent time, interrupt test set is performed to described test case set, ignores and continue next test case of execution or repeat previous step test case.In test process, real-time informing Log Report module, record real-time logs.
Step 106:(test and management module) obtain test result.
Also comprise step 107:(Log Report module) according to test result, generate test report.
Described test report, comprising: test sequence number, test case title, testing procedure title, whether pass through test, exception record, test duration and test execution time.
Composition graphs 4, the present embodiment also provides a kind of Interface integration test macro based on PB, comprises initialization module 401, connects scheduler module 402, test and management module 403 and Log Report module 404, wherein,
Described initialization module 401, couples mutually with the described scheduler module 402 that is connected, for completing the initialization of test macro and reading PB agreement;
Described connection scheduler module 402, couples mutually with described initialization module 401 and test and management module 403 respectively, for the IP address according to tested program place, creates TCPSocket client, connects with tested program;
Described test and management module 403, scheduler module 402 is connected respectively and Log Report module 404 couples mutually with described, for according to xml read test use-case and test data, test case order, generating test use case set, also for setting the TCPSocket data package size of transmission, send TCPSocket packet Simulation of Complex network to test, and implementation of test cases, test result is notified daily record reporting modules 404;
Described Log Report module 404, couples mutually with described test and management module 403, for according to test result, generates test report.
Described test and management module 403, is further, and when test starts to perform, setting test interrupt condition, stops test when mistake appears in acquiescence.
Described test and management module 403, be further, when implementation of test cases set, if wherein the test result of a test case and test oracle result inconsistent time, interrupt test set is performed to described test case set, ignores and continue next test case of execution or repeat previous step test case.
Described test and management module 403, be further, the size of setting Socket buffer zone, a data message is divided into multiple packet according to the size of setting, send in batches, simulated data subpackage is tested, or two or more data message is merged into a packet and send, and simulated data is tied up with and is tested.
The test report that described Log Report module 404 generates, comprising: test sequence number, test case title, testing procedure title, whether pass through test, exception record, test duration and test execution time.
Embodiment 2:
Composition graphs 3, present embodiments provide a kind of Interface integration method of testing based on PB, test macro in the present invention substitutes manual operations, initiatively connect with tested program, the request of analog subscriber transmission interface, the normal logic function of test tested program, and under different network speed condition, tested program, for the parsing of communication bag, comprises step:
Step 201: start test macro, reads PB document of agreement;
Read PB document of agreement by test macro, PB itself define only the standard of agreement, but does not relate to service part.Document of agreement defines user behavior and data, and for tested program, the document of agreement operating oneself is finished the work.
Step 202: test macro, according to the IP address at tested program place, creates TCPSocket client, connects with tested program;
IP address, supports IPV4 and domain name at present.TCPSocket is the procotol of standard, needs to know address (IP and domain name can) and the port of service end during client's side link service end.Service end and the client of tested program intercom mutually and use TCPSocket to be connected, and therefore test macro of the present invention also needs to test according to this agreement.Connect flow process as shown in Figure 2,1, service end first set up port monitor; 2, the IP (or domain name) of client specified services end is connected with port, and connection procedure is shake hands for 3 times; 3, after connection establishment success, client sends datagram to service end, and accepts the data message that service end returns; 4, after the transmission of client's end plate data message terminates, carry out 4 times and wave, disconnect current connection.
Step 203: according to xml read test use-case and test data, test case order, generating test use case set;
Test process element is divided into test cell and test data two parts.Test cell is divided into two classes, and least unit is the basic use-case of test, and testing basic use-case is the single stepping derivative according to PB document of agreement, is divided into encryption and decryption two generic operation, and this two generic operation is with a pair.An other class of test cell is test set, comprises one or more testing procedure minimum in test set.A test set is described in an XML, and the basic use-case of test, the use-case sequential that comprise in this test set, and the test data of test case.
Test data is also divided into two classes, and a class is test data, and an other class is test oracle result data.These two data are the corresponding external input parameter testing the encryption and decryption operation of basic use-case respectively.
Step 204: the TCPSocket data package size that setting sends, sends TCPSocket packet Simulation of Complex network and tests;
The size of described test macro setting Socket buffer zone, a data message is divided into multiple packet according to the size of setting, send in batches, simulated data subpackage is tested, or two or more data message is merged into a packet to send, simulated data is tied up with and is tested.
Ideally, a corresponding data message of test case sends.Data message is the TCPSocket packet of standard format, and the size acquiescence of each packet sent completes with the Transmission Control Protocol of operating system.In actual applications, tested software needs according to the correct sequential of TCP, is tied up with and data analysis is carried out in data subpackage in esse data.When carrying out manual test, cannot strict simulated data being tied up with and the situation of data subpackage, is therefore very coarse to the test of this partial code of tested program.Test macro of the present invention allows the buffer size of setting Socket, and allows: 1, by the size that a data message sets according to us, be divided into multiple packet, and send in batches, the situation of simulated data subpackage; 2, two or more data messages are merged into a packet to send, the situation that simulated data is tied up with.
Step 205: implementation of test cases;
In this step 205, when test starts to perform, setting test interrupt condition, stops test when mistake appears in acquiescence.
When implementation of test cases set, if wherein the test result of a test case and test oracle result inconsistent time, interrupt test set is performed to described test case set, ignores and continue next test case of execution or repeat previous step test case (setting cycle index).
Step 206: obtain test result.
Also comprise step 207: according to test result, generate test report.
Described test report, comprising: test sequence number, test case title, testing procedure title, whether pass through test, exception record, test duration and test execution time.
Before starting to perform test, can also select whether will send mail notification after the test is ended, and mail reception people.
A new product of storm wind science and technology, is divided into PC and mobile terminal two parts, and the resource such as video, audio frequency and picture of PC end can be browsed in mobile terminal, and the communication between two parts adopts PB agreement.In Project Process, integrated and interface testing adopts this testing software to complete completely.
Compared with prior art, the Interface integration method of testing based on PB of the present invention and system, reach following effect:
1) test macro substitutes manual operations, and tested program initiatively connects, the request of analog subscriber transmission interface, the normal logic function of test tested program, and under different network speed condition tested program for the parsing of communication bag.
2) according to the test case of PB document of agreement and XML format, the integration testing work of interface is automatically completed; By the size of network packet of setting, test application in complex network situation, the parsing of docking port data;
3) compare with manual test, can the robustness of better trace routine, the abnormal traffic situation that manual test cannot cover can be tested;
4) can automatic test be realized, make regression test can be more quick;
5) long-time continuance test can be completed, better detection is completed to the fatigability of program and memory leak issue.
Above-mentioned explanation illustrate and describes some preferred embodiments of the present invention, but as previously mentioned, be to be understood that the present invention is not limited to the form disclosed by this paper, should not regard the eliminating to other embodiments as, and can be used for other combinations various, amendment and environment, and can in invention contemplated scope described herein, changed by the technology of above-mentioned instruction or association area or knowledge.And the change that those skilled in the art carry out and change do not depart from the spirit and scope of the present invention, then all should in the protection domain of claims of the present invention.

Claims (10)

1., based on an Interface integration method of testing of PB, it is characterized in that, comprise step:
Start test macro, read PB document of agreement;
Test macro, according to the IP address at tested program place, creates TCPSocket client, connects with tested program;
According to xml read test use-case and test data, test case order, generating test use case set;
The TCPSocket data package size that setting sends, sends TCPSocket packet Simulation of Complex network and tests;
Implementation of test cases;
Obtain test result.
2. the Interface integration method of testing based on PB according to claim 1, is characterized in that, described implementation of test cases, is further,
When test starts to perform, setting test interrupt condition, stops test when mistake appears in acquiescence.
3. the Interface integration method of testing based on PB according to claim 1 and 2, is characterized in that, described implementation of test cases, is further,
When implementation of test cases set, if wherein the test result of a test case and test oracle result inconsistent time, interrupt test set is performed to described test case set, ignores and continue next test case of execution or repeat previous step test case.
4. the Interface integration method of testing based on PB according to claim 1, is characterized in that, the TCPSocket data package size that described setting sends, and sends TCPSocket packet Simulation of Complex network and tests, be further,
The size of described test macro setting Socket buffer zone, a data message is divided into multiple packet according to the size of setting, send in batches, simulated data subpackage is tested, or two or more data message is merged into a packet to send, simulated data is tied up with and is tested.
5. the Interface integration method of testing based on PB according to claim 1, it is characterized in that, also comprise: according to test result, generate test report, described test report, comprising: test sequence number, test case title, testing procedure title, whether pass through test, exception record, test duration and test execution time.
6. based on an Interface integration test macro of PB, it is characterized in that, comprise initialization module, connect scheduler module, test and management module and Log Report module, wherein,
Described initialization module, couples mutually with the described scheduler module that is connected, for completing the initialization of test macro and reading PB agreement;
Described connection scheduler module, couples mutually with described initialization module and test and management module respectively, for the IP address according to tested program place, creates TCPSocket client, connects with tested program;
Described test and management module, scheduler module is connected respectively and Log Report module couples mutually with described, for according to xml read test use-case and test data, test case order, generating test use case set, also for setting the TCPSocket data package size of transmission, send TCPSocket packet Simulation of Complex network to test, and implementation of test cases, test result is notified daily record reporting modules;
Described Log Report module, couples mutually with described test and management module, for according to test result, generates test report.
7. the Interface integration test macro based on PB according to claim 6, is characterized in that, described test and management module, is further, and when test starts to perform, setting test interrupt condition, stops test when mistake appears in acquiescence.
8. the Interface integration test macro based on PB according to claim 6 or 7, it is characterized in that, described test and management module, be further, when implementation of test cases set, if wherein the test result of a test case and test oracle result inconsistent time, interrupt test set is performed to described test case set, ignores and continue next test case of execution or repeat previous step test case.
9. the Interface integration test macro based on PB according to claim 6, it is characterized in that, described test and management module, be that the size of setting Socket buffer zone, is divided into multiple packet by a data message according to the size of setting further, send in batches, simulated data subpackage is tested, or two or more data message is merged into a packet and send, and simulated data is tied up with and is tested.
10. the Interface integration test macro based on PB according to claim 6, it is characterized in that, the test report of described Log Report CMOS macro cell, comprising: test sequence number, test case title, testing procedure title, whether pass through test, exception record, test duration 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 true CN105117344A (en) 2015-12-02
CN105117344B 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)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
CN108062033A (en) * 2017-11-29 2018-05-22 杭州九略智能科技有限公司 Industrial protocol automation simulation test system and method based on linux system
CN112491659A (en) * 2020-12-02 2021-03-12 广州品唯软件有限公司 Flow playback test method and device, computer equipment and storage medium
CN112540916A (en) * 2020-11-30 2021-03-23 的卢技术有限公司 Automatic rerun method and device for failed case, computer equipment and storage medium
CN113641576A (en) * 2021-08-09 2021-11-12 北京金山云网络技术有限公司 Database testing method and device and terminal equipment
CN113641576B (en) * 2021-08-09 2024-06-04 北京金山云网络技术有限公司 Database testing method and device and terminal equipment

Citations (5)

* 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
WO2013158112A1 (en) * 2012-04-20 2013-10-24 Hewlett-Packard Development Company, L.P. Testing system for an integrated software system
CN103514091A (en) * 2012-06-28 2014-01-15 百度在线网络技术(北京)有限公司 Method and device for testing streaming system

Patent Citations (5)

* 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
WO2013158112A1 (en) * 2012-04-20 2013-10-24 Hewlett-Packard Development Company, L.P. Testing system for an integrated software system
CN103514091A (en) * 2012-06-28 2014-01-15 百度在线网络技术(北京)有限公司 Method and device for testing streaming system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108062033A (en) * 2017-11-29 2018-05-22 杭州九略智能科技有限公司 Industrial protocol automation simulation test system and method based on linux system
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
CN112491659A (en) * 2020-12-02 2021-03-12 广州品唯软件有限公司 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
CN113641576B (en) * 2021-08-09 2024-06-04 北京金山云网络技术有限公司 Database testing method and device and terminal equipment

Also Published As

Publication number Publication date
CN105117344B (en) 2017-12-08

Similar Documents

Publication Publication Date Title
US8737980B2 (en) End to end application automatic testing
US9301171B2 (en) Methods, test systems and arrangements for verifying compliance with requirement specifications
CN109525461B (en) Network equipment testing method, device, equipment and storage medium
CN104579822A (en) Automatic performance test system and method of mobile application based on Http protocol
CN105117344A (en) Interface integration test method and system based on PB
WO2016188181A1 (en) Test method, mobile terminal, server and computer storage medium
WO2012062108A1 (en) Test system and test method
CN103023708A (en) Method and system for testing communication protocol interface
CN106534289A (en) Automatic testing method, device and system
WO2017113848A1 (en) Testing method, testing platform and simulated testing device for test case
US20070047448A1 (en) Network equipment testing method and system
CN112333019A (en) Router configuration and test method and system and readable storage medium
CN115150377A (en) Method and device for calling and processing simulation interface
CN114040408A (en) Shooting range system based on 4G mobile network simulation environment
CN112261478B (en) Log debugging method, device and system, terminal device and set top box
CN116418567A (en) Network protocol security test system
Rivera et al. Providing heterogeneous signaling and user traffic for 5G core network functional testing
CN111628911B (en) CDN back source abnormity testing method and device and terminal equipment
CN103973519B (en) A kind of switching centre's emulation test system and method based on PC platforms
CN114071467A (en) Shooting range system based on 4G mobile network simulation environment
CN113630802A (en) NR user plane service test method and device
US20230126496A1 (en) Systems and Methods for Proxying Real Traffic for Simulation
CN113452563B (en) Network simulation system and network simulation design method
CN114285613B (en) Data information calling method and device, storage medium and electronic device
WO2021135466A1 (en) Method for intelligently acquiring baseband chip data, apparatus, device and storage medium

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