CN111797026A - Test case generation method and device, computer equipment and storage medium - Google Patents

Test case generation method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN111797026A
CN111797026A CN202010692878.1A CN202010692878A CN111797026A CN 111797026 A CN111797026 A CN 111797026A CN 202010692878 A CN202010692878 A CN 202010692878A CN 111797026 A CN111797026 A CN 111797026A
Authority
CN
China
Prior art keywords
test
page
preset
test case
generating
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
CN202010692878.1A
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.)
Shanghai Fu Shen Lan Software Co ltd
Original Assignee
Shanghai Fu Shen Lan Software 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 Shanghai Fu Shen Lan Software Co ltd filed Critical Shanghai Fu Shen Lan Software Co ltd
Priority to CN202010692878.1A priority Critical patent/CN111797026A/en
Publication of CN111797026A publication Critical patent/CN111797026A/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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

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)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention relates to the field of software testing, and discloses a test case generation method, a device, computer equipment and a storage medium, wherein the method comprises the following steps: acquiring page data to be tested, wherein the page data comprises a page name; analyzing page elements of the page data; screening out test function points from the page elements according to a preset screening rule; identifying the function type of the test function point, and generating a use case description of the test function point according to a preset generation rule; and generating a test case document based on the page name, the test function point, the function type and the case description. The invention can improve the efficiency and quality of generating the test case.

Description

Test case generation method and device, computer equipment and storage medium
Technical Field
The invention relates to the field of software testing, in particular to a test case generation method and device, computer equipment and a storage medium.
Background
Software testing is one of the indispensable links of software engineering. In software testing, the design of test cases is crucial. The test case design is generally designed according to the requirement specification + design + prototype. The time consumed by the test case design accounts for 40% of the total time consumed by the software test. And the quality of software testing is limited by the quality of the test cases. If the test case is not properly designed, the quality of the test result is directly reduced. Moreover, the test case written by people often has great quality difference, which affects the test result.
Therefore, it is necessary to find a new test case generation method to improve the efficiency and quality of test case generation.
Disclosure of Invention
In view of the above, it is necessary to provide a test case generation method, device, computer device and storage medium to improve the efficiency and quality of test case generation.
A test case generation method comprises the following steps:
acquiring page data to be tested, wherein the page data comprises a page name;
analyzing page elements of the page data;
screening out test function points from the page elements according to a preset screening rule;
identifying the function type of the test function point, and generating a use case description of the test function point according to a preset generation rule;
and generating a test case document based on the page name, the test function point, the function type and the case description.
A test case generation apparatus comprising:
a computer device comprises a memory, a processor and computer readable instructions stored in the memory and executable on the processor, wherein the processor implements the test case generation method when executing the computer readable instructions.
A computer-readable storage medium, which stores computer-readable instructions, which when executed by a processor, implement the test case generation method described above.
The test case generation method, the test case generation device, the computer equipment and the storage medium can improve the efficiency and quality of test case generation.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments of the present invention will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without inventive labor.
FIG. 1 is a schematic diagram of an application environment of a test case generation method according to an embodiment of the present invention;
FIG. 2 is a flow chart of a test case generation method according to an embodiment of the invention;
FIG. 3 is a flow chart of a test case generation method according to an embodiment of the invention;
FIG. 4 is a flow chart illustrating a test case generation method according to an embodiment of the invention;
FIG. 5 is a prototype diagram of an APP application interface in accordance with an embodiment of the present invention;
FIG. 6 is a schematic structural diagram of a test case generation apparatus according to an embodiment of the present invention;
FIG. 7 is a schematic diagram of a computer device according to an embodiment of the invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The test case generation method provided by this embodiment can be applied to an application environment as shown in fig. 1, where a client communicates with a server. The client includes, but is not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices. The server can be implemented by an independent server or a server cluster composed of a plurality of servers.
In an embodiment, as shown in fig. 2, a test case generation method is provided, which is described by taking the application of the method to the server in fig. 1 as an example, and includes the following steps:
s10, acquiring page data to be tested, wherein the page data comprises a page name;
s20, analyzing page elements of the page data;
s30, screening out test function points from the page elements according to a preset screening rule;
s40, identifying the function type of the test function point, and generating a use case description of the test function point according to a preset generation rule;
and S50, generating a test case document based on the page name, the test function point, the function type and the case description.
In this embodiment, the page data to be tested may be a page of a mobile phone APP (mobile phone application), a page of a website webpage, or an application interface of other functional software. The page data may include one or more pages. Each page corresponds to a page name, such as page 1, page 2, page 3 … …. Here, the page data may be a page code or a still picture of the page (e.g., a picture in a jpg or png format).
If the page data is a page code, the code can be directly analyzed, and corresponding page elements can be identified. Such as text, links, etc. in the page data are easily recognized. Herein, a page element generally refers to a page control having an interactive function on a page, such as a text box, a drop-down list, a button, and the like.
If the page data is a static picture, the page elements need to be identified through a special picture identification program. At this point, an icon or text in the still picture can be recognized, thereby capturing the page element.
The preset screening rules can be set as required. In some cases, some page elements belong to the class that do not need to be tested, and can be excluded by a preset screening rule. And after screening by a preset screening rule, the remaining page elements are the test function points.
After the test function point is screened out, the function type of the test function point needs to be identified. The function types include, but are not limited to, a drop-down list (list), a table (table), a menu (menu), a button (button), an input edit box type (viewer), a picture (pic), a link (link), a check box (checkbox), an edit text (edittortext), and a text field (textview). The preset generation rule can be set according to actual needs. For example, a page element is a "mobile phone number", and there are two use case descriptions generated based on a preset generation rule, which are respectively: 1. the mobile phone number is normal; 2 the mobile phone number is abnormal.
After the page name, the test function point, the function type and the use case description are obtained, the data can be filled into the form document in sequence. And after filling, generating a test case document. Here, the test case document may be an Excel document. In the testcase document, "input data," "expected results," and "actual results" may also be included to wait for fill content. These contents to be filled in can be filled in when the test is performed. Therefore, the generated test case document comprises a plurality of test cases, and because the whole generation process can be automatically processed, a tester only needs to import page data, thereby greatly improving the generation efficiency of the test cases.
Optionally, as shown in fig. 3, step S30, namely, screening out the test function points from the page elements according to the preset screening rule, includes:
s301, acquiring a preset element exclusion list;
s302, judging whether the page element exists in the preset element exclusion list or not;
s301, if the page element does not exist in the preset element exclusion list, the page element is a test function point.
In this embodiment, the preset element exclusion list may be set as needed. Illustratively, some page elements that are not commonly used or have a low error rate may be added to the preset element exclusion list. Alternatively, some page elements without interactive function may also be added to the preset element exclusion list. By presetting the element exclusion list, the number of test cases can be reduced, the test workload is reduced, and the test efficiency is improved. If the page element does not exist in the preset element exclusion list, the page element is not a test function point, and a test case does not need to be generated. And if the page element does not exist in the preset element exclusion list, the page element is a test function point and a corresponding test case needs to be generated.
Optionally, when the test case document is generated, a case number of the test case is automatically generated.
In the embodiment, when the test case document is generated, the case number of the test case is automatically generated. The test cases may be numbered based on preset naming rules. Illustratively, the preset naming rule may be "a-B-C", where a is a page name or a page code, B is a function point name or a function point code, and C is a status indicator.
Optionally, as shown in fig. 4, in step S40, that is, the generating the use case description of the test function point according to the preset generation rule includes:
s401, acquiring all function states of the test function points;
s402, generating corresponding use case description according to each function state.
In this embodiment, the preset generation rule may be set according to actual needs. Illustratively, the preset generation rule may generate a corresponding use case description based on the functional state of the test function point. Typically, a functional test point has one or more functional states. Each functional state of a functional test point may generate a test case. A functional state may generate a use case description. For example, the function test point "login" includes two function states, which are "normal" and "abnormal", respectively, and then the correspondingly generated use case descriptions are "normal login" and "abnormal login", respectively. In some cases, the use case description may also be generated based on specific characteristics of the functional test points, which is not described herein again.
Optionally, the page data is a prototype diagram of a demand page.
Here, the page is required to be the page to be tested. As shown in fig. 5, the page data may be a prototype diagram of an APP application interface. Taking mobile banking application as an example, general mobile banking application has hundreds of pages corresponding to hundreds of prototype graphs. If the test case is manually compiled, the compiling speed is low, mistakes and omissions are easy to occur, and if the test case generation method of the embodiment is used, the test case generation efficiency can be greatly improved, and the workload of testers is reduced.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
In an embodiment, a test case generation device is provided, and the test case generation device corresponds to the test case generation method in the embodiment one to one. As shown in fig. 6, the test case generating apparatus includes an obtaining module 10, an analyzing module 20, a screening module 30, an identification generating module 40, and a document generating module 50. The functional modules are explained in detail as follows:
the acquisition module 10 is configured to acquire page data to be tested, where the page data includes a page name;
the analyzing module 20 is configured to analyze page elements of the page data;
the screening module 30 is used for screening out the test function points from the page elements according to a preset screening rule;
the identification generation module 40 is configured to identify a function type of the test function point, and generate a use case description of the test function point according to a preset generation rule;
and the document generating module 50 is configured to generate a test case document based on the page name, the test function point, the function type, and the case description.
Optionally, the screening module 30 includes:
an acquiring exclusion list unit, configured to acquire a preset element exclusion list;
a judging unit, configured to judge whether the page element exists in the preset element exclusion list;
and the function point determining unit is used for determining the page element as a test function point if the page element does not exist in the preset element exclusion list.
Optionally, the test case generating device further includes:
and the numbering module is used for automatically generating the case number of the test case when the test case document is generated.
Optionally, the identification generation module 40 includes:
an acquiring state unit, configured to acquire all function states of the test function point;
and the generation description unit is used for generating corresponding use case description according to each functional state.
Optionally, the page data is a prototype diagram of a demand page.
For specific limitations of the test case generation apparatus, reference may be made to the above limitations of the test case generation method, which is not described herein again. The modules in the test case generation device may be implemented in whole or in part by software, hardware, and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 7. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer readable instructions, and a database. The internal memory provides an environment for the operating system and execution of computer-readable instructions in the non-volatile storage medium. The database of the computer device is used for storing the data related to the test case generation method. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer readable instructions, when executed by a processor, implement a test case generation method.
In one embodiment, a computer device is provided, comprising a memory, a processor, and computer readable instructions stored on the memory and executable on the processor, the processor when executing the computer readable instructions implementing the steps of:
acquiring page data to be tested, wherein the page data comprises a page name;
analyzing page elements of the page data;
screening out test function points from the page elements according to a preset screening rule;
identifying the function type of the test function point, and generating a use case description of the test function point according to a preset generation rule;
and generating a test case document based on the page name, the test function point, the function type and the case description.
In one embodiment, one or more computer-readable storage media storing computer-readable instructions are provided, the readable storage media provided by the embodiments including non-volatile readable storage media and volatile readable storage media. The readable storage medium has stored thereon computer readable instructions which, when executed by one or more processors, perform the steps of:
acquiring page data to be tested, wherein the page data comprises a page name;
analyzing page elements of the page data;
screening out test function points from the page elements according to a preset screening rule;
identifying the function type of the test function point, and generating a use case description of the test function point according to a preset generation rule;
and generating a test case document based on the page name, the test function point, the function type and the case description.
It will be understood by those of ordinary skill in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware associated with computer readable instructions, which can be stored in a non-volatile computer readable storage medium, and when executed, can include processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present invention, and are intended to be included within the scope of the present invention.

Claims (10)

1. A test case generation method is characterized by comprising the following steps:
acquiring page data to be tested, wherein the page data comprises a page name;
analyzing page elements of the page data;
screening out test function points from the page elements according to a preset screening rule;
identifying the function type of the test function point, and generating a use case description of the test function point according to a preset generation rule;
and generating a test case document based on the page name, the test function point, the function type and the case description.
2. The method for generating test cases according to claim 1, wherein screening out test function points from the page elements according to a preset screening rule comprises:
acquiring a preset element exclusion list;
judging whether the page element exists in the preset element exclusion list or not;
and if the page element does not exist in the preset element exclusion list, the page element is a test function point.
3. The test case generation method according to claim 1, wherein a case number of a test case is automatically generated when the test case document is generated.
4. The method for generating test cases according to claim 1, wherein the generating of the case description of the test function point according to the preset generation rule includes:
acquiring all the function states of the test function points;
and generating corresponding use case description according to each function state.
5. The test case generation method of claim 1, wherein the page data is a prototype graph of a demand page.
6. A test case generation apparatus, comprising:
the acquisition module is used for acquiring page data to be tested, and the page data comprises a page name;
the analysis module is used for analyzing page elements of the page data;
the screening module is used for screening out the test function points from the page elements according to a preset screening rule;
the identification generation module is used for identifying the function type of the test function point and generating the use case description of the test function point according to a preset generation rule;
and the document generation module is used for generating a test case document based on the page name, the test function point, the function type and the case description.
7. The test case generation apparatus of claim 6, wherein the screening module comprises:
an acquiring exclusion list unit, configured to acquire a preset element exclusion list;
a judging unit, configured to judge whether the page element exists in the preset element exclusion list;
and the function point determining unit is used for determining the page element as a test function point if the page element does not exist in the preset element exclusion list.
8. The test case generation apparatus of claim 6, wherein the recognition generation module comprises:
an acquiring state unit, configured to acquire all function states of the test function point;
and the generation description unit is used for generating corresponding use case description according to each functional state.
9. A computer device comprising a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, wherein the processor implements the test case generation method of any of claims 1 to 5 when executing the computer readable instructions.
10. One or more readable storage media storing computer-readable instructions that, when executed by one or more processors, cause the one or more processors to perform the test case generation method of any of claims 1-5.
CN202010692878.1A 2020-07-17 2020-07-17 Test case generation method and device, computer equipment and storage medium Pending CN111797026A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010692878.1A CN111797026A (en) 2020-07-17 2020-07-17 Test case generation method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010692878.1A CN111797026A (en) 2020-07-17 2020-07-17 Test case generation method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111797026A true CN111797026A (en) 2020-10-20

Family

ID=72807672

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010692878.1A Pending CN111797026A (en) 2020-07-17 2020-07-17 Test case generation method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111797026A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112346986A (en) * 2020-11-25 2021-02-09 武汉光庭信息技术股份有限公司 Test case layered storage method and system, electronic device and storage medium
CN112612563A (en) * 2020-12-16 2021-04-06 上海哔哩哔哩科技有限公司 Page test data generation method and device and computer equipment
CN113821437A (en) * 2021-09-23 2021-12-21 北京光启元数字科技有限公司 Page testing method, device, equipment and medium
CN114048130A (en) * 2021-11-11 2022-02-15 上海复深蓝软件股份有限公司 Unit testing method, unit testing device, computer equipment and storage medium
CN115269402A (en) * 2022-07-20 2022-11-01 上海复深蓝软件股份有限公司 Test data matching method and device, computer equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104699608A (en) * 2015-03-10 2015-06-10 于秀山 Automatic test method and device for graphic user interface software
CN107766226A (en) * 2016-08-18 2018-03-06 北京金山云网络技术有限公司 A kind of method of testing and device
CN110162457A (en) * 2019-04-12 2019-08-23 深圳壹账通智能科技有限公司 Test method, device, equipment and the storage medium of user interface
CN110399586A (en) * 2019-07-31 2019-11-01 深圳前海微众银行股份有限公司 Automatic processing method, device, equipment and the medium of web interface element
US20200174911A1 (en) * 2018-11-29 2020-06-04 Entit Software Llc Detection of graphical user interface element of application undergoing functional testing
CN111352832A (en) * 2020-02-24 2020-06-30 腾讯科技(成都)有限公司 Method and device for automatically testing page

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104699608A (en) * 2015-03-10 2015-06-10 于秀山 Automatic test method and device for graphic user interface software
CN107766226A (en) * 2016-08-18 2018-03-06 北京金山云网络技术有限公司 A kind of method of testing and device
US20200174911A1 (en) * 2018-11-29 2020-06-04 Entit Software Llc Detection of graphical user interface element of application undergoing functional testing
CN110162457A (en) * 2019-04-12 2019-08-23 深圳壹账通智能科技有限公司 Test method, device, equipment and the storage medium of user interface
CN110399586A (en) * 2019-07-31 2019-11-01 深圳前海微众银行股份有限公司 Automatic processing method, device, equipment and the medium of web interface element
CN111352832A (en) * 2020-02-24 2020-06-30 腾讯科技(成都)有限公司 Method and device for automatically testing page

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112346986A (en) * 2020-11-25 2021-02-09 武汉光庭信息技术股份有限公司 Test case layered storage method and system, electronic device and storage medium
CN112346986B (en) * 2020-11-25 2022-10-21 武汉光庭信息技术股份有限公司 Test case layered storage method and system, electronic device and storage medium
CN112612563A (en) * 2020-12-16 2021-04-06 上海哔哩哔哩科技有限公司 Page test data generation method and device and computer equipment
CN113821437A (en) * 2021-09-23 2021-12-21 北京光启元数字科技有限公司 Page testing method, device, equipment and medium
CN114048130A (en) * 2021-11-11 2022-02-15 上海复深蓝软件股份有限公司 Unit testing method, unit testing device, computer equipment and storage medium
CN115269402A (en) * 2022-07-20 2022-11-01 上海复深蓝软件股份有限公司 Test data matching method and device, computer equipment and storage medium
CN115269402B (en) * 2022-07-20 2023-09-15 上海复深蓝软件股份有限公司 Test data matching method, device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN111797026A (en) Test case generation method and device, computer equipment and storage medium
CN111061526B (en) Automatic test method, device, computer equipment and storage medium
CN109302522B (en) Test method, test device, computer system, and computer medium
CN108388515B (en) Test data generation method, device, equipment and computer readable storage medium
CN111177005A (en) Service application testing method, device, server and storage medium
US20160283357A1 (en) Call stack relationship acquiring method and apparatus
CN107526676B (en) Cross-system test method and device
CN110851159B (en) Business rule updating method and device, computer equipment and storage medium
CN110888709A (en) Intelligent operation method and device of monitoring screen, computer equipment and storage medium
CN110990276A (en) Automatic testing method and device for interface field and storage medium
CN111897727A (en) Software testing method and device, computer equipment and storage medium
CN110750443A (en) Webpage testing method and device, computer equipment and storage medium
CN114048130A (en) Unit testing method, unit testing device, computer equipment and storage medium
CN113760729A (en) Code detection method and device
CN110955608A (en) Test data processing method and device, computer equipment and storage medium
CN113126955A (en) Random data generation method and device, intelligent terminal and storage medium
CN112612706A (en) Automated testing method, computer device and storage medium
CN107783867B (en) Gesture testing method and device, computer equipment and storage medium
CN113296752A (en) Method, system, device and storage medium for generating API document
CN113220566A (en) Interface performance test script generation method and device and computer equipment
CN110633213B (en) Unit test method, unit test device, computer equipment and storage medium
CN109815127B (en) Automatic script conversion method and device, computer equipment and storage medium
CN111083007B (en) Test method, test device, computer equipment and storage medium
CN111125605B (en) Page element acquisition method and device
CN112463630A (en) Version difference testing method and device, computer equipment and 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