CN115238210A - Website link availability checking method and device, storage medium and terminal - Google Patents

Website link availability checking method and device, storage medium and terminal Download PDF

Info

Publication number
CN115238210A
CN115238210A CN202211147494.7A CN202211147494A CN115238210A CN 115238210 A CN115238210 A CN 115238210A CN 202211147494 A CN202211147494 A CN 202211147494A CN 115238210 A CN115238210 A CN 115238210A
Authority
CN
China
Prior art keywords
link
unit
executing
website
traversal
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
CN202211147494.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.)
Accumulus Technologies Tianjin Co Ltd
Original Assignee
Accumulus Technologies Tianjin 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 Accumulus Technologies Tianjin Co Ltd filed Critical Accumulus Technologies Tianjin Co Ltd
Priority to CN202211147494.7A priority Critical patent/CN115238210A/en
Publication of CN115238210A publication Critical patent/CN115238210A/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/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9558Details of hyperlinks; Management of linked annotations

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method and a device for checking website link availability, a storage medium and a terminal. The method comprises the following steps: firstly, adding a website to be checked into a list a, then, starting to judge whether the list a is empty, taking out a link from the list a, analyzing all links contained in a page corresponding to the link and traversing one by one, sequentially and progressively traversing and checking, finally obtaining the link and a status code corresponding to the link, and acquiring the status of the link through the status code. The scheme provided by the invention can automatically traverse all the scripts of the links of the website to be checked, which are input by a user, and store and analyze the link states, can quickly check the link availability, does not need to count the number of the links currently quoted by the website, reduces the manual participation, effectively improves the checking efficiency, and reduces the labor cost.

Description

Website link availability checking method and device, storage medium and terminal
Technical Field
The invention relates to the technical field of website detection, in particular to a method and a device for checking website link availability, a storage medium and a terminal.
Background
As the website is updated and iterated continuously, the content of the website becomes more and more complex, including that the website refers to external links, picture links, and the like. As the use time of the website increases, the number of links contained in the website is increased, and in order to ensure the content integrity of the website, the links referenced by the website need to be checked. For the availability check of the website reference links in the traditional technology, a tester needs to sort all the referenced links of the website, analyze the types of the links and then confirm whether the links are available by accessing each link. The method adopts the traditional technology to check the usability of the website links, needs to occupy a large amount of time of testers to arrange and analyze newly-added links and existing links, and has unavoidable manual omission, low checking efficiency and high labor cost.
Disclosure of Invention
The invention aims to provide a method and a device for checking website link availability, a storage medium and a terminal, so as to improve checking efficiency and reduce labor cost.
In order to achieve the purpose, the technical scheme provided by the invention is as follows:
first aspect of the invention
The embodiment of the invention provides a method for checking the availability of a website link, which comprises the following steps:
step 1: receiving a website link which needs to be checked and is input by a user and a specified root directory, and adding the website link into a traversal list a;
and 2, step: judging whether the traversal times are larger than or equal to the length of the traversal list a or not; if not, executing the step 3, and if so, executing the step 11;
and step 3: judging whether the traversal times reach a preset threshold value or not; if not, executing the step 4, and if so, executing the step 11;
and 4, step 4: acquiring all secondary network links contained in a webpage pointed by a current website link, and traversing one by one;
and 5: judging whether all secondary network links are traversed or not; if not, executing the step 6, and if so, executing the step 13;
step 6: judging whether the current traversal secondary network link is not an input link and is not in the traversal list a;
if not, executing the step 7, and if so, executing the step 9;
and 7: judging whether the current traversal secondary network link contains a specified root directory and is not in the traversal list a; if not, executing the step 8, and if so, executing the step 9;
and 8: judging whether the current traversing secondary network link is an external link or not; if yes, executing step 10, otherwise, executing step 5;
and step 9: inserting the current traversal secondary network link into a traversal list a;
step 10: acquiring a state code of a current traversing secondary network link and inserting the link and the state code into a list b; executing the step 5;
step 11: counting all network links and corresponding state codes in the list b and storing the network links and the corresponding state codes in a database;
step 12: identifying available website links and unavailable website links according to the state codes, and displaying the judgment result at the front end of the webpage; finishing the execution;
step 13: the traversal times +1; performing step 2
Before step 1, the method further comprises the step of setting the initial value of the traversal times to 0.
In step 12, the website link with the status code of 200 is an available website link; the website link of the status code of non-200 is an unavailable website link.
Wherein the preset threshold is 2000.
Second aspect of the invention
Correspondingly to the above method, an embodiment of the present invention provides a website link availability inspection apparatus, including a network link receiving unit, a first determining unit, a second determining unit, a secondary network link obtaining unit, a third determining unit, a fourth determining unit, a fifth determining unit, a sixth determining unit, a secondary network link inserting unit, a status code obtaining and storing unit, a status code storing unit, an available website identifying unit, and a traversal number increasing unit;
the network link receiving unit is used for receiving the website link needing to be checked and the appointed root directory input by the user and adding the website link into the traversal list a;
the first judging unit is used for judging whether the traversal times are more than or equal to the length of the traversal list a; if not, executing a second judgment unit, and if so, executing a state code storage unit;
the second judging unit is used for judging whether the traversal times reach a preset threshold value; if not, executing a secondary network link acquisition unit, and if so, executing a state code storage unit;
the secondary network link acquisition unit is used for acquiring all secondary network links contained in a webpage pointed by the current website link and traversing one by one;
the third judging unit is used for judging whether all the secondary network links are traversed or not; if not, executing a fourth judging unit, and if so, executing a traversal number increasing unit;
the fourth judging unit is used for judging whether the current traversal secondary network link is not an input link and
not in traverse list a; if not, executing a fifth judging unit, if so, executing a secondary network link inserting unit;
the fifth judging unit is used for judging whether the current traversal secondary network link contains the appointed root directory and is not in the traversal list a; if not, executing a sixth judging unit, if so, executing a secondary network link inserting unit;
the sixth judging unit is used for judging whether the current traversal secondary network link is an external link; if yes, executing a state code acquisition and storage unit, and if not, executing the third judgment unit;
the secondary network link inserting unit is used for inserting the current traversed secondary network link into the traversal list a;
the state code acquisition and storage unit is used for acquiring the state code of the current traversing secondary network link and inserting the link and the state code into the list b;
the state code storage unit is used for counting all network links and corresponding state codes in the list b and storing the network links and the corresponding state codes into a database;
the available website identification unit is used for identifying available website links and unavailable website links according to the state codes and displaying the judgment result at the front end of the webpage; finishing the execution;
the traversal number increasing unit is used for increasing the traversal number +1; and executing the first judgment unit.
The network link receiving unit is used for receiving the network link information of the user, and the initialization unit is used for setting the initial value of the traversal times to 0 before executing the network link receiving unit.
The website link with the state code of 200 is an available website link; the website link of the status code non-200 is an unavailable website link.
Wherein the preset threshold is 2000.
Third aspect
An embodiment of the present invention provides a storage medium, where at least one instruction, at least one program, a code set, or an instruction set is stored in the storage medium, and the at least one instruction, the at least one program, the code set, or the instruction set is loaded and executed by a processor to implement the above website link availability check method.
Fourth aspect of the invention
An embodiment of the present invention provides a terminal, where the terminal includes a processor and a memory, where the memory stores at least one instruction, at least one program, a code set, or an instruction set, and the at least one instruction, the at least one program, the code set, or the instruction set is loaded and executed by the processor to implement the above method for checking availability of a website link.
Compared with the prior art, the invention has the beneficial effects that:
the scheme provided by the invention can automatically traverse all the scripts of the links of the website to be checked, which are input by a user, and store and analyze the link states, can quickly check the link availability, does not need to count the number of the links currently quoted by the website, reduces the manual participation, effectively improves the checking efficiency, and reduces the labor cost.
Drawings
Fig. 1 is a flowchart illustrating a method for checking availability of a website link according to an embodiment of the present disclosure.
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 only a part of the embodiments of the present invention, and not all of the embodiments. 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.
As shown in fig. 1, an embodiment of the present invention provides a method for checking availability of a website link, including the following steps:
step 1: receiving a website link which needs to be checked and is input by a user and a specified root directory, and adding the website link into a traversal list a;
step 2: judging whether the traversal times are larger than or equal to the length of the traversal list a or not; if not, executing the step 3, and if so, executing the step 11;
it should be noted that, the initial value of the traversal number is set to 0; the length of the traversal list a refers to the number of linked items in the list a, if the number of items is 1, the length of the list a is 1, if the number of items is 2, the length of the list a is 2, and so on.
And step 3: judging whether the traversal times reach a preset threshold value or not; if not, executing the step 4, and if so, executing the step 11;
the preset threshold is set to 2000, and may be set to other values according to actual needs. This step is provided for the purpose of preventing an excessive number of cycles.
And 4, step 4: acquiring all secondary network links contained in a webpage pointed by a current website link, and traversing one by one;
and 5: judging whether all secondary network links are traversed or not; if not, executing the step 6, and if so, executing the step 13;
step 6: judging whether the current traversal secondary network link is not an input link and is not in the traversal list a;
if not, executing the step 7, and if so, executing the step 9;
and 7: judging whether the current traversal secondary network link contains a specified root directory and is not in the traversal list a; if not, executing the step 8, and if so, executing the step 9;
and 8: judging whether the current traversing secondary network link is an external link or not; if yes, executing step 10, otherwise, executing step 5;
and step 9: inserting the current traversal secondary network link into a traversal list a;
step 10: acquiring a state code of a current traversing secondary network link and inserting the link and the state code into a list b; executing the step 5;
step 11: counting all network links and corresponding state codes in the list b and storing the network links and the corresponding state codes in a database;
step 12: identifying available website links and unavailable website links according to the state codes, and displaying the judgment result at the front end of the webpage; finishing the execution;
it should be noted that the website link with the status code of 200 is an available website link; the website link of the status code non-200 is an unavailable website link. The status code generally includes five kinds of 100, 200, 300, 400, 500, only 200 of which is valid. In addition, during the display, the website link with the red display status code of 200 can be used, and the link with the green display status code of 200 can be used.
Step 13: the traversal times +1; step 2 is performed.
It should be noted that the method provided in this embodiment may specifically be implemented by using a script written based on Python, and the traversal implementation is based on a corresponding program and calls a corresponding function, which is not described in detail here.
Correspondingly to the above method, an embodiment of the present invention provides a website link availability inspection apparatus, including a network link receiving unit, a first determining unit, a second determining unit, a secondary network link obtaining unit, a third determining unit, a fourth determining unit, a fifth determining unit, a sixth determining unit, a secondary network link inserting unit, a status code obtaining and storing unit, a status code storing unit, an available website identifying unit, and a traversal number increasing unit;
the network link receiving unit is used for receiving the website link needing to be checked and the appointed root directory input by the user and adding the website link into the traversal list a;
the first judging unit is used for judging whether the traversal times are more than or equal to the length of the traversal list a; if not, executing a second judgment unit, and if so, executing a state code storage unit;
the second judging unit is used for judging whether the traversal times reach a preset threshold value; if not, executing the secondary network link acquisition unit, and if so, executing the state code storage unit;
the secondary network link acquisition unit is used for acquiring all secondary network links contained in a webpage pointed by the current website link and traversing one by one;
the third judging unit is used for judging whether all the secondary network links are traversed or not; if not, executing a fourth judging unit, and if so, executing a traversal number increasing unit;
the fourth judging unit is used for judging whether the current traversal secondary network link is not an input link and
not in the traversal list a; if not, executing a fifth judging unit, if so, executing a secondary network link inserting unit;
the fifth judging unit is used for judging whether the current traversal secondary network link contains the appointed root directory and is not in the traversal list a; if not, executing a sixth judging unit, if so, executing a secondary network link inserting unit;
the sixth judging unit is used for judging whether the current traversal secondary network link is an external link; if yes, executing a state code acquisition and storage unit, and if not, executing the third judgment unit;
the secondary network link inserting unit is used for inserting the current traversal secondary network link into the traversal list a;
the state code acquisition and storage unit is used for acquiring the state code of the current traversing secondary network link and inserting the link and the state code into a list b;
the state code storage unit is used for counting all network links and corresponding state codes in the list b and storing the network links and the corresponding state codes into a database;
the available website identification unit is used for identifying available website links and unavailable website links according to the state codes and displaying the judgment result at the front end of the webpage; finishing the execution;
the traversal number increasing unit is used for increasing the traversal number +1; and executing the first judging unit.
The network link receiving unit is used for receiving the network link information of the network link, and the initialization unit is used for setting the initial value of the traversal times to 0 before executing the network link receiving unit.
The website link with the state code of 200 is an available website link; the website link of the status code of non-200 is an unavailable website link.
Wherein the preset threshold is 2000.
It should be noted that the website link availability inspection apparatus according to the embodiment of the present invention has the same or similar specific implementation details and effects as the website link availability inspection method according to the above embodiment, and is not described herein again.
In addition, an embodiment of the present invention provides a storage medium, where at least one instruction, at least one program, a code set, or a set of instructions is stored in the storage medium, and the at least one instruction, the at least one program, the code set, or the set of instructions is loaded and executed by a processor to implement the above method for checking availability of website links.
In addition, an embodiment of the present invention provides a terminal, where the terminal includes a processor and a memory, where the memory stores at least one instruction, at least one program, a code set, or an instruction set, and the at least one instruction, the at least one program, the code set, or the instruction set is loaded and executed by the processor to implement the above website link availability checking method.
It should be noted that the terminal is a computer device.
The method for checking the availability of the website link in the computer device and the storage medium can be understood by referring to the above embodiments, and will not be described herein again.
It should be apparent to those skilled in the art that the embodiments of the present invention may be provided as a method, apparatus (device or system), or computer device, storage medium. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Although the embodiments of the present invention have been described in detail with reference to the accompanying drawings, the embodiments of the present invention are not limited to the specific details of the above embodiments, and various simple modifications may be made to the technical solutions of the embodiments of the present invention within the technical idea of the embodiments of the present invention, and these simple modifications all belong to the protection scope of the embodiments of the present invention.
It should be noted that the various features described in the foregoing embodiments may be combined in any suitable manner without contradiction. In order to avoid unnecessary repetition, the embodiments of the present invention do not describe every possible combination.
The foregoing shows and describes the general principles, principal features, and advantages of the invention. It should be understood by those skilled in the art that the present invention is not limited to the above embodiments, and the above embodiments and descriptions are only preferred examples of the present invention and are not intended to limit the present invention, and that various changes and modifications may be made without departing from the spirit and scope of the present invention, which fall within the scope of the claimed invention. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (10)

1. A method for checking the availability of a website link is characterized by comprising the following steps:
step 1: receiving a website link needing to be checked and a specified root directory input by a user, and adding the website link into a traversal list a;
step 2: judging whether the traversal times are larger than or equal to the length of the traversal list a or not; if not, executing the step 3, and if so, executing the step 11;
and step 3: judging whether the traversal times reach a preset threshold value or not; if not, executing the step 4, and if so, executing the step 11;
and 4, step 4: acquiring all secondary network links contained in a webpage pointed by a current website link, and traversing one by one;
and 5: judging whether all secondary network links are traversed or not; if not, executing the step 6, and if so, executing the step 13;
step 6: judging whether the current traversal secondary network link is not an input link and is not in the traversal list a;
if not, executing the step 7, and if so, executing the step 9;
and 7: judging whether the current traversal secondary network link contains a specified root directory and is not in the traversal list a; if not, executing the step 8, and if so, executing the step 9;
and 8: judging whether the current traversing secondary network link is an external link or not; if yes, executing step 10, otherwise, executing step 5;
and step 9: inserting the current traversal secondary network link into a traversal list a;
step 10: acquiring a state code of a current traversing secondary network link and inserting the link and the state code into a list b; executing the step 5;
step 11: counting all network links and corresponding state codes in the list b and storing the network links and the corresponding state codes in a database;
step 12: identifying available website links and unavailable website links according to the state codes, and displaying the judgment result at the front end of the webpage; ending the execution;
step 13: the traversal times +1; step 2 is performed.
2. The website link availability checking method according to claim 1, further comprising a step of setting an initial value of the number of traversal times to 0, before step 1.
3. The website link availability checking method of claim 1, wherein in step 12, the website link with the status code of 200 is an available website link; the website link of the status code non-200 is an unavailable website link.
4. The method for checking website link availability according to claim 1, wherein the preset threshold is 2000.
5. A website link availability inspection device is characterized by comprising a network link receiving unit, a first judging unit, a second judging unit, a secondary network link acquiring unit, a third judging unit, a fourth judging unit, a fifth judging unit, a sixth judging unit, a secondary network link inserting unit, a state code acquiring and storing unit, a state code storing unit, an available website identifying unit and a traversal number increasing unit;
the network link receiving unit is used for receiving the website link needing to be checked and the appointed root directory input by the user and adding the website link into the traversal list a;
the first judging unit is used for judging whether the traversal times are more than or equal to the length of the traversal list a; if not, executing a second judgment unit, and if so, executing a state code storage unit;
the second judging unit is used for judging whether the traversal times reach a preset threshold value; if not, executing the secondary network link acquisition unit, and if so, executing the state code storage unit;
the secondary network link acquisition unit is used for acquiring all secondary network links contained in a webpage pointed by the current website link and traversing one by one;
the third judging unit is used for judging whether all the secondary network links are traversed or not; if not, executing a fourth judging unit, and if so, executing a traversal number increasing unit;
the fourth judging unit is used for judging whether the current traversal secondary network link is not an input link and
not in traverse list a; if not, executing a fifth judging unit, if so, executing a secondary network link inserting unit;
the fifth judging unit is used for judging whether the current traversal secondary network link contains the appointed root directory and is not in the traversal list a; if not, executing a sixth judging unit, if so, executing a secondary network link inserting unit;
the sixth judging unit is used for judging whether the current traversal secondary network link is an external link; if yes, executing a state code acquisition and storage unit, and if not, executing the third judgment unit;
the secondary network link inserting unit is used for inserting the current traversal secondary network link into the traversal list a;
the state code acquisition and storage unit is used for acquiring the state code of the current traversing secondary network link and inserting the link and the state code into a list b;
the state code storage unit is used for counting all network links and corresponding state codes in the list b and storing the network links and the corresponding state codes into a database;
the available website identification unit is used for identifying available website links and unavailable website links according to the state codes and displaying the judgment result at the front end of the webpage; finishing the execution;
the traversal number increasing unit is used for increasing the traversal number +1; and executing the first judgment unit.
6. The website link availability checking apparatus according to claim 5, further comprising an initialization unit configured to set an initial value of the number of traversals to 0 before executing the web link receiving unit.
7. The website link availability checking apparatus of claim 5, wherein the website link with the status code of 200 is an available website link; the website link of the status code non-200 is an unavailable website link.
8. The website link availability checking apparatus of claim 5, wherein the preset threshold is 2000.
9. A storage medium having stored therein at least one instruction, at least one program, a set of codes, or a set of instructions, which is loaded and executed by a processor to implement the website link availability check method according to any one of claims 1 to 4.
10. A terminal, characterized in that the terminal comprises a processor and a memory, wherein at least one instruction, at least one program, a set of codes or a set of instructions is stored in the memory, and the at least one instruction, the at least one program, the set of codes or the set of instructions is loaded and executed by the processor to realize the website link availability checking method according to any one of claims 1 to 4.
CN202211147494.7A 2022-09-21 2022-09-21 Website link availability checking method and device, storage medium and terminal Pending CN115238210A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211147494.7A CN115238210A (en) 2022-09-21 2022-09-21 Website link availability checking method and device, storage medium and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211147494.7A CN115238210A (en) 2022-09-21 2022-09-21 Website link availability checking method and device, storage medium and terminal

Publications (1)

Publication Number Publication Date
CN115238210A true CN115238210A (en) 2022-10-25

Family

ID=83680890

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211147494.7A Pending CN115238210A (en) 2022-09-21 2022-09-21 Website link availability checking method and device, storage medium and terminal

Country Status (1)

Country Link
CN (1) CN115238210A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104331335A (en) * 2014-11-20 2015-02-04 国家电网公司 Method and device for checking dead link of web portal
CN104504016A (en) * 2014-12-10 2015-04-08 河海大学 User-oriented automatic WEB information extracting method
CN107025296A (en) * 2017-04-17 2017-08-08 山东辰华科技信息有限公司 Based on science service information intelligent grasping system method of data capture
CN110795931A (en) * 2018-07-17 2020-02-14 福建天泉教育科技有限公司 Method and terminal for detecting WEB website page language

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104331335A (en) * 2014-11-20 2015-02-04 国家电网公司 Method and device for checking dead link of web portal
CN104504016A (en) * 2014-12-10 2015-04-08 河海大学 User-oriented automatic WEB information extracting method
CN107025296A (en) * 2017-04-17 2017-08-08 山东辰华科技信息有限公司 Based on science service information intelligent grasping system method of data capture
CN110795931A (en) * 2018-07-17 2020-02-14 福建天泉教育科技有限公司 Method and terminal for detecting WEB website page language

Similar Documents

Publication Publication Date Title
CN106610892B (en) Memory leak detection method and device
CN110209520B (en) Method and device for improving SSD (solid State disk) testing efficiency, computer equipment and storage medium
CN108268296A (en) Loading method, the client and server of page layout
CN111273891A (en) Business decision method and device based on rule engine and terminal equipment
CN111124911A (en) Automatic testing method, device, equipment and readable storage medium
CN106354622B (en) Test the methods of exhibiting and device of webpage
CN112185453A (en) Read interference test method and device, computer readable storage medium and electronic equipment
CN114238134A (en) Test result display method, device, equipment and storage medium
CN111045879B (en) Method, device and storage medium for generating pressure test report
CN102650964B (en) For monitoring the method for OO application, system and self-monitoring system
CN115238210A (en) Website link availability checking method and device, storage medium and terminal
CN111221721A (en) Automatic recording and executing method and device for unit test cases
CN109617708B (en) Compression method, device and system for embedded point log
CN110781424A (en) Method for intelligently clearing browser cache for Web project automation test
US20170147596A1 (en) Cache folder identification method and device
CN107315806B (en) Embedded storage method and device based on file system
CN106610899B (en) Test case generation method and device
CN111611032B (en) User interface drawing level and excessive drawing detection method and device
CN111352852B (en) Regression test case selection method and device
CN113806231A (en) Code coverage rate analysis method, device, equipment and medium
WO2020199789A1 (en) Information processing method and apparatus
CN109885402B (en) Method for testing function output data overflow, terminal equipment and storage medium
CN112181539B (en) File processing method, device, equipment and medium
CN111367820B (en) Sequencing method and device for test cases
CN117592256A (en) Bench test result evaluation method and device, storage medium and electronic 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: 20221025