CN111046073A - Test case query method and device and readable storage medium - Google Patents

Test case query method and device and readable storage medium Download PDF

Info

Publication number
CN111046073A
CN111046073A CN201911272094.7A CN201911272094A CN111046073A CN 111046073 A CN111046073 A CN 111046073A CN 201911272094 A CN201911272094 A CN 201911272094A CN 111046073 A CN111046073 A CN 111046073A
Authority
CN
China
Prior art keywords
test case
test
case
query
querying
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
CN201911272094.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.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei 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 Guangzhou Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN201911272094.7A priority Critical patent/CN111046073A/en
Publication of CN111046073A publication Critical patent/CN111046073A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a test case query method, a test case query device and a readable storage medium, wherein the test case query method comprises the steps of acquiring query information of a user, acquiring data key values according to the query information, and querying test cases corresponding to the data key values in a preset cache database, so that a tester can quickly query corresponding test cases from the cache database, namely, the corresponding test cases can be quickly and accurately searched through the query information, the test cases are conveniently arranged, organized and managed, and the test efficiency and accuracy are effectively improved.

Description

Test case query method and device and readable storage medium
Technical Field
The invention relates to the field of software testing, in particular to a method and a device for querying a test case and a readable storage medium.
Background
The test case is a description of a test task performed on a specific software product, and mainly includes test environment, test data, operation steps, overdue results, test scripts and the like. The test case is a rule of software testing, is a main work output of software testing personnel, is not invariable, and can be changed along with bugs or software version updating of the case. However, since the number of test cases for a large project is large, the content of the test cases may be searched slowly and used unsmoothly when the content of the test cases is queried.
Disclosure of Invention
The invention mainly aims to provide a test case query method, a test case query device and a readable storage medium, which solve the problems of slow search and unsmooth use in the process of querying the content of a test case at present.
In order to achieve the above object, the present invention provides a test case query method, where the test case query method includes:
acquiring query information of a user;
acquiring a data key value according to the query information;
and inquiring the test case corresponding to the data key value in a preset cache database.
Further, before the step of obtaining the query information of the user, the method further includes:
extracting directory data of each test case;
generating a corresponding data key value according to the directory data of each test case, and establishing a mapping relation between the directory data and the data key value;
and importing the mapping relation into a preset cache database.
Further, the step of extracting the catalog data of each test case includes:
and traversing all the test cases in the target database, and extracting directory data of each test case.
Further, if the test case is a non-automation case, the step of generating a corresponding data key value according to the directory data of each test case includes:
determining a directory path of the non-automatic use case according to the directory data;
and generating a corresponding data key value according to the directory path.
Further, the step of determining the directory path of the non-automation use case according to the directory data includes:
acquiring a plurality of path IDs of the non-automatic use case according to the directory data;
and determining the directory path of the non-automatic use case according to the path IDs.
Further, if the test case is an automation case, the step of generating a corresponding data key value according to the directory data of each test case includes:
determining project information to which the automation use case belongs according to the directory data;
and analyzing the project information, and generating a corresponding data key value according to the analyzed project information.
Further, the project information includes a domain path, a package path, a project name and a project identifier to which the automation use case belongs.
Further, after the step of querying the test case corresponding to the data key value in the preset cache database, the method for querying a test case further includes:
and generating a test script according to the test case obtained by query.
In addition, in order to achieve the above object, the present invention further provides a test case query device, where the test case query device includes a memory, a processor, and a test case query program stored in the memory and capable of running on the processor, and when the test case query program is executed by the processor, the test case query method as described above is implemented.
In addition, in order to achieve the above object, the present invention further provides a readable storage medium, where a query program of a test case is stored, and when the query program of the test case is executed by a processor, the steps of the query method of the test case as described above are implemented.
The invention provides a test case query method, a test case query device and a readable storage medium, wherein the test case query method comprises the steps of acquiring query information of a user, acquiring data key values according to the query information, and querying test cases corresponding to the data key values in a preset cache database, so that a tester can quickly query corresponding test cases from the cache database, namely, the corresponding test cases can be quickly and accurately searched through the query information, the test cases are conveniently arranged, organized and managed, and the test efficiency and accuracy are effectively improved.
Drawings
In order to more clearly illustrate the embodiments or exemplary technical solutions of the present invention, the drawings used in the embodiments or exemplary descriptions will be briefly described 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 the drawings without creative efforts.
Fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a first embodiment of a test case query method according to the present invention;
FIG. 3 is a flowchart illustrating a second embodiment of a test case query method according to 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.
As shown in fig. 1, fig. 1 is a schematic diagram of a hardware operating environment of a terminal according to an embodiment of the present invention.
As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display (Display), an input unit such as a Keyboard (Keyboard), a remote controller, and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (such as a non-volatile memory), such as a disk memory. The memory 1005 may alternatively be a storage device separate from the processor 1001.
The communication bus 1002 may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus. The communication bus 1002 is used for communication between the above-described electronic apparatus and other apparatuses.
The Memory 1005 may include a Random Access Memory (RAM) or a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. Optionally, the memory 1005 may also be at least one memory device located remotely from the processor 1001.
The Processor 1001 may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the integrated Circuit may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, or discrete hardware components.
Those skilled in the art will appreciate that the configuration of the terminal shown in fig. 1 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a query program of test cases.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; and the processor 1001 may be configured to call a query program of the test case stored in the memory 1005, and perform the following operations:
acquiring query information of a user;
acquiring a data key value according to the query information;
and inquiring the test case corresponding to the data key value in a preset cache database.
Further, the processor 1001 may call a query program of the test case stored in the memory 1005, and further perform the following operations:
extracting directory data of each test case;
generating a corresponding data key value according to the directory data of each test case, and establishing a mapping relation between the directory data and the data key value;
and importing the mapping relation into a preset cache database.
Further, the processor 1001 may call a query program of the test case stored in the memory 1005, and further perform the following operations:
and traversing all the test cases in the target database, and extracting directory data of each test case.
Further, the processor 1001 may call a query program of the test case stored in the memory 1005, and further perform the following operations:
determining a directory path of the non-automatic use case according to the directory data;
and generating a corresponding data key value according to the directory path.
Further, the processor 1001 may call a query program of the test case stored in the memory 1005, and further perform the following operations:
acquiring a plurality of path IDs of the non-automatic use case according to the directory data;
and determining the directory path of the non-automatic use case according to the path IDs.
Further, the processor 1001 may call a query program of the test case stored in the memory 1005, and further perform the following operations:
determining project information to which the automation use case belongs according to the directory data;
and analyzing the project information, and generating a corresponding data key value according to the analyzed project information.
Further, the processor 1001 may call a query program of the test case stored in the memory 1005, and further perform the following operations:
the project information comprises a domain path, a package path, a project name and a project identifier which the automation use case belongs to.
Further, the processor 1001 may call a query program of the test case stored in the memory 1005, and further perform the following operations:
and generating a test script according to the test case obtained by query.
The invention provides a test case query method.
Referring to fig. 2, fig. 2 is a flowchart illustrating a first embodiment of a test case query method according to the present invention.
The embodiment provides a test case query method, which includes:
s10, acquiring the query information of the user;
s20, acquiring data key values according to the query information;
and S30, querying the test case corresponding to the data key value in a preset cache database.
In one embodiment, the test cases are important documents in the software testing process, and the test cases are a set of test inputs, execution conditions, and expected results compiled for a specific target to test a certain program path or verify whether a certain specific requirement is met, usually the minimum unit of the test program, i.e., the test cases are used to verify whether the software meets the customer requirement. In this embodiment, the test case is stored in a preset cache database, where the cache database is a Redis database, a single thread of the Redis database, or a single process, and the access speed of the cache data is fast, and about 110000 set operations and 81000 read operations per second may be executed per second. In practical applications, the execution main body of the test case query method of this embodiment may be a test case query device, and the test case query device may be independently arranged or installed in other devices, such as a smart phone, a computer, a server, and the like.
Further, when a user needs to query the content of the test case, first obtaining query information of the user, where the query information includes a case identifier of the test case directly input by the user, and the case identifier of the test case is used to uniquely identify the test case, so that the case identifier of the test case may be any information capable of uniquely identifying the test case. The information of the test case comprises at least one or more of a test case name, a test case number, a test case item, a test case title, directory data corresponding to the test case and the like.
Further, after the query information is obtained, the data key value is obtained according to the query information. The query information includes case identifiers of test cases, and the data key values are obtained according to the query information, that is, the data key values are obtained according to the case identifiers of the test cases, wherein each data key value corresponds to one test case.
Further, after the data key value is obtained, the test case corresponding to the data key value is inquired in a preset cache database. In this embodiment, all test cases in the pre-stored database are traversed, and since the cache database is a Redis database, a single thread or a single process of the Redis database, the access speed of the cache data is fast, that is, all test cases can be traversed quickly, and the corresponding test cases can be obtained according to the query information.
Optionally, the query information may further include, but is not limited to, a use case summary and/or keywords of the test case. For example, when a programmer writes a test case, the programmer may further define a keyword of the test case, where the keyword may refer to information related to the test case, such as a test effect, a test purpose, a test method, and the like, and if the case information further includes the keyword, the test case that the user wants to query may be obtained by retrieving the test case corresponding to the keyword based on a search keyword input by the user.
Further, storing the test case in the cache database includes: extracting directory data of each test case; generating a corresponding data key value according to the directory data of each test case, and establishing a mapping relation between the directory data and the data key value; and importing the mapping relation into a preset cache database. That is, all test cases in the target database are traversed, and directory data of each test case is extracted, where the target database is a database for storing test cases written by a programmer, and the target database may be an SQL database or the like, which is not limited herein.
When the test case is a non-automatic case, determining a directory path of the non-automatic case according to the directory data after extracting the directory data of the non-automatic case, and generating a corresponding data key value according to the directory path. When the directory data is obtained, a plurality of path IDs of the non-automatic use case can be obtained according to the directory data; and determining the directory path of the non-automatic use case according to the path IDs. For example, the catalog data of the non-automation use case is: the path ID corresponding to the small program/the small program back end/the card volume flow/the switching account is as follows: 12/12001/12001/120001, directory Path: 12.12001.12001.120001.
further, after the directory path is obtained, the directory path of the test case is used as a main key of the cache database, the corresponding cache content is the directory data of the test case, and the directory data of the test case can be directly read from the cache database for display.
Further, when the test case is an automation case, determining project information to which the automation case belongs according to the directory data; and analyzing the project information, and generating a corresponding data key value according to the analyzed project information. The domain path, the package path, the project name and the project identification of the automation use case are determined according to the directory data to determine the configuration information of the automation use case, the configuration information is analyzed, and the analyzed project information generates a corresponding data key value to directly store the data key value in a cache database.
Furthermore, the cache database is traversed, the automatic case is displayed on a graphical interface, the automatic case is directly provided to the automatic execution system to be executed, the automatic test process is completed, and therefore the vacancy of automatic case analysis and management is made up through automatic analysis and management of the automatic case.
In the embodiment of the invention, the query method of the test case comprises the steps of acquiring query information of a user, acquiring the data key value according to the query information, and querying the test case corresponding to the data key value in the preset cache database, so that a tester can rapidly query the corresponding test case from the cache database, and the corresponding test case can be rapidly and accurately searched through the query information, thereby facilitating arrangement, organization and management of the test case and effectively improving the efficiency and accuracy of the test.
Further, referring to fig. 3, a second embodiment of the present invention is provided based on the first embodiment, and in this embodiment, after the step of querying the test case corresponding to the data key value in the preset cache database, the method for querying a test case further includes:
and S40, generating a test script according to the test case obtained by query.
After the test case is inquired, a test script can be generated according to the test case so as to be tested by a tester. Specifically, in the process of generating the test script, priority definition may be performed on the test cases of each attribute in advance, for example, priority sorting is performed according to a module to be tested or a preset sequence of each test case, and then a corresponding test script is generated.
In the embodiment of the invention, the query method of the test case comprises the steps of obtaining query information of a user, obtaining a data key value according to the query information, thereby querying the test case corresponding to the data key value in a preset cache database, and generating a test script according to the test case obtained by query, so that a tester can rapidly query the corresponding test case, and the test script is generated by the test case, thereby improving the test efficiency.
The invention also provides a test case query device, which comprises: the test case query method comprises a memory, a processor and a query program of the test case, wherein the query program of the test case is stored on the memory and can run on the processor, and when the query program of the test case is executed by the processor, the steps of the test case query method are realized.
The invention further provides a readable storage medium, on which a query program of the test case is stored, and when the query program of the test case is executed by a processor, the steps of the query method of the test case according to any one of the above embodiments are implemented.
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. Based on such understanding, the technical solutions of the present invention may be substantially or partially embodied in the form of a software product, where the computer software product is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk), and includes several instructions for enabling a terminal device (e.g., a mobile phone, a computer, a cloud server, or a network device) to execute the method of the embodiments of the present invention.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
It is noted that, herein, relational terms such as first and second, and the like may be 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. Also, 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 an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
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 method for querying a test case is characterized in that the method for querying the test case comprises the following steps:
acquiring query information of a user;
acquiring a data key value according to the query information;
and inquiring the test case corresponding to the data key value in a preset cache database.
2. The method for querying test cases according to claim 1, wherein the step of obtaining the query information of the user further comprises:
extracting directory data of each test case;
generating a corresponding data key value according to the directory data of each test case, and establishing a mapping relation between the directory data and the data key value;
and importing the mapping relation into a preset cache database.
3. The method for querying test cases according to claim 2, wherein the step of extracting the directory data of each test case comprises:
and traversing all the test cases in the target database, and extracting directory data of each test case.
4. The method for querying test cases according to claim 2, wherein if the test case is a non-automated case, the step of generating the corresponding data key value according to the directory data of each test case includes:
determining a directory path of the non-automatic use case according to the directory data;
and generating a corresponding data key value according to the directory path.
5. The method for querying a test case according to claim 4, wherein the step of determining the directory path of the non-automation case according to the directory data comprises:
acquiring a plurality of path IDs of the non-automatic use case according to the directory data;
and determining the directory path of the non-automatic use case according to the path IDs.
6. The method for querying test cases according to claim 2, wherein if the test case is an automation case, the step of generating the corresponding data key value according to the directory data of each test case includes:
determining project information to which the automation use case belongs according to the directory data;
and analyzing the project information, and generating a corresponding data key value according to the analyzed project information.
7. The method for querying a test case according to claim 6, wherein the project information includes a domain path, a package path, a project name, and a project identifier to which the automation case belongs.
8. The method for querying a test case according to claim 1, wherein after the step of querying the test case corresponding to the data key value in a preset cache database, the method for querying a test case further comprises:
and generating a test script according to the test case obtained by query.
9. An inquiry device for a test case is characterized in that the inquiry device for a test case comprises a memory, a processor and an inquiry program for a test case, wherein the inquiry program for a test case is stored on the memory and can run on the processor, and when being executed by the processor, the inquiry method for a test case is realized according to any one of claims 1 to 8.
10. A readable storage medium, wherein the readable storage medium stores thereon a query program for test cases, and the query program for test cases, when executed by a processor, implements the steps of the query method for test cases according to any one of claims 1 to 8.
CN201911272094.7A 2019-12-11 2019-12-11 Test case query method and device and readable storage medium Pending CN111046073A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911272094.7A CN111046073A (en) 2019-12-11 2019-12-11 Test case query method and device and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911272094.7A CN111046073A (en) 2019-12-11 2019-12-11 Test case query method and device and readable storage medium

Publications (1)

Publication Number Publication Date
CN111046073A true CN111046073A (en) 2020-04-21

Family

ID=70235986

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911272094.7A Pending CN111046073A (en) 2019-12-11 2019-12-11 Test case query method and device and readable storage medium

Country Status (1)

Country Link
CN (1) CN111046073A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111581083A (en) * 2020-04-26 2020-08-25 北京字节跳动网络技术有限公司 Interface testing method and device, electronic equipment and storage medium
CN112749541A (en) * 2021-01-14 2021-05-04 京东数字科技控股股份有限公司 Data verification system, method, device, electronic equipment and computer readable medium
CN116909936A (en) * 2023-09-13 2023-10-20 深圳市智慧城市科技发展集团有限公司 Big data automatic test method, equipment and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102930054A (en) * 2012-11-19 2013-02-13 北京奇虎科技有限公司 Data search method and data search system
JP2014056306A (en) * 2012-09-11 2014-03-27 Nippon Telegr & Teleph Corp <Ntt> Db data debug support device, method and program
CN107729251A (en) * 2017-10-23 2018-02-23 中国联合网络通信集团有限公司 Testing case management and device
CN108647355A (en) * 2018-05-16 2018-10-12 平安普惠企业管理有限公司 Methods of exhibiting, device, equipment and the storage medium of test case

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014056306A (en) * 2012-09-11 2014-03-27 Nippon Telegr & Teleph Corp <Ntt> Db data debug support device, method and program
CN102930054A (en) * 2012-11-19 2013-02-13 北京奇虎科技有限公司 Data search method and data search system
CN107729251A (en) * 2017-10-23 2018-02-23 中国联合网络通信集团有限公司 Testing case management and device
CN108647355A (en) * 2018-05-16 2018-10-12 平安普惠企业管理有限公司 Methods of exhibiting, device, equipment and the storage medium of test case

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111581083A (en) * 2020-04-26 2020-08-25 北京字节跳动网络技术有限公司 Interface testing method and device, electronic equipment and storage medium
CN111581083B (en) * 2020-04-26 2024-02-09 抖音视界有限公司 Interface testing method and device, electronic equipment and storage medium
CN112749541A (en) * 2021-01-14 2021-05-04 京东数字科技控股股份有限公司 Data verification system, method, device, electronic equipment and computer readable medium
CN116909936A (en) * 2023-09-13 2023-10-20 深圳市智慧城市科技发展集团有限公司 Big data automatic test method, equipment and readable storage medium
CN116909936B (en) * 2023-09-13 2024-05-14 深圳市智慧城市科技发展集团有限公司 Big data automatic test method, equipment and readable storage medium

Similar Documents

Publication Publication Date Title
US10275355B2 (en) Method and apparatus for cleaning files in a mobile terminal and associated mobile terminal
CN111046073A (en) Test case query method and device and readable storage medium
CN109284323B (en) Management method and device for detection data
CN109783346B (en) Keyword-driven automatic testing method and device and terminal equipment
CN108255620B (en) Service logic processing method, device, service server and system
KR20190049924A (en) Recommending data enrichments
CN111198976B (en) Cloud asset association analysis system, method, electronic equipment and medium
US9087137B2 (en) Detection of custom parameters in a request URL
CN115357590A (en) Recording method and device for data change, electronic device and storage medium
CN113626558B (en) Intelligent recommendation-based field standardization method and system
CN110334019B (en) Test method, test device and readable storage medium
CN111124545A (en) Application program starting method and device, electronic equipment and storage medium
US9934130B2 (en) Software integration testing with unstructured database
CN111143203B (en) Machine learning method, privacy code determination method, device and electronic equipment
CN112148721B (en) Data checking method and device, electronic equipment and storage medium
CN114020813A (en) Data comparison method, device and equipment based on Hash algorithm and storage medium
CN109697141B (en) Method and device for visual testing
CN109460255B (en) Memory address query method and device
CN108399223B (en) Data acquisition method and device and electronic equipment
CN111045724A (en) Query method and device for call chain information and readable storage medium
CN116483735B (en) Method, device, storage medium and equipment for analyzing influence of code change
CN113392022B (en) Test requirement analysis method, device, computer readable medium and program product
CN115794842A (en) Data processing method, device, electronic equipment and medium
JP6610037B2 (en) Test execution apparatus, method, and program
CN114356292A (en) Interactive information processing method and device and computer equipment

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200421