CN101197729B - Universal message test approach and device based on device status judgment - Google Patents

Universal message test approach and device based on device status judgment Download PDF

Info

Publication number
CN101197729B
CN101197729B CN2007101778725A CN200710177872A CN101197729B CN 101197729 B CN101197729 B CN 101197729B CN 2007101778725 A CN2007101778725 A CN 2007101778725A CN 200710177872 A CN200710177872 A CN 200710177872A CN 101197729 B CN101197729 B CN 101197729B
Authority
CN
China
Prior art keywords
message
analog machine
state
attribute
equipment
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.)
Expired - Fee Related
Application number
CN2007101778725A
Other languages
Chinese (zh)
Other versions
CN101197729A (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.)
NANTONG SANXI ELECTRONICS CO., LTD.
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN2007101778725A priority Critical patent/CN101197729B/en
Publication of CN101197729A publication Critical patent/CN101197729A/en
Application granted granted Critical
Publication of CN101197729B publication Critical patent/CN101197729B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention provides an equipment status judgment based general information testing method, including the following procedures: information which needs to be transmitted is set; the property of simulation equipment is stored based on the information setting; the equipment status is stored based on the property setting of the simulation equipment after the information is processed; whether the send-receive information flow is right is judged based on the preset status of the simulation equipment, if the send-receive information flow is right, the procedure (3) is resumed; if the send-receive information flow is not right, the execution error is displayed. The invention has the advantages that: when simulation equipments with different IDs have the same flow test, the test case can be repeatedly used only by revising IDs of simulation equipments, and revising the information property is not needed; the invention is generally used for systems with different information structures; when a plurality of simulation equipments receive and transmit the same information, only one processing script needs to be wrote, thereby improving efficiency of system test; the number of equipment is not limited, the simulation of corresponding number of actual equipment can be completed only by revising the configuration file; and the test is automatically executed.

Description

A kind of universal message test approach and device of judging based on equipment state
Technical field
The present invention relates to the automatic test field, relate in particular to a kind of universal message test approach and device of judging based on equipment state.
Background technology
In automatic test course, the flow testing of equipment message transmitting-receiving comprises the correctness of testing process and the correctness of test post itself.During test, one side needs some simulation message of artificial structure, sends to process or module through equipment, with the correctness of testing process and the correctness of message; On the other hand, need judge the message that receives from which equipment or which flow process is returned according to different fields or different titles, and send corresponding message according to this message.
In the existing method that the information receiving and transmitting flow process of many equipment is tested, on the one hand, adopt the form of writing code, message is carried out assignment, and the correctness of flow is judged; On the other hand, utilize a plurality of equipment that the correctness of message data transmit-receive is tested, the for example test of conference telephone needs a plurality of mobile phones to join simultaneously in the conversation, with the correctness of testing process and message.
But there is certain weak point in existing test process: in the existing test process, when testing, need remodify code, therefore, can not reuse test case, and the different system of message structure is not had versatility.
Summary of the invention
The purpose of this invention is to provide a kind of universal message test approach of judging based on equipment state, may further comprise the steps:
Step 1, be provided with the message that will send;
Step 2 is according to message setting and preservation analog machine attribute;
Step 3 was handled the equipment state after the message according to the setting of analog machine attribute and preservation;
Step 4 judges according to the preset condition of analog machine whether the messaging flow process is correct, is, then returns step 3 and continues to carry out, and not, then shows execution error.
Said step 2 specifically comprises:
Step 20, the number of definition analog machine;
Step 21 is provided with the total attribute of the message that analog machine sends;
Step 22 is loaded into the total attribute information of the message of the number of analog machine and transmission thereof in the internal memory, and binds one group of messaging list according to the total property calculation of message for each analog machine.
Said step 22 specifically may further comprise the steps:
Step 210 is applied for an analog machine;
Step 211 is according to the attribute of configuration file foundation and preservation analog machine;
Step 212 is according to preset step size computation and preserve the analog machine property value;
Step 213 judges to be last analog machine, is not, then returns step 210, otherwise, execution in step 214;
Step 214 finishes.
Total attribute in the said step 21 is the field of message or the character string of judging as state.
Said step 3 specifically comprises:
Step 30 is provided with and preserves analog machine and sends message state afterwards;
Step 31, testing apparatus receives the response message that system under test (SUT) returns, and judges whether the analog machine state is to send a piece of news state afterwards of going up; Be, then send down a piece of news and the state that sends the back analog machine is set, continue execution in step 4;, then do not show and carry out failure.
The transmission of said message and reception are represented with the form of function.
Also comprise before the said step 30:
Step 30 ', the message that treatment of simulated equipment initiatively sends;
Step 30 ", according to the message after handling the attribute or the global variable of analog machine carried out initialization;
Also comprise after the said step 31:
Step 32, the exception procedure of the response message of system under test (SUT) is not received in processing.
The present invention also provides a kind of universal information testing apparatus of judging based on equipment state, comprising:
Message is provided with module, be used to be provided with the message that will send;
Device attribute is provided with module, be used for according to message be provided with the module setting message structure total attribute with calculate the property value that step-length is provided with analog machine;
Message processing module is used for handling the analog machine state after the message according to the setting of analog machine attribute and preservation;
The flow process judge module is used for the correctness according to the state judgement analog machine messaging flow process of analog machine.
Said message processing module comprises message processing unit, is used for according to the setting of analog machine attribute and the state after preserving the analog machine messaging.
Said message processing module also comprises:
Send message processing unit, be used for the message that treatment of simulated equipment initiatively sends;
Initialization unit is used for according to the message after handling analog machine attribute or global variable being carried out initialization;
The timeout treatment unit is used to handle the exception procedure of the response message of not receiving system under test (SUT).
Compared with prior art, the present invention has following beneficial effect:
(1) the present invention is through the attribute of configuration analog machine; Make different identity (Identification; ID) analog machine only needs the ID that revises analog machine just can reuse test case in carrying out identical flow testing process, need not remodify the attribute of message;
(2) flow process is identical for same equipment; But the variation on the data structure in the edition upgrading process, may occur, such as the increase or the deletion of certain field, this situation only need static analysis be just passable once again to the header file of data structure; Field newly-increased or deletion mends 0 automatically; Message structure does not need again design cycle and use-case after having become like this, therefore, the system with different messages structure is had versatility;
(3) a plurality of analog machines only need be write a processing scripts when receiving and send identical message, have avoided writing the duplication of labour of a large amount of identical scripts, have improved the efficient of system testing;
(4) there is not the restriction of analog machine number, only needs to revise a configuration file and just can accomplish simulation the physical device of respective numbers.
(5) test is carried out automatically, because the user possibly design thousands of test case up to a hundred, when carrying out, the user at first chooses the test case that needs execution, selects " execution " just can carry out down successively according to the order of selecting then.In the implementation, judge the success or the failure of every use-case according to the state that designs in each use-case.The user can set " execution " afterwards, and waiting is finished checks the result of the success or the failure of all use-cases, and in pilot process, does not need to operate again.
Description of drawings
Fig. 1 is a method of testing flow chart of the present invention;
The step that Fig. 2 specifically comprises for step 2;
Fig. 3 is the flow chart that the total attribute list of analog machine is set;
The step that Fig. 4 specifically comprises for step 3;
Fig. 5 is a testing apparatus block diagram of the present invention.
Embodiment
The present invention carries out a plurality of information receiving and transmittings tests and flow testing through to the judgement of analog machine state, and wherein, analog machine is to be used for simulating in the actual test process, is used to send or receive the equipment of message, like mobile phone etc.In the flow testing process; Testing apparatus of the present invention utilizes the ID of analog machine to distinguish the identical message of sending or receiving; And judge the message that next step needs send according to the state that the ID of analog machine takes out analog machine, to realize control to the execution of the identical flow process of different analog machines.
Be elaborated below in conjunction with the accompanying drawing specific embodiments of the invention.
As shown in Figure 1, Fig. 1 is a method of testing flow chart of the present invention, comprises among the figure:
Step 1, be provided with the message that will send;
Step 2 is according to message setting and preservation analog machine attribute;
Wherein the attribute of analog machine is the total attribute and the exclusive attribute of analog machine.For example, for one group of mobile phone, its total attribute is custom IC (International Mobile SubscriberIdentification Number; IMSI), Electronic Serial Number (Electronic Serial Number; ESN) etc., the total property value and the step-length of mobile phone is provided with, if the number property value of first mobile phone is made as 13770233556; Step-length is made as 2, and the number of second mobile phone is exactly 13770233558 so.
Its exclusive attribute can be set to a plurality of string attributes, and its property value is preserved with a tabulation, and the tester can add, be provided with, revise these property values through script.
Step 3 was handled the equipment state after the message according to the setting of analog machine attribute and preservation;
Select an analog machine and the message that need send to system under test (SUT); After the message of choosing sends; This message can be replaced the field value in the message automatically according to the attribute of analog machine, promptly according to the field value in the message state that this analog machine presets is set.
Step 4 judges according to the preset condition of analog machine whether the messaging flow process is correct.
When testing apparatus is received the response message that system under test (SUT) returns, judge at first whether analog machine is in the state that presets, if, then make corresponding response, and reset state value according to this preset condition, otherwise, show and carry out failure.The flow process control of having formed an equipment is judged in the transmitting-receiving of a plurality of message.
When carrying out script, testing apparatus can judge message from which analog machine is sent and by which analog machine received according to the ID of analog machine, thereby judges the correctness of flow performing.If message is not to send or do not received by predetermined analog machine from predetermined analog machine; Will demonstrate the information of execution error so; If message is to send or received by predetermined analog machine from predetermined analog machine; Prove that so this flow process is correct, then return step 3, continue to carry out.
When sending message, need the user to send, when receiving message, also can calculate ID number that receives message according to some field according to the ID of selected equipment, but cumbersome.So when receiving message, organized a message structure in addition, this structure comprises device id and the message data that really sends.Testing apparatus is receiving ID number that just can directly take out transmitting apparatus when message is handled.
Different analog machines is when walking the same stream journey, as long as it is just passable to revise the ID of analog machine.
Step as shown in Figure 2, that Fig. 2 specifically comprises for step 2 comprises among Fig. 2:
Step 20, the number of definition analog machine;
The number of analog machine is that the configuration file through testing apparatus of the present invention reads.
Step 21 is provided with the total attribute of the message that analog machine sends;
The field nodename that should total attribute comprises message, for example: Field.Field.Field, and the change step etc. of message field between neighbouring device, step-length is that the numerical value of zero words message field is constant.
Step 22 is loaded into the total attribute information of the message of the number of analog machine and transmission thereof in the internal memory, and binds one group of information list according to the total property calculation of message for each analog machine.
The Property Name and the property value that comprise analog machine in the tabulation.
The total attribute that is provided with in the step 21 can be represented with a tabulation.As shown in Figure 3, Fig. 3 is the flow chart that the total attribute list of analog machine is set, and comprises the steps: among Fig. 3
Step 210 is applied for an analog machine;
Step 211 is according to the attribute of configuration file foundation and preservation analog machine;
The attribute of each analog machine is kept in the tabulation, and each the bar record in the tabulation comprises: Property Name, property value and attribute type, attribute type are masked as message data or character string.
Step 212 is according to preset step size computation and preserve the analog machine property value;
These property values, are saved in the attribute list of equipment in the process of internal memory in device loads, with apparatus bound.
Step 213 judges to be last analog machine, is not, then returns step 210, and the property value of next analog machine is set; Otherwise, execution in step 214;
Wherein, attribute can be that the field of message also can be the character string of judging as state.
Step 214 finishes.
Step as shown in Figure 4, that Fig. 4 specifically comprises for step 3 comprises among Fig. 4:
Step 30 is provided with and preserves analog machine and sends message state afterwards;
When sending message, analog machine can be replaced the property value of binding field automatically according to side-play amount.
Step 31, testing apparatus receives the response message that system under test (SUT) returns, and judges whether the analog machine state is to send a piece of news state afterwards of going up; Be, then send down a piece of news and the state that sends the back analog machine is set, continue execution in step 4;, then do not show and carry out failure.
Wherein, the reception of message and send the form that is written as function with script, proc sengmsg1{id} for example, therefore, different analog machines sends identical message can call identical function, only revises one and is lowered to ginseng, can avoid the repetition of script.
As required, further comprising the steps of before the step 30:
Step 30 ', the message that treatment of simulated equipment initiatively sends;
The message that analog machine initiatively sends is for example started shooting, shutdown etc., the situation that testing apparatus can be current according to analog machine, and whether decision continues next step test.
Step 30 ", according to the message after handling the attribute or the global variable of analog machine carried out initialization.
Further comprising the steps of after the step 31:
Step 32, the exception procedure of the response message of system under test (SUT) is not received in processing.
If testing apparatus is not received the response message that system under test (SUT) returns, then show the information of execution error, carry out again or the next flow process of continuation execution.
The complete flow process of message test approach of the present invention is described with a concrete example below.
The data of three structures below in a test macro, having:
typedef?struct
{
int m;
char?n;
}St1;
typedef?struct
{
int a;
St1 b;
}St2;
typedef?struct
{
char?a;
St1 b;
}St3;
Suppose an analog machine the message structure that will send be St2, St3, initial value is 1, step-length is 2, it is b.m that user property is set.First equipment is sending St2 like this, and the b.m field value is that 1, the second equipment is sending St2 during the message of St3 structure, and the b.m field value all is 3 during the message of St3 structure.In the process of test; When sending the message of these two kinds of structures; Testing apparatus can be automatically according to the initial value of message and step-length calculate this analog machine the message word segment value that will send; And this message word segment value is kept in the attribute list of analog machine so that the total attribute of analog machine is carried out unified management, and with these property values as sending or receive the foundation that message flow is judged.
In script, can dynamically add the attribute of analog machine, the attribute that dynamically adds is the exclusive attribute of analog machine, for example state setting: SETPROP$ device id " state " " sendmsg1 ".
Testing apparatus takes out its state according to the ID of analog machine after receiving the response message that system under test (SUT) returns, and according to the analog machine state judge next bar the message that will send.
State reads: set ms_state [GETPROP$ device id " state "].
For example: analog machine 1 is walked different flow processs simultaneously with analog machine 2, but can receive the identical response message that system under test (SUT) returns.Analog machine 1 has sent after a piece of news sendmsg1; Its state is set to sendmsg1; Analog machine 2 has sent after a piece of news sendmsg2, and its state is set to sendmsg2, and they will can receive the receivemsg message that system under test (SUT) returns afterwards.The following a piece of news that analog machine 1 sends is sendmsg3, and the following a piece of news that analog machine 2 sends is sendmsg4.
When analog machine is received the receivemsg message that system under test (SUT) returns; Testing apparatus just can judge whether the message of transmitting-receiving is correct through the set ms_state [GETPROP$resid1 " state "] that reads of state; Wherein, resid1 is a device number, if ms_state=sendmsg1; Analog machine 1 sends a piece of news sendmsg3 down so, and the state that has sent back testing apparatus analog machine 1 is set to sendmsg3.Otherwise send message sendmsg4 by analog machine 2, and the state after its transmission message sendmsg4 is set to sendmsg4.
Also walk this flow process if test other analog machine, so only need ID number of same script be changed and just can accomplish the test of identical function.
Be the technical problem that realizes that the present invention will solve; The present invention also provides a kind of universal information testing apparatus of judging based on equipment state; As shown in Figure 5; Fig. 5 is a testing apparatus block diagram of the present invention, comprises among Fig. 5: message is provided with module, device attribute is provided with module, message processing module and process control module.
At first, by message be provided with module be provided with the message that will send.
The process that message is set is: message is provided with module the header file of system under test (SUT) is carried out the structural information analysis; Obtain to send the data structure information of message; And extract data structure information and carry out the calculating and the encoding and decoding of side-play amount, the message that will send to obtain.
Device attribute is provided with module is provided with the message structure of module setting according to message total attribute and calculating step-length, the analog machine attribute is set, and these attributes are carried out list management.
Message processing module comprises message processing unit, is used for according to the setting of analog machine attribute and preserves the state after analog machine was handled message.
Message processing unit be utilize Tool Command Language (Tool Command Language, TCL) script is realized, ID, state and type of message through analog machine in design are as the foundation of judging, to reach the unified management to messaging.
Message processing unit receives after the response message that system under test (SUT) returns, and according to the analog machine ID that system under test (SUT) sends, the state information of taking out analog machine is judged the information that next bar needs sends according to state information.This a part of processing also is the form according to analog machine ID+ state, can reuse, the redundancy of effort of having avoided the identical requirements of process of distinct device test to write identical script.
In order further to strengthen its function, message processing module also comprises:
Send message processing unit, be used for the message that treatment of simulated equipment initiatively sends;
These message decide the operation of carrying out relevant with the concrete message name of sending of the ID of analog machine; For example start shooting, shutdown etc.; This part adopts the form of analog machine ID+ operational order when handling; To realize versatility, only need change that the ID of analog machine just can accomplish the test of the identical flow process of different analog machines, and not receive the restriction of analog machine number.
Initialization unit is carried out initialization according to the message after handling to analog machine attribute or global variable;
For example, the analog machine that has is in idle condition, and the analog machine that has is in busy state, utilizes initialization unit to carry out initialization to the operating state of analog machine.
The timeout treatment unit is used for handling the exception procedure of the response message of not receiving system under test (SUT).
If the response message of system under test (SUT) is not received in the timeout treatment unit, then show the information of execution error, carry out again or the next flow process of continuation execution.
The flow process judge module; Judge the correctness of analog machine messaging flow process according to analog machine ID; That is, receive the message that testing apparatus returns after, judge according to the ID of the analog machine that from message, takes out this message is from which equipment to send; And should receiving, thereby the correctness of judgement flow performing by which equipment.
The above only is a preferred implementation of the present invention; Should be pointed out that for those skilled in the art, under the prerequisite that does not break away from the principle of the invention; Can also make some improvement and retouching, these improvement and retouching also should be regarded as protection scope of the present invention.

Claims (8)

1. a universal message test approach of judging based on equipment state is characterized in that, may further comprise the steps:
Step 1, be provided with the message that will send;
Step 2 is according to message setting and preservation analog machine attribute;
Step 3 was handled the equipment state after the message according to the setting of analog machine attribute and preservation;
Step 4 judges according to the preset condition of analog machine whether the messaging flow process is correct, is, then returns step 3 and continues to carry out, and not, then shows execution error;
Said step 2 specifically comprises:
Step 20, the number of definition analog machine;
Step 21 is provided with the total attribute of the message that analog machine sends;
Step 22 is loaded into the total attribute information of the message of the number of analog machine and transmission thereof in the internal memory, and binds one group of messaging list according to the total property calculation of message for each analog machine.
2. a kind of universal message test approach of judging based on equipment state as claimed in claim 1 is characterized in that said step 22 specifically may further comprise the steps:
Step 210 is applied for an analog machine;
Step 211 is according to the attribute of configuration file foundation and preservation analog machine;
Step 212 is according to preset step size computation and preserve the analog machine property value;
Step 213 judges to be last analog machine, is not, then returns step 210, otherwise, execution in step 214;
Step 214 finishes.
3. a kind of universal message test approach of judging based on equipment state as claimed in claim 1 is characterized in that, the total attribute in the said step 21 is the field of message or the character string of judging as state.
4. a kind of universal message test approach of judging based on equipment state as claimed in claim 1 is characterized in that said step 3 specifically comprises:
Step 30 is provided with and preserves analog machine and sends message state afterwards;
Step 31, testing apparatus receives the response message that system under test (SUT) returns, and judges whether the analog machine state is to send a piece of news state afterwards of going up; Be, then send down a piece of news and the state that sends the back analog machine is set, continue execution in step 4;, then do not show and carry out failure.
5. a kind of universal message test approach of judging based on equipment state as claimed in claim 4 is characterized in that the transmission of said message and reception are represented with the form of function.
6. a kind of universal message test approach of judging based on equipment state as claimed in claim 4 is characterized in that, also comprises before the said step 30:
Step 30 ', the message that treatment of simulated equipment initiatively sends;
Step 30 ", according to the message after handling the attribute or the global variable of analog machine carried out initialization;
Also comprise after the said step 31:
Step 32, the exception procedure of the response message of system under test (SUT) is not received in processing.
7. a universal information testing apparatus of judging based on equipment state is characterized in that, comprising:
Message is provided with module, be used to be provided with the message that will send;
Device attribute is provided with module, be used for according to message be provided with the module setting message structure total attribute with calculate the property value that step-length is provided with analog machine;
Message processing module is used for handling the analog machine state after the message according to the setting of analog machine attribute and preservation;
The flow process judge module is used for the correctness according to the state judgement analog machine messaging flow process of analog machine;
Message processing module comprises message processing unit, is used for according to the setting of analog machine attribute and the state after preserving the analog machine messaging; Message processing unit receives after the response message that system under test (SUT) returns, and according to the analog machine ID that system under test (SUT) transmits, the state information of taking out analog machine is judged the information of next step transmission according to state information.
8. a kind of universal information testing apparatus of judging based on equipment state as claimed in claim 7 is characterized in that said message processing module also comprises:
Send message processing unit, be used for the message that treatment of simulated equipment initiatively sends;
Initialization unit is used for according to the message after handling analog machine attribute or global variable being carried out initialization;
The timeout treatment unit is used to handle the exception procedure of the response message of not receiving system under test (SUT).
CN2007101778725A 2007-11-21 2007-11-21 Universal message test approach and device based on device status judgment Expired - Fee Related CN101197729B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2007101778725A CN101197729B (en) 2007-11-21 2007-11-21 Universal message test approach and device based on device status judgment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2007101778725A CN101197729B (en) 2007-11-21 2007-11-21 Universal message test approach and device based on device status judgment

Publications (2)

Publication Number Publication Date
CN101197729A CN101197729A (en) 2008-06-11
CN101197729B true CN101197729B (en) 2012-05-09

Family

ID=39547891

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2007101778725A Expired - Fee Related CN101197729B (en) 2007-11-21 2007-11-21 Universal message test approach and device based on device status judgment

Country Status (1)

Country Link
CN (1) CN101197729B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107562468A (en) * 2017-08-07 2018-01-09 浪潮金融信息技术有限公司 A kind of development approach of analog machine
CN112306880A (en) * 2020-11-02 2021-02-02 百度在线网络技术(北京)有限公司 Test method, test device, electronic equipment and computer readable storage medium
CN113220580A (en) * 2021-05-18 2021-08-06 Oppo广东移动通信有限公司 Test method and device, equipment and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1855960A (en) * 2005-04-21 2006-11-01 中兴通讯股份有限公司 Automatic testing tool and method for MGCP mass traffic analog calling

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1855960A (en) * 2005-04-21 2006-11-01 中兴通讯股份有限公司 Automatic testing tool and method for MGCP mass traffic analog calling

Also Published As

Publication number Publication date
CN101197729A (en) 2008-06-11

Similar Documents

Publication Publication Date Title
CN104641673B (en) For automatically configuring the method and test system of tester
CN104978258B (en) Automatic software test method and system
CN102967815B (en) Chip testing method, automated testing equipment and system
CN106681924A (en) Software testing method and software testing system
CN106502904A (en) A kind of UI automated testing methods of intelligent appliance equipment application
CN107832065A (en) Firmware upgrade method, water purifier, upgrade-system and readable storage medium storing program for executing
CN107018523A (en) WIFI module method of testing and device
CN1964287A (en) A system and method to test network card
CN101888318A (en) System and method for testing performance index of communication system
CN107453978A (en) Data statistical approach, mobile terminal, server and storage medium based on group
CN106658756A (en) Method and device for recognizing connection between terminal device and hotspot
JP4440185B2 (en) Scenario editing apparatus, pseudo base station test system, pseudo terminal test system, scenario editing method and test processing method, and storage medium storing computer-readable program and program
CN116089281A (en) Chip testing method, testing platform and device
CN101197729B (en) Universal message test approach and device based on device status judgment
CN108228465A (en) A kind of Software function test method and device
CN115184764A (en) Chip testing method and device, electronic equipment and storage medium
KR100892141B1 (en) Test method for automatically testing portable device and apparatus there-for
CN111193638A (en) Linux platform based network card automatic testing method and device
CN108009086B (en) System automation test method based on case decomposition and function learning
CN101188844A (en) A testing system and testing method for service automation
CN106840206A (en) A kind of method of testing, the apparatus and system of follow shot equipment
CN110297764A (en) Loophole test model training method and device
CN103838664A (en) Pressure testing method and device
CN1937461B (en) Terminal test device based on terminal management business
CN116545891A (en) Automatic distribution network testing method based on intelligent equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: NANTONG SANXI ELECTRONICS CO., LTD.

Free format text: FORMER OWNER: ZTE CORPORATION

Effective date: 20141104

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 518057 SHENZHEN, GUANGDONG PROVINCE TO: 226300 NANTONG, JIANGSU PROVINCE

TR01 Transfer of patent right

Effective date of registration: 20141104

Address after: 226300 No. 88 Industrial Park, four anzhen Town, Nantong, Jiangsu, Tongzhou District

Patentee after: NANTONG SANXI ELECTRONICS CO., LTD.

Address before: 518057 Nanshan District Guangdong high tech Industrial Park, South Road, science and technology, ZTE building, Ministry of Justice

Patentee before: ZTE Corporation

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20120509

Termination date: 20161121