CN105528267A - Mobile phone RF (radio frequency) specification serial parallel test method and system - Google Patents

Mobile phone RF (radio frequency) specification serial parallel test method and system Download PDF

Info

Publication number
CN105528267A
CN105528267A CN201610027202.4A CN201610027202A CN105528267A CN 105528267 A CN105528267 A CN 105528267A CN 201610027202 A CN201610027202 A CN 201610027202A CN 105528267 A CN105528267 A CN 105528267A
Authority
CN
China
Prior art keywords
test
mobile phone
parallel
serial
control module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201610027202.4A
Other languages
Chinese (zh)
Other versions
CN105528267B (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.)
Hisense Mobile Communications Technology Co Ltd
Original Assignee
Hisense Mobile Communications 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 Hisense Mobile Communications Technology Co Ltd filed Critical Hisense Mobile Communications Technology Co Ltd
Priority to CN201610027202.4A priority Critical patent/CN105528267B/en
Publication of CN105528267A publication Critical patent/CN105528267A/en
Application granted granted Critical
Publication of CN105528267B publication Critical patent/CN105528267B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Mobile Radio Communication Systems (AREA)
  • Telephone Function (AREA)

Abstract

The invention provides a mobile phone RF (radio frequency) specification serial parallel test method and system, and the technical problem in a one-to-many test that the workload is increased due to test code development repetitive work is solved. The method comprises the steps of after a testing scrip file runs to an emission test node, calling a serial emission test control module in a serial parallel control dynamic-link library to control N mobile phones to execute a serial emission test; after a testing scrip file runs to a receiving test node, calling a parallel receiving test control module in the serial parallel control dynamic-link library to control N mobile phones to execute a parallel receiving test. The emission test node and the receiving test node are inset in the testing scrip file, when running to nodes, calling the serial emission test control module and the parallel receiving test control module from the serial parallel control dynamic-link library to perform dispatcher control on the serial emission test and the parallel receiving test, so that a step of repeated design of the serial emission test dispatch and the parallel receiving test dispatch in multiple modules when designing a test code is omitted.

Description

Mobile phone radio frequency index serial parallel method of testing and system
Technical field
The present invention relates to mobile phone radio frequency calibration testing technical field, particularly relate to a kind of mobile phone radio frequency index serial parallel method of testing and system.
Background technology
Along with LTE(LongTermEvolution, Long Term Evolution) popularization of technology, mobile phone radio frequency standard and frequency range get more and more, and before dispatching from the factory, need the radio frequency project of calibration and test also to get more and more, the corresponding test duration is also more and more longer.
Traditional mobile phone radio frequency index test adopts man-to-man method to test, that is, a test module connects a mobile phone and tests, but the testing cost of this mode is high, and inefficiency.
In order to improve testing efficiency, the normal method of one-to-many that adopts of existing mobile phone radio frequency test is carried out, that is, a test module connection plurality of mobile phones is tested plurality of mobile phones simultaneously.When performing this test, need software engineer in test code, realize the serial test of transmitter and the concurrent testing of receiver.As table one, to test four mobile phones simultaneously:
As table one is visible, four mobile phones, after connecting test module has been started shooting, start to perform transmission test, and a mobile phone is when performing test, and other mobile phones are waited for, complete transmitter test in a serial fashion; Then, four mobile phones perform receiver test in a parallel fashion simultaneously, change planes and carry out next round test after completing.The advantage of this test mode is: for the N portion mobile phone simultaneously tested, and saves the on time of N-1 portion mobile phone and the receiver test time of N-1 portion mobile phone, thus can improve testing efficiency.
The serial parallel test of N portion mobile phone needs upper computer software coding to realize scheduling, and upper computer software often needs to be divided into multiple module according to the radio frequency standard of mobile phone, such as CDMA, WCDMA, LTE etc.; In each module, perform the serial parallel test of one-to-many, wherein, " transmission test " in table one and " receiving test " is api function; Also namely, need in each api function in each module, to realize this serial parallel scheduling.There is following shortcoming in it: the testing software before mobile phone dispatches from the factory often is divided the work to develop by multidigit slip-stick artist, the software of such as each module is responsible for exploitation by a slip-stick artist, then every slip-stick artist needs to realize the serial test of transmitter and the concurrent testing of receiver, the workload that this repetitive operation obviously increases software engineer and the probability of makeing mistakes in the software of oneself exploitation.
Summary of the invention
The object of this invention is to provide a kind of mobile phone radio frequency index serial parallel method of testing and system, solve the technical matters that the testing software code development repetitive operation existed in the test of existing one-to-many increases workload.
The object of the invention is to be achieved through the following technical solutions:
Propose a kind of mobile phone radio frequency index serial parallel method of testing, comprising: after test script file runs to transmission test node, call the serial parallel serial transmission testing control module control N portion mobile phone controlled in dynamic link library and perform serial transmission test; After test script file runs to and receives test node, call the serial parallel parallel reception testing control module control N portion mobile phone controlled in dynamic link library and perform parallel reception test.
Propose a kind of mobile phone radio frequency index serial parallel test macro, comprise test instrumentation, test module and N portion testing mobile phone; Described test instrumentation is used for the RF index of testing mobile phone; Described test module connects described test instrumentation, runs the test script file being used for testing mobile phone RF index; N portion testing mobile phone connects described test instrumentation and described test module; Also comprise serial parallel and control dynamic link library; Described serial parallel controls dynamic link library and comprises serial transmission testing control module and parallel reception testing control module; After described test script file runs to transmission test node, described test module calls the serial parallel serial transmission testing control module control N portion mobile phone controlled in dynamic link library and performs serial transmission test; After described test script file runs to reception test node, the described test module parallel reception testing control module control N portion mobile phone called in serial parallel control dynamic link library performs parallel reception and tests.
The technical scheme of the embodiment of the present invention, its technique effect had or advantage are: the present invention propose mobile phone radio frequency index serial parallel method of testing and system in, the scheduling controlling part of mobile phone being carried out to serial transmission test and parallel reception test is separated from each module of testing software code, design with unitary part, compile with dynamic link library form, and with the form of api interface function, also namely the form of test node is embedded in test script file, when mobile phone being carried out to the serial parallel test of one-to-many, after test script file runs to transmission test node, call the serial parallel serial transmission testing control module controlled in dynamic link library and carry out the test of Control and Schedule N portion mobile phone execution serial transmission, after test script file runs to and receives test node, call the serial parallel parallel reception testing control module Control and Schedule N portion mobile phone controlled in dynamic link library and perform parallel reception test, compared with prior art, serial parallel scheduling controlling part is branched away design separately, and compile with dynamic link library form, form when needing to use with API in test script file is called, design iterations serial parallel scheduling controlling in each module can be avoided, thus make testing software code development slip-stick artist when development and testing code, all in the module of its design, serial parallel scheduling is designed without the need to every slip-stick artist, only need pay close attention to the realization of transmitter test in the module self be responsible for and receiver test algorithm, this eliminate repetitive operation, reduce overall work amount, solve the technical matters that the test code exploitation repetitive operation existed in the test of existing one-to-many increases workload, the technical matters of the test code fluctuation of service that the otherness that middle disparate modules is dispatched by different engineers design's serial parallel is compared to existing technology brought, in the present invention, because each module calls identical serial parallel scheduler module from dynamic link library, which eliminate the poor designs opposite sex, also make the operation of test code more stable.
Accompanying drawing explanation
Fig. 1 is the mobile phone radio frequency index serial parallel method of testing process flow diagram that the embodiment of the present invention proposes;
Fig. 2 is a specific embodiment process flow diagram of the mobile phone radio frequency index serial parallel test that the embodiment of the present invention proposes;
Fig. 3 is the system chart of the mobile phone radio frequency index serial parallel test macro that the embodiment of the present invention proposes;
Fig. 4 is the test flow chart of the mobile phone radio frequency index serial parallel test macro that the embodiment of the present invention proposes.
Embodiment
In order to make the object, technical solutions and advantages of the present invention clearly, below in conjunction with accompanying drawing, the present invention is described in further detail, and obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making other embodiments all obtained under creative work prerequisite, belong to the scope of protection of the invention.
As shown in Figure 1, be the process flow diagram of the mobile phone radio frequency index serial parallel method of testing that the embodiment of the present invention proposes, comprise the steps:
Step S11: after test script file runs to transmission test node, calls the serial parallel serial transmission testing control module control N portion mobile phone controlled in dynamic link library and performs serial transmission test.
Step S12: after test script file runs to and receives test node, calls the serial parallel parallel reception testing control module control N portion mobile phone controlled in dynamic link library and performs parallel reception test.
In the embodiment of the present invention, in test script file, introduce test node: transmission test node and reception test node; Test node is embedded in test script file with the form of test item, facilitate software code Developmental Engineer directly at test script file inediting, and do not need Developmental Engineer in the code being responsible for separately module, realize serial transmission test respectively and parallelly receive test, design transmitter test in the module only need be responsible at oneself and how receiver test realizes.
Transmission test node and the api interface received in test node difference corresponding serial parallel control dynamic link library.Serial parallel controls in dynamic link library, and corresponding A PI Interface design has serial transmission testing control module and parallel reception testing control module, and the control of serial transmission test dispatching and the parallel test dispatching that receives that realize N portion mobile phone respectively control.
Serial transmission testing control module and parallel reception testing control module are based on MFC(MicriosoftFoundationClasses, microsoft foundation class) event object, encapsulate serial transmission test dispatching class and parallel reception test dispatching class, compile with the form of dynamic link library, and be embedded in test script file with the form of api interface function.
In mobile phone radio frequency index serial parallel method of testing provided by the invention, the scheduling controlling part of mobile phone being carried out to serial transmission test and parallel reception test is branched away from each module of test code, design with unitary part, compile with dynamic link library form, and with the form of api interface function, also namely the form of test node is embedded in test script file; When mobile phone being carried out to the serial parallel test of one-to-many, after test script file runs to transmission test node, call the serial parallel serial transmission testing control module controlled in dynamic link library and carry out the test of Control and Schedule N portion mobile phone execution serial transmission, after test script file runs to and receives test node, call the serial parallel parallel reception testing control module Control and Schedule N portion mobile phone controlled in dynamic link library and perform parallel reception test.
Compared with prior art, serial parallel scheduling controlling part is branched away design separately, and compile with dynamic link library form, form when needing to use with API in test script file is called, design iterations serial parallel scheduling controlling in each module can be avoided, thus make test code Developmental Engineer when development and testing code, all in the module of its design, serial parallel scheduling is designed without the need to every slip-stick artist, only need pay close attention to the realization of transmitter test in the module self be responsible for and receiver test algorithm, this eliminate repetitive operation, reduce overall work amount, solve the technical matters that the test code exploitation repetitive operation existed in the test of existing one-to-many increases workload, the technical matters of the test code fluctuation of service that the otherness that middle disparate modules is dispatched by different engineers design's serial parallel is compared to existing technology brought, in the present invention, because each module calls identical serial parallel scheduler module from dynamic link library, which eliminate the poor designs opposite sex, also make the operation of test code more stable.
What serial transmission testing control module performed is that serial transmission test dispatching controls, and the parallel parallel reception test dispatching receiving testing control module responsible controls.When calling serial transmission testing control module and performing serial transmission test dispatching to N portion mobile phone, handset emissions test need be performed for every portion mobile phone transmitter test module called in test dynamic link library; When calling parallel receiver module control N portion mobile phone and performing parallel reception testing and control, mobile phone need be performed for every portion mobile phone receiver test module called in test dynamic link library and receive test.
The functional module of functional module and the responsible receiver test having responsible transmitter to test is compiled in test dynamic link library, embed with the form of test item in test script file, and when test script file runs, from test dynamic link library, call execution with the form of api interface function.
Preferably, test script file comprises transmission test node and receives outside test node, also includes transmission test end node and receives test end node.In test script file, the corresponding api interface controlling dynamic link library call serial transmission test finishing control module from serial parallel of transmission test node, serial transmission test finishing control module is for judging whether N portion mobile phone all executes transmitter test, and after N portion mobile phone all executes transmitter test, test script file just can move to reception test node.In test script file, receive corresponding the walking abreast from serial parallel control dynamic link library call of test node and receive the api interface of test finishing control module, the parallel test finishing control module that receives is for judging whether N portion mobile phone all executes receiver test, and after N portion mobile phone all executes receiver test, test script file could continue to run to perform other operation, or enters other standards and carry out RF index test.
Concrete, when N portion mobile phone performs serial transmission test, call the serial transmission test finishing control module in serial parallel control dynamic link library, after making serial transmission test finishing control module judge that the test of N portion mobile phone execution serial transmission all terminates, then control enters reception test node; When N portion mobile phone performs parallel reception test, call the parallel reception test finishing control module in serial parallel control dynamic link library, make the parallel test finishing control module that receives judge that N portion mobile phone performs and parallelly receive after test all terminates, then the RF index controlling to enter other standards is tested.
In the embodiment of the present invention, serial transmission testing control module specifically performs: whether inquiry N portion mobile phone can start serial transmission test; If so, then dispatch N portion mobile phone and perform serial transmission test; If not, wait for that N portion mobile phone all completes connecting test instrument and mobile phone configuration; The parallel testing control module that receives specifically performs: whether inquiry N portion mobile phone can start parallel reception test; If so, then dispatch N portion mobile phone and perform parallel reception test; If not, wait for that N portion mobile phone all completes transmitted in parallel test.
The mobile phone radio frequency index serial parallel method of testing of embodiment of the present invention proposition is described below in detail with a specific embodiment, connect same RF index test instrumentation for four mobile phones and carry out RF index test, before test, four mobile phones connect the test module of RF index test instrumentation and such as computing machine and so on, test module testing results script file, and storage string parallel control dynamic link library and test dynamic link library, as shown in Figure 2, comprise the following steps:
Step S21: RF index test starts.
Step S22: enter transmission test node; Concrete, inquire about four mobile phones by the api interface serial transmission testing control module called in serial parallel control dynamic link library and whether can start transmission test, if so, then carry out the scheduling controlling that the serial transmission of four mobile phones is tested; If not, then wait for that four mobile phones all complete to connect and configuration.
Step S23: from test dynamic link library call transmitter test module, under the scheduling controlling of serial transmission testing control module, successively transmitter test is performed to first mobile phone, second mobile phone, the 3rd mobile phone and the 4th mobile phone.
Step S24: enter transmission test end node; Concrete, whether serial transmission test finishing control module polls four mobile phones called in serial parallel control dynamic link library by api interface all execute transmission test, and if so, then control four mobile phones enter receiver test node below; Otherwise wait for.
Step S25: enter reception test node; Concrete, inquire about four mobile phones by the api interface parallel reception testing control module called in serial parallel control dynamic link library and whether can start to receive test, if so, then carry out the scheduling controlling of the parallel reception test to four mobile phones.
Step S26: from test dynamic link library call receiver test module, under the scheduling controlling of parallel reception testing control module, simultaneously receiver test is performed to first mobile phone, second mobile phone, the 3rd mobile phone and the 4th mobile phone.
Step S27: enter and receive test end node; Concrete, whether parallel reception test finishing control module polls four mobile phones called in serial parallel control dynamic link library by api interface are all executed and receive test, if so, then carry out the RF index test four mobile phones being entered to other standards; Otherwise wait for.
Based on the mobile phone radio frequency index serial parallel method of testing of above-mentioned proposition, the present invention proposes a kind of mobile phone radio frequency index serial parallel test macro, and as shown in Figure 3, this system comprises test instrumentation 31, test module 32 and N portion testing mobile phone 33; Test instrumentation 31 is for the RF index of testing mobile phone; Test module 32 connecting test instrument 31, runs the test script file being used for testing mobile phone RF index; N portion testing mobile phone 33 connecting test instrument 31 and test module 32.
This system also comprises serial parallel and controls dynamic link library 34; Serial parallel controls dynamic link library 34 and comprises serial transmission testing control module 341 and parallel reception testing control module 342; During test, test module 32 testing results script file, after test script file runs to transmission test node, test module 32 calls the serial parallel serial transmission testing control module 341 control N portion mobile phone controlled in dynamic link library 34 and performs serial transmission test; After test script file runs to reception test node, the test module 32 parallel reception testing control module 342 control N portion mobile phone called in serial parallel control dynamic link library 34 performs parallel reception and tests.
Concrete, serial transmission testing control module 341 specifically performs: whether inquiry N portion mobile phone can start serial transmission test; If so, then dispatch N portion mobile phone and perform serial transmission test; If not, wait for that N portion mobile phone all completes connecting test instrument and mobile phone configuration; The parallel testing control module 342 that receives specifically performs: whether inquiry N portion mobile phone can start parallel reception test; If so, then dispatch N portion mobile phone and perform parallel reception test; If not, wait for that N portion mobile phone all completes transmitted in parallel test.
Here serial transmission testing control module 341, performs by calling serial transmission test API in test script file; Parallel reception testing control module 342, performs by calling the parallel test API that receives in test script file; Serial transmission testing control module and the parallel testing control module that receives are the object using class declaration.
In this system, serial parallel controls also to comprise serial transmission test finishing control module 343 and parallel reception test finishing control module 344 in dynamic link library 34; Test module 32 is when performing serial transmission test, also call the serial transmission test finishing control module 343 in serial parallel control dynamic link library 34, after making serial transmission test finishing control module judge that the test of N portion mobile phone execution serial transmission all terminates, then control to enter reception test node; Test module 32 is when performing parallel reception test, also call the parallel reception test finishing control module 344 in serial parallel control dynamic link library 34, after making described parallel reception test finishing control module judge that mobile phone execution parallel reception test in N portion all terminates, then the RF index controlling to enter other standards is tested.
This system also comprises test dynamic link library 35; This test dynamic link library includes transmitter test module 351 and receiver test module 352; Test module, after calling serial transmission testing control module control N portion mobile phone and performing serial transmission test, calls emitter test module and performs handset emissions test for every portion mobile phone; Test module, after calling parallel reception testing control module control N portion mobile phone and performing parallel reception test, calls receiver test module and receives test for every portion mobile phone execution mobile phone.
Illustrate that the testing process of the mobile phone radio frequency index serial parallel test macro that the present invention proposes illustrates with a specific embodiment below, as shown in Figure 4, to test four mobile phones simultaneously, mobile phone 1, mobile phone 2, mobile phone 3 and mobile phone 4 connecting test instrument 41 and test module 42, after four mobile phones complete connection and configuration, test module 42 testing results script file is to transmission test node, at this Nodes, test script file calls the serial transmission test of the serial transmission test module in serial parallel control dynamic link libraries to four mobile phones by api interface and carries out scheduling controlling, and by the transmitter test module that api interface calls in test dynamic link library, transmission test is performed to every portion mobile phone.
When test script file moves to transmission test end node, the serial transmission test finishing control module in serial parallel control dynamic link library is called by api interface, perform inquiry four mobile phones and whether all complete transmission test, after all executing transmission test, control to enter reception test node.
At reception test node place, test script file calls the parallel reception test of the parallel reception test module in serial parallel control dynamic link library to four mobile phones by api interface and carries out scheduling controlling, and is tested every portion mobile phone execution reception by the receiver test module that api interface calls in test dynamic link library.
When test script file moves to and receives test end node, the parallel reception test finishing control module in serial parallel control dynamic link library is called by api interface, perform inquiry four mobile phones and whether all complete reception test, after all executing reception test, control RF indexes test entering other tests or enter other standards.
In the invention described above embodiment, serial refers to that N portion mobile phone carries out transmission test successively according to sequence, walks abreast and refers to that N portion mobile phone carries out reception test simultaneously.The preferred xml form of test script file.
Although describe the preferred embodiments of the present invention, those skilled in the art once obtain the basic creative concept of cicada, then can make other change and amendment to these embodiments.So claims are intended to be interpreted as comprising preferred embodiment and falling into all changes and the amendment of the scope of the invention.
Obviously, those skilled in the art can carry out various change and modification to the present invention and not depart from the spirit and scope of the present invention.Like this, if these amendments of the present invention and modification belong within the scope of the claims in the present invention and equivalent technologies thereof, then the present invention is also intended to comprise these change and modification.

Claims (10)

1. mobile phone radio frequency index serial parallel method of testing, is characterized in that, comprising:
After test script file runs to transmission test node, call the serial parallel serial transmission testing control module control N portion mobile phone controlled in dynamic link library and perform serial transmission test;
After test script file runs to and receives test node, call the serial parallel parallel reception testing control module control N portion mobile phone controlled in dynamic link library and perform parallel reception test.
2. mobile phone radio frequency index serial parallel method of testing according to claim 1, is characterized in that, described serial transmission testing control module, performs by calling serial transmission test API in test script file; Described parallel reception testing control module, performs by calling the parallel test API that receives in test script file;
Described serial transmission testing control module and described parallel reception testing control module are the object using class declaration.
3. mobile phone radio frequency index serial parallel method of testing according to claim 1, is characterized in that, when N portion mobile phone performs serial transmission test, described method also comprises:
Call the serial transmission test finishing control module in serial parallel control dynamic link library, after making described serial transmission test finishing control module judge that the test of N portion mobile phone execution serial transmission all terminates, then control enters reception test node;
When N portion mobile phone performs parallel reception test, described method also comprises:
Call the parallel reception test finishing control module in serial parallel control dynamic link library, after making described parallel reception test finishing control module judge that mobile phone execution parallel reception test in N portion all terminates, then the RF index controlling to enter other standards is tested.
4. mobile phone radio frequency index serial parallel method of testing according to claim 1, it is characterized in that, when calling serial transmission testing control module control N portion mobile phone and performing serial transmission testing and control, described method also comprises: perform handset emissions test for every portion mobile phone transmitter test module called in test dynamic link library;
When calling parallel receiver module control N portion mobile phone and performing parallel reception testing and control, described method also comprises: perform mobile phone for every portion mobile phone receiver test module called in test dynamic link library and receive test.
5. mobile phone radio frequency index serial parallel method of testing according to claim 1, it is characterized in that, described serial transmission testing control module specifically performs and comprises:
Inquire about described N portion mobile phone and whether can start serial transmission test; If so,
Then execution cost N portion mobile phone performs serial transmission test; If not,
Wait for that described N portion mobile phone all completes connecting test instrument and mobile phone configuration;
Described parallel reception testing control module specifically performs and comprises:
Inquire about described N portion mobile phone and whether can start parallel reception test; If so,
Then execution cost N portion mobile phone performs parallel reception test; If not,
Wait for that described N portion mobile phone all completes transmitted in parallel test.
6. mobile phone radio frequency index serial parallel test macro, comprises test instrumentation, test module and N portion testing mobile phone; Described test instrumentation is used for the RF index of testing mobile phone; Described test module connects described test instrumentation, runs the test script file being used for testing mobile phone RF index; N portion testing mobile phone connects described test instrumentation and described test module; It is characterized in that, also comprise serial parallel and control dynamic link library; Described serial parallel controls dynamic link library and comprises serial transmission testing control module and parallel reception testing control module;
After described test script file runs to transmission test node, described test module calls the serial parallel serial transmission testing control module control N portion mobile phone controlled in dynamic link library and performs serial transmission test;
After described test script file runs to reception test node, the described test module parallel reception testing control module control N portion mobile phone called in serial parallel control dynamic link library performs parallel reception and tests.
7. mobile phone radio frequency index serial parallel test macro according to claim 6, is characterized in that, described serial transmission testing control module, performs by calling serial transmission test API in test script file; Described parallel reception testing control module, performs by calling the parallel test API that receives in test script file;
Described serial transmission testing control module and described parallel reception testing control module are the object using class declaration.
8. mobile phone radio frequency index serial parallel test macro according to claim 6, is characterized in that, described serial parallel controls also to comprise serial transmission test finishing control module and parallel reception test finishing control module in dynamic link library;
Described test module is when performing serial transmission test, also call the serial transmission test finishing control module in serial parallel control dynamic link library, after making described serial transmission test finishing control module judge that the test of N portion mobile phone execution serial transmission all terminates, then control to enter reception test node;
Described test module is when performing parallel reception test, also call the parallel reception test finishing control module in serial parallel control dynamic link library, after making described parallel reception test finishing control module judge that mobile phone execution parallel reception test in N portion all terminates, then the RF index controlling to enter other standards is tested.
9. mobile phone radio frequency index serial parallel test macro according to claim 6, it is characterized in that, described system also comprises test dynamic link library; Described test dynamic link library includes transmitter test module and receiver test module;
Described test module, after calling serial transmission testing control module control N portion mobile phone and performing serial transmission test, calls described emitter test module and performs handset emissions test for every portion mobile phone;
Described test module, after calling parallel reception testing control module control N portion mobile phone and performing parallel reception test, calls described receiver test module and receives test for every portion mobile phone execution mobile phone.
10. mobile phone radio frequency index serial parallel test macro according to claim 6, it is characterized in that, described serial transmission testing control module specifically performs and comprises:
Inquire about described N portion mobile phone and whether can start serial transmission test; If so,
Then execution cost N portion mobile phone performs serial transmission test; If not,
Wait for that described N portion mobile phone all completes connecting test instrument and mobile phone configuration;
Described parallel reception testing control module specifically performs and comprises:
Inquire about described N portion mobile phone and whether can start parallel reception test; If so,
Then execution cost N portion mobile phone performs parallel reception test; If not,
Wait for that described N portion mobile phone all completes transmitted in parallel test.
CN201610027202.4A 2016-01-15 2016-01-15 Mobile phone radio frequency index serial parallel test method and system Active CN105528267B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610027202.4A CN105528267B (en) 2016-01-15 2016-01-15 Mobile phone radio frequency index serial parallel test method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610027202.4A CN105528267B (en) 2016-01-15 2016-01-15 Mobile phone radio frequency index serial parallel test method and system

Publications (2)

Publication Number Publication Date
CN105528267A true CN105528267A (en) 2016-04-27
CN105528267B CN105528267B (en) 2019-05-17

Family

ID=55770511

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610027202.4A Active CN105528267B (en) 2016-01-15 2016-01-15 Mobile phone radio frequency index serial parallel test method and system

Country Status (1)

Country Link
CN (1) CN105528267B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109347578A (en) * 2018-11-27 2019-02-15 京信通信系统(中国)有限公司 Radio frequency performance test method, device, computer equipment and readable storage medium storing program for executing
CN112988489A (en) * 2021-04-20 2021-06-18 易兆微电子(杭州)股份有限公司 Method, device, equipment and storage medium for testing radio frequency chip

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070070691A1 (en) * 2005-09-23 2007-03-29 Litepoint Corporation Apparatus and method for simultaneous testing of multiple orthogonal frequency division multiplexed transmitters with single vector signal analyzer
CN104394544A (en) * 2014-12-19 2015-03-04 上海斐讯数据通信技术有限公司 Automatic radio frequency test method for WiFi (Wireless Fidelity) product
CN104753612A (en) * 2015-03-06 2015-07-01 广东欧珀移动通信有限公司 Radio frequency test method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070070691A1 (en) * 2005-09-23 2007-03-29 Litepoint Corporation Apparatus and method for simultaneous testing of multiple orthogonal frequency division multiplexed transmitters with single vector signal analyzer
CN104394544A (en) * 2014-12-19 2015-03-04 上海斐讯数据通信技术有限公司 Automatic radio frequency test method for WiFi (Wireless Fidelity) product
CN104753612A (en) * 2015-03-06 2015-07-01 广东欧珀移动通信有限公司 Radio frequency test method and system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109347578A (en) * 2018-11-27 2019-02-15 京信通信系统(中国)有限公司 Radio frequency performance test method, device, computer equipment and readable storage medium storing program for executing
CN109347578B (en) * 2018-11-27 2022-01-04 京信网络系统股份有限公司 Radio frequency performance test method and device, computer equipment and readable storage medium
CN112988489A (en) * 2021-04-20 2021-06-18 易兆微电子(杭州)股份有限公司 Method, device, equipment and storage medium for testing radio frequency chip

Also Published As

Publication number Publication date
CN105528267B (en) 2019-05-17

Similar Documents

Publication Publication Date Title
CN101631033B (en) Method, system, server and client for calling remote component
CN102917095B (en) A kind of method of the terminal test based on android system and device
CN101807168B (en) Testing environment of digital terminal for supporting edition compatibility and building method thereof
CN112946404B (en) Comprehensive test method for batch production satellite
CN101840348A (en) Database middleware system
US8995966B2 (en) Radio interface layer design for smartphones
CN103324173A (en) Multiple-heterogeneous robot cooperation method based on middleware
CN103885873A (en) Automated integration testing method
CN102662734B (en) Android RIL system and construction method thereof
CN105528267A (en) Mobile phone RF (radio frequency) specification serial parallel test method and system
CN103164207A (en) Application program development method and system for spanning hardware platforms based on Android system
CN109743396A (en) component loading method of SCA software radio platform
CN109683990B (en) H5 multiterminal cut-in method based on mixed mode mobile application
CN106227545B (en) The design method and device of development platform
CN105988928B (en) The test method and mobile terminal of terminal applies
CN101296462A (en) Method and system for batch execution of mobile terminal software automatic test
CN102508694B (en) Method and system for operating file of virtual machine
CN103309690A (en) Data processing method and electronic equipment
CN105188077A (en) Communication module test method and system
CN102196010A (en) System and method for implementing application open interface at terminal side
CN107402768B (en) Reusable and extensible Android application development method
CN109298851B (en) Expansion mechanism adaptation method of OSGi heterogeneous software framework
CN110442442B (en) Nuclear power plant DCS platform engineer station software maintenance network communication method
CN110765009B (en) Automatic AI voice software test frame of execution
CN1235139C (en) Parallel compiling apparatus based on J2EE construction unit

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