CN103856365A - Automatic testing method and system of client terminal access equipment - Google Patents

Automatic testing method and system of client terminal access equipment Download PDF

Info

Publication number
CN103856365A
CN103856365A CN201210516791.4A CN201210516791A CN103856365A CN 103856365 A CN103856365 A CN 103856365A CN 201210516791 A CN201210516791 A CN 201210516791A CN 103856365 A CN103856365 A CN 103856365A
Authority
CN
China
Prior art keywords
parameter
parameter value
client terminal
character string
terminal access
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
CN201210516791.4A
Other languages
Chinese (zh)
Other versions
CN103856365B (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.)
Shenzhen Gongjin Electronics Co Ltd
Original Assignee
Shenzhen Gongjin Electronics 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 Shenzhen Gongjin Electronics Co Ltd filed Critical Shenzhen Gongjin Electronics Co Ltd
Priority to CN201210516791.4A priority Critical patent/CN103856365B/en
Publication of CN103856365A publication Critical patent/CN103856365A/en
Application granted granted Critical
Publication of CN103856365B publication Critical patent/CN103856365B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

An automatic testing method of client terminal access equipment comprises the following steps that identification data of a test case are read; a parameter information file, configurated in advance, of the client terminal access equipment is read; parameter character strings corresponding to the identification data are searched for in the parameter information file; parameter names contained in the parameter character strings, names of nodes where parameters corresponding to the parameter names belong and parameter values corresponding to the parameter names are extracted; whether the parameter values need to be re-matched and replaced or not is judged, if yes, matching values corresponding to the parameter values are searched for in the parameter information file and an instruction containing the parameter names, the names of the nodes where the parameters belong and the matching values is generated, and if not, an instruction containing the parameter names, the names of the nodes where the parameters belong and the parameter values is generated; the instruction is written into the client terminal access equipment; an operation result of the client terminal access equipment is recorded. The method can improve the client terminal access equipment testing efficiency. In addition, the invention further provides an automatic testing system of the client terminal access equipment.

Description

Client terminal access device automatic test approach and system
[technical field]
The present invention relates to field of computer technology, particularly a kind of client terminal access device automatic test approach and system.
[background technology]
Client terminal access device such as, is linked into the equipment of network by client terminal (personal computer etc.).Client terminal access device comprises hub, bridge, switch and router etc.
Digital processing chip is important parts in client terminal access device, is the processor of client terminal access device.Due to the difference of production firm or the difference of model, the command parameter of digital processing chip is also different.In the time that client terminal access device is tested, even test identical function, also need, according to the difference of the digital processing chip in client terminal access device, different orders is set.Cause test job very loaded down with trivial details, testing efficiency is very low.
[summary of the invention]
Based on this, be necessary to provide a kind of client terminal access device automatic test approach that can improve testing efficiency.
A kind of client terminal access device automatic test approach, comprises the following steps:
The identification data of read test use-case;
Read the parameter information file of pre-configured client terminal access device;
In described parameter information file, search the parameter character string that described identification data is corresponding;
Extract the parameter name comprising in described parameter character string, the parameter affiliated nodename corresponding with described parameter name, the parameter value corresponding with described parameter name;
Judge whether described parameter value needs match and replace again, if, in described parameter information file, search the matching value that described parameter value is corresponding, the order that generation comprises described parameter name, the affiliated nodename of parameter and matching value, if not, generate the order that comprises described parameter name, the affiliated nodename of parameter and parameter value;
Described order is write to client terminal access device;
Record the operation result of client terminal access device.
In an embodiment, under the parameter comprising in the described parameter character string of described extraction, the step of nodename, parameter name and parameter value comprises therein:
Search the string delimiter comprising in described parameter character string;
According to described string delimiter, described parameter character string is decomposed into subparameter character string;
Extract the parameter name comprising in described subparameter character string, the parameter affiliated nodename corresponding with described parameter name, the parameter value corresponding with described parameter name.
Therein in an embodiment, extract nodename under the parameter name that comprises in described subparameter character string, the parameter corresponding with described parameter name, with the step of parameter value corresponding to described parameter name be:
Search two argumnent separators that comprise in described subparameter character string;
According to described argumnent separator, described subparameter character string is decomposed into three word strings;
Extract three word strings according to preset order and be respectively nodename and described parameter value under described parameter name, parameter.
Therein in an embodiment, describedly judge whether described parameter value needs again the step of match and replace to be:
Judge whether described parameter value is marked with expression and needs the default symbol of match and replace again, if so, judge that described parameter value needs match and replace again, if not, judges that described parameter value does not need match and replace again.
Therein in an embodiment, describedly judge whether described parameter value needs again the step of match and replace to be:
Judge whether parameter value is marked with the default symbol that expression does not need again match and replace, if not, critical parameter value needs match and replace again, if so, judges that parameter value does not need match and replace again.
In addition, be also necessary to provide a kind of client terminal access device Auto-Test System that can improve testing efficiency.
A kind of client terminal access device Auto-Test System, comprising:
Read module, for the identification data of read test use-case;
Described read module is also for reading the parameter information file of pre-configured client terminal access device;
Parameter string searching module, for searching at described parameter information file the parameter character string that described identification data is corresponding;
Parameter extraction module, for extracting nodename under parameter name that described parameter character string comprises, the parameter corresponding with described parameter name, the parameter value corresponding with described parameter name;
Parameter value matching module for judging whether described parameter value needs match and replace again, is if so, searched the matching value that described parameter value is corresponding in described parameter information file;
Order generation module, if need match and replace again for described parameter value, search after the matching value that described parameter value is corresponding in described parameter information file at parameter value matching module, the order that generation comprises described parameter name, the affiliated nodename of parameter and matching value, if described parameter value does not need match and replace again, generate the order that comprises described parameter name, the affiliated nodename of parameter and parameter value;
Order writing module, for writing client terminal access device by described order;
Operation result logging modle, for recording the operation result of client terminal access device.
In an embodiment, described parameter extraction module comprises therein:
String delimiter is searched unit, the string delimiter comprising for searching described parameter character string;
Parameter character string resolving cell, is decomposed into subparameter character string according to described string delimiter by described parameter character string;
Parameter extraction unit, for extracting nodename under parameter name that described subparameter character string comprises, the parameter corresponding with described parameter name, the parameter value corresponding with described parameter name.
Therein in an embodiment, described parameter extraction unit is for searching two argumnent separators that described subparameter character string comprises, according to described argumnent separator, described subparameter character string is decomposed into three word strings, extracts three word strings according to preset order and be respectively nodename and described parameter value under described parameter name, parameter.
Therein in an embodiment, described parameter value matching module, for judging whether described parameter value is marked with expression and needs the default symbol of match and replace again, if so, judges that described parameter value needs match and replace again, if not, judge that described parameter value does not need match and replace again.
Therein in an embodiment, described parameter value matching module is for judging whether parameter value is marked with the default symbol that expression does not need again match and replace, and if not, critical parameter value needs match and replace again, if so, judge that parameter value does not need match and replace again.
Above-mentioned client terminal access device automatic test approach and system, first the identification data of read test use-case, identification data has represented the function point that test case is to be measured, further, in pre-configured parameter information file, search the parameter character string that identification data is corresponding, concatenate into order according to parameter character, the data that need input when this order is the function point corresponding to above-mentioned identification data of test client terminal access device to be measured, further order is write to client terminal access device, and record the operation result of client terminal access device, thereby while testing the identical function of different client terminal access devices, only need to input same identification data, do not need, according to the digital processing chip of the different model in different client terminal access devices, different orders is set, thereby improve the efficiency of test client terminal access device.
[accompanying drawing explanation]
Fig. 1 is the schematic flow sheet of a client terminal access device automatic test approach in embodiment;
Fig. 2 is the schematic flow sheet of the step S104 of Fig. 1 in an embodiment;
Fig. 3 is the schematic flow sheet of the step S203 of Fig. 2 in an embodiment;
Fig. 4 is the structural representation of a client terminal access device Auto-Test System in embodiment;
Fig. 5 is the internal structure schematic diagram of parameter extraction module in an embodiment.
[embodiment]
As shown in Figure 1, in one embodiment, a kind of client terminal access device automatic test approach, comprises the following steps:
Step S101, the identification data of read test use-case.
The identification data of test case represents the function point that test case is to be measured.General, the input data of test case have illustrated the function point that test case is to be measured, but due to the relevant parameter difference of different client terminal access devices, while testing the same function point of different client terminal access devices, the input data of test case are also different, therefore, represent the function point of test case with identification data.When user need test a certain function point of client terminal access device, input the identification data that this function point is corresponding.Step S103~step S107 is the process that generates corresponding input data according to identification data, the data that need input when these input data are the function point corresponding to above-mentioned identification data of test client terminal access device to be measured.
In one embodiment, can load pre-configured test case configuration file, the identification data of the corresponding test case of data line in test case configuration file.Further, the data in read test use-case configuration file line by line, until read test case configuration file end, and carry out following steps S103~step S107 according to the every data line reading.If there is no data in the test case configuration file loading, finish.
Step S102, reads the parameter information file of pre-configured client terminal access device.
Client terminal access device comprises hub, bridge, switch and router etc.Parameter information file record the corresponding relation of test case identification data and parameter character string.In parameter character string, comprise parameter name, affiliated nodename and the parameter value of parameter.Nodename and parameter value under corresponding parameter name, parameter forms one group mutually, in parameter character string, occurs in groups.The content difference of the parameter information file of different client terminal access devices.
Step S103 searches the parameter character string corresponding to identification data of test case in parameter information file.
In one embodiment, parameter information file comprises many records that represent identification data and parameter character string corresponding relation.Step S103 can compare these records in the identification data of above-mentioned test case and parameter information file one by one, in inspection record, whether comprise the identification data of above-mentioned test case, if, can in this record, obtain the parameter character string corresponding to identification data of above-mentioned test case, if not, repeat record comparison step, until these records in parameter information file have been compared.
Step S104, the parameter name comprising in extracting parameter character string, the parameter affiliated nodename corresponding with this parameter name, the parameter value corresponding with this parameter name.
Concrete, can from parameter character string, extract one or more groups nodename and parameter value under corresponding parameter name, parameter mutually.Under corresponding parameter name, parameter, nodename and parameter value occur in groups in parameter character string mutually.
Step S105, judges whether parameter value needs match and replace again, if so, performs step S106, if not, performs step S107.
In one embodiment, step S105 can judge whether parameter value is marked with expression and needs the default symbol of match and replace again, and if so, critical parameter value needs match and replace again, if not, judges that parameter value does not need match and replace again.For example, representing to need again the default symbol of match and replace is the rear pair of colon that is positioned at front pair of colon of parameter value head end and is positioned at parameter value end.Step S105 can judge whether the head end of parameter value and end have respectively two colons, if so, judges that parameter value needs match and replace again, if not, judges that parameter value does not need match and replace again.
In another embodiment, step S105 can judge whether parameter value is marked with the default symbol that expression does not need again match and replace, and if not, critical parameter value needs match and replace again, if so, judges that parameter value does not need match and replace again.For example, representing not need again the default symbol of match and replace is the character string " default " that is positioned at parameter value tail end.Step S105 can judge whether the tail end of parameter value has character string " default ", if not, judges that parameter value needs match and replace again, if so, judges that parameter value does not need match and replace again.
Step S106 searches the matching value that parameter value is corresponding in parameter information file, generates the order that comprises parameter name, the affiliated nodename of parameter and matching value.
In parameter information file, also record the corresponding relation of parameter value and matching value.Step S106 can search matching value corresponding to above-mentioned parameter value in the corresponding relation of parameter value and matching value.Further, can generate the order that comprises nodename and matching value under parameter name, parameter according to default form, for example, the order of production form: nodename parameter name matching value under set parameter.
Step S107, generates the order that comprises parameter name, the affiliated nodename of parameter and parameter value.
Step S108, writes client terminal access device by the order of generation.
Step S109, records the operation result of client terminal access device.
Concrete, the identification data of test case and the corresponding relation of operation result that can recording step S101 read.
As shown in Figure 2, in one embodiment, step S104 comprises the following steps:
Step S201, searches the string delimiter comprising in parameter character string.
For example, string delimiter is comma, can search the comma comprising in parameter character string.
Step S202, is decomposed into subparameter character string according to string delimiter by parameter character string.
Concrete, can divide parameter character string according to string delimiter residing position in parameter character string, obtain one or more subparameter character strings.In the time not comprising string delimiter in parameter character string, have to a sub-parameter character string, this subparameter character string is raw parameter character string.In the time comprising more than one string delimiter in parameter character string, can obtain multiple subparameter character strings.
Step S203, extracts the parameter name comprising in subparameter character string, the parameter affiliated nodename corresponding with parameter name, the parameter value corresponding with parameter name.
As shown in Figure 3, in one embodiment, step S203 comprises the following steps:
Step S301, searches two argumnent separators that comprise in subparameter character string.
Argumnent separator is pre-configured character, can be colon, space, pause mark, etc.
Step S302, is decomposed into three word strings according to argumnent separator by subparameter character string.
Step S303, extracts three word strings according to preset order and is respectively nodename and parameter value under parameter name, parameter.
For example, first word string is extracted as to nodename under parameter, second word string is extracted as to parameter name, the 3rd word string is extracted as to parameter value, etc.
As shown in Figure 4, in one embodiment, a kind of client terminal access device Auto-Test System, comprise read module 10, parameter string searching module 20, parameter extraction module 30, parameter value matching module 40, order generation module 50, order writing module 60 and operation result logging modle 70, wherein:
Read module 10 is for the identification data of read test use-case.
The identification data of test case represents the function point that test case is to be measured.General, the input data of test case have illustrated the function point that test case is to be measured, but due to the relevant parameter difference of different client terminal access devices, while testing the same function point of different client terminal access devices, the input data of test case are also different, therefore, represent the function point of test case with identification data.When user need test a certain function point of client terminal access device, input the identification data that this function point is corresponding.
In one embodiment, read module 10 can load pre-configured test case configuration file, the identification data of the corresponding test case of data line in test case configuration file.Further, read module 10 is the data in read test use-case configuration file line by line, until read test case configuration file end.If there is no data in the test case configuration file loading, finish.
Read module 10 is also for reading the parameter information file of pre-configured client terminal access device.
Client terminal access device comprises hub, bridge, switch and router etc.Parameter information file record the corresponding relation of test case identification data and parameter character string.In parameter character string, comprise parameter name, affiliated nodename and the parameter value of parameter.Nodename and parameter value under corresponding parameter name, parameter forms one group mutually, in parameter character string, occurs in groups.The content difference of the parameter information file of different client terminal access devices.
Parameter string searching module 20 is searched the parameter character string corresponding to identification data of test case in parameter information file.
In one embodiment, parameter information file comprises many records that represent identification data and parameter character string corresponding relation.Parameter string searching module 20 can be compared these records in the identification data of above-mentioned test case and parameter information file one by one, in inspection record, whether comprise the identification data of above-mentioned test case, if, can in this record, obtain the parameter character string corresponding to identification data of above-mentioned test case, if not, repeat record comparison step, until these records in parameter information file have been compared.
Nodename under the parameter name that parameter extraction module 30 comprises for extracting parameter character string, the parameter corresponding with this parameter name, the parameter value corresponding with this parameter name.
Concrete, parameter extraction module 30 can extract one or more groups nodename and parameter value under corresponding parameter name, parameter mutually from parameter character string.Under corresponding parameter name, parameter, nodename and parameter value occur in groups in parameter character string mutually.
Parameter value matching module 40, for judging whether parameter value needs match and replace again, is if so, searched the matching value that parameter value is corresponding in parameter information file.Further, parameter value matching module 40 can send judged result to order generation module 50.
In one embodiment, parameter value matching module 40 can judge whether parameter value is marked with expression and needs the default symbol of match and replace again, and if so, critical parameter value needs match and replace again, if not, judges that parameter value does not need match and replace again.For example, default symbol is the rear pair of colon that is positioned at front pair of colon of parameter value head end and is positioned at parameter value end, parameter value matching module 40 can judge whether the head end of parameter value and end have respectively two colons, if, judge that parameter value needs match and replace again, if not, judge that parameter value does not need match and replace again.
In another embodiment, parameter value matching module 40 can judge whether parameter value is marked with the default symbol that expression does not need again match and replace, and if not, critical parameter value needs match and replace again, if so, judges that parameter value does not need match and replace again.For example, representing not need again the default symbol of match and replace is the character string " default " that is positioned at parameter value tail end.Parameter value matching module 40 can judge whether the tail end of parameter value has character string " default ", if not, judges that parameter value needs match and replace again, if so, judges that parameter value does not need match and replace again.
In parameter information file, also record the corresponding relation of parameter value and matching value.Parameter value matching module 40 can be searched matching value corresponding to above-mentioned parameter value in the corresponding relation of parameter value and matching value.If order generation module 50 needs match and replace again for parameter value, in parameter information file, search after the matching value that parameter value is corresponding at parameter value matching module 40, the order that generation comprises parameter name, the affiliated nodename of parameter and matching value, if parameter value does not need match and replace again, generate the order that comprises parameter name, the affiliated nodename of parameter and parameter value.
Order generation module 50 can generate the order that comprises nodename under parameter name, parameter and matching value/parameter value according to default form, for example, generate the order of following form: nodename parameter name matching value under set parameter, or: nodename parameter name parameter value under set parameter.
Order writing module 60 is for writing client terminal access device by the order of generation.
Concrete, order writing module 60 order of generation can be write client terminal access device for writing the chip of order.
Operation result logging modle 70 is for recording the operation result of client terminal access device.
Concrete, operation result logging modle 70 can record the identification data of test case and the corresponding relation of operation result that read module 10 reads.
As shown in Figure 5, in one embodiment, parameter extraction module 30 comprises that string delimiter searches unit 310, parameter character string resolving cell 320 and parameter extraction unit 330, wherein:
String delimiter is searched the string delimiter that unit 310 comprises for searching parameter character string.
For example, string delimiter is comma, and string delimiter is searched 310 of unit can search the comma comprising in parameter character string.
Parameter character string resolving cell 320 is for being decomposed into subparameter character string according to string delimiter by parameter character string.
Concrete, parameter character string resolving cell 320 can be divided parameter character string according to string delimiter residing position in parameter character string, obtains one or more subparameter character strings.In the time not comprising string delimiter in parameter character string, have to a sub-parameter character string, this subparameter character string is raw parameter character string.In the time comprising more than one string delimiter in parameter character string, can obtain multiple subparameter character strings.
Parameter extraction unit 330 is for nodename under the parameter name extracting subparameter character string and comprise, the parameter corresponding with parameter name, the parameter value corresponding with parameter name.
In one embodiment, two argumnent separators that parameter extraction unit 330 comprises for searching subparameter character string, according to argumnent separator, subparameter character string is decomposed into three word strings, extracts three word strings according to preset order and be respectively nodename and parameter value under parameter name, parameter.
Argumnent separator is pre-configured character, can be colon, space, pause mark, etc.
For example, first word string is extracted as to nodename under parameter, second word string is extracted as to parameter name, the 3rd word string is extracted as to parameter value, etc.
Above-mentioned client terminal access device automatic test approach and system, first the identification data of read test use-case, identification data has represented the function point that test case is to be measured, further, in pre-configured parameter information file, search the parameter character string that identification data is corresponding, concatenate into order according to parameter character, the data that need input when this order is the function point corresponding to above-mentioned identification data of test client terminal access device to be measured, further order is write to client terminal access device, and record the operation result of client terminal access device, thereby while testing the identical function of different client terminal access devices, only need to input same identification data, do not need, according to the digital processing chip of the different model in different client terminal access devices, different orders is set, thereby improve the efficiency of test client terminal access device.
The above embodiment has only expressed several execution mode of the present invention, and it describes comparatively concrete and detailed, but can not therefore be interpreted as the restriction to the scope of the claims of the present invention.It should be pointed out that for the person of ordinary skill of the art, without departing from the inventive concept of the premise, can also make some distortion and improvement, these all belong to protection scope of the present invention.Therefore, the protection range of patent of the present invention should be as the criterion with claims.

Claims (10)

1. a client terminal access device automatic test approach, comprises the following steps:
The identification data of read test use-case;
Read the parameter information file of pre-configured client terminal access device;
In described parameter information file, search the parameter character string that described identification data is corresponding;
Extract the parameter name comprising in described parameter character string, the parameter affiliated nodename corresponding with described parameter name, the parameter value corresponding with described parameter name;
Judge whether described parameter value needs match and replace again, if, in described parameter information file, search the matching value that described parameter value is corresponding, the order that generation comprises described parameter name, the affiliated nodename of parameter and matching value, if not, generate the order that comprises described parameter name, the affiliated nodename of parameter and parameter value;
Described order is write to client terminal access device;
Record the operation result of client terminal access device.
2. client terminal access device automatic test approach according to claim 1, is characterized in that, under the parameter comprising in the described parameter character string of described extraction, the step of nodename, parameter name and parameter value comprises:
Search the string delimiter comprising in described parameter character string;
According to described string delimiter, described parameter character string is decomposed into subparameter character string;
Extract the parameter name comprising in described subparameter character string, the parameter affiliated nodename corresponding with described parameter name, the parameter value corresponding with described parameter name.
3. client terminal access device automatic test approach according to claim 2, it is characterized in that, extract nodename under the parameter name that comprises in described subparameter character string, the parameter corresponding with described parameter name, with the step of parameter value corresponding to described parameter name be:
Search two argumnent separators that comprise in described subparameter character string;
According to described argumnent separator, described subparameter character string is decomposed into three word strings;
Extract three word strings according to preset order and be respectively nodename and described parameter value under described parameter name, parameter.
4. client terminal access device automatic test approach according to claim 1, is characterized in that, describedly judges whether described parameter value needs again the step of match and replace to be:
Judge whether described parameter value is marked with expression and needs the default symbol of match and replace again, if so, judge that described parameter value needs match and replace again, if not, judges that described parameter value does not need match and replace again.
5. client terminal access device automatic test approach according to claim 1, is characterized in that, describedly judges whether described parameter value needs again the step of match and replace to be:
Judge whether parameter value is marked with the default symbol that expression does not need again match and replace, if not, critical parameter value needs match and replace again, if so, judges that parameter value does not need match and replace again.
6. a client terminal access device Auto-Test System, is characterized in that, comprising:
Read module, for the identification data of read test use-case;
Described read module is also for reading the parameter information file of pre-configured client terminal access device;
Parameter string searching module, for searching at described parameter information file the parameter character string that described identification data is corresponding;
Parameter extraction module, for extracting nodename under parameter name that described parameter character string comprises, the parameter corresponding with described parameter name, the parameter value corresponding with described parameter name;
Parameter value matching module for judging whether described parameter value needs match and replace again, is if so, searched the matching value that described parameter value is corresponding in described parameter information file;
Order generation module, if need match and replace again for described parameter value, search after the matching value that described parameter value is corresponding in described parameter information file at parameter value matching module, the order that generation comprises described parameter name, the affiliated nodename of parameter and matching value, if described parameter value does not need match and replace again, generate the order that comprises described parameter name, the affiliated nodename of parameter and parameter value;
Order writing module, for writing client terminal access device by described order;
Operation result logging modle, for recording the operation result of client terminal access device.
7. client terminal access device Auto-Test System according to claim 6, is characterized in that, described parameter extraction module comprises:
String delimiter is searched unit, the string delimiter comprising for searching described parameter character string;
Parameter character string resolving cell, is decomposed into subparameter character string according to described string delimiter by described parameter character string;
Parameter extraction unit, for extracting nodename under parameter name that described subparameter character string comprises, the parameter corresponding with described parameter name, the parameter value corresponding with described parameter name.
8. client terminal access device Auto-Test System according to claim 7, it is characterized in that, described parameter extraction unit is for searching two argumnent separators that described subparameter character string comprises, according to described argumnent separator, described subparameter character string is decomposed into three word strings, extracts three word strings according to preset order and be respectively nodename and described parameter value under described parameter name, parameter.
9. client terminal access device Auto-Test System according to claim 6, it is characterized in that, described parameter value matching module is for judging whether described parameter value is marked with expression and needs the default symbol of match and replace again, if, judge that described parameter value needs match and replace again, if not, judge that described parameter value does not need match and replace again.
10. client terminal access device Auto-Test System according to claim 6, it is characterized in that, described parameter value matching module is for judging whether parameter value is marked with the default symbol that expression does not need again match and replace, if not, critical parameter value needs match and replace again, if so, judge that parameter value does not need match and replace again.
CN201210516791.4A 2012-12-05 2012-12-05 Client terminal access device automatic test approach and system Active CN103856365B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210516791.4A CN103856365B (en) 2012-12-05 2012-12-05 Client terminal access device automatic test approach and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210516791.4A CN103856365B (en) 2012-12-05 2012-12-05 Client terminal access device automatic test approach and system

Publications (2)

Publication Number Publication Date
CN103856365A true CN103856365A (en) 2014-06-11
CN103856365B CN103856365B (en) 2018-09-14

Family

ID=50863605

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210516791.4A Active CN103856365B (en) 2012-12-05 2012-12-05 Client terminal access device automatic test approach and system

Country Status (1)

Country Link
CN (1) CN103856365B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105260392A (en) * 2015-09-15 2016-01-20 歌尔声学股份有限公司 Method and system for storing test data
CN106095648A (en) * 2016-06-25 2016-11-09 浙江中烟工业有限责任公司 A kind of virtualization terminal access device condition checkout gear
CN106294766A (en) * 2016-08-11 2017-01-04 中国银行股份有限公司 The detection method of a kind of customization file and device
CN109726101A (en) * 2018-05-07 2019-05-07 平安普惠企业管理有限公司 Parameter identification method, parameter identification terminal, device and readable storage medium storing program for executing

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101188844A (en) * 2007-12-04 2008-05-28 中兴通讯股份有限公司 A testing system and testing method for service automation
CN101252471A (en) * 2008-03-20 2008-08-27 中兴通讯股份有限公司 Distributed automatization test system and method
KR20090083622A (en) * 2008-01-30 2009-08-04 주식회사 국민은행 Test automating system
CN102014023A (en) * 2010-12-03 2011-04-13 汉柏科技有限公司 VB Script based automatic testing method of network equipment products
CN102109572A (en) * 2009-12-23 2011-06-29 中兴通讯股份有限公司 Method for testing and method for testing and controlling transmission chip
CN102135938A (en) * 2011-03-21 2011-07-27 中国工商银行股份有限公司 Software product testing method and system
CN102231686A (en) * 2011-06-24 2011-11-02 北京天融信科技有限公司 System and method for implementing automated test of network security equipment

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101188844A (en) * 2007-12-04 2008-05-28 中兴通讯股份有限公司 A testing system and testing method for service automation
KR20090083622A (en) * 2008-01-30 2009-08-04 주식회사 국민은행 Test automating system
CN101252471A (en) * 2008-03-20 2008-08-27 中兴通讯股份有限公司 Distributed automatization test system and method
CN102109572A (en) * 2009-12-23 2011-06-29 中兴通讯股份有限公司 Method for testing and method for testing and controlling transmission chip
CN102014023A (en) * 2010-12-03 2011-04-13 汉柏科技有限公司 VB Script based automatic testing method of network equipment products
CN102135938A (en) * 2011-03-21 2011-07-27 中国工商银行股份有限公司 Software product testing method and system
CN102231686A (en) * 2011-06-24 2011-11-02 北京天融信科技有限公司 System and method for implementing automated test of network security equipment

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105260392A (en) * 2015-09-15 2016-01-20 歌尔声学股份有限公司 Method and system for storing test data
CN105260392B (en) * 2015-09-15 2019-05-17 歌尔股份有限公司 The storage method and system of test data
CN106095648A (en) * 2016-06-25 2016-11-09 浙江中烟工业有限责任公司 A kind of virtualization terminal access device condition checkout gear
CN106095648B (en) * 2016-06-25 2018-12-28 浙江中烟工业有限责任公司 A kind of virtualization terminal access device condition checkout gear
CN106294766A (en) * 2016-08-11 2017-01-04 中国银行股份有限公司 The detection method of a kind of customization file and device
CN109726101A (en) * 2018-05-07 2019-05-07 平安普惠企业管理有限公司 Parameter identification method, parameter identification terminal, device and readable storage medium storing program for executing

Also Published As

Publication number Publication date
CN103856365B (en) 2018-09-14

Similar Documents

Publication Publication Date Title
US8990792B2 (en) Method for constructing dynamic call graph of application
CN102243699A (en) Malicious code detection method and system
CN103577989A (en) Method and system for information classification based on product identification
CN112612664B (en) Electronic equipment testing method and device, electronic equipment and storage medium
CN103856365A (en) Automatic testing method and system of client terminal access equipment
CN112784009A (en) Subject term mining method and device, electronic equipment and storage medium
CN112380838A (en) Patent file intelligent indexing method and device based on big data
CN105630656A (en) Log model based system robustness analysis method and apparatus
CN105718795A (en) Malicious code evidence obtaining method and system on the basis of feature code under Linux
CN102880718B (en) A kind of storage of flexible daily record and acquisition methods
CN103064928A (en) Method and device for filtering junk files based on key words
CN112199935A (en) Data comparison method and device, electronic equipment and computer readable storage medium
CN107885628A (en) A kind of method of testing, device and the equipment of magnetic disc i/o performance
CN110927587B (en) Method and device for generating battery pack charge and discharge test report
US10705738B2 (en) Method, apparatus, storage medium, and terminal for optimizing memory card performance
CN102305906A (en) Chip testing method and device
CN110188073A (en) Method, apparatus, storage medium and the computer equipment of In vivo detection log parsing
CN110377566A (en) Arrange the method and system of the S parameter test file of PCB
CN110336817B (en) Unknown protocol frame positioning method based on TextRank
CN108804917A (en) A kind of file test method, device, electronic equipment and storage medium
CN110457239B (en) Method for extracting solid state disk basic key
CN103309993A (en) Keyword extraction method and device
CN113468866A (en) Method and device for analyzing non-standard JSON string
CN107038452A (en) Telephone number recognition methods and device
CN202103859U (en) Automatic test tool of terminal protocol

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