WO2017197829A1 - Procédé et appareil de gestion d'informations d'essai, et système et dispositif d'exécution de jeu d'essai - Google Patents
Procédé et appareil de gestion d'informations d'essai, et système et dispositif d'exécution de jeu d'essai Download PDFInfo
- Publication number
- WO2017197829A1 WO2017197829A1 PCT/CN2016/101781 CN2016101781W WO2017197829A1 WO 2017197829 A1 WO2017197829 A1 WO 2017197829A1 CN 2016101781 W CN2016101781 W CN 2016101781W WO 2017197829 A1 WO2017197829 A1 WO 2017197829A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- test
- device under
- information
- test case
- interaction information
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/22—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/22—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
- G06F11/2268—Logging of test results
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Prevention of errors by analysis, debugging or testing of software
- G06F11/3668—Testing of software
- G06F11/3672—Test management
- G06F11/3684—Test management for test design, e.g. generating new test cases
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Prevention of errors by analysis, debugging or testing of software
- G06F11/3668—Testing of software
- G06F11/3672—Test management
- G06F11/3688—Test management for test execution, e.g. scheduling of test suites
Definitions
- the present invention relates to the field of software testing and hardware testing, and in particular, to a test information management method, apparatus, test case execution system and device.
- the prior art proposes Construct a virtual device under test corresponding to the device under test.
- the virtual device under test has exactly the same environmental conditions as the device under test.
- This method can save a lot of resources and time, and can be used as an continuation of automated test cases.
- the integrated test environment can be verified in time and quickly when test cases and keywords are modified.
- using this method often requires testing in a real test environment to facilitate the detection of the availability of test cases.
- test cases that have passed the test under the real test
- the interaction information between the test system and the real device under test needs to be manually filled into the virtual device under test when using these test cases; in actual use, Test cases tend to have a large number, and the amount of interaction information generated when the test system interacts with the information of the actual device under test is even larger; this will waste more manpower in some repetitive work. Up, and work efficiency is also low.
- the test system in the prior art has the problem of wasting human resources and inefficient work.
- the main technical problem to be solved by the present invention is to provide a test information management method, device, and test case execution system and device, which solves the problem of waste of human resources and low work efficiency in the test system in the prior art.
- the present invention provides a test information management method, including:
- the interaction information includes a control instruction sent by the test case execution system to the real device under test according to the test case, and Determining an execution result obtained by the real device under test according to the control instruction;
- the method before saving the interaction information, the method further includes: determining whether the interaction information already exists locally, and when the determination result is no, saving the interaction information; otherwise, not saving the location Interacting information.
- saving the interaction information includes: converting the format of the interaction information into a target format, and saving interaction information of the target format; the target format is completed with the virtual device under test When testing the test case, the format required for the test information matches.
- the method before collecting the interaction information between the test case execution system and the real device under test, the method further includes: monitoring a communication protocol channel between the test case execution system and the real device under test. Monitor the information interaction between the test case execution system and the real device under test.
- the invention also provides a test information management device, comprising:
- the processing module is configured to collect interaction information between the test case execution system and the real device under test, and save the interaction information, where the interaction information includes a test case execution system that is sent to the real device under test according to the test case. a control instruction, and an execution result obtained by the real device under test according to the control instruction;
- the import module is configured to import the interaction information into a virtual device under test corresponding to the real device under test.
- the method further includes: a determining module, configured to determine whether the interaction information already exists locally, and when the determination result is no, the processing module saves the interaction information; otherwise, the processing The module does not save the interaction information.
- the processing module includes a format conversion sub-module, configured to convert a format of the interaction information into a target format, and save interaction information of the target format; the target format and the virtual When the device under test completes the test for the test case, the format required for the test information matches.
- the monitoring module is further configured to monitor between the test case execution system and the real device under test before collecting the interaction information between the test case execution system and the real device under test.
- the communication protocol channel monitors the information interaction between the test case execution system and the real device under test.
- the present invention further provides a test case execution system, comprising: the test information management device in the above embodiment, configured to control a real device under test to execute a test case by using a control command, and receive the test device by the real device under test to execute the test case. The result of the execution.
- the present invention also provides an apparatus, comprising: the test information management apparatus in the above embodiment, for testing
- the control instruction of the execution system executes the test case, and sends the execution result of the test case to the test case execution system, or is used to complete the test of the corresponding test case according to the interaction information.
- the invention provides a test information management method, device, test case execution system and device, and the test information management device monitors the information interaction between the test case execution system and the real device under test, and collects two The interaction information between the two, and then the collected interaction information is saved; the interaction information includes a control instruction sent by the test case execution system to the real device under test according to the test case, and the real device under test performs the test according to the control instruction. The result of the execution; finally, the interaction information is imported to the virtual device under test.
- the test information management can be used to collect the relevant information of the test case when testing the real device under test; then the information is imported into the virtual device under test, and the virtual device under test can directly utilize the above interaction information and test.
- the use case execution system interacts to complete testing of the virtual device under test. It does not require the staff to manually fill in the execution test, the interaction information between the test system and the real device under test, which can effectively solve the problem of wasted human resources and low work efficiency in the test system in the prior art; thereby saving human resources. To improve the efficiency of work.
- FIG. 1 is a flowchart of a test information management method according to Embodiment 1 of the present invention.
- FIG. 2 is a schematic structural diagram of a test information management apparatus according to Embodiment 2 of the present invention.
- FIG. 3 is a schematic diagram of a system of a specific example of a test information management apparatus according to Embodiment 2 of the present invention.
- FIG. 4 is a flowchart of a specific example of a test information management apparatus in Embodiment 2 of the present invention.
- FIG. 5 is a schematic structural diagram of a test case execution system according to Embodiment 2 of the present invention.
- FIG. 6 is a schematic structural diagram of a device in Embodiment 2 of the present invention.
- Embodiment 1 is a diagrammatic representation of Embodiment 1:
- This embodiment provides a test information management method. Referring to FIG. 1, the method includes:
- S101 Collect interaction information between the test case execution system and the real device under test, and save the interaction information
- step S101 is first performed to collect interaction information between the test case execution system and the real device under test, and save the interaction information.
- the test case execution system sends a control command to the mobile phone under test, for example, needs to perform a dialing action, dial a number, etc.;
- the test case is executed according to the control command, and the test result is returned to the test case execution system.
- the test case execution system sends a control command to the mobile phone under test and the mobile phone executes the test according to the control command, and the execution result returned to the test case execution system is collected.
- the interaction information includes a control instruction sent by the test case execution system to the real device under test according to the test case, and an execution result obtained by the real device under test according to the control instruction.
- the prior art proposes to construct a virtual device under test corresponding to the real device under test, and the virtual device under test has exactly the same environmental conditions; if the virtual device under test is to be normal After completing the test, you usually need to get the interactive information.
- the format of the information collected by the test information management device is inconsistent with the format required for the virtual device under test to complete the test, it is usually necessary to perform format conversion on the interaction information.
- the information format that the test information management device may collect is: control command: A; response message: B.
- the control command A is the information sent by the test case execution system to the real device under test; and the response message B is also the response information of the real device under test.
- the virtual device under test is used as the device under test to simulate the real device under test. Therefore, if it is directly saved in the original format, it will be understood that the virtual device under test sends a control command A to the test case execution system.
- the test case execution system replies to the virtual device under test with a response message B; obviously, this does not work, so the format is converted and converted into a target format, and the target format is the virtual device under test.
- the test information needs to be in a format that matches the format.
- the above examples are only used to illustrate the solution of the present invention, and are not intended to limit the scope of the present invention.
- the virtual device under test may also need a variety of other formats to complete the test.
- the test case execution system stores the written test case; the test case execution system sends the control command, which is generated according to the test case.
- the test case may define one or more items to be tested, so The test case execution system sends the corresponding control instruction to the real device under test, and the expected execution result is defined in the test case; the test case execution success can be judged according to the actual execution result. Then, the test case execution system can test the virtual device under test for the corresponding test case, and the execution efficiency is greatly improved compared with the use of the real test device, and the running time is greatly reduced.
- the final purpose is to enable the obtained information to work successfully on the virtual device test system. Therefore, it is first required to ensure that the acquired information is working properly.
- the information is also monitored.
- the monitoring test system generally runs on the test equipment, and may be some commonly used automatic test systems. It may also be a manual test system executed by the staff. The test personnel execute the system to issue control commands to the real device under test through the test case execution system.
- test case execution system sends a control command to the mobile phone under test, for example, a dialing action, a dialing number, etc.; the mobile phone executes the test case according to the control command, and then the test is performed. The result is returned to the test case execution system.
- the information interaction between the monitoring test instance execution system and the real device under test is completed by monitoring the communication protocol channels of the two, and the so-called communication protocol channel is the communication communication between the two. Ways, communication protocols, etc.
- the test case execution system needs to test the remote radio unit.
- the two use the Telnet protocol (remote terminal protocol) to communicate.
- the test case execution system uses the Telnet protocol to send control commands to the remote radio unit to be tested.
- the unit also uses the Telnet protocol to send the execution result, so that the monitoring of the information interaction between the test case execution system and the real device under test only needs to monitor the Telnet channel between the two.
- the test information management device performs monitoring of information interaction between the test case execution system and the real device under test, collects interaction information, saves the interaction information, and then saves the interaction information.
- Imported into the virtual device under test, and the format of the saved interactive information is the format that the test information needs to be completed when the virtual device under test is tested; thus, not only human resources can be saved, human resource costs are reduced, and resource waste is reduced; Reduce the probability of errors, improve work efficiency, and improve the quality of work.
- Embodiment 2 is a diagrammatic representation of Embodiment 1:
- the test information management apparatus 2 includes a processing module 21 and an import module 22.
- the processing module 21 is configured to collect interaction information between the test case execution system and the real device under test, and save the interaction information.
- the import module 22 is configured to import the interaction information into the virtual device test system.
- the test information management apparatus 2 may further include a monitoring module 23 for monitoring information interaction between the test case execution system and the real device under test.
- the monitoring test system generally runs on the test equipment, and may be some commonly used automatic test systems. It may also be a manual test system executed by the staff. The test personnel execute the system to issue control commands to the real device under test through the test case execution system.
- the information interaction between the monitoring test instance execution system and the real device under test is completed by monitoring the communication protocol channels of the two, and the so-called communication protocol channel is the communication communication between the two. Ways, communication protocols, etc.
- the test case execution system needs to test the switch controller, and the two use the UDP protocol (user datagram protocol) for communication.
- the test case execution system uses the UDP protocol to send control commands to the switch controller under test, and the switch control is tested.
- the controller also uses the UDP protocol to send the execution result, so that the monitoring of the information interaction between the test case execution system and the real device under test only needs to monitor the UDP channel between the two.
- the processing module 21 collects the interaction information between the two, and the interaction information includes the control that the test case execution system sends to the real device under test according to the test case.
- the instruction, and the actual device under test perform the test according to the control instruction.
- a judging module 24 is further configured to determine whether the interaction information already exists locally before saving the interaction information, and if it is already saved, it is unnecessary. Saving the waste resource again; but if not saved, it will be saved by the processing module 21.
- a format conversion sub-module 211 is further disposed in the processing module, configured to convert the format of the interaction information into a target format and save the target format when the interaction information is saved. Interactive information.
- the target format is the format that the test information needs to be provided when the virtual device under test corresponding to the real device under test completes the test case. Therefore, when the target format is tested with the virtual device under test for the test case, The test information needs to match the format. After the interaction information is saved, the saved interaction information needs to be imported into the virtual device under test. This step is completed by the import module 22.
- test information management device 2 in this embodiment will be described below with a specific example.
- the monitoring module 23, the processing module 21, the importing module 22 and the judging module 24 are included; the processing module 21 includes a format conversion sub-module 211.
- the test information management device 2 is provided as an independent device, and is disposed outside the test case execution system 31 and the real device under test 32.
- Figure 4 including:
- S401 The monitoring module of the test information management device starts monitoring information interaction between the test case execution system and the real device under test;
- test case execution system sends a control command to the real device under test
- S403 The processing module of the test information management device collects a control command.
- S404 The real device under test performs a test according to the control command, and obtains an execution result
- S405 The real device under test sends the execution result to the test case execution system.
- S407 The conversion sub-module of the test information management device performs format conversion on the collected control command and execution result. change;
- S408 The judgment module of the test information management device determines whether to save; if yes, execute 409, otherwise execute S410;
- S409 The processing module of the test information management device saves the interaction information of the target format
- the import module of the test information management device imports the interaction information of the target format into the virtual device under test.
- test case execution system may include the test information management device in this embodiment.
- the test case execution system 51 is configured to control the real device under test 52 to execute the test case by using the control command, and receive the execution result of the test device by the real device under test 52, and import the interaction information into Virtual device under test 53.
- the virtual device under test 53 has the same function, the same operating environment, and the like as the real device under test 52; it may complete all functions of the real device under test 52 in the form of software.
- a device is also protected, and the device may include the test information management device in this embodiment.
- the device 61 is typically a virtual device that can have the same functionality as a real device and can be used as a device under test (i.e., the aforementioned virtual device under test).
- the real device under test 63 performs a corresponding action according to the control instruction of the test case execution system 62, and transmits an execution result of the execution test to the test case execution system 62, thereby completing some tests.
- the test information management device 2 in the device 61 monitors the interaction and collects the interaction information (the interaction information includes the above control command and the execution result), and then saves the interaction information, and the test module of the device 61 obtains the interaction information and completes Subsequent testing of the corresponding test case.
- the device 61 has the same function, the same operating environment, and the like as the real device under test 63; it may complete all functions of the real device under test 52 in the form of software.
- the above examples are only used to illustrate the solution of the present invention, and are not intended to limit the scope of the present invention.
- the device may also be a real device under test, and communication between the real device under test and the virtual device under test is established; when the device under test is provided with the test in the embodiment.
- the information management device can import the play interaction information into the virtual device under test after the real device under test saves the interaction information.
- the test information management apparatus in this embodiment can be used to execute the test information management method of the above embodiment. That is to say, for each step in the test information management method of the above-described embodiment, the test information management apparatus in this embodiment has a corresponding module to complete, although it may not be enumerated in this embodiment.
- the test information management device is set in the test case execution system and the device, corresponding modules are also provided to complete the steps of the test information management method of the above embodiment.
- the test information management device and the test case are executed in this embodiment.
- the system and equipment can complete the whole process of testing without manual participation; not only can save human resources, reduce human resource costs, reduce resource waste; it can also reduce the probability of error, improve work efficiency, and improve work quality.
- the test information management device can flexibly select its setting position according to requirements, and can be used independently or in other systems, which is convenient and flexible.
- modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices.
- they may be implemented by program code executable by the computing device such that they may be stored in a storage medium (ROM/RAM, diskette, optical disk) by a computing device, and in some cases
- the steps shown or described may be performed in an order different than that herein, or they may be separately fabricated into individual integrated circuit modules, or a plurality of the modules or steps may be implemented as a single integrated circuit module. Therefore, the invention is not limited to any particular combination of hardware and software.
- the invention relates to the field of software testing and hardware testing to solve the problem of inefficient testing.
- the test information management device monitors the information interaction between the test case execution system and the real device under test, and collects the interaction information between the two, and then saves the collected interaction information, and finally The interactive information is imported to the virtual device under test.
- the relevant information of the test case is executed; then the information is imported into the virtual device under test, and the virtual device under test can directly use the interaction information and the test case execution system. Interact and complete the test of the virtual device under test. Therefore, the problem that the test system wastes human resources and the work efficiency is low in the prior art is solved.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Test And Diagnosis Of Digital Computers (AREA)
Abstract
L'invention porte sur un procédé et un appareil de gestion d'informations d'essai, et sur un système et un dispositif d'exécution de jeu d'essai. L'appareil de gestion d'informations d'essai contrôle une interaction d'informations entre un système d'exécution de jeu d'essai et un dispositif réel objet de l'essai, collecte des informations d'interaction entre eux, puis mémorise les informations d'interaction collectées (S101), les informations d'interaction comprenant une instruction de commande envoyée au dispositif réel objet de l'essai par le système d'exécution de jeu d'essai selon un jeu d'essai, et le résultat d'exécution de l'essai exécuté par le dispositif réel objet de l'essai en fonction de l'instruction de commande ; enfin, les informations d'interaction sont importées vers un dispositif virtuel objet de l'essai (S102). Le procédé et l'appareil résolvent efficacement les problèmes de gaspillage de ressources humaines et de manque d'efficacité de travail du système d'essai selon l'état de la technique, ce qui permet d'économiser les ressources humaines et d'améliorer l'efficacité de travail.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201610340345.0 | 2016-05-19 | ||
| CN201610340345.0A CN107402854A (zh) | 2016-05-19 | 2016-05-19 | 测试信息管理方法、装置、测试用例执行系统及设备 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017197829A1 true WO2017197829A1 (fr) | 2017-11-23 |
Family
ID=60325641
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2016/101781 Ceased WO2017197829A1 (fr) | 2016-05-19 | 2016-10-11 | Procédé et appareil de gestion d'informations d'essai, et système et dispositif d'exécution de jeu d'essai |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN107402854A (fr) |
| WO (1) | WO2017197829A1 (fr) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115550980A (zh) * | 2022-09-09 | 2022-12-30 | 中科南京移动通信与计算创新研究院 | 虚实协同通信测试系统、虚实协同通信测试方法及电子设备 |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112527878A (zh) * | 2020-12-15 | 2021-03-19 | 普华基础软件股份有限公司 | 一种数据库io性能测试的自动化工具 |
| CN113590394A (zh) * | 2021-07-09 | 2021-11-02 | 深圳Tcl新技术有限公司 | 一种联调测试方法、装置、电子设备和存储介质 |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101098207A (zh) * | 2006-06-26 | 2008-01-02 | 中兴通讯股份有限公司 | 一种基于消息的自动化测试的系统和方法 |
| CN101778016A (zh) * | 2010-01-01 | 2010-07-14 | 江苏华丽网络工程有限公司 | 网络设备虚拟测试系统的设计方法 |
| CN102968377A (zh) * | 2012-12-13 | 2013-03-13 | 中国航空无线电电子研究所 | 一种基于虚拟机技术的机载软件系统测试通用平台 |
| CN103412817A (zh) * | 2013-08-14 | 2013-11-27 | 迈普通信技术股份有限公司 | 自动化测试脚本脱机调试方法及系统 |
| US20140177459A1 (en) * | 2012-12-21 | 2014-06-26 | Apple Inc. | Methods and apparatus for rapid and cost effective testing of wireless systems |
| CN105260299A (zh) * | 2015-09-17 | 2016-01-20 | 安一恒通(北京)科技有限公司 | 软件测试方法、装置及系统 |
| CN105515883A (zh) * | 2014-09-22 | 2016-04-20 | 阿里巴巴集团控股有限公司 | 一种测试方法及系统 |
Family Cites Families (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101179456A (zh) * | 2007-12-11 | 2008-05-14 | 福建星网锐捷网络有限公司 | 一种网络设备测试方法及装置 |
| CN102855178B (zh) * | 2011-06-30 | 2015-03-04 | 阿里巴巴集团控股有限公司 | 一种单元测试中生成Mock库的方法和装置 |
| CN102981947B (zh) * | 2011-09-07 | 2015-07-08 | 阿里巴巴集团控股有限公司 | 一种测试中准备数据的方法及系统 |
| CN102591780B (zh) * | 2012-01-13 | 2015-04-15 | 广州广电运通金融电子股份有限公司 | 一种设备驱动软件测试方法和测试系统 |
| CN103064299B (zh) * | 2012-12-28 | 2016-06-01 | 东方电气风电有限公司 | 一种风力发电机组在环仿真测控系统及其测试方法 |
| CN103336710B (zh) * | 2013-06-26 | 2017-02-22 | 安科智慧城市技术(中国)有限公司 | 一种虚拟设备控件的构建方法及系统 |
| US10929280B2 (en) * | 2014-03-11 | 2021-02-23 | Verizon Patent And Licensing Inc. | Scheduling tests of software for a cloud computing environment |
| CN103926843B (zh) * | 2014-04-03 | 2016-10-12 | 卡斯柯信号有限公司 | 实现轨道交通信号系统通用仿真方法及仿真系统 |
| CN103970663A (zh) * | 2014-05-22 | 2014-08-06 | 浪潮电子信息产业股份有限公司 | 一种模拟物理设备的方法 |
| CN105335281B (zh) * | 2014-07-30 | 2018-03-20 | 阿里巴巴集团控股有限公司 | 一种自动mock外部依赖的方法及装置 |
-
2016
- 2016-05-19 CN CN201610340345.0A patent/CN107402854A/zh active Pending
- 2016-10-11 WO PCT/CN2016/101781 patent/WO2017197829A1/fr not_active Ceased
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101098207A (zh) * | 2006-06-26 | 2008-01-02 | 中兴通讯股份有限公司 | 一种基于消息的自动化测试的系统和方法 |
| CN101778016A (zh) * | 2010-01-01 | 2010-07-14 | 江苏华丽网络工程有限公司 | 网络设备虚拟测试系统的设计方法 |
| CN102968377A (zh) * | 2012-12-13 | 2013-03-13 | 中国航空无线电电子研究所 | 一种基于虚拟机技术的机载软件系统测试通用平台 |
| US20140177459A1 (en) * | 2012-12-21 | 2014-06-26 | Apple Inc. | Methods and apparatus for rapid and cost effective testing of wireless systems |
| CN103412817A (zh) * | 2013-08-14 | 2013-11-27 | 迈普通信技术股份有限公司 | 自动化测试脚本脱机调试方法及系统 |
| CN105515883A (zh) * | 2014-09-22 | 2016-04-20 | 阿里巴巴集团控股有限公司 | 一种测试方法及系统 |
| CN105260299A (zh) * | 2015-09-17 | 2016-01-20 | 安一恒通(北京)科技有限公司 | 软件测试方法、装置及系统 |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115550980A (zh) * | 2022-09-09 | 2022-12-30 | 中科南京移动通信与计算创新研究院 | 虚实协同通信测试系统、虚实协同通信测试方法及电子设备 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN107402854A (zh) | 2017-11-28 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN111083225B (zh) | 在物联网平台中的数据处理方法、装置及物联网平台 | |
| CN107294808B (zh) | 接口测试的方法、装置和系统 | |
| WO2021203979A1 (fr) | Procédé et appareil de traitement de maintenance et d'opérations, et dispositif informatique | |
| CN103249069B (zh) | 移动终端的测试方法及测试设备、移动终端的测试系统 | |
| CN102571396A (zh) | 一种通讯网络系统及通讯设备的巡检子系统和巡检方法 | |
| CN102420712A (zh) | 一种测试方法和设备 | |
| CN105260082B (zh) | 一种测试数据展示方法及开发终端 | |
| CN102799519A (zh) | 一种集群文件系统自动化测试方法 | |
| CN111088998B (zh) | 煤矿中心站监控系统测试方法、装置及分站模拟系统 | |
| CN107819611B (zh) | 基于iec61850多服务端仿真的客户端测试方法 | |
| WO2016082476A1 (fr) | Procédé et appareil de test de service | |
| CN110750453B (zh) | 基于html5的智能移动端测试方法、系统、服务器及存储介质 | |
| CN105263155A (zh) | 远程实时监测智能移动终端基带处理器运行状态的方法及系统 | |
| CN106936658A (zh) | 测试用例的测试方法及测试平台、模拟测试设备 | |
| US10320650B2 (en) | Testing a network using a communication device | |
| CN102595461B (zh) | 移动通信系统性能测试装置、系统及测试方法 | |
| CN108089986A (zh) | 一种基于机器人的版本更新测试方法及系统 | |
| WO2017197829A1 (fr) | Procédé et appareil de gestion d'informations d'essai, et système et dispositif d'exécution de jeu d'essai | |
| CN114430366A (zh) | 信息采集应用下发方法、相关装置及计算机程序产品 | |
| CN109634856B (zh) | 基于云服务的iOS智能终端远程真机调试系统及方法 | |
| CN113658351B (zh) | 一种产品生产的方法、装置、电子设备及存储介质 | |
| CN105744556A (zh) | 基站故障采集的方法及系统 | |
| CN114095343A (zh) | 基于双活系统的容灾方法、装置、设备及存储介质 | |
| CN104679653A (zh) | 配电自动化终端的软件调试方法及系统 | |
| KR20220074972A (ko) | 시스템 성능 파라미터 송신 방법, 장치, 관리 설비 및 저장 매체 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 16902209 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 16902209 Country of ref document: EP Kind code of ref document: A1 |