CN116893966A - Test case processing method, device, equipment and storage medium - Google Patents

Test case processing method, device, equipment and storage medium Download PDF

Info

Publication number
CN116893966A
CN116893966A CN202310861786.5A CN202310861786A CN116893966A CN 116893966 A CN116893966 A CN 116893966A CN 202310861786 A CN202310861786 A CN 202310861786A CN 116893966 A CN116893966 A CN 116893966A
Authority
CN
China
Prior art keywords
tested
product
data
test case
test
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
CN202310861786.5A
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202310861786.5A priority Critical patent/CN116893966A/en
Publication of CN116893966A publication Critical patent/CN116893966A/en
Pending legal-status Critical Current

Links

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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

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)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application discloses a processing method, a processing device, processing equipment and a storage medium of a test case, which can be applied to the field of big data or the field of finance. The method comprises the following steps: analyzing a business file related to the product to be tested, and extracting data to be tested of the product to be tested; generating candidate test cases of the product to be tested according to the data to be tested and a pre-configured test case template of the product to be tested; and checking the candidate test cases, and taking the checked candidate test cases as the test cases of the products to be tested. Therefore, the test points and the functional points of the product to be tested, namely the data to be tested, can be analyzed through the service files related to the product to be tested, then the test case can be automatically generated by combining the test case template, and the test case does not need to be manually written, so that the writing efficiency and accuracy of the test case can be improved, and the subsequent test efficiency can be improved.

Description

Test case processing method, device, equipment and storage medium
Technical Field
The present application relates to the field of big data technologies, and in particular, to a method, an apparatus, a device, and a storage medium for processing a test case.
Background
In recent years, with the development of emerging technologies such as big data and cloud computing, automatic testing is becoming an important link in the software development process, and sufficient testing is helpful for improving the reliability of software. In order to realize an automatic test process, test tasks can be described by writing test cases so as to execute a test program to test products.
In practical application, when a tester is writing test cases, if new products exist or original products are changed greatly and need to be retested, the tester needs to write a large number of test cases manually to complete the test, the operation is complicated, errors are easy to occur, and the test efficiency is poor.
Disclosure of Invention
The embodiment of the application provides a processing method, a processing device, processing equipment and a storage medium for test cases, which are used for meeting the analysis requirement of mass data and improving the data analysis effect.
In a first aspect, an embodiment of the present application provides a method for processing a test case, including:
analyzing a business file related to a product to be tested, and extracting data to be tested of the product to be tested;
generating candidate test cases of the product to be tested according to the data to be tested and a pre-configured test case template of the product to be tested;
and checking the candidate test cases, and taking the checked candidate test cases as the test cases of the product to be tested.
Optionally, the service file is used for representing product requirement information of the product to be tested;
the analyzing the business file related to the product to be tested, extracting the data to be tested of the product to be tested, including:
according to the product demand information, analyzing demand item data of the product to be tested from the product to be tested;
and taking the requirement item data as the data to be tested.
Optionally, the service file is used for representing version change information of the product to be tested;
the analyzing the business file related to the product to be tested, extracting the data to be tested of the product to be tested, including:
analyzing change item data of the product to be tested from the product to be tested according to the version change condition;
and taking the change item data as the data to be tested.
Optionally, the generating candidate test cases of the product to be tested according to the data to be tested and a pre-configured test case template of the product to be tested includes:
mapping the data to be tested to a text editing tool;
and filling the test case template with the data to be tested through the text editing tool to obtain the candidate test cases.
Optionally, the test case templates are obtained by:
responding to a generation request of a testing party for a test case of the product to be tested, and sending a preconfigured universal test case template to the testing party;
responding to the editing operation of the testing party on the universal test case template, and taking an editing result corresponding to the editing operation as the test case template.
Optionally, the checking the candidate test cases includes:
checking whether the test range of the candidate test case is matched with the data to be tested;
if yes, the candidate test cases are adjusted based on a preset format.
Optionally, the method further comprises:
and importing the test cases of the product to be tested into a test case library.
In a second aspect, an embodiment of the present application provides a test case processing apparatus, including:
the analysis module is used for analyzing the business file related to the product to be tested and extracting the data to be tested of the product to be tested;
the generation module is used for generating candidate test cases of the product to be tested according to the data to be tested and a pre-configured test case template of the product to be tested;
and the checking module is used for checking the candidate test cases and taking the checked candidate test cases as the test cases of the product to be tested.
In a third aspect, an embodiment of the present application provides an electronic device, including: a processor, memory, system bus;
the processor and the memory are connected through the system bus;
the memory is for storing one or more programs, the one or more programs comprising instructions, which when executed by the processor, cause the processor to perform any implementation of the test case processing method described above.
In a fourth aspect, embodiments of the present application provide a computer readable storage medium having instructions stored therein, which when executed on a terminal device, cause the terminal device to perform any implementation of the method for processing test cases described above.
From the above technical solutions, the embodiment of the present application has the following advantages:
in the embodiment of the application, the business file related to the product to be tested can be analyzed first, the data to be tested of the product to be tested is extracted, then the candidate test cases of the product to be tested are generated according to the data to be tested and the pre-configured test case template of the product to be tested, then the candidate test cases are checked, and the checked candidate test cases are used as the test cases of the product to be tested. Therefore, the test points and the functional points of the product to be tested, namely the data to be tested, can be analyzed through the service files related to the product to be tested, then the test case can be automatically generated by combining the test case template, and the test case does not need to be manually written, so that the writing efficiency and accuracy of the test case can be improved, and the subsequent test efficiency can be improved.
Drawings
Fig. 1 is a flowchart of a method for processing a test case according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a processing device for test cases according to an embodiment of the present application.
Detailed Description
As described above, in practical application, when a tester is writing test cases, if there is a new product or an original product is changed greatly and needs to be retested, the tester needs to write a large number of test cases manually to complete the test, which is complicated to operate and easy to cause errors, resulting in poor test efficiency.
In order to solve the above problems, an embodiment of the present application provides a method for processing a test case, including: the method comprises the steps of analyzing service files related to products to be tested, extracting data to be tested of the products to be tested, generating candidate test cases of the products to be tested according to the data to be tested and a pre-configured test case template of the products to be tested, checking the candidate test cases, and taking the checked candidate test cases as the test cases of the products to be tested.
Therefore, the test points and the functional points of the product to be tested, namely the data to be tested, can be analyzed through the service files related to the product to be tested, then the test case can be automatically generated by combining the test case template, and the test case does not need to be manually written, so that the writing efficiency and accuracy of the test case can be improved, and the subsequent test efficiency can be improved.
It should be noted that the method, the device, the equipment and the storage medium for processing the test cases provided by the application can be used in the big data field or the financial field. The foregoing is merely exemplary, and the application fields of the method, the device, the apparatus and the storage medium for processing a test case provided by the present application are not limited. In addition, the embodiment of the present application may not limit the execution subject of the processing method of the test case, for example, the processing method of the test case of the embodiment of the present application may be applied to a data processing device such as a terminal device or a server. The terminal device may be an electronic device such as a smart phone, a computer, a personal digital assistant (Personal Digital Assistant, PDA), a tablet computer, etc. The servers may be stand alone servers, clustered servers, or cloud servers.
In order to make the objects, technical solutions and advantages of the embodiments of the present application more apparent, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are only some embodiments of the present application, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
Fig. 1 is a flowchart of a method for processing a test case according to an embodiment of the present application. Referring to fig. 1, the method for processing a test case provided in an embodiment of the present application may include:
s101: and analyzing the business file related to the product to be tested, and extracting the data to be tested of the product to be tested.
Here, the product to be tested may refer to a computer program product to be tested, and in practical application, when a certain computer program product is newly obtained and needs to be tested, and/or when an original certain computer program product has a larger change and needs to be retested, the computer program product can be used as the product to be tested.
The business files related to the product to be tested may include files for characterizing product demand information of the product to be tested and/or files for characterizing version change information of the product to be tested. For example, the file of the product requirement information for representing the product to be tested may be a file such as a requirement specification and/or an overall scheme specification of the product to be tested; the file for representing the version change information of the product to be tested can be a file such as project version information and/or an installation manual of the product to be tested.
In response, for the acquisition mode of the data to be tested of the product to be tested, that is, S101, the embodiment of the present application may provide a plurality of possible implementation manners, which are illustrated below.
As an example, a business file is used to characterize product demand information for a product to be tested. Accordingly, S101 may specifically include: according to the product demand information, analyzing demand item data of the product to be tested from the product to be tested; and taking the requirement item data as data to be tested. The file used for representing the product requirement information of the product to be tested can be a file such as a requirement specification and/or an overall scheme specification of the product to be tested, and based on the file, the requirement item data can be embodied as a specific service function of the product to be tested and/or a quality characteristic of the product to be tested. For example, specific business functions of the product to be tested can include various functions such as a login function, a query function, and authority setting function data; the quality characteristics of the product to be tested can comprise the quality characteristics of the product to be tested in various aspects such as fault tolerance, compatibility and safety. Therefore, the service file can automatically and accurately extract the requirement item information of the product to be tested, wherein the requirement item information is the requirement point of the product to be tested and corresponds to the function of the product to be tested, so that the requirement item information can be used as the data to be tested to generate the test case of the product to be tested.
As another example, a business file is used to characterize version change information for a product to be tested. Accordingly, S101 may specifically include: according to the version change condition, change item data of the product to be tested are analyzed from the product to be tested; and taking the change item data as data to be tested. The file used for characterizing the version change information of the product to be tested may be a file such as project version information and/or an installation manual of the product to be tested, and based on this, the change item data may include new version data obtained by modifying a defect existing in a previous version, installation difference data and/or deployment difference data caused by different versions, and the like. Therefore, the change item information of the product can be automatically and accurately extracted through the service file, and the change item information can be used as data to be tested to generate a test case of the product to be tested.
It should be noted that, the method for acquiring the service file related to the product to be tested according to the embodiment of the present application is not particularly limited. For example, the service file may be stored in an execution body of the embodiment of the present application, for example, in a service system associated with a product to be tested, where the service system may obtain the service file by means of local reading when needed. Alternatively, the service files may be stored in other data storage devices from which the service system may access the data storage devices as needed.
In addition, since the business files may relate to devices associated with business of an enterprise, when the embodiments of the present application are applied to specific products or technologies, permission or consent of the enterprise needs to be obtained, and collection, use and processing of technical data need to comply with relevant laws and regulations and standards of relevant countries and regions. For example, prior to acquiring the business document, permission or consent of the business and/or a manager associated with the business needs to be assessed to obtain authorization for the operation of acquiring the business document.
S102: and generating candidate test cases of the product to be tested according to the data to be tested and the pre-configured test case template of the product to be tested.
In the embodiment of the present application, the method for obtaining the test case templates is not particularly limited, and is illustrated below.
As an example, a pre-set generic test case template may be obtained directly and used as a test case template. Therefore, the candidate test cases of the product to be tested can be conveniently and efficiently generated in the follow-up process, so that the test efficiency is improved.
As another example, the test case template may be obtained in combination with specific test requirements of the product to be tested, so that the candidate test cases generated by combining the test case template and the data to be tested may be more consistent with the test requirements of the product to be tested, and be helpful for improving the test effect of the product to be tested.
Specifically, the test case templates are obtained by the following steps: responding to a generation request of a test case of a product to be tested by a test party, and sending a pre-configured general test case template to the test party; responding to the editing operation of the tester for the universal test case template, and taking the editing result corresponding to the editing operation as the test case template. It should be noted that the content of the editing operation may be matched with a specific test requirement of a product to be tested, which is not particularly limited in the present application.
In addition, in practical applications, the universal test case templates may include a plurality of items of content, such as data items to be tested, operations to be tested, expected test results, and the like. Embodiments of the present application may not be specifically limited to universal test case templates, and are described below in table 1 for ease of understanding.
TABLE 1
Further, in the embodiment of the present application, the generating process of the candidate test cases of the product to be tested may specifically include: mapping the data to be tested to a text editing tool; and filling the test case template with the data to be tested through a text editing tool to obtain candidate test cases. Among these, a text editing tool is a computer program product that can be used to write and/or view text files, a tool commonly used to write program source code. In practice, the text editing tool may be a notepad provided by windows (an operating system) and/or a text editor under Mac OS X (an operating system), etc. Therefore, the data to be tested is mapped firstly, then the candidate test cases can be automatically generated by using the text editing tool, and the test cases do not need to be written manually, so that the writing efficiency and accuracy of the test cases can be improved, and the follow-up test efficiency can be improved.
S103: and checking the candidate test cases, and taking the checked candidate test cases as the test cases of the products to be tested.
In the embodiment of the present application, the method for checking the candidate test cases, that is, S103, may specifically include: checking whether the test range of the candidate test case is matched with the data to be tested; if yes, the candidate test cases are adjusted based on the preset format. Here, the matching of the test range of the candidate test case with the data to be tested may mean that the test range of the candidate test case covers all the extracted data to be tested, for example, if the data item to be tested provided in the candidate test case includes the sign-in function of the product to be tested and whether the frame dropping condition occurs on the page in the weak network state, and the actual data to be tested is specifically the two items, it may be stated that the test range of the candidate test case is matched with the data to be tested; if the actual data to be tested comprises the login function, the check-in function and the target equipment model of the product to be tested, whether the product to be tested can be compatible with the product to be tested is judged, the test range of the candidate test case is not matched with the data to be tested. In addition, the preset format may be set according to the specific test requirement of the product to be tested, for example, a format of preset test case numbers and/or a name format of test items, which may not be limited herein. Therefore, the quality of the test cases is further improved by checking the test range of the candidate test cases and adjusting the format of the candidate test cases, so that the test cases more meet the test requirements of the products to be tested, and the test effect of the products to be tested is improved.
In addition, in order to further ensure the quality of the test cases of the product to be tested, in the embodiment of the application, the checked candidate test cases can be marked, the check success identification corresponding to the candidate test cases is output, the number of the checked candidate test cases is counted, and the statistical result is output. Therefore, the quality of the test cases of the product to be tested can be conveniently judged by combining the successful identification and the statistical result, so that the testers can perform manual intervention in time when the quality of the test cases does not reach the standard.
Further, in an embodiment of the present application, a test case library may be pre-constructed, and the test case library is used to store test cases of respective products. Therefore, when needed, the automatic test of the product can be realized by directly calling the test cases stored in the test case library. Based on this, in the embodiment of the present application, after the test cases of the product to be tested are obtained, the test cases of the product to be tested may be imported into the test case library.
Based on the above content related to S101-S103, in the embodiment of the present application, the service file related to the product to be tested may be analyzed first, the data to be tested of the product to be tested may be extracted, then the candidate test case of the product to be tested may be generated according to the data to be tested and the test case template of the product to be tested configured in advance, and then the candidate test case may be checked, and the checked candidate test case may be used as the test case of the product to be tested. Therefore, the test points and the functional points of the product to be tested, namely the data to be tested, can be analyzed through the service files related to the product to be tested, then the test case can be automatically generated by combining the test case template, and the test case does not need to be manually written, so that the writing efficiency and accuracy of the test case can be improved, and the subsequent test efficiency can be improved.
Based on the method for processing the test cases provided by the embodiment, the embodiment of the application can also provide a device for processing the test cases. The processing device for this test case will be described below with reference to the examples and the drawings, respectively.
Fig. 2 is a schematic structural diagram of a processing device for test cases according to an embodiment of the present application. Referring to fig. 2, a test case processing apparatus 200 according to an embodiment of the present application includes:
the analysis module 201 is configured to analyze a service file related to a product to be tested, and extract data to be tested of the product to be tested;
a generating module 202, configured to generate candidate test cases of the product to be tested according to the data to be tested and a pre-configured test case template of the product to be tested;
and the checking module 203 is configured to check the candidate test cases, and take the checked candidate test cases as the test cases of the product to be tested.
As an implementation mode, the business file is used for representing the product requirement information of the product to be tested;
the analysis module 201 includes:
the first analysis submodule is used for analyzing the requirement item data of the product to be tested from the product to be tested according to the product requirement information;
and the first determining module is used for taking the requirement item data as the data to be tested.
As one implementation mode, the business file is used for representing version change information of the product to be tested;
the analysis module 201 includes:
the second analysis submodule is used for analyzing change item data of the product to be tested from the product to be tested according to the version change condition;
and the second determining module is used for taking the change item data as the data to be tested.
As an embodiment, the generating module 202 includes:
the mapping module is used for mapping the data to be tested to a text editing tool;
and the filling module is used for filling the test case template with the data to be tested through the text editing tool to obtain the candidate test cases.
As one embodiment, the test case templates are obtained by the following modules:
the communication module is used for responding to a generation request of a testing party for the test case of the product to be tested and sending a preconfigured general test case template to the testing party;
and the third determining module is used for responding to the editing operation of the testing party on the universal test case template and taking an editing result corresponding to the editing operation as the test case template.
As an embodiment, the collation module 203 includes:
the verification module is used for verifying whether the test range of the candidate test case is matched with the data to be tested;
and the adjustment module is used for adjusting the candidate test case based on a preset format if the test range of the candidate test case is matched with the data to be tested.
As an embodiment, the test case processing apparatus 200 further includes:
and the importing module is used for importing the test cases of the product to be tested into a test case library.
Further, an embodiment of the present application further provides an electronic device, including: a processor, memory, system bus;
the processor and the memory are connected through the system bus;
the memory is for storing one or more programs, the one or more programs comprising instructions, which when executed by the processor, cause the processor to perform any implementation of the test case processing method described above.
Further, the embodiment of the application also provides a computer readable storage medium, wherein the computer readable storage medium stores instructions, when the instructions run on the terminal device, the instructions cause the terminal device to execute any implementation manner of the processing method of the test case.
From the above description of embodiments, it will be apparent to those skilled in the art that all or part of the steps of the above described example methods may be implemented in software plus necessary general purpose hardware platforms. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a storage medium, such as ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions for causing a computer device (which may be a personal computer, a server, or a network communication device such as a media gateway, etc.) to execute the method described in the embodiments or some parts of the embodiments of the present application. It should be noted that, in the present description, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different manner from other embodiments, and identical and similar parts between the embodiments are all enough to refer to each other. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
It is further noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus 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 apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method of processing test cases, comprising:
analyzing a business file related to a product to be tested, and extracting data to be tested of the product to be tested;
generating candidate test cases of the product to be tested according to the data to be tested and a pre-configured test case template of the product to be tested;
and checking the candidate test cases, and taking the checked candidate test cases as the test cases of the product to be tested.
2. The processing method according to claim 1, wherein the service file is used for characterizing product demand information of the product to be tested;
the analyzing the business file related to the product to be tested, extracting the data to be tested of the product to be tested, including:
according to the product demand information, analyzing demand item data of the product to be tested from the product to be tested;
and taking the requirement item data as the data to be tested.
3. The processing method according to claim 1, wherein the service file is used for characterizing version change information of the product to be tested;
the analyzing the business file related to the product to be tested, extracting the data to be tested of the product to be tested, including:
analyzing change item data of the product to be tested from the product to be tested according to the version change condition;
and taking the change item data as the data to be tested.
4. The processing method according to claim 1, wherein the generating candidate test cases of the product to be tested according to the data to be tested and a pre-configured test case template of the product to be tested includes:
mapping the data to be tested to a text editing tool;
and filling the test case template with the data to be tested through the text editing tool to obtain the candidate test cases.
5. The method of processing of claim 1, wherein the test case templates are obtained by:
responding to a generation request of a testing party for a test case of the product to be tested, and sending a preconfigured universal test case template to the testing party;
responding to the editing operation of the testing party on the universal test case template, and taking an editing result corresponding to the editing operation as the test case template.
6. The method of any one of claims 1 to 5, wherein the proofing the candidate test cases comprises:
checking whether the test range of the candidate test case is matched with the data to be tested;
if yes, the candidate test cases are adjusted based on a preset format.
7. A process according to any one of claims 1 to 5, further comprising:
and importing the test cases of the product to be tested into a test case library.
8. A test case handling apparatus, comprising:
the analysis module is used for analyzing the business file related to the product to be tested and extracting the data to be tested of the product to be tested;
the generation module is used for generating candidate test cases of the product to be tested according to the data to be tested and a pre-configured test case template of the product to be tested;
and the checking module is used for checking the candidate test cases and taking the checked candidate test cases as the test cases of the product to be tested.
9. An electronic device, the device comprising: a processor, memory, system bus;
the processor and the memory are connected through the system bus;
the memory is for storing one or more programs, the one or more programs comprising instructions, which when executed by the processor, cause the processor to perform the method of processing test cases of any of claims 1 to 7.
10. A computer readable storage medium, characterized in that the computer readable storage medium has stored therein instructions, which when run on a terminal device, cause the terminal device to perform the method of processing test cases according to any of claims 1 to 7.
CN202310861786.5A 2023-07-13 2023-07-13 Test case processing method, device, equipment and storage medium Pending CN116893966A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310861786.5A CN116893966A (en) 2023-07-13 2023-07-13 Test case processing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310861786.5A CN116893966A (en) 2023-07-13 2023-07-13 Test case processing method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN116893966A true CN116893966A (en) 2023-10-17

Family

ID=88310410

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310861786.5A Pending CN116893966A (en) 2023-07-13 2023-07-13 Test case processing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116893966A (en)

Similar Documents

Publication Publication Date Title
CN109828903B (en) Automatic testing method and device, computer device and storage medium
CN111177005A (en) Service application testing method, device, server and storage medium
CN111563051B (en) Crawler-based data verification method and device, computer equipment and storage medium
CN111723313A (en) Page jump processing method, device, equipment and storage medium
CN110674360B (en) Tracing method and system for data
CN109685668B (en) Order batch processing method, device, computer equipment and storage medium
CN113434400A (en) Test case execution method and device, computer equipment and storage medium
CN112559526A (en) Data table export method and device, computer equipment and storage medium
CN112433936A (en) Test method, test device and storage medium
CN115080827A (en) Sensitive data processing method and device
CN114493551A (en) Contract generation method and device, electronic equipment and storage medium
CN112559369A (en) Automatic testing method, automatic testing equipment and storage medium
CN111858236A (en) Knowledge graph monitoring method and device, computer equipment and storage medium
CN116893966A (en) Test case processing method, device, equipment and storage medium
CN114157439B (en) Vulnerability scanning method, computing device and recording medium
CN113791980B (en) Conversion analysis method, device and equipment for test cases and storage medium
CN115756486A (en) Data interface analysis method and device
CN112115836B (en) Information verification method and device, computer readable storage medium and electronic equipment
CN115080401A (en) Automatic testing method and related device
CN111737090B (en) Log simulation method and device, computer equipment and storage medium
CN106294433B (en) Equipment information processing method and device
Liu Restcluster: Automated crash clustering for restful API
CN113672497A (en) Method, device and equipment for generating non-buried point event and storage medium
CN112685309A (en) Unit testing method, unit testing device, storage medium and computer equipment
CN113052463B (en) Workflow verification method, workflow verification 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