CN113485922A - Test case generation method, test method, tool, device and storage medium - Google Patents

Test case generation method, test method, tool, device and storage medium Download PDF

Info

Publication number
CN113485922A
CN113485922A CN202110746739.7A CN202110746739A CN113485922A CN 113485922 A CN113485922 A CN 113485922A CN 202110746739 A CN202110746739 A CN 202110746739A CN 113485922 A CN113485922 A CN 113485922A
Authority
CN
China
Prior art keywords
test
json
tested
file
functions
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.)
Pending
Application number
CN202110746739.7A
Other languages
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.)
Shandong Youren Networking Co ltd
Original Assignee
Shandong Youren Networking 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 Shandong Youren Networking Co ltd filed Critical Shandong Youren Networking Co ltd
Priority to CN202110746739.7A priority Critical patent/CN113485922A/en
Publication of CN113485922A publication Critical patent/CN113485922A/en
Pending legal-status Critical Current

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
    • 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
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

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)
  • Tests Of Electronic Circuits (AREA)

Abstract

The invention discloses a test case generation method, a test method, a tool, a device and a storage medium, wherein the method comprises the following steps: receiving test parameters corresponding to the interface module to be tested, which are input by a user, and generating test files with preset formats of different test functions according to the test parameters; and respectively storing the preset format test files with different test functions in different subfolders of the first folder. The invention reduces the work complexity and the repeatability of the tester.

Description

Test case generation method, test method, tool, device and storage medium
Technical Field
The invention relates to the technical field of automatic testing, in particular to a test case generation method, a test method, a tool, a device and a storage medium.
Background
Interface testing is a test that tests an interface between components of a system. The interface test is mainly used for detecting interaction points between external systems and between internal subsystems. The testing is mainly to check the data exchange, transmission and control management processes, mutual logic dependency relationship among systems and the like, and a plurality of frameworks and methods based on python automatic testing exist, but most of the frameworks and methods are to apply web to perform interface testing of http protocol, and the most common logic is as follows: reading the test case written by the excel, calling according to the case content in the excel, judging whether the return value in the expected result is consistent with the value in the return message, and writing the test result into the new excel.
The automatic testing method has the defects that one test case is required for each interface test, and more test cases are required for the test requirements of large test quantity and large test range, so that the testing efficiency is reduced.
Disclosure of Invention
The invention mainly aims to provide a test case generation method, a test method, a tool, a device and a storage medium, and aims to solve the problem of low efficiency of the existing automatic test method.
In order to achieve the above object, the present invention provides a test case generating method, which comprises the steps of:
receiving test parameters corresponding to the interface module to be tested, which are input by a user, and generating test files with preset formats of different test functions according to the test parameters;
and respectively storing the preset format test files with different test functions in different subfolders of the first folder.
Optionally, the preset format test file is a JSON format file; the step of receiving test parameters corresponding to the functions to be tested and input by a user and generating test files with preset formats of different test functions according to the test parameters comprises the following steps:
displaying a parameter input display interface, and receiving test parameters corresponding to the functions to be tested, which are input by a user according to test requirements;
and generating JSON test files with different test functions according to the test parameters.
Optionally, the preset format test file is a JSON format file; the step of generating the test files with the preset formats of different test functions according to the test parameters comprises the following steps:
updating field information in the JSON test file according to the test parameters with the same test function;
and generating a JSON test file corresponding to the function to be tested according to the updated field information.
In order to achieve the above object, the present invention further provides a testing method, including the steps of:
receiving test parameters corresponding to the functions to be tested, which are input by a user, and generating test files with preset formats of different test functions according to the test parameters;
respectively storing the preset format test files with different test functions in different subfolders of a first folder;
reading the preset format test files of the different test functions, generating test scripts corresponding to the preset format test files of the different test functions and storing the test scripts;
executing the test script to automatically test the interface module to be tested;
and outputting a test report corresponding to the automatic test.
Optionally, the preset format test file is a JSON format file; the step of reading the preset format test files of different test functions, generating test scripts corresponding to the preset format test files of different test functions and storing the test scripts comprises the following steps:
reading the JSON test file, and analyzing key value information of the JSON test file;
selecting a JSON test file corresponding to the function to be tested from subfolders of a first folder according to the key value information of the JSON test file and the function to be tested;
generating a test script of the JSON test file corresponding to the function to be tested according to the JSON test file corresponding to the function to be tested and a preset automatic test script, wherein the preset automatic test script is stored in a second folder;
and storing the test script of the JSON test file corresponding to the function to be tested to a third folder.
Optionally, the step of generating a test script of the JSON test file corresponding to the function to be tested according to the JSON test file corresponding to the function to be tested and a preset automated test script includes:
reading test parameters in the JSON test file corresponding to the functions to be tested;
and executing a preset automatic test script, carrying out data processing on the test parameters, and generating a test script of the JSON test file corresponding to the function to be tested.
Optionally, the test report is in LOG file format or Excel file format.
In order to achieve the above object, the present invention further provides a test case generation tool, where the test case generation tool includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the computer program, when executed by the processor, implements the steps of the test case generation method described above.
In order to achieve the above object, the present invention further provides a testing apparatus, which includes a test case generation tool, and the testing apparatus includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the computer program is executed by the processor, the testing apparatus implements the steps of the testing method as described above.
To achieve the above object, the present invention further provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the testing method as described above.
According to the test case generation method, the test method, the tool, the device and the storage medium, the test parameters corresponding to the functions to be tested are received, the preset format test files with different test functions are generated according to the test parameters, the preset format files with different functions of the interface module to be tested are generated, different combinations of the preset format files are generated through a plurality of parameters, the test of the interface module is more comprehensive, the writing of the preset format files one by one is avoided, and the test efficiency is improved; the preset format test files with different test functions are respectively stored in different subfolders of the first folder, so that the sequential test of different functions of the interface module to be tested is realized, and the test range is expanded.
Drawings
FIG. 1 is a schematic diagram of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a test case generating method according to a first embodiment of the present invention;
FIG. 3 is a flowchart illustrating a detailed process of step S10 in the first embodiment of the test case generating method according to the present invention;
FIG. 4 is a parameter input display interface according to the first embodiment of the test case generation method of the present invention;
FIG. 5 is a flowchart illustrating a test case generating method according to a second embodiment of the present invention;
FIG. 6 is a schematic flow chart of a testing method according to a third embodiment of the present invention;
FIG. 7 is a schematic flow chart of a testing method according to a fourth embodiment of the present invention;
fig. 8 is a detailed flowchart of step S53 in the fourth embodiment of the testing method of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, fig. 1 is a schematic diagram of a hardware structure of a test case generation tool provided in various embodiments of the present invention. The test case generation tool includes components such as a communication module 01, a memory 02, and a processor 03. Those skilled in the art will appreciate that the test case generation tool illustrated in FIG. 1 may also include more or fewer components than shown, or combine certain components, or a different arrangement of components. The processor 03 is connected to the memory 02 and the communication module 01, respectively, and the memory 02 stores a computer program, which is executed by the processor 03 at the same time.
The communication module 01 may be connected to an external device through a network. The communication module 01 may receive data sent by an external device, and may also send data, instructions, and information to the external device, where the external device may be an electronic device such as a mobile phone, a tablet computer, a notebook computer, and a desktop computer.
The memory 02 may be used to store software programs and various data. The memory 02 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data or information created according to the use of the test apparatus, or the like. Further, the memory 02 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 03, which is a control center of the test case generation tool, connects various parts of the entire test apparatus by using various interfaces and lines, and executes various functions and processes data of the test apparatus by running or executing software programs and/or modules stored in the memory 02 and calling data stored in the memory 02, thereby performing overall monitoring of the test apparatus. Processor 03 may include one or more processing units; preferably, the processor 03 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 03.
The invention also provides a test device, which comprises an automatic test module and the test case generation tool, wherein the automatic test module can comprise a communication module, a memory, a processor and the like which are the same as the test case generation tool, and the automatic test module can also share the same communication module, the memory and the processor as the test case generation tool.
Those skilled in the art will appreciate that the test device configuration shown in FIG. 1 does not constitute a limitation of a test device or automated test module, and may include more or fewer components than shown, or some components in combination, or a different arrangement of components.
Various embodiments of the method of the present invention are presented in terms of the above-described hardware architecture.
Referring to fig. 2, in the first embodiment of the test case generating method of the present invention, the test case generating method includes the steps of:
step S10, receiving test parameters corresponding to the interface module to be tested input by a user, and generating test files with preset formats of different test functions according to the test parameters;
step S20, storing the preset format test files with different test functions in different subfolders of the first folder.
The preset format test file is a JSON format test file, and technicians in the field can set different preset format test files according to requirements so as to meet the realization of a test method; the interface module to be tested is an interface module to be tested, the interface module comprises at least one different function, and the test parameters are parameter data required by the function corresponding to the interface module to be tested. The method supports JSON format, JSON (JavaScript Object Notation) is a light data exchange format, adopts a text format completely independent of programming language to store and represent data, has a simple and clear hierarchical structure, is easy to read and write by people, is easy to analyze and generate by a machine, can effectively improve the network transmission efficiency, and is an ideal data exchange language.
Referring to fig. 3, in an embodiment, the step S10 includes:
step S11, displaying a parameter input display interface, and receiving test parameters corresponding to the functions to be tested, which are input by a user according to test requirements;
step S12, generating JSON test files with different test functions according to the test parameters;
in this embodiment, the interface module to be tested may be an LED module (light-emitting diode), the test function may be an on or off function of the LED module, and when a test parameter corresponding to the LED module is input, a corresponding JSON file is generated according to the test parameter corresponding to the LED on or off function in the test parameter;
referring to fig. 4, an embodiment of a parameter input display interface is shown. The input of the test parameters is input through the parameter input display interface, the parameters comprise module names, the module names comprise class names, and the class names comprise class real parameters and function names; the function name comprises a function type, an entry parameter definition, a return value definition and a test definition; the function types comprise class functions, static functions and object functions; the parameter number is included in the parameter entry definition; the return value definition comprises whether a return value, a parameter type and an expected return value exist or not; the test definition includes whether repeated calling, calling times and joining combination mode can be carried out. The JSON files with different test functions can be generated by the user only by checking and selecting the parameters corresponding to the functions to be tested on the parameter input display interface, so that the efficiency of interface test is greatly improved, and the range of the interface test is expanded through the combination of various parameters.
After the step S12, executing step S20, storing the JSON test files with different test functions in different subfolders of the first folder respectively;
in this embodiment, the JSON test file related to the on or off function of the LED module may be stored in the subfolder 1 in the first folder, the JSON test file related to the light flashing function of the LED module may be stored in the subfolder 2 in the first folder, and the JSON files with different test functions may be stored respectively, so that the interface module may be tested according to different functions during the test process, thereby improving the test efficiency and shortening the test time.
According to the test case generation method, the test method, the tool, the device and the computer readable storage medium, the test parameters corresponding to the functions to be tested are received, the preset format test files with different test functions are generated according to the test parameters, the preset format files with different functions of the interface module to be tested are generated, and different combinations of the preset format files are generated through a plurality of parameters, so that the test of the interface module is more comprehensive, the writing of the preset format files one by one is avoided, and the test efficiency is improved; the preset format test files with different test functions are respectively stored in different subfolders of the first folder, so that the sequential test of different functions of the interface module to be tested is realized, and the test range is expanded.
Further, referring to fig. 5, in the test case generating method according to the present invention proposed by the first embodiment of the present invention, the present invention proposes a second embodiment, and the step S12 includes:
step S121, updating field information in the JSON test file according to the test parameters with the same test function;
step S122, generating a JSON test file corresponding to the function to be tested according to the updated field information;
in this embodiment, when the test functions are the same, the field information of the test case can be updated according to the value of the input test parameter when the same test case tests the same function, thereby implementing the repeated test of the same function. In this embodiment, the test case refers to a description of a test task performed on the interface module to be tested, where the changeable field information includes:
cid (case use id), e.g., 1, 2, 3, 4, etc.; mn (ModuleName module name), e.g., uard, led, etc.; cn (ClassName class name), such as UART, LED, etc.; fn (FunName function name) such as init, config, com, etc.; cv (ClassValue-like actual parameters), for example, U3 in UART _ dev ═ UART ("U3"), is the analogous actual parameters; iv (InputValue parameter input value) such as "parameter value 1"; rv (RerurnValue function return value) such as "return value 1"; rc (repeat count number of repeated calls) is, for example, 1,100,1000, etc.
In this embodiment, the JSON test file may also be directly generated according to the number of test parameters for inputting the same test function.
In this embodiment, by updating the field information in the JSON test file according to the test parameters of the same test function and generating the JSON test file corresponding to the function to be tested according to the updated field information, when a large number of JSON test files need to be generated, the field information can be quickly updated in the test case, so that the generation time of the JSON test file is shortened, the generation pressure of the JSON test file is reduced, and the test efficiency is improved.
Further, with reference to fig. 6, in a third embodiment of the testing method of the present invention, the testing method comprises the steps of:
step S30, receiving test parameters corresponding to the functions to be tested and input by a user, and generating test files with preset formats of different test functions according to the test parameters;
in this embodiment, the interface module to be tested may be an LED module (light-emitting diode), the test function may be an on or off function of the LED module, and when a test parameter corresponding to the LED module is input, a corresponding preset format file is generated according to a test parameter of the LED on or off function in the test parameter;
step S40, storing the preset format test files with different test functions in different subfolders of the first folder respectively;
in this embodiment, the preset format test file of the LED module related to the on or off function may be stored in the subfolder 1 in the first folder, the preset format test file of the LED module related to the light flashing function may be stored in the subfolder 2 in the first folder, and the preset format files of different test functions may be stored respectively, so that the interface module may be tested according to different functions during the test process, thereby improving the test efficiency and shortening the test time.
Step S50, reading the preset format test files of different test functions, generating test scripts corresponding to the preset format test files of different test functions and storing the test scripts;
in this embodiment, the test scripts correspond to the preset format test files one to one, and the test scripts refer to a series of test instructions for functions to be tested, and the test instructions can be executed by an automated test tool, where in this embodiment, the preset format test files can be processed according to the preset automated test scripts to obtain corresponding test scripts.
Step S60, executing the test script to automatically test the interface module to be tested;
in this embodiment, the test result may be displayed according to field names, and the sequence of the field names sequentially is: the method comprises the following steps of testing a mode, using case id, current time, module name, class name, execution flow, function name, expected output value and test result;
step S70, outputting a test report corresponding to the automated test;
the test report is a LOG file or an EXCEL file, and the test report is generated according to the test result, and comprises the total number of test files in a preset format, the test result, the number of test files in a failed preset format, an interface return message, failure reason analysis and the like during testing.
In the invention, the test parameters corresponding to the interface module to be tested, which are input by a user, are received, the preset format test files with different test functions are generated according to the test parameters, the generation of the preset format files with different functions of the interface module to be tested is realized, and different combinations of the preset format files are generated through a plurality of parameters, so that the test of the interface module is more comprehensive, the writing of the preset format files one by one is avoided, and the test efficiency is improved; the test files with the preset formats of different test functions are respectively stored in different subfolders of the first folder, so that the sequential test of different functions of the interface module to be tested is realized, and the test range is expanded; by reading the preset format test files with different test functions, the test scripts corresponding to the preset format test files with different test functions are generated and stored, processing of non-single-interface test case files is avoided, single-interface test cases are screened out, so that automatic tests are executed, manual testing is saved, and the work complexity and the repeatability of testers are reduced. By outputting the test report corresponding to the automatic test, the tester can know the test result in time and analyze the test result, so that the normal use of the interface module is ensured.
Further, referring to fig. 7, in the testing method according to the present invention proposed based on the third embodiment of the present invention, the present invention proposes a fourth embodiment, and the step S50 includes:
step S51, reading the JSON test file and analyzing key value information of the JSON test file;
in this embodiment, the key value information in the JSON test file is the function to be tested and the test parameter corresponding to the function to be tested.
And step S52, selecting a JSON test file corresponding to the function to be tested from subfolders of the first folder according to the key value information of the JSON test file and the function to be tested.
Since the JSON test files with different functions of the interface module to be tested are stored in the first folder, the JSON test file corresponding to the function to be tested, for example, needs to be matched in the first file according to the function to be tested. The opening or closing function of the LED needs to read the JSON test file which is stored in the first folder and is about to open or close the LED module, and then the test is carried out according to the parameter information in the JSON test file.
Step S53, generating a test script of the JSON test file corresponding to the function to be tested according to the JSON file corresponding to the function to be tested and a preset automatic test script, wherein the preset automatic test script is stored in a second folder;
referring to fig. 8, the step S53 further includes:
step S531, reading test parameters in the JSON test file corresponding to the function to be tested;
step S532, executing a preset automatic test script, performing data processing on the test parameters, and generating a test script of a JSON test file corresponding to the function to be tested;
in this embodiment, the test parameters are input by a user on a display parameter input interface, and the preset automated test script may convert the JSON test file into a test script for automated testing.
Step S54, storing the test script of the JSON test file corresponding to the function to be tested to a third folder;
in the present invention, the first folder, the second folder, and the third folder are all stored in a fourth folder, that is, the first folder, the second folder, and the third folder are all subfolders of the fourth folder. By reading the JSON test file and analyzing the key value information of the JSON test file, the test function corresponding to the JSON test file is obtained, and the interface module test is realized according to the corresponding test function; according to the key value information of the JSON test file and the functions to be tested, the JSON test file corresponding to the functions to be tested is selected from subfolders of the first folder, and the JSON test file is generated into a test script through preset automatic test software, so that the generation of the test scripts of different functions of the interface module is realized, and the test accuracy and the test range are improved; and storing the test script of the JSON test file corresponding to the function to be tested into a third folder, so that the test error in the test process is avoided.
The invention also proposes a computer-readable storage medium on which a computer program is stored. The computer-readable storage medium may be the Memory 02 in the testing apparatus of fig. 1, and may also be at least one of a ROM (Read-Only Memory)/RAM (Random Access Memory), a magnetic disk, and an optical disk, and the computer-readable storage medium includes several pieces of information for enabling the testing apparatus to perform the method according to the embodiments of the present invention.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A test case generation method is characterized by comprising the following steps:
receiving test parameters corresponding to the interface module to be tested, which are input by a user, and generating test files with preset formats of different test functions according to the test parameters;
and respectively storing the preset format test files with different test functions in different subfolders of the first folder.
2. The test case generation method of claim 1, wherein the test file in the preset format is a JSON format file; the step of receiving test parameters corresponding to the functions to be tested and input by a user and generating test files with preset formats of different test functions according to the test parameters comprises the following steps:
displaying a parameter input display interface, and receiving test parameters corresponding to the functions to be tested, which are input by a user according to test requirements;
and generating test files with preset formats of different test functions according to the test parameters.
3. The test case generation method of claim 1, wherein the test file in the preset format is a JSON format file; the step of generating the test files with the preset formats of different test functions according to the test parameters comprises the following steps:
updating field information in the JSON test file according to the test parameters with the same test function;
and generating a JSON test file corresponding to the function to be tested according to the updated field information.
4. A method of testing, the method comprising the steps of:
receiving test parameters corresponding to the functions to be tested, which are input by a user, and generating test files with preset formats of different test functions according to the test parameters;
respectively storing the preset format test files with different test functions in different subfolders of a first folder;
reading the preset format test files of the different test functions, generating test scripts corresponding to the preset format test files of the different test functions and storing the test scripts;
executing the test script to automatically test the interface module to be tested;
and outputting a test report corresponding to the automatic test.
5. The test method of claim 4, wherein the test file of the preset format is a JSON format file; the step of reading the preset format test files of different test functions, generating test scripts corresponding to the preset format test files of different test functions and storing the test scripts comprises the following steps:
reading the JSON test file, and analyzing key value information of the JSON test file;
selecting a JSON test file corresponding to the function to be tested from subfolders of a first folder according to the key value information of the JSON test file and the function to be tested;
generating a test script of the JSON test file corresponding to the function to be tested according to the JSON test file corresponding to the function to be tested and a preset automatic test script, wherein the preset automatic test script is stored in a second folder;
and storing the test script of the JSON test file corresponding to the function to be tested to a third folder.
6. The testing method of claim 5, wherein the step of generating a test script of the JSON test file corresponding to the function to be tested according to the JSON test file corresponding to the function to be tested and a preset automated test script comprises:
reading test parameters in the JSON test file corresponding to the functions to be tested;
and executing a preset automatic test script, carrying out data processing on the test parameters, and generating a test script of the JSON test file corresponding to the function to be tested.
7. The testing method of claim 4, wherein the test report is in a LOG file format or an Excel file format.
8. A test case generation tool comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the computer program when executed by the processor implementing the steps of the test case generation method as claimed in claims 1 to 3.
9. A test apparatus comprising a test case generation tool, wherein the test apparatus comprises a memory, a processor and a computer program stored on the memory and executable on the processor, the computer program, when executed by the processor, implementing the steps of the test case generation method of any of claims 1 to 3 or the steps of the test method of any of claims 4 to 7.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the test case generation method according to any one of claims 1 to 3 or the steps of the test method according to any one of claims 4 to 7.
CN202110746739.7A 2021-06-30 2021-06-30 Test case generation method, test method, tool, device and storage medium Pending CN113485922A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110746739.7A CN113485922A (en) 2021-06-30 2021-06-30 Test case generation method, test method, tool, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110746739.7A CN113485922A (en) 2021-06-30 2021-06-30 Test case generation method, test method, tool, device and storage medium

Publications (1)

Publication Number Publication Date
CN113485922A true CN113485922A (en) 2021-10-08

Family

ID=77939237

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110746739.7A Pending CN113485922A (en) 2021-06-30 2021-06-30 Test case generation method, test method, tool, device and storage medium

Country Status (1)

Country Link
CN (1) CN113485922A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106033388A (en) * 2015-03-11 2016-10-19 阿里巴巴集团控股有限公司 A test use case library management method and system
US20170168923A1 (en) * 2015-12-10 2017-06-15 Appypie Inc. System and method for creating a test application
CN109634841A (en) * 2018-10-26 2019-04-16 平安科技(深圳)有限公司 Electronic device, automatic interface testing method and storage medium
CN110674029A (en) * 2019-08-26 2020-01-10 平安科技(深圳)有限公司 Method and device for automatically generating test data, electronic equipment and storage medium
CN112765023A (en) * 2021-01-19 2021-05-07 上海幻电信息科技有限公司 Test case generation method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106033388A (en) * 2015-03-11 2016-10-19 阿里巴巴集团控股有限公司 A test use case library management method and system
US20170168923A1 (en) * 2015-12-10 2017-06-15 Appypie Inc. System and method for creating a test application
CN109634841A (en) * 2018-10-26 2019-04-16 平安科技(深圳)有限公司 Electronic device, automatic interface testing method and storage medium
CN110674029A (en) * 2019-08-26 2020-01-10 平安科技(深圳)有限公司 Method and device for automatically generating test data, electronic equipment and storage medium
CN112765023A (en) * 2021-01-19 2021-05-07 上海幻电信息科技有限公司 Test case generation method and device

Similar Documents

Publication Publication Date Title
CN105094783B (en) method and device for testing stability of android application
CN109800154B (en) Test data loading method and device, computer equipment and storage medium
CN110716870B (en) Automatic service testing method and device
CN109614313A (en) Automated testing method, device and computer readable storage medium
CN101930400A (en) SDK (Software Development Kit) automatic test system and method
CN111124919A (en) User interface testing method, device, equipment and storage medium
CN107526676B (en) Cross-system test method and device
CN114546738B (en) Universal test method, system, terminal and storage medium for server
CN111752844A (en) Interface testing method and device, computing equipment and storage medium
CN113127347A (en) Interface testing method, device, equipment and readable storage medium
US20200327043A1 (en) System and a method for automated script generation for application testing
CN106649110B (en) Software testing method and system
CN113282513B (en) Interface test case generation method and device, computer equipment and storage medium
CN112306861A (en) Unittest and Jenkins tool-based interface automatic testing system and method
CN110262979B (en) Simulated third-party data source testing method based on MOCK platform
CN112395202B (en) Interface automation test method and device, computer equipment and storage medium
CN117370203B (en) Automatic test method, system, electronic equipment and storage medium
CN113886262A (en) Software automation test method and device, computer equipment and storage medium
CN114328250A (en) Automatic self-checking method, medium and device for software system
CN111767218B (en) Automatic test method, equipment and storage medium for continuous integration
KR20070104202A (en) Automation test service system for view software of portable telephone and method thereof
CN114880239B (en) Data-driven-based interface automation test framework and method
CN116701228A (en) Interface automatic test framework and method for automatically generating test cases based on interfaces
CN113485922A (en) Test case generation method, test method, tool, device and storage medium
CN110618943B (en) Security service test method and device, electronic equipment and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20211008

RJ01 Rejection of invention patent application after publication