CN110795931A - Method and terminal for detecting WEB website page language - Google Patents

Method and terminal for detecting WEB website page language Download PDF

Info

Publication number
CN110795931A
CN110795931A CN201810783859.2A CN201810783859A CN110795931A CN 110795931 A CN110795931 A CN 110795931A CN 201810783859 A CN201810783859 A CN 201810783859A CN 110795931 A CN110795931 A CN 110795931A
Authority
CN
China
Prior art keywords
page
language
html
storing
value pairs
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.)
Granted
Application number
CN201810783859.2A
Other languages
Chinese (zh)
Other versions
CN110795931B (en
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.)
Fujian Tianquan Educational Technology Ltd
Original Assignee
Fujian Tianquan Educational Technology 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 Fujian Tianquan Educational Technology Ltd filed Critical Fujian Tianquan Educational Technology Ltd
Priority to CN201810783859.2A priority Critical patent/CN110795931B/en
Publication of CN110795931A publication Critical patent/CN110795931A/en
Application granted granted Critical
Publication of CN110795931B publication Critical patent/CN110795931B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides a method and a terminal for detecting WEB page languages of a WEB website, which are used for automatically identifying the page language of each html page by storing and traversing all html pages of the WEB website, detecting the page language and converting tedious and time-consuming manual operation into automatic operation, so that a tester does not need to spend a great deal of time to verify characters at corner angles in the pages, the testing time is saved, and the testing efficiency is improved.

Description

Method and terminal for detecting WEB website page language
Technical Field
The invention relates to the field of language detection, in particular to a method and a terminal for detecting WEB page language.
Background
When a system develops to a certain degree, languages of all countries in the world need to be compatible, and the language compatibility comprises dynamic data of background management configuration, static characters rendered by a server, static characters rendered by js and the like.
At present, a detection scheme for WEB page languages is that a tester manually operates to traverse a WEB site, and manually judges whether language versions are correctly switched, wherein dynamic data configured by background management is difficult to be covered in all directions, and a verification result is obtained after operations such as item replacement or data clearing are possibly required. If the website is switched to each language, testers are required to walk through the website without dead angles, the workload required here is undoubtedly huge, the working efficiency is extremely low, meanwhile, information such as prompt boxes, static characters and the like of corners and corners inside the website can be omitted, and in addition, the coverage of dynamic data of background configuration management is not high, so that the obstruction is brought to international language testing.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: the test method and the terminal for WEB website page language detection are provided, so that automatic test is realized, and the test efficiency is improved.
In order to solve the technical problems, the invention adopts the technical scheme that:
a method for detecting WEB site page language is characterized by comprising the following steps:
s1, storing all html pages of the WEB website;
and S2, traversing all the stored html pages, automatically identifying the page language of each html page, and detecting the page language.
In order to solve the technical problem, the invention adopts another technical scheme as follows:
a detection terminal for WEB site page language comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, and is characterized in that the processor implements the following steps when executing the computer program:
s1, storing all html pages of the WEB website;
and S2, traversing all the stored html pages, automatically identifying the page language of each html page, and detecting the page language.
The invention has the beneficial effects that: the page language of each html page is automatically identified by storing and traversing all html pages of a WEB website, the page language is detected, and complicated and time-consuming manual operation is converted into automatic operation, so that a tester does not need to spend a large amount of time to verify characters of corner angles in the page, the testing time is saved, and the testing efficiency is improved.
Drawings
FIG. 1 is a flowchart of a method for detecting WEB page language according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of WEB page language detection according to an embodiment of the present invention;
FIG. 3 is a schematic view illustrating a page storage process for WEB page language detection according to an embodiment of the present invention;
FIG. 4 is a schematic view illustrating a page identification detection process of WEB page language detection according to an embodiment of the present invention;
description of reference numerals:
1. a WEB website language detection terminal; 2. a memory; 3. a processor.
Detailed Description
In order to explain technical contents, achieved objects, and effects of the present invention in detail, the following description is made with reference to the accompanying drawings in combination with the embodiments.
The most key concept of the invention is to store and traverse all html pages of a WEB website, automatically identify the page language of each html page and detect the page language.
Referring to fig. 1, a method for detecting WEB page languages includes the steps of:
s1, storing all html pages of the WEB website;
and S2, traversing all the stored html pages, automatically identifying the page language of each html page, and detecting the page language.
From the above description, the beneficial effects of the present invention are: the page language of each html page is automatically identified by storing and traversing all html pages of a WEB website, the page language is detected, and complicated and time-consuming manual operation is converted into automatic operation, so that a tester does not need to spend a large amount of time to verify characters of corner angles in the page, the testing time is saved, and the testing efficiency is improved.
Further, the S1 includes the steps of:
s11, initializing the website, and switching the language version of the WEB website into a first language version;
s12, judging whether the current page exists or not, if so, executing a step S16, otherwise, executing a step S13;
s13, creating a directory locally according to the web page address of the current page, saving the hypertext stream of the current page into an html page by using a UI automation tool, and storing the html page in the created directory;
s14, identifying the jump link in the html page through the DOM locator, and storing the jump link into the path array of the corresponding layer according to the layer to which the jump link belongs;
s15, judging whether the path array of the current layer is empty, if yes: step S16 is executed, otherwise: step S17 is executed;
s16, finishing the traversal of the path array of the current layer, and returning to the path array of the previous layer;
s17, judging whether the traversal of all the hierarchical path arrays is completed, if not, executing the step S18;
s18, taking out the jump link of the next path in the path array of the current layer, simulating click operation by using a UI automation tool, jumping to the html page corresponding to the jump link, and returning to the step S12.
According to the description, all the pages of the WEB site can be automatically stored in the specific steps, so that the tedious and time-consuming manual storage operation is avoided, the test coverage rate is improved, and the missing test risk is avoided.
Further, the step S2 of automatically identifying the page language of each html page includes:
acquiring tag information of the html page by using a DOM (document object model) locator, and storing IDs (identity) and characters in the tag information into a first temporary set as key value pairs respectively;
traversing the first temporary set, deleting key value pairs corresponding to punctuation marks in the first set, and converting the values in the remaining key value pairs into unicode codes;
storing the converted key-value pairs to a second temporary set.
According to the description, the tag information of the html page can be completely acquired by acquiring the tag information of the html page through the DOM locator; and respectively storing the ID and the characters in the label information as key value pairs, deleting the key value pairs with punctuation marks, and converting the values in the remaining key value pairs into unicode codes so as to conveniently identify and detect the unicode codes by using a regular expression subsequently to judge whether the html page has a non-first language.
Further, the detecting the page language in step S2 includes:
traversing the second temporary set, identifying the values of the key value pairs in the second temporary set by using a regular expression, judging whether the values are in the first language, and if not, storing the key value pairs corresponding to the values into a third temporary set; and taking the directory path of the current html page as a key, and recording the third temporary set as a value corresponding to the key into the global set.
As can be seen from the above description, by identifying unicode codes of the values of the second temporary set through regular expressions, it can be accurately determined whether the values are in the first language; and storing the key value pairs which are identified and judged by the regular expression and are in the non-first language and the corresponding directory paths, wherein the stored directory paths are convenient for acquiring the page position information of the non-first language in the test report.
Further, the method also comprises the following steps:
and S3, judging whether the global set is empty, if so, indicating that the detection is passed, otherwise, not, writing the global set and the detection result into a test report and outputting the test report.
As can be seen from the above description, writing the global set and the detection result into the test report and outputting the test report facilitates the analysis of the problems and defects found by the tester when reading the test report.
Referring to fig. 2, a test terminal for WEB page language includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the following steps when executing the computer program:
s1, storing all html pages of the WEB website;
and S2, traversing all the stored html pages, automatically identifying the page language of each html page, and detecting the page language.
From the above description, the beneficial effects of the present invention are: the page language of each html page is automatically identified by storing and traversing all html pages of a WEB website, the page language is detected, and complicated and time-consuming manual operation is converted into automatic operation, so that a tester does not need to spend a large amount of time to verify characters of corner angles in the page, the testing time is saved, and the testing efficiency is improved.
Further, the S1 includes the steps of:
s11, initializing the website, and switching the language version of the WEB website into a first language version;
s12, judging whether the current page exists or not, if so, executing a step S16, otherwise, executing a step S13;
s13, creating a directory locally according to the web page address of the current page, saving the hypertext stream of the current page into an html page by using a UI automation tool, and storing the html page in the created directory;
s14, identifying the jump link in the html page through the DOM locator, and storing the jump link into the path array of the corresponding layer according to the layer to which the jump link belongs;
s15, judging whether the path array of the current layer is empty, if yes: step S16 is executed, otherwise: step S17 is executed;
s16, finishing the traversal of the path array of the current layer, and returning to the path array of the previous layer;
s17, judging whether the traversal of all the hierarchical path arrays is completed, if not, executing the step S18;
s18, taking out the jump link of the next path in the path array of the current layer, simulating click operation by using a UI automation tool, jumping to the html page corresponding to the jump link, and returning to the step S12.
According to the description, all the pages of the WEB site can be automatically stored in the specific steps, so that the tedious and time-consuming manual storage operation is avoided, the test coverage rate is improved, and the missing test risk is avoided.
Further, the step S2 of automatically identifying the page language of each html page includes:
acquiring tag information of the html page by using a DOM (document object model) locator, and storing IDs (identity) and characters in the tag information into a first temporary set as key value pairs respectively;
traversing the first temporary set, deleting key value pairs corresponding to punctuation marks in the first set, and converting the values in the remaining key value pairs into unicode codes;
storing the converted key-value pairs to a second temporary set.
According to the description, the tag information of the html page can be completely acquired by acquiring the tag information of the html page through the DOM locator; and respectively storing the ID and the characters in the label information as key value pairs, deleting the key value pairs with punctuation marks, and converting the values in the remaining key value pairs into unicode codes so as to conveniently identify and detect the unicode codes by using a regular expression subsequently to judge whether the html page has a non-first language.
Further, the detecting the page language in step S2 includes:
traversing the second temporary set, identifying the values of the key value pairs in the second temporary set by using a regular expression, judging whether the values are in the first language, and if not, storing the key value pairs corresponding to the values into a third temporary set; and taking the directory of the current html page as a key, and recording the third temporary set as a value corresponding to the key into the global set.
As can be seen from the above description, by identifying unicode codes of the values of the second temporary set through regular expressions, it can be accurately determined whether the values are in the first language; and storing the key value pairs which are identified and judged by the regular expression and are in the non-first language and the corresponding directory paths, wherein the stored directory paths are convenient for acquiring the page position information of the non-first language in the test report.
Further, the method also comprises the following steps:
and S3, judging whether the global set is empty, if so, indicating that the detection is passed, otherwise, not, writing the global set and the detection result into a test report and outputting the test report.
As can be seen from the above description, writing the global set and the detection result into the test report and outputting the test report facilitates the analysis of the problems and defects found by the tester when reading the test report.
Referring to fig. 1, fig. 3 and fig. 4, a first embodiment of the present invention is:
a method for detecting WEB site page language includes the following steps:
s1, storing all html pages of the WEB website;
and S2, traversing all the stored html pages, automatically identifying the page language of each html page, and detecting the page language.
Wherein the S1 includes the steps of:
s11, initializing the website, and switching the language version of the WEB website into a first language version, such as a non-Chinese version;
s12, judging whether the current page exists, if so, representing that the html page is cached, and executing a step S16, otherwise, executing a step S13;
s13, creating a directory locally according to the web page address of the current page, saving the hypertext stream of the current page into an html page by using a UI automation tool, and storing the html page in the created directory;
s14, identifying the jump link in the html page through the DOM locator, and storing the jump link into the path array of the corresponding layer according to the layer to which the jump link belongs;
s15, judging whether the path array of the current layer is empty, if yes: step S16 is executed, otherwise: step S17 is executed;
s16, finishing the traversal of the path array of the current layer, and returning to the path array of the previous layer;
s17, judging whether the traversal of all the hierarchical path arrays is completed, if not, executing the step S18;
s18, taking out the jump link of the next path in the path array of the current layer, simulating click operation by using a UI automation tool, jumping to the html page corresponding to the jump link, and returning to the step S12 until the website traversal is completed.
Wherein the step S2 includes the steps of:
and S21, traversing and taking out the html page according to the html page directory saved in the step S1.
S22, acquiring html page tag information by using a DOM locator, wherein the html page tag information comprises dynamic data returned by a server, characters in a page js, static characters rendered at the head and the bottom of the page and the like, and the ID and the characters in the tag information are respectively used as keys and values and stored in a first temporary set, such as mapA, as key value pairs, namely key and value.
S23, traversing mapA, deleting the key value pair corresponding to the punctuation mark in the mapA median (for example, "classmate, hello", change to "classmate hello" after the processing is completed), converting the values in the rest key value pairs into unicode codes, and storing the converted key and value into a second temporary set, such as mapB.
S24, traversing the mapB, and identifying the value in the mapB set by using the regular expression.
S25, judging whether the value is Chinese or not, if not: step S27 is executed, if yes: storing the value with non-Chinese and the corresponding key into a third temporary set, such as mapC, and recording the directory path of the current html page into the ArrayList set.
S26, judging whether the traversal of mapB is finished, if so: step S27 is executed, otherwise: step S24 is executed.
S27, taking the directory path of the current html page as a key, and storing the mapC as a value corresponding to the key into the global map.
S28, judging whether the directory of the html page is traversed and finished, if not: step S21 is executed, if yes: judging whether the global map has a value, if so: and when the Chinese character is detected, the test fails, and the global map data is recorded into the test report, otherwise: the verification of the web page language version is passed;
and finally outputting a test report (the test report comprises a test result, namely pass/fail, and if the test result is fail, the path address, Chinese characters and the like of the html page containing Chinese are recorded in the test report).
Referring to fig. 2, the second embodiment of the invention is:
a detection terminal 1 for WEB site page language comprises a memory 2, a processor 3 and a computer program which is stored on the memory 2 and can run on the processor 3, wherein the steps in the first embodiment are realized when the processor 3 executes the computer program.
In summary, according to the detection method and the terminal for WEB pages of a WEB site provided by the invention, all html pages of the WEB site are stored and traversed, the page language of each html page is automatically identified, the page language is detected, and tedious and time-consuming manual operation is converted into automatic operation, so that a tester does not need to spend a great deal of time to verify the characters of the corner angles in the pages, the test time is saved, and the test efficiency is improved; an automatic tool is used for scanning the html page and automatically identifying the language, so that the test coverage rate is improved, the integrity of page test is ensured, and the test missing risk is avoided; taking the current directory path as a key value, taking the temporary mapC set as a value, and recording the value into the global set, wherein the directory path stored in the key is convenient for acquiring page position information of a non-first language in a test report subsequently, so that the recorded information of a test result is complete, the positioning problem of a tester is convenient, and a guarantee is provided for international testing; through the unicode coding of the values of the mapB set in the regular expression form, whether Chinese exists in the html page tag information or not can be accurately judged.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all equivalent changes made by using the contents of the present specification and the drawings, or applied directly or indirectly to the related technical fields, are included in the scope of the present invention.

Claims (10)

1. A method for detecting WEB site page language is characterized by comprising the following steps:
s1, storing all html pages of the WEB website;
and S2, traversing all the stored html pages, automatically identifying the page language of each html page, and detecting the page language.
2. The method for detecting WEB site page language of claim 1, wherein the step S1 includes the steps of:
s11, initializing the website, and switching the language version of the WEB website into a first language version;
s12, judging whether the current page exists or not, if so, executing a step S16, otherwise, executing a step S13;
s13, creating a directory locally according to the web page address of the current page, saving the hypertext stream of the current page into an html page by using a UI automation tool, and storing the html page in the created directory;
s14, identifying the jump link in the html page through the DOM locator, and storing the jump link into the path array of the corresponding layer according to the layer to which the jump link belongs;
s15, judging whether the path array of the current layer is empty, if yes: step S16 is executed, otherwise: step S17 is executed;
s16, finishing the traversal of the path array of the current layer, and returning to the path array of the previous layer;
s17, judging whether the traversal of all the hierarchical path arrays is completed, if not, executing the step S18;
s18, taking out the jump link of the next path in the path array of the current layer, simulating click operation by using a UI automation tool, jumping to the html page corresponding to the jump link, and returning to the step S12.
3. The method for detecting WEB site page language of claim 2, wherein the step S2 of automatically identifying the page language of each html page includes:
acquiring tag information of the html page by using a DOM (document object model) locator, and storing IDs (identity) and characters in the tag information into a first temporary set as key value pairs respectively;
traversing the first temporary set, deleting key value pairs corresponding to punctuation marks in the first set, and converting the values in the remaining key value pairs into unicode codes;
storing the converted key-value pairs to a second temporary set.
4. The method for detecting WEB site page language of claim 3, wherein the step S2 of detecting the page language includes:
traversing the second temporary set, identifying the values of the key value pairs in the second temporary set by using a regular expression, judging whether the values are in the first language, and if not, storing the key value pairs corresponding to the values into a third temporary set;
and taking the directory path of the current html page as a key, and recording the third temporary set as a value corresponding to the key into the global set.
5. The method for detecting WEB site page language of claim 4, further comprising the steps of:
and S3, judging whether the global set is empty, if so, indicating that the detection is passed, otherwise, not, writing the global set and the detection result into a test report and outputting the test report.
6. A detection terminal for WEB site page language comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, and is characterized in that the processor implements the following steps when executing the computer program:
s1, storing all html pages of the WEB website;
and S2, traversing all the stored html pages, automatically identifying the page language of each html page, and detecting the page language.
7. The WEB site page language detection terminal as claimed in claim 6, wherein said S1 includes the steps of:
s11, initializing the website, and switching the language version of the WEB website into a first language version;
s12, judging whether the current page exists or not, if so, executing a step S16, otherwise, executing a step S13;
s13, creating a directory locally according to the web page address of the current page, saving the hypertext stream of the current page into an html page by using a UI automation tool, and storing the html page in the created directory;
s14, identifying the jump link in the html page through the DOM locator, and storing the jump link into the path array of the corresponding layer according to the layer to which the jump link belongs;
s15, judging whether the path array of the current layer is empty, if yes: step S16 is executed, otherwise: step S17 is executed;
s16, finishing the traversal of the path array of the current layer, and returning to the path array of the previous layer;
s17, judging whether the traversal of all the hierarchical path arrays is completed, if not, executing the step S18;
s18, taking out the jump link of the next path in the path array of the current layer, simulating click operation by using a UI automation tool, jumping to the html page corresponding to the jump link, and returning to the step S12.
8. The WEB site page language detection terminal of claim 7, wherein the step S2 of automatically identifying the page language of each html page includes:
acquiring tag information of the html page by using a DOM (document object model) locator, and storing IDs (identity) and characters in the tag information into a first temporary set as key value pairs respectively;
traversing the first temporary set, deleting key value pairs corresponding to punctuation marks in the first set, and converting the values in the remaining key value pairs into unicode codes;
storing the converted key-value pairs to a second temporary set.
9. The terminal for detecting WEB site page language of claim 8, wherein the step S2 of detecting the page language includes:
traversing the second temporary set, identifying the values of the key value pairs in the second temporary set by using a regular expression, judging whether the values are in the first language, and if not, storing the key value pairs corresponding to the values into a third temporary set;
and taking the directory path of the current html page as a key, and recording the third temporary set as a value corresponding to the key into the global set.
10. The WEB site page language detection terminal according to claim 9, further comprising the steps of:
and S3, judging whether the global set is empty, if so, indicating that the detection is passed, otherwise, not, writing the global set and the detection result into a test report and outputting the test report.
CN201810783859.2A 2018-07-17 2018-07-17 Method and terminal for detecting WEB website page language Active CN110795931B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810783859.2A CN110795931B (en) 2018-07-17 2018-07-17 Method and terminal for detecting WEB website page language

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810783859.2A CN110795931B (en) 2018-07-17 2018-07-17 Method and terminal for detecting WEB website page language

Publications (2)

Publication Number Publication Date
CN110795931A true CN110795931A (en) 2020-02-14
CN110795931B CN110795931B (en) 2022-10-21

Family

ID=69425061

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810783859.2A Active CN110795931B (en) 2018-07-17 2018-07-17 Method and terminal for detecting WEB website page language

Country Status (1)

Country Link
CN (1) CN110795931B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115238210A (en) * 2022-09-21 2022-10-25 云账户技术(天津)有限公司 Website link availability checking method and device, storage medium and terminal

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7016977B1 (en) * 1999-11-05 2006-03-21 International Business Machines Corporation Method and system for multilingual web server
CN102314497A (en) * 2011-08-26 2012-01-11 百度在线网络技术(北京)有限公司 Method and equipment for identifying body contents of markup language files
CN102460432A (en) * 2009-06-30 2012-05-16 惠普开发有限公司 Selective content extraction
US20130226896A1 (en) * 2012-02-29 2013-08-29 Google Inc Alternative web pages suggestion based on language
CN103714109A (en) * 2012-10-04 2014-04-09 柯尼卡美能达株式会社 Display method for webpage
CN103745003A (en) * 2014-01-24 2014-04-23 北京京东尚科信息技术有限公司 HTML fragment detection method
CN104750719A (en) * 2013-12-30 2015-07-01 镇江天和计算机科技有限公司 Method for implementing multi-language version of web page
CN105117221A (en) * 2015-08-14 2015-12-02 努比亚技术有限公司 Language data writing method and apparatus based on web page

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7016977B1 (en) * 1999-11-05 2006-03-21 International Business Machines Corporation Method and system for multilingual web server
CN102460432A (en) * 2009-06-30 2012-05-16 惠普开发有限公司 Selective content extraction
CN102314497A (en) * 2011-08-26 2012-01-11 百度在线网络技术(北京)有限公司 Method and equipment for identifying body contents of markup language files
US20130226896A1 (en) * 2012-02-29 2013-08-29 Google Inc Alternative web pages suggestion based on language
CN103714109A (en) * 2012-10-04 2014-04-09 柯尼卡美能达株式会社 Display method for webpage
CN104750719A (en) * 2013-12-30 2015-07-01 镇江天和计算机科技有限公司 Method for implementing multi-language version of web page
CN103745003A (en) * 2014-01-24 2014-04-23 北京京东尚科信息技术有限公司 HTML fragment detection method
CN105117221A (en) * 2015-08-14 2015-12-02 努比亚技术有限公司 Language data writing method and apparatus based on web page

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115238210A (en) * 2022-09-21 2022-10-25 云账户技术(天津)有限公司 Website link availability checking method and device, storage medium and terminal

Also Published As

Publication number Publication date
CN110795931B (en) 2022-10-21

Similar Documents

Publication Publication Date Title
CN109710508B (en) Test method, test device, test apparatus, and computer-readable storage medium
US9418315B1 (en) Systems, methods, and computer readable media for extracting data from portable document format (PDF) files
CN108491199B (en) Method and terminal for automatically generating interface
CN102467497B (en) Method and system for text translation in verification program
CN104252410A (en) Method and equipment for testing control in page
CN110688307B (en) JavaScript code detection method, device, equipment and storage medium
CN113391871A (en) RPA element intelligent fusion picking method and system
CN110968989A (en) Method and device for displaying error correction information on front-end page
CN111144070B (en) Document analysis translation method and device
CN110414010A (en) The processing method of internationalized resources file translation text, readable storage medium storing program for executing
CN110795931B (en) Method and terminal for detecting WEB website page language
KR101046101B1 (en) How to adjust the first data structure to the second data structure
CN113032279A (en) Web application testing and repairing method based on semantic path search
CN110543641B (en) Chinese and foreign language information comparison method and device
CN111679825A (en) Cascading style sheet generation method and device, computer equipment and storage medium
CN104750604A (en) Generating method and device for browser compatibility test case
WO2023275887A1 (en) System and method for automated software testing
CN109409362A (en) The detection of picture sensitive word and localization method and device based on tesseract engine
CN111125590B (en) Method and device for drawing thermodynamic diagram
CN112148581A (en) Code specification checking method, device, system and storage medium
CN112650479A (en) Webpage CSS structure automatic generation method and storage medium
CN111131660B (en) Image data processing method and device, electronic equipment and storage medium thereof
CN112035367B (en) Method and system for checking workflow correctness of big data platform
CN114860582B (en) Web page test auxiliary method and system
CN117520690B (en) UI (user interface) automation method and related device based on CSS (CSS style) style prerendering contrast

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
GR01 Patent grant
GR01 Patent grant