CN104253718A - Network test method and device - Google Patents

Network test method and device Download PDF

Info

Publication number
CN104253718A
CN104253718A CN201310271020.8A CN201310271020A CN104253718A CN 104253718 A CN104253718 A CN 104253718A CN 201310271020 A CN201310271020 A CN 201310271020A CN 104253718 A CN104253718 A CN 104253718A
Authority
CN
China
Prior art keywords
signaling
template
response
data
service
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
CN201310271020.8A
Other languages
Chinese (zh)
Other versions
CN104253718B (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 Feinno Communication Technology Co Ltd
Original Assignee
Beijing Feinno Communication 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 Feinno Communication Technology Co Ltd filed Critical Beijing Feinno Communication Technology Co Ltd
Priority to CN201310271020.8A priority Critical patent/CN104253718B/en
Publication of CN104253718A publication Critical patent/CN104253718A/en
Application granted granted Critical
Publication of CN104253718B publication Critical patent/CN104253718B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a network test method and device. The method includes: recording a request signal transmitted to a terminal under testing, analyzing variable data and service type in the request signal, replacing the variable data with a corresponding variable, generating a request template corresponding to the service type, and storing the request template; reading a test case including data in the request signal, calling the request template corresponding to the service type of the test case, using the data in the request signal to value the variable in the request template, generating the request signal, and transmitting the request signal to the terminal under testing; receiving a reply signal returned by the terminal under testing, and performing testing according to the received reply signal. By the use of the network test method and device, the problems of low script reusability and script expansibility, high code redundancy and high case compiling load in the network test process are solved.

Description

A kind of network test method and device
Technical field
The present invention relates to network test field, particularly a kind of network test method and device.
Background technology
In the project of general C/S framework, server and client side sends ICP/IP protocol bag by SOCKET to carry out alternately, and interaction content is called signaling body.The main composition of signaling body is signalling header and XML signaling main body.
In existing network test, the socket recording function of existing load testing instrument (loadrunner) is usually used to record one section of script for each use-case, but cannot be multiplexing after recording, and autgmentability is low.Due to each use-case all cannot use before script, so need again to record.Because autgmentability is low, so the content of the use-case recorded can be many, increase the redundancy of code and increase the complexity of check.And write new use-case, all need to recompilate, if write with C#, when use-case quantity acquires a certain degree time, compilation time is long at every turn.
Summary of the invention
A kind of network test method provided by the invention and device, in order to solve in network test process script reusability and autgmentability is low, code redundancy is high, use-case writes the large problem of workload.
The invention discloses a kind of network test method, described method comprises:
Record the demand signalling sending to tested end, parse the variable data in described request signaling and type of service, described variable data is replaced with dependent variable, generate please seek template corresponding with described type of service, preserve described request template;
Read the test case comprising data in demand signalling, transfer please seek template corresponding with the type of service of described test case, use data in described request signaling to be variable assignments in described request template, generate demand signalling, and described request signaling is sent to tested end;
Receive the response signaling that described tested end returns, the described response signaling according to receiving is tested.
Wherein, data in the response signaling of expection are also comprised in described test case;
Described reading also comprises before comprising the test case of data in demand signalling:
Record the response signaling of the tested end transmission received, parse the variable data in described response signaling and type of service, described variable data is replaced with dependent variable, generate the response template corresponding with described type of service, preserve described response template;
Described reading also comprises after comprising the test case of data in demand signalling:
Transfer the response template corresponding with the type of service of described test case, use data in the response signaling of described expection to be variable assignments in described response template, generate the response signaling of expection and preserve.
Wherein, the described described response signaling according to receiving carries out testing specifically comprising:
The response signaling of the described response signaling of reception and the expection of preservation compared, if coupling, then test result is successfully, otherwise test result is unsuccessfully.
Wherein, variable data in described request signaling is parsed described in and type of service specifically comprises:
According to head in described request signaling and intersubjective segmentation mark, described request signaling is divided into head and main body;
Initial according to a line every in described head determines variable data and type of service;
Resolve described main body according to XML format, determine variable data.
Wherein, described preservation described request template specifically comprises:
Judge whether self has preserved please seek template corresponding with described type of service;
If be judged as NO, then preserve please seeking template of generating; If be judged as YES, then that has preserved according to the request template renewal generated please seek template.
Wherein, the data for replying tested end are also comprised in described test case;
Described method also comprises:
After reading described test case, reply signaling according to the described data genaration for replying tested end;
Also comprise after the response signaling that the described tested end of described reception returns:
When described tested end replied by needs, described reply signaling is sent to described tested end.
Wherein, described recording sends to the demand signalling of tested end specifically to comprise:
Capture demand signalling by self-defining socket Socket port according to the filtering rule preset, preserve the demand signalling captured.
According to a further aspect in the invention, disclose a kind of network testing device, described device comprises: template generation module, signaling generation module and signaling receiver module;
Described template generation module, for recording the demand signalling sending to tested end, parse the variable data in described request signaling and type of service, described variable data is replaced with dependent variable, generate please seek template corresponding with described type of service, preserve described request template;
Described signaling generation module, for reading the test case comprising data in demand signalling, transfer please seek template corresponding with the type of service of described test case, data in described request signaling are used to be variable assignments in described request template, generate demand signalling, and described request signaling is sent to tested end;
Described signaling receiver module, for receiving the response signaling that described tested end returns, the described response signaling according to receiving is tested.
Wherein, data in the response signaling of expection are also comprised in described test case;
Described template generation module, also for the response signaling that the tested end recording reception sends, parse the variable data in described response signaling and type of service, described variable data is replaced with dependent variable, generate the response template corresponding with described type of service, preserve described response template;
Described signaling generation module, also for transferring the response template corresponding with the type of service of described test case, uses data in the response signaling of described expection to be variable assignments in described response template, generates the response signaling of expection and preserves.
Wherein, described signaling receiver module, the response signaling specifically for the expection by the described response signaling received and preservation compares, if coupling, then test result is successfully, otherwise test result is unsuccessfully.
Beneficial effect of the present invention is: by using template, reducing the complexity of use-case, solving use-case and write the large problem of workload; By generation and more new template automatically, reduce the workload making template.Therefore save testing cost by this technical scheme, and improve testing efficiency.
Accompanying drawing explanation
Fig. 1 is the flow chart of the first embodiment of network test method of the present invention;
Fig. 2 is the flow chart of the second embodiment of network test method of the present invention;
Fig. 3 is the structure chart of network testing device of the present invention.
Embodiment
For making the object, technical solutions and advantages of the present invention clearly, below in conjunction with accompanying drawing, embodiment of the present invention is described further in detail.
Consulting Fig. 1, is the flow chart of the first embodiment of network test method of the present invention.In the present embodiment, tested end can be the server of an application server, such as instant messaging, and in the present embodiment, method may operate in and is different from another equipment of application server, and this equipment is called as test lead.This equipment comprises automatic test platform and client.Automatic test platform is used for carrying out signaling recording, generates signaling template, and according to the operation of test case and signaling template generation signaling, the response signaling that client is used for demand signalling being sent to tested end and receives tested end to return.
Described method comprises the steps:
Step S100, record the demand signalling sending to tested end, parse the variable data in described request signaling and type of service, described variable data is replaced with dependent variable, generate please seek template corresponding with described type of service, preserve described request template.
Wherein, described recording sends to the demand signalling of tested end specifically to comprise: by self-defining Socket(socket) port according to preset filtering rule capture demand signalling, preserve capture demand signalling.Wherein this demand signalling is the signaling that test lead sends to tested end.
Difference can configure different filtering rules according to demand, and then is captured the demand signalling needing to obtain by the self-defining Socket port of test lead.
For example, recording signaling used tool (as Fiddler, Wireshark, NetWork Monitor etc.) in prior art is all catch tcp/ip communication packet, capture be mutual in all packet, thus it is too much to cause capturing signaling, need manually to screen, thus cause resource and waste of time.
In the present invention, self-defined Socket port, by the agreement packet header of TCP/IP, IP information etc. carries out automatic screening, thus directly automatically can obtain required signaling, and then economizes on resources and the time.Such as, filtered according to account information by the self-defining Socket port of test lead, thus the signaling of particular account number can be captured.
In the present invention, signaling is specifically as follows Socket signaling, but is not limited thereto.
Wherein, variable data in described request signaling is parsed described in and type of service specifically comprises:
According to head in described request signaling and intersubjective segmentation mark, described request signaling is divided into head and main body.Usually, head contains the description to signaling, and main body contains the details of signaling.For network service signaling, segmentation identifies specifically carriage return and null.
Initial according to a line every in described head determines variable data and type of service.Particularly, by analyzing carriage-return character, branch is carried out to head, thus determine variable data and type of service according to the initial of every a line.Usually, for head, the corresponding a line of each carriage-return character, every a line corresponding a descriptor, such as agreement, account number, type of service, packet length etc.
According to XML(Extensible Markup Language, extend markup language) main body described in format analysis, determine variable data.Usually, main body is XML format, resolves described main body can select variable data according to XML format.
Wherein, described preservation described request template specifically comprises:
First judge whether self has preserved please seek template corresponding with described type of service;
If be judged as NO, then preserve please seeking template of generating; If be judged as YES, then that has preserved according to the request template renewal generated please seek template.
In other words, by judging whether to save the template corresponding with the type of service that please seek template generated, have please seeking template of this type of service if do not preserved, namely this business does not have tested mistake, then preserve please seeking template of this generation; If saved the template with this type of service, i.e. this business tested mistake, then according to please the seek template identical template of the above-mentioned type of service of request template renewal generated with this generation, concrete update method can be use newly-generated request template to cover existing template; Also can be by two templates among content merge preserve, such as do not exist in existing template and the content of the newly-generated middle existence that please seek template, add in existing template.
Owing to sending to the demand signalling of tested end, be all general network signal, according to above-mentioned demand signalling, generation please seek template, thus can realize automatic generation and the renewal of template, can reduce the workload making template.
Further, in step S100 of the present invention, also comprise and generate the use-case corresponding with described type of service and the step of preserving.Particularly, be the variable by replacing described variable data, generating case; Judge whether to preserve the use-case corresponding with described type of service; If be judged as NO, then preserve the use-case of generation; If be judged as YES, then upgrade according to the use-case generated the use-case preserved.Concrete update method can be use newly-generated use-case to cover existing use-case; Also can be by two use-cases among content merge preserve.
The use-case preserved, can be used for tester's follow-up test to use.As long as namely tester calls use-case according to type of service, and amendment data wherein can obtain the test case for test.
Such as, after the present embodiment scheme is recorded, the template of the reusable SOCKET signaling of other use-cases can be allowed:
Demand signalling template:
S Domain SIP-C/4.0 // signalling header the first row, the title of SOCKET agreement and IP relevant information
F:33333333 // signalling header second row, account
N:InviteUserV4 // signalling header the third line, indicates type of service
I:4444 // signalling header fourth line, business step indicates
Q:request S // signalling header fifth line, business datum
L:1111 // signalling header the 6th row, packet length
<body> // signaling main body starts, and contains the details of account in signaling
<user name=" $ username $ " variable of ></user> // data, filter out data, use variable replacing
. // other nodal informations
</body> // signaling main body terminates
Response signaling template:
SIP-C/4.0 $ code $ Unauthoried // response signaling the first row, $ code $ is response status code
After recording, the data of generation, are new edition use-case content:
$ username $=" Xiao Ming "; $ code $=" 200 "
Record script and carry out templating process, in the instrument of the present embodiment conceptual design, the common ground extracting signaling generates template, so just improves reusability and the extensibility of script after recording.Prior art use case storage be the use-case of all signaling informations, the present embodiment conceptual design, only store the data of use-case, signaling is preserved in addition with the form of template, and multiplexing for other use-cases, such as second use-case saves as:
$ username $=" little beautiful "; $ code $=" 200 ".
Step S200, read the test case comprising data in demand signalling, transfer please seek template corresponding with the type of service of described test case, use data in described request signaling to be variable assignments in described request template, generate demand signalling, and described request signaling is sent to tested end.
In the present embodiment, template comprises the common part of the network signal for corresponding type of service, and test case then comprises variable data, and (in other words, test case includes data that can be different in multiple different network signal, such as, user name, account etc.).By by among data stuffing to template, formed content and form complete and meet the signaling of network service specification.
Preferably, comprise variable in template, described variable, in the structure of data, corresponds respectively to above-mentioned variable data.Then described by the data stuffing in test case in template, comprising: utilize the variable data comprised in test case, replace variable corresponding in template.
It can thus be appreciated that by the template that use can be multiplexing, the common part that test case only needs to comprise variable data and need not comprise its corresponding signaling, reduces the complexity of use-case.
Step S300, receives the response signaling that described tested end returns, and the described response signaling according to receiving is tested.
Consulting Fig. 2, is the flow chart of the second embodiment of network test method of the present invention.Described method comprises the steps.
Step S100 ', record the demand signalling sending to tested end, parse the variable data in described request signaling and type of service, replace with dependent variable by described variable data, generate please seek template corresponding with described type of service, preservation please seek template; Record the response signaling of the tested end transmission received, parse the variable data in described response signaling and type of service, described variable data is replaced with dependent variable, generate the response template corresponding with described type of service, preserve response template.
Wherein, described preservation response template specifically comprises:
First judge whether self has preserved the response template corresponding with described type of service;
If be judged as NO, then preserve the response template of generation; If be judged as YES, then according to the response template that the response template renewal generated has been preserved.
Wherein, the described response signaling recording the tested end transmission received specifically comprises: capture response signaling by self-defining Socket port according to the filtering rule preset, preserve the response signaling of crawl.
Step S200 ', reads the test case comprising data in the response signaling of data and expection in demand signalling; Transfer please seek template corresponding with the type of service of described test case, use data in described request signaling to be variable assignments in described request template, generate demand signalling, and described request signaling is sent to tested end; Transfer the response template corresponding with the type of service of described test case, use data in the response signaling of described expection to be variable assignments in described response template, generate the response signaling of expection and preserve.
Step S300 ', receives the response signaling that described tested end returns, and the response signaling of the described response signaling of reception and the expection of preservation compared, if coupling, then test result is successfully, otherwise test result is unsuccessfully.
The difference of the second embodiment and the first embodiment, is that the second embodiment adds and the response signaling resolution of tested end is obtained to the operation of template, uses the operation of the response signaling of data and corresponding template generation expection in the response signaling of expection.Thus can be compared by the response signaling of the expection by the described response signaling received and preservation, obtain test result rapidly.
In addition, due in specific network service, test lead, after the response signaling receiving tested end, also can reply tested end again.So, the data for replying tested end can also be comprised in described test case.The method of the present embodiment also comprises: after reading described test case, replys signaling according to the described data genaration for replying tested end; After receiving the response signaling that tested end returns, when described tested end replied by needs, described reply signaling is sent to described tested end.Particularly, in step S100 ', also comprise the reply signaling of preserving and sending to tested end, parse the variable data in described reply signaling and type of service, described variable data is replaced with dependent variable, generates the reply template corresponding with described type of service and preserve; In step S200 ', also comprise and transfer the reply template corresponding with the type of service of described test case, use data in described request signaling to be variable assignments in described reply template, generate and reply signaling; In step S300 ', also comprise and described reply signaling is sent to tested end.
Consulting Fig. 3, is the structure chart of network testing device of the present invention.In the present embodiment, tested end can be the server of an application server, such as instant messaging, and in the present embodiment, device may operate in another equipment being different from application server.
Described network testing device comprises: template generation module 100, signaling generation module 200 and signaling receiver module 300.
Template generation module 100, for recording the demand signalling sending to tested end, parse the variable data in described request signaling and type of service, described variable data is replaced with dependent variable, generate please seek template corresponding with described type of service, preserve described request template.
Signaling generation module 200, for reading the test case comprising data in demand signalling, transfer please seek template corresponding with the type of service of described test case, data in described request signaling are used to be variable assignments in described request template, generate demand signalling, and described request signaling is sent to tested end.
Signaling receiver module 300, for receiving the response signaling that described tested end returns, the described response signaling according to receiving is tested.Preferably, data in the response signaling of expection are also comprised in described test case;
Template generation module 100, also for the response signaling that the tested end recording reception sends, parse the variable data in described response signaling and type of service, described variable data is replaced with dependent variable, generate the response template corresponding with described type of service, preserve described response template;
Signaling generation module 200, also for transferring the response template corresponding with the type of service of described test case, uses data in the response signaling of described expection to be variable assignments in described response template, generates the response signaling of expection and preserves.
Preferably, signaling receiver module 300, the response signaling specifically for the expection by the described response signaling received and preservation compares, if coupling, then test result is successfully, otherwise test result is unsuccessfully.
Preferably, template generation module 100, specifically for according to head in described request signaling and intersubjective segmentation mark, is divided into head and main body by described request signaling; Initial according to a line every in described head determines variable data and type of service; Resolve described main body according to XML format, determine variable data.
Preferably, template generation module 100, specifically for judging whether self has preserved please seek template corresponding with described type of service; If be judged as NO, then preserve please seeking template of generating; If be judged as YES, then that has preserved according to the request template renewal generated please seek template.
Preferably, the data for replying tested end are also comprised in described test case;
Signaling generation module 200, also for after reading described test case, replys signaling according to the described data genaration for replying tested end;
Signaling generation module 200, also for when described tested end replied by needs, sends to described tested end by described reply signaling.
Preferably, template generation module 100, specifically for capturing demand signalling by self-defining Socket port according to the filtering rule preset, preserves the demand signalling captured.
Visible, the present invention at least comprises following advantage:
(1) by according to test case, call template and generate signaling, reducing the complexity of use-case, solving the problem that workload that use-case writes is large;
(2) automatically generated by template and upgrade, reducing the workload making template;
(3) select corresponding template by the type of service of test case, can ensure that use-case and template accurate fit obtain signaling;
(4) comprised data in the response signaling of expection by test case, and transfer the response signaling of corresponding response template generation expection, and the response signaling and the actual response signaling received that generate expection are compared, obtain test result rapidly;
(5) by generating and preserving the use-case corresponding with described type of service, tester is facilitated to write the test case of the test for specific transactions.
(6) capture demand signalling by self-defining Socket port according to the filtering rule preset, signaling automatic screening can be realized, economize on resources and the time, accelerate retrieval rate.
The foregoing is only preferred embodiment of the present invention, be not intended to limit protection scope of the present invention.All any amendments done within the spirit and principles in the present invention, equivalent replacement, improvement etc., be all included in protection scope of the present invention.

Claims (10)

1. a network test method, is characterized in that, described method comprises:
Record the demand signalling sending to tested end, parse the variable data in described request signaling and type of service, described variable data is replaced with dependent variable, generate please seek template corresponding with described type of service, preserve described request template;
Read the test case comprising data in demand signalling, transfer please seek template corresponding with the type of service of described test case, use data in described request signaling to be variable assignments in described request template, generate demand signalling, and described request signaling is sent to tested end;
Receive the response signaling that described tested end returns, the described response signaling according to receiving is tested.
2. method according to claim 1, is characterized in that,
Data in the response signaling of expection are also comprised in described test case;
Described reading also comprises before comprising the test case of data in demand signalling:
Record the response signaling of the tested end transmission received, parse the variable data in described response signaling and type of service, described variable data is replaced with dependent variable, generate the response template corresponding with described type of service, preserve described response template;
Described reading also comprises after comprising the test case of data in demand signalling:
Transfer the response template corresponding with the type of service of described test case, use data in the response signaling of described expection to be variable assignments in described response template, generate the response signaling of expection and preserve.
3. method according to claim 2, is characterized in that,
The described described response signaling according to receiving carries out testing specifically comprising:
The response signaling of the described response signaling of reception and the expection of preservation compared, if coupling, then test result is successfully, otherwise test result is unsuccessfully.
4. method according to claim 1, is characterized in that,
Describedly parse variable data in described request signaling and type of service specifically comprises:
According to head in described request signaling and intersubjective segmentation mark, described request signaling is divided into head and main body;
Initial according to a line every in described head determines variable data and type of service;
Main body according to expandable mark language XML format analysis, determines variable data.
5. method according to claim 1, is characterized in that,
Described preservation described request template specifically comprises:
Judge whether self has preserved please seek template corresponding with described type of service;
If be judged as NO, then preserve please seeking template of generating; If be judged as YES, then that has preserved according to the request template renewal generated please seek template.
6. method according to claim 1, is characterized in that,
The data for replying tested end are also comprised in described test case;
Described method also comprises:
After reading described test case, reply signaling according to the described data genaration for replying tested end;
Also comprise after the response signaling that the described tested end of described reception returns:
When described tested end replied by needs, described reply signaling is sent to described tested end.
7. method according to claim 1, is characterized in that,
Described recording sends to the demand signalling of tested end specifically to comprise:
Capture demand signalling by self-defining socket Socket port according to the filtering rule preset, preserve the demand signalling captured.
8. a network testing device, is characterized in that, described device comprises: template generation module, signaling generation module and signaling receiver module;
Described template generation module, for recording the demand signalling sending to tested end, parse the variable data in described request signaling and type of service, described variable data is replaced with dependent variable, generate please seek template corresponding with described type of service, preserve described request template;
Described signaling generation module, for reading the test case comprising data in demand signalling, transfer please seek template corresponding with the type of service of described test case, data in described request signaling are used to be variable assignments in described request template, generate demand signalling, and described request signaling is sent to tested end;
Described signaling receiver module, for receiving the response signaling that described tested end returns, the described response signaling according to receiving is tested.
9. device according to claim 8, is characterized in that,
Data in the response signaling of expection are also comprised in described test case;
Described template generation module, also for the response signaling that the tested end recording reception sends, parse the variable data in described response signaling and type of service, described variable data is replaced with dependent variable, generate the response template corresponding with described type of service, preserve described response template;
Described signaling generation module, also for transferring the response template corresponding with the type of service of described test case, uses data in the response signaling of described expection to be variable assignments in described response template, generates the response signaling of expection and preserves.
10. device according to claim 9, is characterized in that,
Described signaling receiver module, the response signaling specifically for the expection by the described response signaling received and preservation compares, if coupling, then test result is successfully, otherwise test result is unsuccessfully.
CN201310271020.8A 2013-06-29 2013-06-29 A kind of network test method and device Active CN104253718B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310271020.8A CN104253718B (en) 2013-06-29 2013-06-29 A kind of network test method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310271020.8A CN104253718B (en) 2013-06-29 2013-06-29 A kind of network test method and device

Publications (2)

Publication Number Publication Date
CN104253718A true CN104253718A (en) 2014-12-31
CN104253718B CN104253718B (en) 2018-02-06

Family

ID=52188283

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310271020.8A Active CN104253718B (en) 2013-06-29 2013-06-29 A kind of network test method and device

Country Status (1)

Country Link
CN (1) CN104253718B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109933534A (en) * 2019-03-26 2019-06-25 上海上湖信息技术有限公司 A kind of method and device of determining financial test object
CN110232027A (en) * 2019-06-18 2019-09-13 中汇信息技术(上海)有限公司 A kind of method and system carrying out system testing based on editable data
CN110968500A (en) * 2018-09-30 2020-04-07 北京国双科技有限公司 Test case execution method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070081467A1 (en) * 2005-10-11 2007-04-12 Michael Hurst Method and apparatus for testing a telecommunications network
CN101145984A (en) * 2007-04-12 2008-03-19 中兴通讯股份有限公司 Automatic testing method based on self-adapted parameters
CN101950269A (en) * 2010-08-30 2011-01-19 清华大学 Automatic test method for software members

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070081467A1 (en) * 2005-10-11 2007-04-12 Michael Hurst Method and apparatus for testing a telecommunications network
CN101145984A (en) * 2007-04-12 2008-03-19 中兴通讯股份有限公司 Automatic testing method based on self-adapted parameters
CN101950269A (en) * 2010-08-30 2011-01-19 清华大学 Automatic test method for software members

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110968500A (en) * 2018-09-30 2020-04-07 北京国双科技有限公司 Test case execution method and device
CN109933534A (en) * 2019-03-26 2019-06-25 上海上湖信息技术有限公司 A kind of method and device of determining financial test object
CN110232027A (en) * 2019-06-18 2019-09-13 中汇信息技术(上海)有限公司 A kind of method and system carrying out system testing based on editable data

Also Published As

Publication number Publication date
CN104253718B (en) 2018-02-06

Similar Documents

Publication Publication Date Title
WO2018006789A1 (en) Parameter checking method and apparatus, and network management server and computer storage medium
US9717011B2 (en) Event management in telecommunications networks
CN109726128A (en) A kind of method for generating test case, device and server
CN101888658B (en) GPRS (General Packet Radio Service) core network simulation and test system
CN111400127B (en) Service log monitoring method and device, storage medium and computer equipment
CN109582655B (en) Method and device for positioning system log and computer readable storage medium
CN102739428B (en) Method and device for data acquisition, and system
CN108132868A (en) A kind of data monitoring method, device, computing device and storage medium
CN108076017A (en) The protocol analysis method and device of a kind of data packet
CN104253718A (en) Network test method and device
CN116204438A (en) Test case generation method, automatic test method and related device
CN105227411B (en) Method, network agent and the system of test interface
CN112416557B (en) Method and device for determining call relation, storage medium and electronic device
CN102053808B (en) Method, device for printing software information as well as equipment with network interface
CN111314805B (en) Debugging method and device for intercommunication OMCI (OMCI) messages of GPON (gigabit passive optical network) system
CN105207803A (en) Method for simulating trap messages of multiple network elements and system
CN101695028B (en) Method and device for configuring simple network management protocol
CN105577462A (en) Mobile device flow statistical method and device
CN105099745A (en) Tracking method and device of business process
CN114201659A (en) Message track transmission query method, device and system
CN110233747B (en) Data reporting method and cloud platform
CN108833125B (en) Drawing method, system, computer equipment and storage medium for restoring voice speech path
CN114765633A (en) Network message analysis method and device based on train real-time Ethernet protocol
CN107590011B (en) Method and system for inquiring APP (application) error information of mobile terminal
CN111225389A (en) Method and device for processing mobile data traffic

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: Room 810, 8 / F, 34 Haidian Street, Haidian District, Beijing 100080

Patentee after: BEIJING D-MEDIA COMMUNICATION TECHNOLOGY Co.,Ltd.

Address before: 100089 Beijing city Haidian District wanquanzhuang Road No. 28 Wanliu new building 6 storey block A room 602

Patentee before: BEIJING D-MEDIA COMMUNICATION TECHNOLOGY Co.,Ltd.