WO2017113912A1 - Physical layer software automation test method and device - Google Patents

Physical layer software automation test method and device Download PDF

Info

Publication number
WO2017113912A1
WO2017113912A1 PCT/CN2016/100086 CN2016100086W WO2017113912A1 WO 2017113912 A1 WO2017113912 A1 WO 2017113912A1 CN 2016100086 W CN2016100086 W CN 2016100086W WO 2017113912 A1 WO2017113912 A1 WO 2017113912A1
Authority
WO
WIPO (PCT)
Prior art keywords
test
physical layer
use case
parameters
layer software
Prior art date
Application number
PCT/CN2016/100086
Other languages
French (fr)
Chinese (zh)
Inventor
李金凤
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2017113912A1 publication Critical patent/WO2017113912A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management

Definitions

  • the present disclosure relates to the field of automated testing techniques, for example, to a physical layer software automated testing method and apparatus.
  • the physical layer (Physical Layer, PHY for short) software is generally carried on the digital signal processor (DSP), and the physical layer software mainly performs the modulation and demodulation function of the physical layer digital signal.
  • DSP digital signal processor
  • LTE Long Term Evolution
  • the downlink needs to handle various transmission modes of TM1 to TM9.
  • the uplink needs to deal with various scenarios such as normal, MIMO, super cell, high-speed rail, and collaboration.
  • the update of the system, the improvement of the system requirements, the physical layer software need to be continuously optimized, the code changes are especially frequent, the development and maintenance of the physical layer software is huge; and the agile development needs to be as agile as possible, so the automated test is to ensure the change can
  • the only way to converge as quickly as possible is to develop an automated test method that is reliable and easy to locate and solve problems.
  • PC UT test this test operation is simple, the positioning problem is fast, but the single test case is limited to each module, the test is not comprehensive;
  • board test this test hardware test, can test the whole software code, but The problem of positioning and solving problems is limited, the test period is long, and the problem is not comprehensive enough.
  • the present disclosure provides a physical layer software automated testing method and apparatus for solving the problem that the physical layer software automated testing in the related art is not comprehensive enough.
  • the present disclosure provides a physical layer software automated testing method, including: a parameter generator batch generating multiple sets of use case parameters; an algorithm simulator respectively generating test cases corresponding to each set of use case parameters; the test agent is based on the test case to measure the physical The layer software is tested; the test client publishes the test results.
  • the method further includes: the parameter converter, according to an interface format between the physical layer and the upper layer, an interface in each test case Use case parameters for format conversion.
  • the parameter generator generates a plurality of sets of use case parameters in batches, including: the parameter generator respectively generates each application scenario corresponding to each channel according to parameters of each channel of the physical layer traversed in each application scenario.
  • Use case parameters are a plurality of sets of use case parameters in batches, including: the parameter generator respectively generates each application scenario corresponding to each channel according to parameters of each channel of the physical layer traversed in each application scenario. Use case parameters.
  • the test case includes: input data, a set of use case parameters, and an output reference; the algorithm emulator respectively generates test cases corresponding to each set of use case parameters, including: the algorithm emulator is based on the set of use cases The parameters are run and the input data and output reference corresponding to the set of use case parameters are generated during the running process.
  • test agent tests the physical layer software to be tested based on the test case, and the test agent performs the physical layer software to be tested running on the physical layer or the simulated physical layer based on the test case. Test and output test results.
  • the test agent tests the physical layer software to be tested based on the test case, including: the test agent reads in input data and use case parameters in the test case; and the test agent calls the test to be tested.
  • Physical layer software performs testing, and generates an output result; the test agent compares the output result with an output reference in the test case, if the output result and the If the output reference is the same, the test result is the test pass. If the output result is not the same as the output reference, the test result is that the test fails.
  • the present disclosure also provides a physical layer software automatic testing device, comprising: a parameter generator, configured to generate multiple sets of use case parameters in batches; and an algorithm simulator configured to respectively generate test cases corresponding to each set of use case parameters; a test agent, It is set to test the physical layer software to be tested based on the test case; the test client is set to publish the test result.
  • a parameter generator configured to generate multiple sets of use case parameters in batches
  • an algorithm simulator configured to respectively generate test cases corresponding to each set of use case parameters
  • a test agent It is set to test the physical layer software to be tested based on the test case
  • the test client is set to publish the test result.
  • the apparatus further includes a parameter converter; the parameter converter is configured to: according to an interface format between the physical layer and the upper layer, before the test agent tests the physical layer software to be tested based on the test case, Format conversion of interface use case parameters in each test case.
  • the parameter generator is configured to generate use case parameters corresponding to each application scenario of each channel according to parameters of each channel of the physical layer traversed in each application scenario.
  • the test case includes: input data, a set of use case parameters, and an output reference; the algorithm simulator is configured to run based on the set of use case parameters, and generate the set of use case parameters during operation Corresponding input data and output reference.
  • the test agent is configured to invoke a test case to test the physical layer software to be tested running on the physical layer or the simulated physical layer, and output the test result.
  • the test agent is configured to read input data and use case parameters in the test case, call the physical layer software to be tested, execute the test, and generate an output result; and output the result and the test
  • the output reference in the use case is compared. If the output result is the same as the output reference, the test result is test pass. If the output result is not the same as the output reference, the test result is test fail.
  • the present disclosure also provides a non-transitory storage medium storing computer executable instructions arranged to perform the physical layer software automated test method described above.
  • the present disclosure also provides a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions, when the program instructions are executed by a computer, The computer is caused to perform the above-described physical layer software automated test method.
  • the present disclosure also provides an electronic device comprising at least one processor and a memory communicatively coupled to the at least one processor, the memory for storing instructions executable by the at least one processor, the instructions being The at least one processor, when executed, causes the at least one processor to perform the physical layer software automated test method described above.
  • all software-related problems can be found and solved on a PC in a physical layer software development phase by batch generation of test cases for testing all functions of the physical layer software; in the physical layer software maintenance phase, each can be The day builds the test and generates a test log to achieve continuous integration of the physical layer software with high reliability.
  • FIG. 1 is a flow chart of a physical layer software automated testing method in accordance with an embodiment of the present disclosure
  • FIG. 2 is a specific flowchart of a physical layer software automated testing method according to an embodiment of the present disclosure
  • FIG. 3 is a structural diagram of a physical layer software automated test apparatus according to an embodiment of the present disclosure
  • FIG. 4 is a structural diagram of an electronic device according to an embodiment of the present disclosure.
  • the present disclosure is used to test all the functions of the physical layer software, and can find and solve all software-related problems on the PC in the physical layer software development phase; in the physical layer software maintenance phase, the daily build can be tested and a test log can be generated. Realize continuous integration of physical layer software and high reliability.
  • the present disclosure can directly test the physical layer software, and can completely strip or partially strip the underlying hardware, which is a basic guarantee for continuous integration, and can significantly shorten the delivery cycle of the physical layer software.
  • Embodiments of the present disclosure provide a physical layer software automated testing method.
  • 1 is a flow chart of a physical layer software automated test method in accordance with an embodiment of the present disclosure. This embodiment can be executed on the PC side, so that full-function testing of the physical layer software does not require on-board testing.
  • step S110 the parameter generator generates a plurality of sets of use case parameters in batches.
  • the parameter generator batch generates multiple sets of use case parameters for testing all functions of the physical layer software.
  • Each set of use case parameters is a key parameter used to generate test cases.
  • Key parameters include: interface use case parameters.
  • Each set of use case parameters can generate test cases for testing physical layer software.
  • step S120 the algorithm simulator respectively generates test cases corresponding to each set of use case parameters.
  • Each set of use case parameters can be used to generate a test case.
  • the algorithm simulator can generate test cases in batches according to multiple sets of use case parameters, or generate test cases corresponding to each set of use case parameters according to multiple sets of use case parameters.
  • test cases generated by the algorithm simulator are used to test the full functionality of the physical layer software.
  • step S130 the test agent tests the physical layer software to be tested based on the test case.
  • the test agent tests the physical layer software to be tested based on a plurality of test cases generated by the algorithm simulator, and outputs the test results.
  • step S140 the test client announces the test result.
  • the test client obtains the test result outputted by the test agent and publishes it, so that the user sees the test result, and debugs the physical layer software to be tested according to the test result.
  • the test type of the present disclosure is a software test, and the software test is at least 3 times more efficient in locating and solving the problem than the hardware test. Therefore, the test of the present disclosure is highly efficient.
  • the present disclosure can generate test cases for testing all functions of the physical layer software, and can find and solve all software-related problems on the PC in the physical layer software development stage, and can test the daily build in the physical layer software maintenance stage with high reliability. .
  • FIG. 2 is a flow chart of a physical layer software automated testing method in accordance with an embodiment of the present disclosure.
  • step S210 an automated test system is initialized.
  • An automated test system is used to test the full functionality of the physical layer software.
  • the automated test system includes: a parameter generator, an algorithm simulator, a parameter converter, a test agent, a test code (physical layer software to be tested), and a test client.
  • step S220 the parameter generator generates a plurality of sets of use case parameters in batches.
  • the parameter generator traverses the parameters of each channel in each application scenario according to each application scenario of each channel, and generates a set of use case parameters corresponding to each application scenario of each channel respectively; respectively input each set of use case parameters into corresponding use cases. Stored in the parameter file. How many sets of use case parameters are how many sets of user parameter files.
  • the parameter generator In this step, the parameter generator generates multiple sets of use case parameters offline.
  • the parameter generator separately customizes the parameters to be traversed and the traversal values of the parameters for each application scenario of each channel, and generates a corresponding .txt format for the parameters of each application scene of each channel and its traversal values.
  • the file generator traverses each file in .txt format and writes the traversed parameters and their traversal values to the corresponding files. In the example parameter file.
  • the parameter generator generates a use case parameter to generate a configuration file, where the use case parameter generates a configuration file, respectively, a design parameter and an ergodic value thereof for each application scenario of each channel, and respectively stores the file in a .txt format file, and the parameter generator traverses The .txt file is used to generate the use case parameter files for each channel in each application scenario.
  • the parameter generator batch generates an Atp_Params_Fdd_Pusch_Normal_00000x.dat file, which contains parameters required by the algorithm simulator to generate test cases. Among them, some of the parameters required for implementation are optional.
  • the Atp_Params_Fdd_Pusch_Normal_00000x.dat file is an interface between the parameter generator and the algorithm simulator.
  • Each use case parameter file can generate a test case correspondingly, and the naming and storage path of the use case parameter file follows a predetermined rule.
  • the use case generator can be a use case generation application written in a programmable language on a PC.
  • Step S230 the algorithm simulator respectively generates test cases corresponding to each set of use case parameters.
  • Test cases include: input data, use case parameters, and output references.
  • the input data in the test case includes: receive antenna data.
  • a set of use case parameters in a test case can be a use case parameter file containing the set of use case parameters.
  • the output reference in the test case means that the algorithm simulator obtains a set of use case parameters and runs based on the set of use case parameters. During the running process, the algorithm simulator generates input data and output data corresponding to the set of use case parameters. This output data is the output reference. This output reference can be used as a criterion for determining whether the physical layer software has passed the test.
  • multiple sets of use case parameters generated in batches are input into an algorithm simulator, and the algorithm simulator generates test cases according to each set of use case parameters, and forms a test package based on the generated multiple test cases.
  • Each set of use case parameters can generate a static test case.
  • Batch generated use case parameter file Input to the algorithm simulator, where each use case parameter file can be used as a complete input to the algorithm simulator.
  • the algorithm simulator can sequentially generate test cases according to a single use case parameter file, or batch generate test cases according to multiple use case parameter files.
  • the algorithm simulator reads the use case parameter file one by one from the storage path of the use case parameter file and generates test cases one by one.
  • the test case includes an input data file, an output reference file, and a use case parameter file.
  • the input data file and the output reference file are both in .bin format, and the output use case parameter file is in .txt format.
  • the algorithm simulator can also process or transparently pass the use case parameters.
  • Processing refers to: simulating high-level, calculating the parameters required to generate the PHY layer according to the high-level protocol parameters in the test case.
  • Transparent transmission means that some parameters that are not concerned by the algorithm simulator are output according to the input format, in order to facilitate subsequent parameter format conversion.
  • the algorithm simulator can achieve Bit True with the application code.
  • the parameter generator is written in matlab, and the algorithm simulator can be matlab simulator, so the parameter generator and algorithm simulator are all carried on matlab.
  • Step S240 the parameter converter performs format conversion on the interface use case parameters in each test case according to the interface format between the physical layer and the upper layer.
  • the upper layers of the physical layer are the data link layer and the user plane.
  • the parameter converter processes the parameters in the use case parameter file, and converts the interface use case parameters of each test case into an interface format between the physical layer and the upper layer.
  • the parameter converter reads the use case parameter file in the test case, identifies the interface use case parameter in the use case parameter file, and converts the interface use case parameter into an interface format between the PHY and the upper layer.
  • the parameter converter can be handled flexibly according to different interfaces.
  • the parameter converter can be a program written in a programmable language.
  • Parameter converter in this embodiment Loaded on the compiler VC, the compiler VC reads each parameter in the use case parameter file one by one, and generates a high-level and PHY interface according to the PHY-side interface, and saves it in a .bin format.
  • the converted interface is identical to the interface of the upper layer and the PHY.
  • the formatted test case constitutes a complete use case for testing the physical layer software.
  • step 250 the test agent tests the physical layer software to be tested based on the test case.
  • the test agent tests the physical layer software to be tested running on the physical layer or the simulated physical layer based on the test case, and outputs the test result.
  • test agent reads the input data and use case parameters in the test case, calls the physical layer software to be tested, executes the test, and generates an output result; the test agent compares the output result with the output reference in the test case, If the output result is the same as the output reference, the test result is the test pass. If the output result is not the same as the output reference, the test result is the test fail.
  • the test agent is carried on the DSP chip softener or carried on the PC.
  • the DSP chip softener can simulate the operation of the DSP chip.
  • the input data file and output reference file in .bin format, and the use case parameter file in formatted .bin format form a complete set of test cases. Put the test case in the specified directory of the test agent, call the test agent to test, and the test agent calls the application dispatch main function to test.
  • test agent If the test agent is running on the DSP chip softener, the underlying function pile that needs to be tested is removed for on-chip emulation testing.
  • test agent If the test agent is running on a PC, all the underlying layers need to be piled up, and the stub function is also part of the test agent.
  • test agent builds an automated test system on the PC, adds the underlying layer, and writes the use case read and match code.
  • the stub function sets up the test packages that need to be tested, and each test package can contain several test sets. Tests are performed by the test client launching the test agent, which requires all of the test packages Test cases need to call the hook function to perform the following steps:
  • Step 1 Read the use case parameter file and the input data file in the test case
  • step 2 the application layer of the tested code (physical layer software) of the physical layer is called and the main function is processed, and all the output results are collected.
  • step 3 the output reference file is read, the collected test and the reference output are compared, and the comparison result is output.
  • the result of the comparison is the test result. Further, the test result is compared with the output reference. If the test result and the output reference are the same, the test result is the test pass. If the test result is different from the output reference, the test fails.
  • step S260 the test client issues the test result.
  • the test client can test the client with Jenkins.
  • the test client can implement distributed testing and publish the test results in the form of emails.
  • the results of the release can be displayed directly in the email, or you can set the way to get the test results in the email.
  • test client collects the test results and publishes the test results to the testers.
  • test cases can be constructed more complex than in an actual environment, and the test cases are fully covered, and the test cases are significantly improved. The reliability of the test.
  • the disclosure overcomes the drawbacks of the previous full-function test based on the DSP board test by partially and completely stripping the hardware, and achieves the effect of solving all software problems in the PC and DSP chip soft-mold test, thereby effectively improving the test efficiency and reducing the efficiency. Problem positioning and resolution costs, shortening the version convergence cycle.
  • the present invention performs real-time automatic testing and publishes test results as needed, so that it is convenient to test and release the results for the first time, reduce the cost of testing and maintenance, and find problems as soon as possible to improve the effectiveness of continuous integration.
  • the embodiment of the present disclosure further provides a physical layer software automatic testing device.
  • 3 is a structural diagram of a physical layer software automated test apparatus according to an embodiment of the present disclosure.
  • the physical layer software automated test apparatus includes a parameter generator 310, an algorithm simulator 320, a test agent 330, and a test client 340.
  • the parameter generator 310 is configured to generate a plurality of sets of use case parameters in batches.
  • the algorithm simulator 320 is configured to generate test cases corresponding to each set of use case parameters.
  • the test agent 330 is configured to test the physical layer software to be tested based on the test case.
  • Test client 340 is set to publish test results.
  • the apparatus further includes a parameter converter (not shown); the parameter converter is configured to be between the physical layer and the upper layer before the test agent tests the physical layer software to be tested based on the test case Interface format for format conversion of interface use case parameters in each test case.
  • the parameter generator 310 is configured to generate a set of use case parameters corresponding to each application scenario of each channel according to the parameters of each channel of the physical layer traversed in each application scenario.
  • the test case includes: input data, a set of use case parameters, and an output reference, the test case being obtained by inputting a use case parameter into an algorithm simulator; the algorithm emulator 320 being configured to operate based on the set of use case parameters And generating input data and output reference corresponding to the set of use case parameters during operation. In this way, a test case corresponding to the set of use case parameters is formed.
  • the test agent 330 is configured to test the physical layer software to be tested running on the physical layer or the simulated physical layer based on the test case, and output the test result.
  • the test agent 330 is configured to read the input data and the use case parameters in the test case, call the physical layer software to be tested, execute the test, and generate an output result; compare the output result with the output reference in the test case If the output result is the same as the output reference, the test result is a test pass. If the output result is not the same as the output reference, the test result is a test fail.
  • the present disclosure also provides a non-transitory storage medium storing computer executable instructions arranged to perform the physical layer software automated test method of the above embodiments.
  • the present disclosure also provides a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions, when the program instructions are executed by a computer, The computer is caused to perform the physical layer software automated test method of the above embodiment.
  • FIG. 4 is a structural block diagram of an electronic device according to an embodiment of the present disclosure.
  • the electronic device may include a processor 51, a communication interface 52, a memory 53 and a bus 54, wherein the processor 51, the communication interface 52, and the memory 53 complete communication with each other through the bus 54.
  • Communication interface 52 can be used for information transfer between the electronic device and the outside.
  • the processor 51 can call the logic instructions in the memory 53 to perform the physical layer software automated test method of the above embodiment.
  • the logic instructions in the memory 53 described above may be implemented in the form of a software functional unit and sold or used as a stand-alone product, and may be stored in a computer readable storage medium.
  • the technical solution of the present disclosure may be embodied in the form of a software product stored in a storage medium, including a plurality of instructions for causing a computer device (which may be a personal computer, a server, or a network) The device or the like) performs all or part of the steps of the method described in various embodiments of the present disclosure.
  • the foregoing storage medium may be a non-transitory storage medium, including: a USB flash drive, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk. a medium that can store program code, or It is a transient storage medium.
  • the physical layer software automatic testing method and device of the present disclosure can complete comprehensive physical layer software automated testing, realize continuous integration of physical layer software, and high reliability.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

A physical layer software automation test method and device. The method comprises: a parameter generator generating a plurality of groups of case parameters in batches (S110); an algorithm simulator respectively generating a test case corresponding to each group of case parameters (S120); a test agent testing physical layer software to be tested based on the test case (S130); and a test client publishing a test result (S140).

Description

物理层软件自动化测试方法和装置Physical layer software automated test method and device 技术领域Technical field
本公开涉及自动化测试技术领域,例如涉及一种物理层软件自动化测试方法和装置。The present disclosure relates to the field of automated testing techniques, for example, to a physical layer software automated testing method and apparatus.
背景技术Background technique
物理层(Physical Layer,简称PHY)软件一般承载在数字信号处理器(Digital Signal Processor,简称DSP)之上,物理层软件主要完成物理层数字信号的调制解调功能。The physical layer (Physical Layer, PHY for short) software is generally carried on the digital signal processor (DSP), and the physical layer software mainly performs the modulation and demodulation function of the physical layer digital signal.
长期演进(Long Term Evolution,简称LTE)的物理层较为复杂,下行需要处理TM1~TM9各种传输模式,上行需要处理普通、MIMO、超级小区、高铁、协作等各种场景;而且随着DSP芯片的更新,系统需求的完善,物理层软件需要不停地优化,代码变更尤其频繁,物理层软件的开发维护工作量巨大;而敏捷开发又需要尽量做到敏捷交付,因此自动化测试是保证变更能够尽快收敛的唯一途径,这种情况下开发一种可靠的并且易于定位和解决问题的自动化测试方法显得尤为重要。The physical layer of Long Term Evolution (LTE) is complex. The downlink needs to handle various transmission modes of TM1 to TM9. The uplink needs to deal with various scenarios such as normal, MIMO, super cell, high-speed rail, and collaboration. The update of the system, the improvement of the system requirements, the physical layer software need to be continuously optimized, the code changes are especially frequent, the development and maintenance of the physical layer software is huge; and the agile development needs to be as agile as possible, so the automated test is to ensure the change can The only way to converge as quickly as possible is to develop an automated test method that is reliable and easy to locate and solve problems.
目前的物理层软件自动化测试有两种。1、PC机UT测试,这种测试操作简单,定位问题速度快,但是单测试用例限于各模块,测试不够全面;2、上板测试,这种测试硬件测试,能测试到整套软件代码,但是定位解决问题手段有限,测试周期长,而且同样具有测试不够全面的问题。 There are two types of automated testing of physical layer software. 1, PC UT test, this test operation is simple, the positioning problem is fast, but the single test case is limited to each module, the test is not comprehensive; 2, the board test, this test hardware test, can test the whole software code, but The problem of positioning and solving problems is limited, the test period is long, and the problem is not comprehensive enough.
发明内容Summary of the invention
本公开提供一种物理层软件自动化测试方法和装置,用以解决相关技术中物理层软件自动化测试不够全面的问题。The present disclosure provides a physical layer software automated testing method and apparatus for solving the problem that the physical layer software automated testing in the related art is not comprehensive enough.
本公开提供了一种物理层软件自动化测试方法,包括:参数生成器批量生成多组用例参数;算法仿真器分别生成每组用例参数对应的测试用例;测试代理器基于所述测试用例对待测物理层软件进行测试;测试客户端公布测试结果。The present disclosure provides a physical layer software automated testing method, including: a parameter generator batch generating multiple sets of use case parameters; an algorithm simulator respectively generating test cases corresponding to each set of use case parameters; the test agent is based on the test case to measure the physical The layer software is tested; the test client publishes the test results.
可选地,在测试代理器基于所述测试用例对待测物理层软件进行测试之前,所述方法还包括:参数转换器根据物理层和上层之间的接口格式,对每个测试用例中的接口用例参数进行格式转换。Optionally, before the test agent tests the physical layer software to be tested based on the test case, the method further includes: the parameter converter, according to an interface format between the physical layer and the upper layer, an interface in each test case Use case parameters for format conversion.
可选地,所述参数生成器批量生成多组用例参数,包括:所述参数生成器根据遍历到的物理层各信道在各应用场景下的参数,分别生成每个信道的每个应用场景对应的用例参数。Optionally, the parameter generator generates a plurality of sets of use case parameters in batches, including: the parameter generator respectively generates each application scenario corresponding to each channel according to parameters of each channel of the physical layer traversed in each application scenario. Use case parameters.
可选地,所述测试用例包括:输入数据、一组用例参数和输出参考;所述算法仿真器分别生成每组用例参数对应的测试用例,包括:所述算法仿真器基于所述一组用例参数运行,并在运行过程中生成所述一组用例参数对应的输入数据和输出参考。Optionally, the test case includes: input data, a set of use case parameters, and an output reference; the algorithm emulator respectively generates test cases corresponding to each set of use case parameters, including: the algorithm emulator is based on the set of use cases The parameters are run and the input data and output reference corresponding to the set of use case parameters are generated during the running process.
可选地,所述测试代理器基于所述测试用例对待测的物理层软件进行测试,包括:测试代理器基于所述测试用例对运行在物理层或模拟物理层上的待测物理层软件进行测试,并输出测试结果。Optionally, the test agent tests the physical layer software to be tested based on the test case, and the test agent performs the physical layer software to be tested running on the physical layer or the simulated physical layer based on the test case. Test and output test results.
可选地,所述测试代理器基于测试用例对待测的物理层软件进行测试,包括:所述测试代理器读入所述测试用例中的输入数据和用例参数;所述测试代理器调用待测物理层软件,执行测试,并生成输出结果;所述测试代理器将所述输出结果和所述测试用例中的输出参考进行比较,如果所述输出结果和所述 输出参考相同,则测试结果为测试通过,如果所述输出结果和所述输出参考不相同,则测试结果为测试不通过。Optionally, the test agent tests the physical layer software to be tested based on the test case, including: the test agent reads in input data and use case parameters in the test case; and the test agent calls the test to be tested. Physical layer software, performs testing, and generates an output result; the test agent compares the output result with an output reference in the test case, if the output result and the If the output reference is the same, the test result is the test pass. If the output result is not the same as the output reference, the test result is that the test fails.
本公开还提供了一种物理层软件自动化测试装置,包括:参数生成器,设置为批量生成多组用例参数;算法仿真器,设置为分别生成每组用例参数对应的测试用例;测试代理器,设置为基于所述测试用例对待测物理层软件进行测试;测试客户端,设置为公布测试结果。The present disclosure also provides a physical layer software automatic testing device, comprising: a parameter generator, configured to generate multiple sets of use case parameters in batches; and an algorithm simulator configured to respectively generate test cases corresponding to each set of use case parameters; a test agent, It is set to test the physical layer software to be tested based on the test case; the test client is set to publish the test result.
可选地,所述装置还包括参数转换器;所述参数转换器,设置为在测试代理器基于所述测试用例对待测物理层软件进行测试之前,根据物理层和上层之间的接口格式,对每个测试用例中的接口用例参数进行格式转换。Optionally, the apparatus further includes a parameter converter; the parameter converter is configured to: according to an interface format between the physical layer and the upper layer, before the test agent tests the physical layer software to be tested based on the test case, Format conversion of interface use case parameters in each test case.
可选地,所述参数生成器,设置为根据遍历到的物理层各信道在各应用场景下的参数,分别生成每个信道的每个应用场景对应的用例参数。Optionally, the parameter generator is configured to generate use case parameters corresponding to each application scenario of each channel according to parameters of each channel of the physical layer traversed in each application scenario.
可选地,所述测试用例包括:输入数据、一组用例参数和输出参考;所述算法仿真器,设置为基于所述一组用例参数运行,并在运行过程中生成所述一组用例参数对应的输入数据和输出参考。Optionally, the test case includes: input data, a set of use case parameters, and an output reference; the algorithm simulator is configured to run based on the set of use case parameters, and generate the set of use case parameters during operation Corresponding input data and output reference.
可选地,所述测试代理器,设置为调用基于测试用例对运行在物理层或模拟物理层上的待测物理层软件进行测试,并输出测试结果。Optionally, the test agent is configured to invoke a test case to test the physical layer software to be tested running on the physical layer or the simulated physical layer, and output the test result.
可选地,所述测试代理器,设置为读入所述测试用例中的输入数据和用例参数,调用待测物理层软件,执行测试,并生成输出结果;将所述输出结果和所述测试用例中的输出参考进行比较,如果所述输出结果和所述输出参考相同,则测试结果为测试通过,如果所述输出结果和所述输出参考不相同,则测试结果为测试不通过。Optionally, the test agent is configured to read input data and use case parameters in the test case, call the physical layer software to be tested, execute the test, and generate an output result; and output the result and the test The output reference in the use case is compared. If the output result is the same as the output reference, the test result is test pass. If the output result is not the same as the output reference, the test result is test fail.
本公开还提供了一种非暂态存储介质,存储有计算机可执行指令,所述计算机可执行指令设置为执行上述的物理层软件自动化测试方法。 The present disclosure also provides a non-transitory storage medium storing computer executable instructions arranged to perform the physical layer software automated test method described above.
本公开还提供了一种计算机程序产品,所述计算机程序产品包括存储在非暂态计算机可读存储介质上的计算机程序,所述计算机程序包括程序指令,当所述程序指令被计算机执行时,使所述计算机执行上述的物理层软件自动化测试方法。The present disclosure also provides a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions, when the program instructions are executed by a computer, The computer is caused to perform the above-described physical layer software automated test method.
本公开还提供了一种电子设备,包括至少一个处理器和与所述至少一个处理器通信连接的存储器,所述存储器用于存储可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行时,使所述至少一个处理器执行上述的物理层软件自动化测试方法。The present disclosure also provides an electronic device comprising at least one processor and a memory communicatively coupled to the at least one processor, the memory for storing instructions executable by the at least one processor, the instructions being The at least one processor, when executed, causes the at least one processor to perform the physical layer software automated test method described above.
根据本公开的实施例,通过批量生成用于测试物理层软件全部功能的测试用例,在物理层软件开发阶段能够在PC机上发现并解决所有软件相关的问题;在物理层软件维护阶段可以对每日构建进行测试,并生成测试日志,实现对物理层软件持续集成,可靠性高。According to an embodiment of the present disclosure, all software-related problems can be found and solved on a PC in a physical layer software development phase by batch generation of test cases for testing all functions of the physical layer software; in the physical layer software maintenance phase, each can be The day builds the test and generates a test log to achieve continuous integration of the physical layer software with high reliability.
附图说明DRAWINGS
一个或多个实施例通过与之对应的附图中的图片进行示例性说明,这些示例性说明并不构成对实施例的限定,附图中具有相同参考数字标号的元件表示为类似的元件,除非有特别申明,附图中的图不构成比例限制。The one or more embodiments are exemplified by the accompanying drawings in the accompanying drawings, and FIG. The figures in the drawings do not constitute a scale limitation unless otherwise stated.
图1是根据本公开一实施例的物理层软件自动化测试方法的流程图;1 is a flow chart of a physical layer software automated testing method in accordance with an embodiment of the present disclosure;
图2是根据本公开一实施例的物理层软件自动化测试方法的具体流程图;2 is a specific flowchart of a physical layer software automated testing method according to an embodiment of the present disclosure;
图3是根据本公开一实施例的物理层软件自动化测试装置的结构图;3 is a structural diagram of a physical layer software automated test apparatus according to an embodiment of the present disclosure;
图4是根据本公开一实施例的电子设备的结构图。 FIG. 4 is a structural diagram of an electronic device according to an embodiment of the present disclosure.
具体实施方式detailed description
本公开用于测试物理层软件的全部功能,在物理层软件开发阶段能够在PC机上发现并解决所有软件相关的问题;在物理层软件维护阶段可以对每日构建进行测试,并生成测试日志,实现对物理层软件持续集成,可靠性高。本公开可以直接测试物理层软件,并且可以完全剥离或部分剥离底层硬件,是持续集成的基本保证,可以显著缩短物理层软件的交付周期。The present disclosure is used to test all the functions of the physical layer software, and can find and solve all software-related problems on the PC in the physical layer software development phase; in the physical layer software maintenance phase, the daily build can be tested and a test log can be generated. Realize continuous integration of physical layer software and high reliability. The present disclosure can directly test the physical layer software, and can completely strip or partially strip the underlying hardware, which is a basic guarantee for continuous integration, and can significantly shorten the delivery cycle of the physical layer software.
以下结合附图以及实施例,对本公开进行进一步详细说明。应当理解,在不冲突的情况下,以下实施例和实施例中的特征可以相互组合。The present disclosure will be further described in detail below in conjunction with the drawings and embodiments. It should be understood that the features of the following embodiments and examples may be combined with each other without conflict.
本公开的实施例提供了一种物理层软件自动化测试方法。图1是根据本公开一实施例的物理层软件自动化测试方法的流程图。本实施例可以在PC机侧执行,使物理层软件的全功能测试无需上板测试。Embodiments of the present disclosure provide a physical layer software automated testing method. 1 is a flow chart of a physical layer software automated test method in accordance with an embodiment of the present disclosure. This embodiment can be executed on the PC side, so that full-function testing of the physical layer software does not require on-board testing.
步骤S110,参数生成器批量生成多组用例参数。In step S110, the parameter generator generates a plurality of sets of use case parameters in batches.
参数生成器批量生成用于测试物理层软件全部功能的多组用例参数。The parameter generator batch generates multiple sets of use case parameters for testing all functions of the physical layer software.
每组用例参数是用于生成测试用例的关键参数。关键参数包括:接口用例参数等。每组用例参数都可以生成用于测试物理层软件的测试用例。Each set of use case parameters is a key parameter used to generate test cases. Key parameters include: interface use case parameters. Each set of use case parameters can generate test cases for testing physical layer software.
步骤S120,算法仿真器分别生成每组用例参数对应的测试用例。In step S120, the algorithm simulator respectively generates test cases corresponding to each set of use case parameters.
每组用例参数可以对应生成一个测试用例。Each set of use case parameters can be used to generate a test case.
算法仿真器可以根据多组用例参数批量生成测试用例,或者根据多组用例参数顺序为每组用例参数对应生成测试用例。The algorithm simulator can generate test cases in batches according to multiple sets of use case parameters, or generate test cases corresponding to each set of use case parameters according to multiple sets of use case parameters.
算法仿真器生成的多个测试用例用于测试物理层软件的全部功能。Multiple test cases generated by the algorithm simulator are used to test the full functionality of the physical layer software.
步骤S130,测试代理器基于测试用例对待测物理层软件进行测试。In step S130, the test agent tests the physical layer software to be tested based on the test case.
测试代理器基于算法仿真器生成的多个测试用例对待测物理层软件进行测试,并输出测试结果。 The test agent tests the physical layer software to be tested based on a plurality of test cases generated by the algorithm simulator, and outputs the test results.
步骤S140,测试客户端公布测试结果。In step S140, the test client announces the test result.
测试客户端获取测试代理器输出的测试结果,并予以公布,使用户看到该测试结果,并根据该测试结果对待测物理层软件进行调试。The test client obtains the test result outputted by the test agent and publishes it, so that the user sees the test result, and debugs the physical layer software to be tested according to the test result.
本公开的测试类型为软件测试,软件测试在定位、解决问题的效率上相较于硬件测试提高了至少3倍,因此,本公开的测试效率高。本公开可以生成测试物理层软件全部功能的测试用例,在物理层软件开发阶段能够在PC机上发现并解决所有软件相关的问题,在物理层软件维护阶段可以对每日构建进行测试,可靠性高。The test type of the present disclosure is a software test, and the software test is at least 3 times more efficient in locating and solving the problem than the hardware test. Therefore, the test of the present disclosure is highly efficient. The present disclosure can generate test cases for testing all functions of the physical layer software, and can find and solve all software-related problems on the PC in the physical layer software development stage, and can test the daily build in the physical layer software maintenance stage with high reliability. .
图2是根据本公开一实施例的物理层软件自动化测试方法的流程图。2 is a flow chart of a physical layer software automated testing method in accordance with an embodiment of the present disclosure.
步骤S210,初始化自动化测试系统。In step S210, an automated test system is initialized.
自动化测试系统用于测试物理层软件的全部功能。An automated test system is used to test the full functionality of the physical layer software.
自动化测试系统包括:参数生成器、算法仿真器、参数转换器、测试代理、被测试代码(待测物理层软件)、测试客户端。The automated test system includes: a parameter generator, an algorithm simulator, a parameter converter, a test agent, a test code (physical layer software to be tested), and a test client.
步骤S220,参数生成器批量生成多组用例参数。In step S220, the parameter generator generates a plurality of sets of use case parameters in batches.
在每组用例参数中,包括:接口用例参数、场景用例参数等关键参数。In each set of use case parameters, including key parameters such as interface use case parameters and scene use case parameters.
参数生成器根据各信道的各应用场景,遍历各信道在各应用场景下的参数,分别生成每个信道的每个应用场景对应的一组用例参数;分别将每组用例参数输入到对应的用例参数文件中进行存储。有多少组用例参数即有多少组用户参数文件。The parameter generator traverses the parameters of each channel in each application scenario according to each application scenario of each channel, and generates a set of use case parameters corresponding to each application scenario of each channel respectively; respectively input each set of use case parameters into corresponding use cases. Stored in the parameter file. How many sets of use case parameters are how many sets of user parameter files.
该步骤中,参数生成器离线生成多组用例参数。参数生成器预先针对各信道的各应用场景分别定制需要遍历的参数及该参数的遍历值,并为定制的每个信道的每个应用场景下的参数及其遍历值,生成对应的.txt格式的文件;参数生成器分别遍历每个.txt格式的文件,并将遍历到的参数及其遍历值写入对应的用 例参数文件中。In this step, the parameter generator generates multiple sets of use case parameters offline. The parameter generator separately customizes the parameters to be traversed and the traversal values of the parameters for each application scenario of each channel, and generates a corresponding .txt format for the parameters of each application scene of each channel and its traversal values. The file generator traverses each file in .txt format and writes the traversed parameters and their traversal values to the corresponding files. In the example parameter file.
可选地,参数生成器制定用例参数生成配置文件,该用例参数生成配置文件对各信道的各应用场景分别设计参数及其遍历值,并分别存储在.txt格式的文件中,参数生成器遍历.txt格式的文件,批量生成各信道在各应用场景下的用例参数文件。Optionally, the parameter generator generates a use case parameter to generate a configuration file, where the use case parameter generates a configuration file, respectively, a design parameter and an ergodic value thereof for each application scenario of each channel, and respectively stores the file in a .txt format file, and the parameter generator traverses The .txt file is used to generate the use case parameter files for each channel in each application scenario.
以业务信道的普通应用场景为例,参数生成器批量生成Atp_Params_Fdd_Pusch_Normal_00000x.dat文件,该文件包含算法仿真器生成测试用例所需要的参数。其中,实现所需要的部分参数可选。该Atp_Params_Fdd_Pusch_Normal_00000x.dat文件是参数生成器和算法仿真器的接口,每个用例参数文件可以对应生成一个测试用例,用例参数文件的命名和存放路径遵循预定规则。Taking the common application scenario of the traffic channel as an example, the parameter generator batch generates an Atp_Params_Fdd_Pusch_Normal_00000x.dat file, which contains parameters required by the algorithm simulator to generate test cases. Among them, some of the parameters required for implementation are optional. The Atp_Params_Fdd_Pusch_Normal_00000x.dat file is an interface between the parameter generator and the algorithm simulator. Each use case parameter file can generate a test case correspondingly, and the naming and storage path of the use case parameter file follows a predetermined rule.
用例生成器可以是在PC机上使用可编程语言编写的用例生成应用程序。The use case generator can be a use case generation application written in a programmable language on a PC.
步骤S230,算法仿真器分别生成每组用例参数对应的测试用例。Step S230, the algorithm simulator respectively generates test cases corresponding to each set of use case parameters.
测试用例包括:输入数据、用例参数和输出参考。Test cases include: input data, use case parameters, and output references.
测试用例中的输入数据包括:接收天线数据。The input data in the test case includes: receive antenna data.
测试用例中的一组用例参数可以是包含该组用例参数的用例参数文件。A set of use case parameters in a test case can be a use case parameter file containing the set of use case parameters.
测试用例中输出参考是指:算法仿真器获取一组用例参数,并基于该一组用例参数运行,在运行过程中,算法仿真器生成该一组用例参数对应的输入数据和输出数据。该输出数据即是输出参考。该输出参考可以作为判定物理层软件是否通过测试的标准。The output reference in the test case means that the algorithm simulator obtains a set of use case parameters and runs based on the set of use case parameters. During the running process, the algorithm simulator generates input data and output data corresponding to the set of use case parameters. This output data is the output reference. This output reference can be used as a criterion for determining whether the physical layer software has passed the test.
该步骤中,将批量生成的多组用例参数输入算法仿真器,算法仿真器根据每组用例参数,分别生成测试用例,基于生成的多个测试用例形成测试包。In this step, multiple sets of use case parameters generated in batches are input into an algorithm simulator, and the algorithm simulator generates test cases according to each set of use case parameters, and forms a test package based on the generated multiple test cases.
每组用例参数可以生成一个静态的测试用例。将批量生成的用例参数文件 输入到算法仿真器,其中,每个用例参数文件都可以作为算法仿真器的一个完整输入。算法仿真器在输入的用例参数文件的过程中,可以顺序的根据单个用例参数文件生成测试用例、或者根据多个用例参数文件批量生成测试用例。Each set of use case parameters can generate a static test case. Batch generated use case parameter file Input to the algorithm simulator, where each use case parameter file can be used as a complete input to the algorithm simulator. In the process of inputting the use case parameter file, the algorithm simulator can sequentially generate test cases according to a single use case parameter file, or batch generate test cases according to multiple use case parameter files.
可选地,算法仿真器从用例参数文件的存放路径下逐个读取用例参数文件并逐个生成测试用例,测试用例包括一个输入数据文件,一个输出参考文件以及一个用例参数文件。其中,输入数据文件和输出参考文件均为.bin格式,输出用例参数文件为.txt格式。Optionally, the algorithm simulator reads the use case parameter file one by one from the storage path of the use case parameter file and generates test cases one by one. The test case includes an input data file, an output reference file, and a use case parameter file. The input data file and the output reference file are both in .bin format, and the output use case parameter file is in .txt format.
算法仿真器还可以对用例参数进行加工处理或者透传。The algorithm simulator can also process or transparently pass the use case parameters.
加工处理是指:模拟高层,根据测试用例中的高层协议参数计算生成PHY层需要的参数等。Processing refers to: simulating high-level, calculating the parameters required to generate the PHY layer according to the high-level protocol parameters in the test case.
透传是指将一些算法仿真器不关心的参数按照输入格式输出,为了方便后续的参数格式转换。Transparent transmission means that some parameters that are not concerned by the algorithm simulator are output according to the input format, in order to facilitate subsequent parameter format conversion.
算法仿真器能够和应用代码达到Bit True。参数生成器采用matlab编写,算法仿真器可以是matlab仿真器,因此参数生成器和算法仿真器都承载在matlab上。The algorithm simulator can achieve Bit True with the application code. The parameter generator is written in matlab, and the algorithm simulator can be matlab simulator, so the parameter generator and algorithm simulator are all carried on matlab.
步骤S240,参数转换器根据物理层和上层之间的接口格式,对每个测试用例中的接口用例参数进行格式转换。Step S240, the parameter converter performs format conversion on the interface use case parameters in each test case according to the interface format between the physical layer and the upper layer.
物理层的上层为数据链路层和用户面。The upper layers of the physical layer are the data link layer and the user plane.
参数转换器将用例参数文件中的参数进行处理,将每个测试用例的接口用例参数转换为物理层和上层之间的接口格式。参数转换器读入测试用例中的用例参数文件,识别用例参数文件中的接口用例参数,将接口用例参数转换成PHY与上层之间的接口格式。参数转换器可以根据不同的接口灵活处理。The parameter converter processes the parameters in the use case parameter file, and converts the interface use case parameters of each test case into an interface format between the physical layer and the upper layer. The parameter converter reads the use case parameter file in the test case, identifies the interface use case parameter in the use case parameter file, and converts the interface use case parameter into an interface format between the PHY and the upper layer. The parameter converter can be handled flexibly according to different interfaces.
该参数转换器可以是可编程语言编写的程序。本实施例中的参数转换器承 载在编译器VC上,编译器VC逐个读取用例参数文件中的各个参数,根据PHY侧接口需要加工生成高层和PHY的接口,保存成.bin格式。转换后的接口与上层和PHY的接口完全相同。The parameter converter can be a program written in a programmable language. Parameter converter in this embodiment Loaded on the compiler VC, the compiler VC reads each parameter in the use case parameter file one by one, and generates a high-level and PHY interface according to the PHY-side interface, and saves it in a .bin format. The converted interface is identical to the interface of the upper layer and the PHY.
经格式转换后的测试用例构成可以对物理层软件进行测试的完整用例。The formatted test case constitutes a complete use case for testing the physical layer software.
步骤250,测试代理器基于测试用例对待测物理层软件进行测试。In step 250, the test agent tests the physical layer software to be tested based on the test case.
测试代理器基于测试用例对运行在物理层或仿真物理层上的待测物理层软件进行测试,并输出测试结果。The test agent tests the physical layer software to be tested running on the physical layer or the simulated physical layer based on the test case, and outputs the test result.
进一步地,测试代理器读入测试用例中的输入数据和用例参数,调用待测物理层软件,执行测试,并生成输出结果;测试代理器将输出结果和该测试用例中的输出参考进行比较,如果输出结果和输出参考相同,则测试结果为测试通过,如果输出结果和输出参考不相同,则测试结果为测试不通过。Further, the test agent reads the input data and use case parameters in the test case, calls the physical layer software to be tested, executes the test, and generates an output result; the test agent compares the output result with the output reference in the test case, If the output result is the same as the output reference, the test result is the test pass. If the output result is not the same as the output reference, the test result is the test fail.
该步骤中,测试代理器承载在DSP芯片软仿器上或者承载在PC机上。DSP芯片软仿器可以模拟DSP芯片的运行。In this step, the test agent is carried on the DSP chip softener or carried on the PC. The DSP chip softener can simulate the operation of the DSP chip.
.bin格式的输入数据文件和输出参考文件、以及经格式转换的.bin格式的用例参数文件构成了测试用例的完整集。将测试用例放到测试代理器的指定目录,调用测试代理器进行测试,该测试代理器调用应用调度主函数进行测试。The input data file and output reference file in .bin format, and the use case parameter file in formatted .bin format form a complete set of test cases. Put the test case in the specified directory of the test agent, call the test agent to test, and the test agent calls the application dispatch main function to test.
如果该测试代理器运行在DSP芯片软仿器上,则将需要测试的底层函数桩去掉进行片上仿真测试。If the test agent is running on the DSP chip softener, the underlying function pile that needs to be tested is removed for on-chip emulation testing.
如果该测试代理器运行在PC机上,则需要将所有底层加桩,该桩函数也是测试代理器的一部分。If the test agent is running on a PC, all the underlying layers need to be piled up, and the stub function is also part of the test agent.
测试代理器在PC机上搭建自动化测试系统,将底层加桩,并编写用例读入和比对代码。桩函数设置好需要测试的测试包,每个测试包可以包含若干个测试集。通过测试客户端启动测试代理器执行测试,测试需要对测试包中的所有 测试用例都需要调用钩子函数执行以下步骤:The test agent builds an automated test system on the PC, adds the underlying layer, and writes the use case read and match code. The stub function sets up the test packages that need to be tested, and each test package can contain several test sets. Tests are performed by the test client launching the test agent, which requires all of the test packages Test cases need to call the hook function to perform the following steps:
步骤1,读入测试用例中的用例参数文件和输入数据文件;Step 1: Read the use case parameter file and the input data file in the test case;
步骤2,调用物理层的被测试代码(物理层软件)的应用调度主函数,并进行处理,收集所有的输出结果。In step 2, the application layer of the tested code (physical layer software) of the physical layer is called and the main function is processed, and all the output results are collected.
步骤3,读入输出参考文件,将收集的测试和参考输出进行比对,并输出比对结果。该对比结果即是测试结果。进一步地,将测试结果和输出参考进行比较,如果测试结果和输出参考相同,则测试结果为测试通过,如果测试结果和输出参考不同,测试不通过。In step 3, the output reference file is read, the collected test and the reference output are compared, and the comparison result is output. The result of the comparison is the test result. Further, the test result is compared with the output reference. If the test result and the output reference are the same, the test result is the test pass. If the test result is different from the output reference, the test fails.
步骤S260,测试客户端发布测试结果。In step S260, the test client issues the test result.
该测试客户端可以Jenkins测试客户端。The test client can test the client with Jenkins.
测试客户端可以实现分布式测试,并将测试结果以邮件的形式发布出去。发布结果可以直接显示在邮件中,也可以在邮件中设置获取测试结果的途径。The test client can implement distributed testing and publish the test results in the form of emails. The results of the release can be displayed directly in the email, or you can set the way to get the test results in the email.
当所有测试用例执行完毕之后,测试客户端收集测试结果,并向测试人员发布测试结果。After all test cases have been executed, the test client collects the test results and publishes the test results to the testers.
本公开通过用例生成器,分信道、分应用场景地遍历物理层参数所有组合,批量生成测试用例,基于本公开还可以构造比实际环境中更复杂的测试用例,通过测试用例全覆盖,显著提高了测试的可靠性。The present disclosure traverses all combinations of physical layer parameters by using a use case generator, sub-channels, and application scenarios, and generates test cases in batches. Based on the present disclosure, test cases can be constructed more complex than in an actual environment, and the test cases are fully covered, and the test cases are significantly improved. The reliability of the test.
本公开通过部分和全部剥离硬件,克服了以往全功能测试必须基于DSP板上测试的弊端,达到在PC机和DSP芯片软仿器测试解决所有软件问题的效果,有效提高了测试效率高,降低了问题定位和解决代价,缩短版本收敛周期。The disclosure overcomes the drawbacks of the previous full-function test based on the DSP board test by partially and completely stripping the hardware, and achieves the effect of solving all software problems in the PC and DSP chip soft-mold test, thereby effectively improving the test efficiency and reducing the efficiency. Problem positioning and resolution costs, shortening the version convergence cycle.
本公开通过测试客户端,根据需要进行实时自动测试并发布测试结果,便于第一时间针对变更进行测试和结果发布,降低了测试维护成本的同时,尽快发现问题,提高持续集成有效性。 By testing the client, the present invention performs real-time automatic testing and publishes test results as needed, so that it is convenient to test and release the results for the first time, reduce the cost of testing and maintenance, and find problems as soon as possible to improve the effectiveness of continuous integration.
本公开实施例还提供了一种物理层软件自动化测试装置。图3是根据本公开一实施例的物理层软件自动化测试装置的结构图。该物理层软件自动化测试装置包括:参数生成器310,算法仿真器320,测试代理器330,以及测试客户端340。The embodiment of the present disclosure further provides a physical layer software automatic testing device. 3 is a structural diagram of a physical layer software automated test apparatus according to an embodiment of the present disclosure. The physical layer software automated test apparatus includes a parameter generator 310, an algorithm simulator 320, a test agent 330, and a test client 340.
参数生成器310,设置为批量生成多组用例参数。The parameter generator 310 is configured to generate a plurality of sets of use case parameters in batches.
算法仿真器320,设置为分别生成每组用例参数对应的测试用例。The algorithm simulator 320 is configured to generate test cases corresponding to each set of use case parameters.
测试代理器330,设置为基于测试用例对待测物理层软件进行测试。The test agent 330 is configured to test the physical layer software to be tested based on the test case.
测试客户端340,设置为公布测试结果。Test client 340 is set to publish test results.
在一个实施例中,所述装置还包括参数转换器(未示出);参数转换器,设置为在测试代理器基于测试用例对待测的物理层软件进行测试之前,根据物理层和上层之间的接口格式,对每个测试用例中的接口用例参数进行格式转换。In one embodiment, the apparatus further includes a parameter converter (not shown); the parameter converter is configured to be between the physical layer and the upper layer before the test agent tests the physical layer software to be tested based on the test case Interface format for format conversion of interface use case parameters in each test case.
参数生成器310,设置为根据遍历到的物理层各信道在各应用场景下的参数,分别生成每个信道的每个应用场景对应的一组用例参数。The parameter generator 310 is configured to generate a set of use case parameters corresponding to each application scenario of each channel according to the parameters of each channel of the physical layer traversed in each application scenario.
所述测试用例包括:输入数据、一组用例参数和输出参考,所述测试用例是将用例参数输入算法仿真器之后得到的;所述算法仿真器320,设置为基于所述一组用例参数运行,并在运行过程中生成所述一组用例参数对应的输入数据和输出参考。这样,就形成了该组用例参数对应的测试用例。The test case includes: input data, a set of use case parameters, and an output reference, the test case being obtained by inputting a use case parameter into an algorithm simulator; the algorithm emulator 320 being configured to operate based on the set of use case parameters And generating input data and output reference corresponding to the set of use case parameters during operation. In this way, a test case corresponding to the set of use case parameters is formed.
测试代理器330,设置为基于测试用例对运行在物理层或模拟物理层上的待测物理层软件进行测试,并输出测试结果。The test agent 330 is configured to test the physical layer software to be tested running on the physical layer or the simulated physical layer based on the test case, and output the test result.
测试代理器330,设置为读入测试用例中的输入数据和用例参数,调用待测物理层软件,执行测试,并生成输出结果;将所述输出结果和所述测试用例中的输出参考进行比较,如果所述输出结果和所述输出参考相同,则测试结果为测试通过,如果所述输出结果和所述输出参考不相同,则测试结果为测试不通过。 The test agent 330 is configured to read the input data and the use case parameters in the test case, call the physical layer software to be tested, execute the test, and generate an output result; compare the output result with the output reference in the test case If the output result is the same as the output reference, the test result is a test pass. If the output result is not the same as the output reference, the test result is a test fail.
本实施例所述的装置的功能已经在图1-图2所示的方法实施例中进行了描述,故本实施例的描述中未详尽之处,可以参见前述实施例中的相关说明,在此不做赘述。The functions of the device in this embodiment have been described in the method embodiments shown in FIG. 1 to FIG. 2, and therefore, in the description of the present embodiment, reference may be made to the related description in the foregoing embodiments. This will not be repeated.
本公开还提供了一种非暂态存储介质,存储有计算机可执行指令,所述计算机可执行指令设置为执行上述实施例的物理层软件自动化测试方法。The present disclosure also provides a non-transitory storage medium storing computer executable instructions arranged to perform the physical layer software automated test method of the above embodiments.
本公开还提供了一种计算机程序产品,所述计算机程序产品包括存储在非暂态计算机可读存储介质上的计算机程序,所述计算机程序包括程序指令,当所述程序指令被计算机执行时,使所述计算机执行上述实施例的物理层软件自动化测试方法。The present disclosure also provides a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions, when the program instructions are executed by a computer, The computer is caused to perform the physical layer software automated test method of the above embodiment.
本公开还提供了一种电子设备。图4是本公开实施例提供的电子设备的结构框图。该电子设备可以包括:处理器(processor)51、通信接口(Communications Interface)52、存储器(memory)53和总线54,其中,处理器51、通信接口52、存储器53通过总线54完成相互间的通信。通信接口52可以用于电子设备与外部的信息传输。处理器51可以调用存储器53中的逻辑指令,以执行上述实施例的物理层软件自动化测试方法。The present disclosure also provides an electronic device. FIG. 4 is a structural block diagram of an electronic device according to an embodiment of the present disclosure. The electronic device may include a processor 51, a communication interface 52, a memory 53 and a bus 54, wherein the processor 51, the communication interface 52, and the memory 53 complete communication with each other through the bus 54. . Communication interface 52 can be used for information transfer between the electronic device and the outside. The processor 51 can call the logic instructions in the memory 53 to perform the physical layer software automated test method of the above embodiment.
此外,上述的存储器53中的逻辑指令可以通过软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本公开的技术方案可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本公开各个实施例所述方法的全部或部分步骤。而前述的存储介质可以是非暂态存储介质,包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质,也可 以是暂态存储介质。In addition, the logic instructions in the memory 53 described above may be implemented in the form of a software functional unit and sold or used as a stand-alone product, and may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present disclosure may be embodied in the form of a software product stored in a storage medium, including a plurality of instructions for causing a computer device (which may be a personal computer, a server, or a network) The device or the like) performs all or part of the steps of the method described in various embodiments of the present disclosure. The foregoing storage medium may be a non-transitory storage medium, including: a USB flash drive, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk. a medium that can store program code, or It is a transient storage medium.
尽管为示例目的,已经公开了本公开的优选实施例,本领域的技术人员将意识到各种改进、增加和取代也是可能的,因此,本公开的范围应当不限于上述实施例。While the preferred embodiment of the present disclosure has been disclosed for purposes of illustration, those skilled in the art will recognize that various modifications, additions and substitutions are possible, and the scope of the present disclosure should not be limited to the embodiments described above.
工业实用性Industrial applicability
本公开的物理层软件自动化测试方法和装置,能够完成全面的物理层软件自动化测试,实现对物理层软件持续集成,可靠性高。 The physical layer software automatic testing method and device of the present disclosure can complete comprehensive physical layer software automated testing, realize continuous integration of physical layer software, and high reliability.

Claims (15)

  1. 一种物理层软件自动化测试方法,包括:A physical layer software automated test method, comprising:
    参数生成器批量生成多组用例参数;The parameter generator batch generates multiple sets of use case parameters;
    算法仿真器分别生成每组用例参数对应的测试用例;The algorithm simulator respectively generates test cases corresponding to each set of use case parameters;
    测试代理器基于所述测试用例对待测物理层软件进行测试;以及The test agent tests the physical layer software to be tested based on the test case;
    测试客户端公布测试结果。The test client announces the test results.
  2. 如权利要求1所述的方法,其中,在测试代理器基于所述测试用例对待测物理层软件进行测试之前,还包括:The method of claim 1 wherein before the test agent tests the physical layer software to be tested based on the test case, the method further comprises:
    参数转换器根据物理层和上层之间的接口格式,对每个测试用例中的接口用例参数进行格式转换。The parameter converter formats the interface use case parameters in each test case according to the interface format between the physical layer and the upper layer.
  3. 如权利要求1或2所述的方法,其中,所述参数生成器批量生成多组用例参数,包括:The method of claim 1 or 2, wherein the parameter generator batch generates a plurality of sets of use case parameters, including:
    所述参数生成器根据遍历到的物理层各信道在各应用场景下的参数,分别生成每个信道的每个应用场景对应的用例参数。The parameter generator respectively generates use case parameters corresponding to each application scenario of each channel according to parameters of each channel of the physical layer traversed in each application scenario.
  4. 如权利要求1或2所述的方法,其中,The method of claim 1 or 2, wherein
    所述测试用例包括:输入数据、一组用例参数和输出参考;The test case includes: input data, a set of use case parameters, and an output reference;
    所述算法仿真器分别生成每组用例参数对应的测试用例,包括:The algorithm simulator respectively generates test cases corresponding to each set of use case parameters, including:
    所述算法仿真器基于所述一组用例参数运行,并在运行过程中生成所述一组用例参数对应的输入数据和输出参考。The algorithm simulator runs based on the set of use case parameters and generates input data and output references corresponding to the set of use case parameters during operation.
  5. 如权利要求4所述的方法,其中,所述测试代理器基于所述测试用例对待测的物理层软件进行测试,包括:The method of claim 4 wherein said test agent tests based on said test case physical layer software to be tested, comprising:
    测试代理器基于所述测试用例对运行在物理层或模拟物理层上的待测物理层软件进行测试,并输出测试结果。 The test agent tests the physical layer software to be tested running on the physical layer or the simulated physical layer based on the test case, and outputs the test result.
  6. 如权利要求5所述的方法,其中,所述测试代理器基于所述测试用例对待测的物理层软件进行测试,包括:The method of claim 5 wherein said test agent tests based on said test case physical layer software to be tested, comprising:
    所述测试代理器读入所述测试用例中的输入数据和用例参数;The test agent reads in input data and use case parameters in the test case;
    所述测试代理器调用待测物理层软件,执行测试,并生成输出结果;The test agent invokes the physical layer software to be tested, performs testing, and generates an output result;
    所述测试代理器将所述输出结果和所述测试用例中的输出参考进行比较,如果所述输出结果和所述输出参考相同,则测试结果为测试通过,如果所述输出结果和所述输出参考不相同,测试结果为测试不通过。The test agent compares the output result with an output reference in the test case, and if the output result is the same as the output reference, the test result is a test pass if the output result and the output The reference is not the same, the test result is that the test does not pass.
  7. 一种物理层软件自动化测试装置,包括:A physical layer software automated test device comprising:
    参数生成器,设置为批量生成多组用例参数;Parameter generator, set to batch generate multiple sets of use case parameters;
    算法仿真器,设置为分别生成每组用例参数对应的测试用例;The algorithm simulator is configured to respectively generate test cases corresponding to each set of use case parameters;
    测试代理器,设置为基于所述测试用例对待测物理层软件进行测试;以及a test agent configured to test the physical layer software to be tested based on the test case;
    测试客户端,设置为公布测试结果。Test the client and set it to publish the test results.
  8. 如权利要求7所述的装置,其中,所述装置还包括参数转换器;The apparatus of claim 7 wherein said apparatus further comprises a parameter converter;
    所述参数转换器,设置为在测试代理器基于所述测试用例对待测物理层软件进行测试之前,根据物理层和上层之间的接口格式,对每个测试用例中的接口用例参数进行格式转换。The parameter converter is configured to format the interface use case parameters in each test case according to an interface format between the physical layer and the upper layer before the test agent tests the physical layer software to be tested according to the test case .
  9. 如权利要求7或8所述的装置,其中,The apparatus according to claim 7 or 8, wherein
    所述参数生成器,设置为根据遍历到的物理层各信道在各应用场景下的参数,分别生成每个信道的每个应用场景对应的用例参数。The parameter generator is configured to generate use case parameters corresponding to each application scenario of each channel according to parameters of each channel of the physical layer traversed in each application scenario.
  10. 如权利要求7或8所述的装置,其中,The apparatus according to claim 7 or 8, wherein
    所述测试用例包括:输入数据、一组用例参数和输出参考;The test case includes: input data, a set of use case parameters, and an output reference;
    所述算法仿真器,设置为基于所述一组用例参数运行,并在运行过程中生成所述一组用例参数对应的输入数据和输出参考。 The algorithm simulator is configured to run based on the set of use case parameters, and generate input data and an output reference corresponding to the set of use case parameters during operation.
  11. 如权利要求10所述的装置,其中,The device of claim 10, wherein
    所述测试代理器,设置为调用基于所述测试用例对运行在物理层或模拟物理层上的待测物理层软件进行测试,并输出测试结果。The test agent is configured to invoke a test based on the test case to test the physical layer software to be tested running on the physical layer or the simulated physical layer, and output the test result.
  12. 如权利要求11所述的装置,其中,The device of claim 11 wherein
    所述测试代理器,设置为读入所述测试用例中的输入数据和用例参数,调用待测物理层软件,执行测试,并生成输出结果;将所述输出结果和所述测试用例中的输出参考进行比较,如果所述输出结果和所述输出参考相同,则测试结果为测试通过,如果所述输出结果和所述输出参考不相同,则测试结果为测试不通过。The test agent is configured to read input data and use case parameters in the test case, call the physical layer software to be tested, execute the test, and generate an output result; and output the output and the test case Referring to the comparison, if the output result is the same as the output reference, the test result is a test pass, and if the output result is not the same as the output reference, the test result is a test fail.
  13. 一种非暂态存储介质,存储有计算机可执行指令,所述计算机可执行指令设置为执行权利要求1-6任一项所述的物理层软件自动化测试方法。A non-transitory storage medium storing computer executable instructions, the computer executable instructions being arranged to perform the physical layer software automated test method of any of claims 1-6.
  14. 一种计算机程序产品,所述计算机程序产品包括存储在非暂态计算机可读存储介质上的计算机程序,所述计算机程序包括程序指令,当所述程序指令被计算机执行时,使所述计算机执行权利要求1-6任一项所述的物理层软件自动化测试方法。A computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions that, when executed by a computer, cause the computer to execute The physical layer software automated test method according to any one of claims 1-6.
  15. 一种电子设备,包括至少一个处理器和与所述至少一个处理器通信连接的存储器,所述存储器用于存储可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行时,使所述至少一个处理器执行权利要求1-6任一项所述的物理层软件自动化测试方法。 An electronic device comprising at least one processor and a memory communicatively coupled to the at least one processor, the memory for storing instructions executable by the at least one processor, the instructions being processed by the at least one When executed, the at least one processor is caused to perform the physical layer software automated test method of any one of claims 1-6.
PCT/CN2016/100086 2015-12-30 2016-09-26 Physical layer software automation test method and device WO2017113912A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201511026256.0 2015-12-30
CN201511026256.0A CN106933734A (en) 2015-12-30 2015-12-30 A kind of physical layer software automated testing method and device

Publications (1)

Publication Number Publication Date
WO2017113912A1 true WO2017113912A1 (en) 2017-07-06

Family

ID=59224630

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/100086 WO2017113912A1 (en) 2015-12-30 2016-09-26 Physical layer software automation test method and device

Country Status (2)

Country Link
CN (1) CN106933734A (en)
WO (1) WO2017113912A1 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107807844A (en) * 2017-10-31 2018-03-16 北京新能源汽车股份有限公司 Generation method, device and the computer-readable recording medium of traffic test scene
CN109491898A (en) * 2018-10-30 2019-03-19 武汉思普崚技术有限公司 Testing efficiency method for improving and equipment based on automatic test and case management
CN110647458A (en) * 2018-06-27 2020-01-03 优视科技有限公司 Testing method and device based on distributed testing platform and electronic equipment
CN110990279A (en) * 2019-12-02 2020-04-10 小唐科技(上海)有限公司 Method for jointly verifying DSP codes
CN111190814A (en) * 2019-12-17 2020-05-22 远光软件股份有限公司 Software test case generation method and device, storage medium and terminal
CN111651358A (en) * 2020-06-05 2020-09-11 北京金山云网络技术有限公司 Method for generating test case, software testing method, device and server
CN112463645A (en) * 2021-01-15 2021-03-09 苏州浪潮智能科技有限公司 Test case scheduling method, device, terminal and storage medium
CN112560290A (en) * 2020-12-29 2021-03-26 中国航空工业集团公司沈阳飞机设计研究所 Automatic testing method and system based on countermeasure simulation platform
CN112732556A (en) * 2020-12-29 2021-04-30 北京浪潮数据技术有限公司 Automatic testing method, device, equipment and storage medium for distributed system
CN114089725A (en) * 2021-11-18 2022-02-25 北京烁科精微电子装备有限公司 Test method and device for CMP (chemical mechanical polishing) equipment control software and electronic equipment

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107703773A (en) * 2017-07-27 2018-02-16 北京长城华冠汽车科技股份有限公司 A kind of method for testing software and device based on hardware-in-loop simulation system
CN109547137A (en) * 2017-09-21 2019-03-29 大唐移动通信设备有限公司 A kind of channel test case generation method and device
CN110505649B (en) * 2018-05-17 2021-04-23 大唐移动通信设备有限公司 Automatic testing method and system
CN110581785B (en) * 2018-06-11 2021-07-30 中国移动通信集团浙江有限公司 Reliability evaluation method and device
CN109669856A (en) * 2018-11-14 2019-04-23 平安科技(深圳)有限公司 The test result consultation of doctors method and device of data analysis system
CN111726818A (en) * 2019-03-19 2020-09-29 深圳市广和通无线股份有限公司 Wireless chip testing method and device, computer equipment and storage medium
CN111464398A (en) * 2020-04-09 2020-07-28 上海金卓网络科技有限公司 Self-organizing centreless network high-level protocol testing method, equipment and storage medium
CN112996029A (en) * 2021-04-30 2021-06-18 成都爱瑞无线科技有限公司 Test method, test apparatus, and storage medium for wireless communication
CN113760761A (en) * 2021-09-07 2021-12-07 上海金仕达软件科技有限公司 Automatic testing method and device based on software and hardware stock market system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101437260A (en) * 2007-11-12 2009-05-20 中兴通讯股份有限公司 System and method for automatization test of WCDMA physical layer
CN102567162A (en) * 2010-12-31 2012-07-11 重庆重邮信科通信技术有限公司 DSP (Digital Signal Processor) core-based physical layer system verification device and method
CN103139822A (en) * 2013-03-27 2013-06-05 武汉邮电科学研究院 Method of carrying out automated testing on wireless communication system physical layer
CN103987078A (en) * 2014-04-04 2014-08-13 京信通信系统(中国)有限公司 Base station physical layer test method and system
CN104298224A (en) * 2014-09-12 2015-01-21 中国第一汽车股份有限公司 Automatic vehicle-mounted electronic control unit CAN bus communication testing device and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101437260A (en) * 2007-11-12 2009-05-20 中兴通讯股份有限公司 System and method for automatization test of WCDMA physical layer
CN102567162A (en) * 2010-12-31 2012-07-11 重庆重邮信科通信技术有限公司 DSP (Digital Signal Processor) core-based physical layer system verification device and method
CN103139822A (en) * 2013-03-27 2013-06-05 武汉邮电科学研究院 Method of carrying out automated testing on wireless communication system physical layer
CN103987078A (en) * 2014-04-04 2014-08-13 京信通信系统(中国)有限公司 Base station physical layer test method and system
CN104298224A (en) * 2014-09-12 2015-01-21 中国第一汽车股份有限公司 Automatic vehicle-mounted electronic control unit CAN bus communication testing device and system

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107807844B (en) * 2017-10-31 2020-09-25 北京新能源汽车股份有限公司 Method and device for generating traffic test scene and computer readable storage medium
CN107807844A (en) * 2017-10-31 2018-03-16 北京新能源汽车股份有限公司 Generation method, device and the computer-readable recording medium of traffic test scene
CN110647458A (en) * 2018-06-27 2020-01-03 优视科技有限公司 Testing method and device based on distributed testing platform and electronic equipment
CN109491898A (en) * 2018-10-30 2019-03-19 武汉思普崚技术有限公司 Testing efficiency method for improving and equipment based on automatic test and case management
CN110990279A (en) * 2019-12-02 2020-04-10 小唐科技(上海)有限公司 Method for jointly verifying DSP codes
CN110990279B (en) * 2019-12-02 2023-05-12 小唐科技(上海)股份有限公司 Method for joint verification of DSP codes
CN111190814A (en) * 2019-12-17 2020-05-22 远光软件股份有限公司 Software test case generation method and device, storage medium and terminal
CN111190814B (en) * 2019-12-17 2024-02-06 远光软件股份有限公司 Method and device for generating software test case, storage medium and terminal
CN111651358A (en) * 2020-06-05 2020-09-11 北京金山云网络技术有限公司 Method for generating test case, software testing method, device and server
CN111651358B (en) * 2020-06-05 2024-04-12 北京金山云网络技术有限公司 Method for generating test case, software test method, device and server
CN112560290A (en) * 2020-12-29 2021-03-26 中国航空工业集团公司沈阳飞机设计研究所 Automatic testing method and system based on countermeasure simulation platform
CN112732556A (en) * 2020-12-29 2021-04-30 北京浪潮数据技术有限公司 Automatic testing method, device, equipment and storage medium for distributed system
CN112463645A (en) * 2021-01-15 2021-03-09 苏州浪潮智能科技有限公司 Test case scheduling method, device, terminal and storage medium
CN114089725A (en) * 2021-11-18 2022-02-25 北京烁科精微电子装备有限公司 Test method and device for CMP (chemical mechanical polishing) equipment control software and electronic equipment
CN114089725B (en) * 2021-11-18 2024-03-15 北京晶亦精微科技股份有限公司 Test method and device for control software of chemical mechanical polishing equipment and electronic equipment

Also Published As

Publication number Publication date
CN106933734A (en) 2017-07-07

Similar Documents

Publication Publication Date Title
WO2017113912A1 (en) Physical layer software automation test method and device
US11575518B2 (en) Updateable smart contracts
US10671516B2 (en) Method, device, and computer program product for testing code
CN110532182B (en) Automatic testing method and device for virtualization platform
CN107302476B (en) Automatic testing method and system for testing asynchronous interactive system
US9122789B1 (en) System and method for testing applications with a load tester and testing translator
CN110750592B (en) Data synchronization method, device and terminal equipment
CN107092489B (en) Processing method and system based on application version release
CN116028292B (en) Simulation verification system and method for remote direct memory access simulation verification
CN111258913A (en) Automatic algorithm testing method and device, computer system and readable storage medium
CN112948272A (en) Production environment-based data test system function method and device and related equipment
CN114707236A (en) Model-based virtual-real combined simulation test method
CN113687858A (en) Configuration file checking method and device, electronic equipment and storage medium
CN106445611B (en) Big data node system and automatic deployment method
EP3797356B1 (en) Code base sharing between standalone and web-based versions of an application due to the implementing of an emulated network communication channel
CN111078573A (en) Test message generation method and device
CN111752820A (en) Pressure testing method of gPC interface, computer equipment and storage medium
CN117370203A (en) Automatic test method, system, electronic equipment and storage medium
CN103176903B (en) The test method and equipment of MapReduce distributed system program
US9442826B2 (en) Kernel functionality checker
CN112052070A (en) Application containerization evaluation method and device, electronic equipment and storage medium
CN115952044A (en) Automatic testing method and device
CN115833964A (en) Performance test method and performance test system of dual-mode communication module
CN113360825A (en) WebUI automatic test method and device, electronic equipment and storage medium
CN113792522A (en) Simulation verification method and device and computing equipment

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16880705

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16880705

Country of ref document: EP

Kind code of ref document: A1