[go: up one dir, main page]

WO2018014580A1 - Procédé et appareil de test d'interface de données, serveur et support de stockage - Google Patents

Procédé et appareil de test d'interface de données, serveur et support de stockage Download PDF

Info

Publication number
WO2018014580A1
WO2018014580A1 PCT/CN2017/078351 CN2017078351W WO2018014580A1 WO 2018014580 A1 WO2018014580 A1 WO 2018014580A1 CN 2017078351 W CN2017078351 W CN 2017078351W WO 2018014580 A1 WO2018014580 A1 WO 2018014580A1
Authority
WO
WIPO (PCT)
Prior art keywords
test
interface
test case
execution machine
case
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
Application number
PCT/CN2017/078351
Other languages
English (en)
Chinese (zh)
Inventor
曹静
岑海菊
张博文
毛皓
邹文涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Publication of WO2018014580A1 publication Critical patent/WO2018014580A1/fr
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

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

Definitions

  • the present invention relates to the field of testing technologies, and in particular, to a data interface testing method, apparatus, server, and storage medium.
  • a data interface testing method, apparatus, server, and storage medium are provided.
  • a data interface test method including:
  • a data interface testing device comprising:
  • the instruction acquisition module is configured to obtain a test case selection instruction input by the terminal in the interface test webpage;
  • test case selection module configured to select an interface test case in the test case set according to the test case selection instruction
  • test case sending module configured to send the selected interface test case to the test execution machine
  • test result storage module configured to receive the test result generated by the test execution machine after running the selected interface test case and store the test result
  • test result sending module configured to return the test result to the terminal.
  • a server comprising a memory and a processor, the memory storing computer executable instructions, the computer executable instructions being executed by the processor, such that the processor performs the following steps:
  • One or more non-volatile storage media storing computer-executable instructions, when executed by one or more processors, cause the one or more processors to perform the following steps:
  • FIG. 1 is an application environment diagram of a data interface test system in an embodiment
  • FIG. 2 is a functional block diagram of a server in a data interface test system in an embodiment
  • FIG. 3 is a schematic flow chart of a data interface test method in an embodiment
  • FIG. 4 is a schematic flow chart of steps of collecting an interface test case in an embodiment
  • FIG. 5 is a schematic flow chart of a data interface testing method in another embodiment
  • FIG. 6 is a schematic flow chart of steps of searching for a test execution machine in an embodiment
  • FIG. 7 is a flow chart showing the steps of generating a test result in one embodiment
  • FIG. 8 is a functional block diagram of a data interface test apparatus in an embodiment
  • FIG. 9 is a functional block diagram of a data interface testing device in another embodiment.
  • FIG. 10 is a functional block diagram of a data interface testing device in still another embodiment
  • test case sending module 11 is a functional block diagram of a test case sending module in an embodiment
  • Figure 12 is a functional block diagram of a test result storage module in one embodiment.
  • FIG. 1 is an application environment diagram of a data interface test system in an embodiment.
  • the data interface test system includes a terminal 110, a server 120, and a test executive 130.
  • the terminal 110 and the test execution machine 130 are connected to the server 120 through a network.
  • the terminal 110, the server 120, and the test executive 130 may each be one or more.
  • the server 120 includes a processor, a non-volatile storage medium, an internal memory, and a network interface connected by a system bus.
  • the processor is used to provide computing and control capabilities to support the operation of the entire server 120.
  • the non-volatile storage medium of the server 120 stores an operating system and computer executable instructions.
  • the computer executable instructions are executable by a processor to implement a data interface testing method as provided by the following embodiments.
  • the internal memory in server 120 provides a cached operating environment for operating systems and computer executable instructions in a non-volatile storage medium.
  • the network interface is used for network communication with the terminal 110 or the test executive machine 130. It can be understood that the server 120 can be implemented by a separate server or a server cluster composed of multiple servers.
  • FIG. 2 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the server to which the solution of the present application is applied.
  • the specific server may include a ratio. More or fewer components are shown in Figure 2, or some components are combined, or have different component arrangements.
  • a data interface test method is provided. This embodiment is applied to the server 120 in the data interface test system of FIG. 1 as an example.
  • the server 120 runs a data interface.
  • the test program implements the data interface test method through the data interface test program. The method specifically includes the following steps:
  • Step 302 Acquire a test case selection instruction input by the terminal in the interface test webpage.
  • the terminal 110 sends an acquisition request of the interface test webpage to the server 120.
  • the server 120 receives the acquisition request of the interface test webpage
  • the server 120 returns the data of the interface test webpage to the terminal 110.
  • the terminal 110 tests the webpage according to the data display interface of the interface test webpage returned by the server 120, and controls the data interface test system by using the interface test webpage displayed in the terminal.
  • the tester inputs a test case selection instruction in the interface test webpage displayed by the terminal, and the terminal 110 sends the selection instruction of the test case to the server 120.
  • the test case selection instruction may include a test case identifier, and the test case identifier is used to uniquely identify the test case, and may specifically be at least one of a test case name, a code, a keyword, and a data interface identifier.
  • Test case also known as a test case, is a set of test inputs, execution conditions, and expected results for a test target to test the data interface of the test target or verify that the data interface meets a particular requirement.
  • Step 304 Select an interface test case in the test case set according to the test case selection instruction.
  • the server 120 extracts the test case identifier in the test case selection instruction, and selects a test that matches the test case identifier in the test case set according to the test case identifier.
  • the test case identifier in the test case selection instruction may be one or more.
  • Step 306 the selected interface test case is sent to the test execution machine.
  • the server 120 searches the test execution machine 130 and sends the interface test case to the found test execution machine 130.
  • the server 120 extracts the tags of the test execution machine from the selected interface test cases, and searches for the corresponding test execution machine 130 based on the extracted tags.
  • Step 308 Receive test results generated by the test execution machine running the selected interface test case and store the test results.
  • the test execution machine 130 extracts the interface information from the test case, generates a test data request according to the interface information, and the test execution machine 130 sends the test data request to the server 120.
  • the server 120 extracts the interface information in the test request data, searches for the test data corresponding to the extracted interface information, and returns the found test data to the test execution machine 130.
  • the test execution machine 130 tests the test data returned by the server 120 according to the interface test case to generate test results.
  • the test execution machine 130 sends the test result back to the server 120, and the server 120 stores the test result corresponding to the interface test case. Specifically, the test result is stored corresponding to the identifier of the interface test case.
  • step 310 the test result is returned to the terminal.
  • the server 130 stores the test result returned by the test execution machine
  • the server sends the test result to the terminal 110, and the terminal 110 displays the test result in the interface test page.
  • the terminal may input a test case selection instruction, obtain a test case selection instruction input by the terminal, select an interface test case in the test case set according to the test case selection instruction, and do not need to rewrite the interface test.
  • Example. The selected interface test case is sent to the configured test execution machine, and the test execution machine is not required to be reconfigured, and the test result of the interface test case selected by the test execution machine is obtained and stored, and the test result is returned to the terminal.
  • it is not necessary to rewrite the interface test case and the terminal can directly input the test case selection instruction in the interface test webpage, so that the interface test case that has been edited can be selected in the test case set, and the interface test case is not needed.
  • Reconfigure the test execution machine directly send the selected interface test case to the configured test execution machine, so that the test execution machine uses the selected interface test case to test the data interface, saving the rewriting interface test case and configuring the test execution machine. Time, improve the efficiency of the test of the data interface.
  • step 302 further includes the step of collecting an interface test case, the step specifically including the following:
  • Step 402 Collect interface test cases written by each terminal in the interface test webpage.
  • the tester can write an interface test case in the interface test webpage displayed by the terminal 110.
  • the save command is triggered, and the terminal sends the interface test case written in the interface test webpage to the server 120.
  • the different terminals 110 are different from each other, and the server 120 collects different interface test cases sent by different terminals 110.
  • the tester can upload a locally saved interface test case through the interface test web page displayed by the terminal 110.
  • step 404 the collected interface test cases are stored in the test case set.
  • the server 120 stores the collected interface test cases sent by the terminals 110 in the test case set, extracts the identifier of the interface test case, sends the identifier of the interface test case to each terminal 110, and tests the interface according to the terminal 110.
  • the identity of the use case is displayed on the interface test web page.
  • the interface test cases written by the terminals in the interface test webpage are collected, and the collected interface test cases are stored in the test case set, and the interface test cases in the test case set can be uniformly managed and can be The interface test cases stored in the test case set are used multiple times to improve the utilization of the interface test cases.
  • a data interface test method is provided, and the method specifically includes the following steps:
  • Step 502 Acquire a test case selection instruction input by the terminal in the interface test webpage.
  • Step 504 Select an interface test case in the test case set according to the test case selection instruction.
  • step 506 it is detected whether there is a test result corresponding to the selected interface test case; if it is detected, step 508 is performed; if not, step 510 is performed.
  • the server 120 After selecting the interface test case, the server 120 obtains the identifier of the interface test case, and detects whether there is a test result corresponding to the identifier of the interface test case in the database.
  • Step 508 Delete the test result corresponding to the selected interface test case.
  • the server 120 when the server 120 detects that there is a test result corresponding to the interface test case, the server 120 deletes the test result and proceeds to step 510.
  • step 510 the selected interface test case is sent to the test execution machine.
  • Step 512 Receive test results generated by the test execution machine running the selected interface test case and store the test results.
  • step 514 the test result is returned to the terminal.
  • the selected interface test case is detected to have a corresponding test result.
  • the detected test result is deleted, and the detected test result is deleted.
  • step 306 further includes the step of searching for a test execution machine, the step specifically including the following:
  • Step 602 Obtain a resource occupancy rate of each test execution machine according to the selected interface test case.
  • the server 120 obtains the resource occupancy rate of each test execution machine in the selected interface test case, and the resource occupancy rate may be at least one of the memory usage rate of the test execution machine 130, the occupancy rate of the central processing unit, and the thread occupancy rate.
  • the resource occupancy rate may be at least one of the memory usage rate of the test execution machine 130, the occupancy rate of the central processing unit, and the thread occupancy rate.
  • the server 120 extracts the label of the test execution machine in the selected interface test case.
  • the label of the test execution machine corresponds to multiple test execution machines, and the server 120 acquires the resource occupancy rate of each test execution machine 130.
  • Step 604 Find a test execution machine with the smallest resource occupancy rate.
  • the server 120 compares the resource occupancy rate of each test execution machine 130, and selects the test execution machine 130 with the smallest resource occupancy rate.
  • Step 606 Transfer the selected interface test case to the found test execution machine.
  • the server 130 transmits the selected interface test case to the test execution machine 130 with the smallest resource occupancy, and the test execution machine 130 performs the test according to the received interface test case.
  • the test execution machine with the smallest resource occupancy rate is searched, and the selected interface test case is transmitted to the found test execution machine, so that the test execution machine with the smallest resource occupancy rate tests the data interface according to the interface test case.
  • the execution interface test case waits due to the busy test execution machine is avoided, the time spent waiting for the execution of the interface test case is saved, and the test speed of the data interface is accelerated.
  • step 308 specifically includes the step of generating a test result, the step specifically including the following:
  • Step 702 Receive a test data acquisition request generated by the test execution machine according to the interface identifier, where the interface identifier is extracted by the test execution machine from the selected interface test case.
  • the test execution machine 130 receives the interface test case sent by the server 120, and the test execution machine 130 parses the received interface test case, and extracts the interface identifier of the interface to be tested from the interface test case, and the interface identifier is an interface.
  • the unique identifier, the interface identifier may specifically be the path of the access interface.
  • the test execution device 130 extracts the interface identifier
  • the test data acquisition request is generated according to the interface identifier, and the test data acquisition request is used to obtain the test data from the interface corresponding to the interface identifier.
  • the test execution machine 130 transmits a test data acquisition request to the server 120.
  • Step 704 returning test data to the test execution machine according to the test data acquisition request.
  • the server 120 parses the test data acquisition request, extracts the interface identifier from the test data acquisition request, searches for an interface corresponding to the interface identifier, and obtains corresponding test data from the found interface.
  • the server 120 returns the acquired test data to the test execution machine 130.
  • Step 706 Receive test results generated by the test execution machine based on the test data and the expected data in the interface test case.
  • the test execution machine 130 After receiving the test data returned by the server 120, the test execution machine 130 extracts the expected data from the interface test case, compares the test data with the expected data, and generates a test result according to the comparison result, and the test execution machine 130 generates the generated test result.
  • the test result is returned to the server 120.
  • the test execution machine 130 may obtain expected data and test data from the server 120, compare the test data with the expected data to generate a test result; or, the test execution machine 130 performs an operation on the test data to obtain an operation result, and the operation is performed. The results are compared to the expected data to generate test results.
  • the test result may specifically be a test report, and the test report includes at least one of a test time, an interface identifier of the test interface, and a test error existing in the test data.
  • the test data is returned to the test execution according to the test data acquisition request, and the test execution machine generates the test according to the test data and the expected data in the interface test case.
  • a data interface testing apparatus 800 is provided.
  • the apparatus specifically includes: a selection instruction acquisition module 802, a test case selection module 804, a test case sending module 806, a test result storage module 808, and The test result is sent to the module 810.
  • the instruction acquisition module 802 is configured to obtain a test case selection instruction input by the terminal in the interface test webpage.
  • the test case selection module 804 is configured to select an interface test case in the test case set according to the test case selection instruction.
  • the test case sending module 806 is configured to send the selected interface test case to the test execution machine.
  • the test result storage module 808 is configured to receive and store the test result generated after the interface test case selected by the test execution machine is run.
  • the test result sending module 810 is configured to return the test result to the terminal.
  • the terminal may input a test case selection instruction, obtain a test case selection instruction input by the terminal, select an interface test case in the test case set according to the test case selection instruction, and do not need to rewrite the interface test.
  • Example. The selected interface test case is sent to the configured test execution machine, and the test execution machine is not required to be reconfigured, and the test result of the interface test case selected by the test execution machine is obtained and stored, and the test result is returned to the terminal.
  • it is not necessary to rewrite the interface test case and the terminal can directly input the test case selection instruction in the interface test webpage, so that the interface test case that has been edited can be selected in the test case set, and the interface test case is not needed.
  • Reconfigure the test execution machine directly send the selected interface test case to the configured test execution machine, so that the test execution machine uses the selected interface test case to test the data interface, saving the rewriting interface test case and configuring the test execution machine. Time, improve the efficiency of the test of the data interface.
  • the data interface testing apparatus 800 specifically includes: a test case collection module 812 and a test case storage module 814.
  • the test case collection module 812 is configured to collect interface test cases written by each terminal in the interface test webpage.
  • the test case storage module 814 is configured to store the collected interface test cases into the test case set.
  • the interface test cases written by the terminals in the interface test webpage are collected, and the collected interface test cases are stored in the test case set, and the interface test cases in the test case set can be uniformly managed and can be The interface test cases stored in the test case set are used multiple times to improve the utilization of the interface test cases.
  • the data interface testing apparatus 800 specifically includes a test result detecting module 816 and a test result deleting module 818.
  • the test result detecting module 816 is configured to detect whether there is a test result corresponding to the selected interface test case.
  • the test result deletion module 818 is configured to delete the test result corresponding to the selected interface test case when detecting the test result corresponding to the selected interface test case.
  • the test case sending module 806 is further configured to send the selected interface test case to the test execution machine when detecting that the test result corresponding to the selected interface test case does not exist.
  • the selected interface test case is detected to have a corresponding test result.
  • the detected test result is deleted, and the detected test result is deleted.
  • test case sending module 806 specifically includes:
  • the occupancy acquisition module 806a is configured to obtain the resource occupancy rate of each test execution machine according to the selected interface test case.
  • the execution machine search module 806b is configured to find a test execution machine with the smallest resource occupancy rate.
  • the test case transmission module 806c is configured to transmit the selected interface test case to the found test execution machine.
  • the test execution machine with the smallest resource occupancy rate is searched, and the selected interface test case is transmitted to the found test execution machine, so that the test execution machine with the smallest resource occupancy rate tests the data interface according to the interface test case.
  • the execution interface test case waits due to the busy test execution machine is avoided, the time spent waiting for the execution of the interface test case is saved, and the test speed of the data interface is accelerated.
  • test result storage module 808 specifically includes:
  • the acquisition request receiving module 808a is configured to receive a test data acquisition request generated by the test execution machine according to the interface identifier, where the interface identifier is extracted by the test execution machine from the selected interface test case.
  • the test data return module 808b is configured to return test data to the test execution machine according to the test data acquisition request.
  • the test result receiving module 808c is configured to receive test results generated by the test execution machine according to the test data and the expected data in the interface test case.
  • the test data is returned to the test execution according to the test data acquisition request, and the test execution machine generates the test according to the test data and the expected data in the interface test case.
  • the various modules in the above data interface test apparatus may be implemented in whole or in part by software, hardware, and combinations thereof.
  • the network interface may be an Ethernet or a wireless network card.
  • the above modules may be embedded in the hardware in the processor or in the memory in the server, or may be stored in the memory in the server, so that the processor calls the corresponding operations of the above modules.
  • the processor can be a central processing unit (CPU), a microprocessor, a microcontroller, or the like.
  • the storage medium may be a magnetic disk, an optical disk, or a read-only storage memory (Read-Only) Memory, ROM) or Random Access Memory (RAM).

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

L'invention concerne un procédé de test d'interface de données, comportant les étapes consistant à: acquérir une instruction de sélection de scénario de test introduite par un terminal dans une page web de test d'interface; selon l'instruction de sélection de scénario de test, sélectionner un scénario de test d'interface dans un ensemble de scénarios de test; envoyer le scénario de test d'interface sélectionné à une machine d'exécution de tests; recevoir un résultat de test généré après que la machine d'exécution de tests a exécuté le scénario de test d'interface sélectionné, et le stocker; et renvoyer le résultat de test au terminal.
PCT/CN2017/078351 2016-07-20 2017-03-28 Procédé et appareil de test d'interface de données, serveur et support de stockage Ceased WO2018014580A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610581627.XA CN106991040B (zh) 2016-07-20 2016-07-20 数据接口测试方法和装置
CN201610581627.X 2016-07-20

Publications (1)

Publication Number Publication Date
WO2018014580A1 true WO2018014580A1 (fr) 2018-01-25

Family

ID=59413563

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/078351 Ceased WO2018014580A1 (fr) 2016-07-20 2017-03-28 Procédé et appareil de test d'interface de données, serveur et support de stockage

Country Status (2)

Country Link
CN (1) CN106991040B (fr)
WO (1) WO2018014580A1 (fr)

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109165127A (zh) * 2018-08-29 2019-01-08 北京奇艺世纪科技有限公司 问题接口的定位方法、装置及电子设备
CN109165165A (zh) * 2018-09-04 2019-01-08 中国平安人寿保险股份有限公司 接口测试方法、装置、计算机设备和存储介质
CN109446071A (zh) * 2018-09-26 2019-03-08 深圳壹账通智能科技有限公司 接口测试方法、接口测试装置、电子设备及存储介质
CN109597753A (zh) * 2018-10-22 2019-04-09 平安科技(深圳)有限公司 接口测试的方法、装置、计算机设备以及存储介质
CN109710532A (zh) * 2018-12-28 2019-05-03 北京金山安全软件有限公司 一种测试用例的管理方法、装置及电子设备
CN110083540A (zh) * 2019-04-29 2019-08-02 北京口袋时尚科技有限公司 接口测试方法及装置
CN110134612A (zh) * 2019-05-17 2019-08-16 深圳前海微众银行股份有限公司 Ui测试数据生成方法、装置、设备及可读存储介质
CN110134584A (zh) * 2019-04-12 2019-08-16 深圳壹账通智能科技有限公司 一种接口测试用例的生成方法、装置、存储介质和服务器
CN110413507A (zh) * 2019-06-21 2019-11-05 平安科技(深圳)有限公司 系统测试方法、装置、计算机设备和存储介质
CN110515834A (zh) * 2019-07-26 2019-11-29 Oppo广东移动通信有限公司 接口测试方法、装置、移动终端及存储介质
CN110597704A (zh) * 2018-06-13 2019-12-20 百度在线网络技术(北京)有限公司 应用程序的压力测试方法、装置、服务器和介质
CN110609791A (zh) * 2019-09-03 2019-12-24 深圳证券交易所 招投标系统的接口测试方法、接口测试装置及存储介质
CN110633208A (zh) * 2019-08-22 2019-12-31 浙江大搜车软件技术有限公司 增量代码覆盖率测试方法及系统
CN110633211A (zh) * 2019-08-30 2019-12-31 深圳壹账通智能科技有限公司 对于多接口的测试方法、装置、服务器及介质
CN110647462A (zh) * 2019-08-29 2020-01-03 凡普数字技术有限公司 接口测试方法、装置以及存储介质
CN110716876A (zh) * 2019-09-30 2020-01-21 国核自仪系统工程有限公司 自动化验证可编程逻辑代码的测试平台及测试方法
CN110737549A (zh) * 2018-07-20 2020-01-31 北京奇虎科技有限公司 应用测试方法、装置、服务器和系统
CN111181800A (zh) * 2019-11-27 2020-05-19 腾讯科技(深圳)有限公司 测试数据处理方法、装置、电子设备及存储介质
CN111352825A (zh) * 2018-12-21 2020-06-30 北京金山云网络技术有限公司 数据接口的测试方法、装置及服务器
CN111427784A (zh) * 2020-03-24 2020-07-17 中国建设银行股份有限公司 一种数据获取方法、装置、设备及存储介质
CN111459794A (zh) * 2020-02-25 2020-07-28 西安广和通无线软件有限公司 通信网络测试方法、装置、计算机设备和存储介质
CN112596972A (zh) * 2020-12-23 2021-04-02 文思海辉智科科技有限公司 车载设备的测试方法、装置、系统、计算机设备
CN112667512A (zh) * 2020-12-30 2021-04-16 杭州趣链科技有限公司 数据驱动测试方法、装置、设备和计算机可读存储介质
CN112882922A (zh) * 2019-11-29 2021-06-01 深圳云天励飞技术有限公司 一种测试方法和相关装置
CN113094251A (zh) * 2019-12-23 2021-07-09 深圳奇迹智慧网络有限公司 嵌入式系统测试方法、装置、计算机设备和存储介质
CN113220595A (zh) * 2021-06-11 2021-08-06 中国农业银行股份有限公司 测试方法及设备
CN114676049A (zh) * 2022-03-21 2022-06-28 瀚云科技有限公司 一种用例测试方法、装置、电子设备及存储介质
CN111427770B (zh) * 2020-02-29 2024-04-09 中国平安人寿保险股份有限公司 一种资源测试方法及相关设备

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107766190B (zh) * 2017-10-31 2020-06-12 平安科技(深圳)有限公司 接口测试方法、装置、计算机设备和存储介质
CN107861870B (zh) * 2017-11-02 2020-07-24 平安科技(深圳)有限公司 接口测试及测试数据生成方法、装置、终端和存储介质
CN108268348A (zh) * 2017-12-08 2018-07-10 广州视源电子科技股份有限公司 接口测试方法、装置、移动终端及存储介质
CN108563569B (zh) * 2018-04-11 2021-04-16 中国电子科技集团公司第十四研究所 一种预警探测系统自动化接口测试方法
CN108959081A (zh) * 2018-06-27 2018-12-07 郑州云海信息技术有限公司 一种基于文字驱动自动化测试方法
CN108984400B (zh) * 2018-07-03 2021-05-14 中国电子科技集团公司第十四研究所 基于预警探测系统的自动化接口测试方法
CN109120473B (zh) * 2018-07-27 2020-11-03 广州市百果园信息技术有限公司 接口请求框架实现方法、接口测试方法及其对应的装置
CN109408304A (zh) * 2018-09-27 2019-03-01 深圳壹账通智能科技有限公司 区块链引入测试方法、装置、设备及可读存储介质
CN109766262B (zh) * 2018-12-15 2022-05-06 深圳壹账通智能科技有限公司 接口数据处理方法、自动化测试方法、装置、设备和介质
CN110362492B (zh) * 2019-07-18 2024-06-11 腾讯科技(深圳)有限公司 人工智能算法测试方法、装置、服务器、终端及存储介质
CN114401040B (zh) * 2021-12-30 2024-11-12 中国电信股份有限公司 传输通道测试系统及测试方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101212357A (zh) * 2006-12-31 2008-07-02 亿阳信通股份有限公司 一种接口的测试方法和装置
CN102096631A (zh) * 2009-12-11 2011-06-15 华为技术有限公司 接口测试方法及装置
CN103970614A (zh) * 2013-01-24 2014-08-06 腾讯科技(深圳)有限公司 一种业务测试方法及装置
CN104298604A (zh) * 2014-11-06 2015-01-21 哈尔滨工业大学 云服务健壮性测试系统及测试方法

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8423962B2 (en) * 2009-10-08 2013-04-16 International Business Machines Corporation Automated test execution plan generation
CN103761189B (zh) * 2014-02-17 2017-02-01 广东欧珀移动通信有限公司 一种测试用例管理方法及系统
CN105260299A (zh) * 2015-09-17 2016-01-20 安一恒通(北京)科技有限公司 软件测试方法、装置及系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101212357A (zh) * 2006-12-31 2008-07-02 亿阳信通股份有限公司 一种接口的测试方法和装置
CN102096631A (zh) * 2009-12-11 2011-06-15 华为技术有限公司 接口测试方法及装置
CN103970614A (zh) * 2013-01-24 2014-08-06 腾讯科技(深圳)有限公司 一种业务测试方法及装置
CN104298604A (zh) * 2014-11-06 2015-01-21 哈尔滨工业大学 云服务健壮性测试系统及测试方法

Cited By (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110597704B (zh) * 2018-06-13 2023-09-26 百度在线网络技术(北京)有限公司 应用程序的压力测试方法、装置、服务器和介质
CN110597704A (zh) * 2018-06-13 2019-12-20 百度在线网络技术(北京)有限公司 应用程序的压力测试方法、装置、服务器和介质
CN110737549A (zh) * 2018-07-20 2020-01-31 北京奇虎科技有限公司 应用测试方法、装置、服务器和系统
CN109165127A (zh) * 2018-08-29 2019-01-08 北京奇艺世纪科技有限公司 问题接口的定位方法、装置及电子设备
CN109165165A (zh) * 2018-09-04 2019-01-08 中国平安人寿保险股份有限公司 接口测试方法、装置、计算机设备和存储介质
CN109446071A (zh) * 2018-09-26 2019-03-08 深圳壹账通智能科技有限公司 接口测试方法、接口测试装置、电子设备及存储介质
CN109597753A (zh) * 2018-10-22 2019-04-09 平安科技(深圳)有限公司 接口测试的方法、装置、计算机设备以及存储介质
CN111352825B (zh) * 2018-12-21 2023-06-02 北京金山云网络技术有限公司 数据接口的测试方法、装置及服务器
CN111352825A (zh) * 2018-12-21 2020-06-30 北京金山云网络技术有限公司 数据接口的测试方法、装置及服务器
CN109710532A (zh) * 2018-12-28 2019-05-03 北京金山安全软件有限公司 一种测试用例的管理方法、装置及电子设备
CN110134584A (zh) * 2019-04-12 2019-08-16 深圳壹账通智能科技有限公司 一种接口测试用例的生成方法、装置、存储介质和服务器
CN110083540B (zh) * 2019-04-29 2023-04-28 北京口袋时尚科技有限公司 接口测试方法及装置
CN110083540A (zh) * 2019-04-29 2019-08-02 北京口袋时尚科技有限公司 接口测试方法及装置
CN110134612A (zh) * 2019-05-17 2019-08-16 深圳前海微众银行股份有限公司 Ui测试数据生成方法、装置、设备及可读存储介质
CN110413507A (zh) * 2019-06-21 2019-11-05 平安科技(深圳)有限公司 系统测试方法、装置、计算机设备和存储介质
CN110413507B (zh) * 2019-06-21 2024-05-03 平安科技(深圳)有限公司 系统测试方法、装置、计算机设备和存储介质
CN110515834A (zh) * 2019-07-26 2019-11-29 Oppo广东移动通信有限公司 接口测试方法、装置、移动终端及存储介质
CN110515834B (zh) * 2019-07-26 2023-11-10 Oppo广东移动通信有限公司 接口测试方法、装置、移动终端及存储介质
CN110633208A (zh) * 2019-08-22 2019-12-31 浙江大搜车软件技术有限公司 增量代码覆盖率测试方法及系统
CN110647462A (zh) * 2019-08-29 2020-01-03 凡普数字技术有限公司 接口测试方法、装置以及存储介质
CN110633211A (zh) * 2019-08-30 2019-12-31 深圳壹账通智能科技有限公司 对于多接口的测试方法、装置、服务器及介质
CN110609791A (zh) * 2019-09-03 2019-12-24 深圳证券交易所 招投标系统的接口测试方法、接口测试装置及存储介质
CN110716876A (zh) * 2019-09-30 2020-01-21 国核自仪系统工程有限公司 自动化验证可编程逻辑代码的测试平台及测试方法
CN111181800A (zh) * 2019-11-27 2020-05-19 腾讯科技(深圳)有限公司 测试数据处理方法、装置、电子设备及存储介质
CN111181800B (zh) * 2019-11-27 2023-09-19 腾讯科技(深圳)有限公司 测试数据处理方法、装置、电子设备及存储介质
CN112882922B (zh) * 2019-11-29 2023-11-17 深圳云天励飞技术有限公司 一种测试方法和相关装置
CN112882922A (zh) * 2019-11-29 2021-06-01 深圳云天励飞技术有限公司 一种测试方法和相关装置
CN113094251A (zh) * 2019-12-23 2021-07-09 深圳奇迹智慧网络有限公司 嵌入式系统测试方法、装置、计算机设备和存储介质
CN113094251B (zh) * 2019-12-23 2024-02-23 深圳奇迹智慧网络有限公司 嵌入式系统测试方法、装置、计算机设备和存储介质
CN111459794B (zh) * 2020-02-25 2024-03-15 西安广和通无线软件有限公司 通信网络测试方法、装置、计算机设备和存储介质
CN111459794A (zh) * 2020-02-25 2020-07-28 西安广和通无线软件有限公司 通信网络测试方法、装置、计算机设备和存储介质
CN111427770B (zh) * 2020-02-29 2024-04-09 中国平安人寿保险股份有限公司 一种资源测试方法及相关设备
CN111427784A (zh) * 2020-03-24 2020-07-17 中国建设银行股份有限公司 一种数据获取方法、装置、设备及存储介质
CN112596972A (zh) * 2020-12-23 2021-04-02 文思海辉智科科技有限公司 车载设备的测试方法、装置、系统、计算机设备
CN112596972B (zh) * 2020-12-23 2024-05-03 文思海辉智科科技有限公司 车载设备的测试方法、装置、系统、计算机设备
CN112667512A (zh) * 2020-12-30 2021-04-16 杭州趣链科技有限公司 数据驱动测试方法、装置、设备和计算机可读存储介质
CN113220595B (zh) * 2021-06-11 2023-10-03 中国农业银行股份有限公司 测试方法及设备
CN113220595A (zh) * 2021-06-11 2021-08-06 中国农业银行股份有限公司 测试方法及设备
CN114676049A (zh) * 2022-03-21 2022-06-28 瀚云科技有限公司 一种用例测试方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
CN106991040A (zh) 2017-07-28
CN106991040B (zh) 2020-05-05

Similar Documents

Publication Publication Date Title
WO2018014580A1 (fr) Procédé et appareil de test d'interface de données, serveur et support de stockage
WO2018036167A1 (fr) Procédé, dispositif, serveur et support de stockage d'affectation d'exécuteurs de tâches de test
WO2018103315A1 (fr) Procédé de traitement de données de surveillance, appareil, serveur et équipement de stockage
WO2018058959A1 (fr) Procédé et appareil de vérification de langage sql, serveur et dispositif de stockage
WO2018014582A1 (fr) Procédé de traitement de données de police d'assurance, dispositif, administrateur et support de stockage
WO2015144012A1 (fr) Procédé pour réaliser une transaction de développement de logiciel et dispositif électronique
WO2018036168A1 (fr) Procédé et dispositif d'exécution de tâche de traitement de données, serveur d'exécution et support de stockage
WO2018233037A1 (fr) Procédé de test d'intégration de base de données, dispositif, serveur et support d'informations
WO2020186773A1 (fr) Procédé, dispositif et appareil de surveillance de demandes d'appel, et support d'informations
WO2020119369A1 (fr) Procédé, appareil et dispositif de positionnement de défaut de fonctionnement et de maintenance informatique intelligent, et support de stockage lisible
WO2010123168A1 (fr) Procédé et système de gestion de base de données
WO2017177769A1 (fr) Procédé et système de déploiement de versions ogg, serveur, et support de stockage
WO2020062640A1 (fr) Procédé, serveur et support de stockage pour changer une langue de rédaction dynamique d'application de terminal
WO2020233089A1 (fr) Procédé et appareil de création de jeu de test, terminal et support de stockage lisible par ordinateur
WO2018227772A1 (fr) Procédé et appareil de mise à jour de commande de guichet automatique bancaire, dispositif informatique et support d'informations
WO2014189190A1 (fr) Système et procédé de récupération d'informations sur la base d'un étiquetage d'éléments de données
WO2020077832A1 (fr) Procédé, appareil et dispositif d'accès à un bureau dans le nuage et support de stockage
WO2017181786A1 (fr) Procédé, appareil, dispositif informatique, et support de stockage de traitement d'analyse de données
CN112000350A (zh) 一种动态规则更新方法、装置及存储介质
WO2020237849A1 (fr) Procédé de lecture-écriture d'aperçu pour dispositif de bloc de réseau, appareil, dispositif et support de stockage
WO2018014594A1 (fr) Procédé de traitement de demande et de réponse de réseau, dispositif, terminal, serveur, et support de stockage
WO2020237859A1 (fr) Procédé de migration de données employant un dispositif nbd, appareil, dispositif et support de stockage
WO2014044130A1 (fr) Procédé et système d'interrogation de service, et support de stockage informatique
WO2018221998A1 (fr) Procédé d'analyse automatique de goulot d'étranglement en temps réel et appareil permettant d'effectuer le procédé
WO2017190409A1 (fr) Procédé de recherche rapide de données, procédé de recherche, procédé d'ajout et procédé de suppression

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: 17830222

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 21.05.2019)

122 Ep: pct application non-entry in european phase

Ref document number: 17830222

Country of ref document: EP

Kind code of ref document: A1