CN113849414A - Automatic testing system and method for page display - Google Patents

Automatic testing system and method for page display Download PDF

Info

Publication number
CN113849414A
CN113849414A CN202111207057.5A CN202111207057A CN113849414A CN 113849414 A CN113849414 A CN 113849414A CN 202111207057 A CN202111207057 A CN 202111207057A CN 113849414 A CN113849414 A CN 113849414A
Authority
CN
China
Prior art keywords
current
verification
mutation
interface
descriptions
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
CN202111207057.5A
Other languages
Chinese (zh)
Inventor
胡晓敏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing ByteDance Network Technology Co Ltd
Original Assignee
Beijing Jingling Information System Technology 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 Beijing Jingling Information System Technology Co Ltd filed Critical Beijing Jingling Information System Technology Co Ltd
Priority to CN202111207057.5A priority Critical patent/CN113849414A/en
Publication of CN113849414A publication Critical patent/CN113849414A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • 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/3696Methods or tools to render software testable

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application discloses a page display automatic test system and a page display automatic test method. The system comprises: a receiving module, configured to receive a current variation description; the processing module is used for acquiring a corresponding current variation interface according to the current variation description; and the execution module is used for executing a corresponding current mutation program according to the current mutation interface so as to realize the automatic test of the page display. The application solves the technical problem of simple manual safety test in the related technology.

Description

Automatic testing system and method for page display
Technical Field
The application relates to the technical field of automatic testing of page display, in particular to an automatic testing system and method for page display.
Background
At present, in the automatic test technology aiming at page display, a simple manual safety test is adopted, so that a plurality of problems can be brought: first, this requires a very high capacity for the tester and the range of tests that can be covered is extremely limited; secondly, the existing automatic testing tools displayed on the pages are different in quality, so that professional automatic testing personnel are required to know the technical stacks and build related environments, and the professional personnel are required to write automatic scripts to run on the tested equipment for use, so that other personnel are not easy to track the testing results; thirdly, common interface automation tests are difficult to multiplex on different products due to different requirements, functions and the like of the products, and the variability is poor, so that the common interface automation tests can be only used in a normal test process, new errors (bugs) are not easy to find, the effectiveness is poor, and the resource consumption required by maintaining an automation script is high.
Aiming at the problems caused by simple manual safety test in the related technology, an effective solution is not provided at present.
Disclosure of Invention
The present application mainly aims to provide a system and a method for automatically testing page display, so as to solve the problem of simple manual security testing in the related art.
In order to achieve the above object, in a first aspect, the present application provides an automated test system for page display, including: a receiving module, configured to receive a current variation description; the processing module is used for acquiring a corresponding current variation interface according to the current variation description; and the execution module is used for executing a corresponding current mutation program according to the current mutation interface so as to realize the automatic test of the page display.
According to the automatic page display testing system, the receiving module is further used for receiving the current verification description; the processing module is also used for acquiring a corresponding current verification rule according to the current verification description; the page display automation test system further comprises: and the assertion module is used for asserting information returned by the current mutation interface after the current mutation program is executed according to the current verification rule after the current mutation program is executed by the execution module so as to obtain a current assertion result.
According to the page display automatic test system of the application, the system further comprises: and the log recording module is used for writing the current assertion result and the corresponding current variation interface into a pre-established log table under the condition that the current assertion result is abnormal.
According to the page display automatic test system of the application, the system further comprises: a storage module, configured to store one or more variant descriptions, one or more variant interfaces, and a correspondence between the one or more variant descriptions and the one or more variant interfaces, and store one or more verification descriptions, one or more verification rules, and a correspondence between the one or more verification descriptions and the one or more verification rules, where the one or more variant descriptions correspond to the one or more variant interfaces in a one-to-one manner, and the one or more verification descriptions correspond to the one or more verification rules in a one-to-one manner; the processing module is further configured to obtain, through the storage module, a corresponding current variation interface according to the current variation description, and obtain, through the storage module, a corresponding current validation rule according to the current validation description.
According to the automatic page display test system, the receiving module is further used for receiving the address of the current tested interface; and the execution module is also used for executing the current variant program according to the current tested interface address and the current variant interface.
In a second aspect, the present application further provides a method for automatically testing page display, including: receiving a current variation description; acquiring a corresponding current variation interface according to the current variation description; and executing a corresponding current mutation program according to the current mutation interface so as to realize the automatic test of the page display.
According to the page display automatic testing method, the method further comprises the following steps: receiving a current authentication description; acquiring a corresponding current verification rule according to the current verification description; and after the current mutation program is executed, declaring information returned by the current mutation interface after the current mutation program is executed according to the current verification rule so as to obtain a current assertion result.
According to the page display automatic testing method, the method further comprises the following steps: and writing the current assertion result and the corresponding current mutation interface into a pre-established log table under the condition that the current assertion result is abnormal.
According to the page display automatic testing method, the method further comprises the following steps: storing one or more mutation descriptions, one or more mutation interfaces, and a correspondence between the one or more mutation descriptions and the one or more mutation interfaces, and storing one or more verification descriptions, one or more verification rules, and a correspondence between the one or more verification descriptions and the one or more verification rules, wherein the one or more mutation descriptions correspond one-to-one to the one or more mutation interfaces, and the one or more verification descriptions correspond one-to-one to the one or more verification rules; acquiring a corresponding current variation interface according to the current variation description based on the stored one or more variation descriptions, one or more variation interfaces and the corresponding relation between the one or more variation descriptions and the one or more variation interfaces; and acquiring a corresponding current verification rule according to the current verification description based on the stored one or more verification descriptions, one or more verification rules and the corresponding relation between the one or more verification descriptions and the one or more verification rules.
According to the page display automatic testing method, the method further comprises the following steps: receiving the address of the current tested interface; and executing the current mutation program according to the current tested interface address and the current mutation interface.
The method and the device have the advantages that the variation parameters and the verification rules are configured, the variation program and the verification rules are described in a mode which can be understood by non-professionals, interface tests under a large number of abnormal conditions are realized, the operation is simple, the practicability is high, personnel without coding capacity can easily operate, the problem that resources are wasted by maintaining an automatic script is avoided, and a large number of artificial resources are saved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, serve to provide a further understanding of the application and to enable other features, objects, and advantages of the application to be more apparent. The drawings and their description illustrate the embodiments of the invention and do not limit it. In the drawings:
FIG. 1 is a block diagram of a page show automated testing system provided in accordance with an embodiment of the present application;
FIG. 2 is a block diagram of another page presentation automation test system provided in accordance with an embodiment of the present application;
FIG. 3 is a flowchart illustrating the automated testing of a page show provided in accordance with an embodiment of the present application; and
fig. 4 is a flowchart of a page display automation test method provided according to an embodiment of the application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all 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 application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
In this application, the terms "upper", "lower", "left", "right", "front", "rear", "top", "bottom", "inner", "outer", "middle", "vertical", "horizontal", "lateral", "longitudinal", and the like indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings. These terms are used primarily to better describe the present application and its embodiments, and are not used to limit the indicated devices, elements or components to a particular orientation or to be constructed and operated in a particular orientation.
Moreover, some of the above terms may be used to indicate other meanings besides the orientation or positional relationship, for example, the term "on" may also be used to indicate some kind of attachment or connection relationship in some cases. The specific meaning of these terms in this application will be understood by those of ordinary skill in the art as appropriate.
In addition, the term "plurality" shall mean two as well as more than two.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
Fig. 1 is a block diagram of a page display automated testing system provided according to an embodiment of the present application, and as shown in fig. 1, the system includes a receiving module 10, a processing module 20, and an executing module 30.
The receiving module 10 is configured to receive a current variation description. The variant description is a description of the variant program in a language that can be understood by a non-professional person, for example, the variant description may be a method of disordering the field sequence, increasing or decreasing the data length, inserting an empty line, and the like, and the event described in the variant description may be implemented by executing the corresponding variant program.
The processing module 20 is configured to obtain a corresponding current variation interface according to the current variation description. As will be appreciated by those skilled in the art, the morphed interface is actually a program interface, and thus, the morphed interface corresponds to the corresponding morphed program. For the current variation description received by the receiving module 10, the processing module 20 obtains the current variation interface.
The execution module 30 is configured to execute a corresponding current mutation program according to the current mutation interface, so as to implement an automated test on a page display. When the processing module 20 obtains the current mutation interface, the executing module 30 may execute a corresponding mutation program, where the process of executing the mutation program is an automation test process, and the executing module 30 executes the current mutation program when the receiving module 10 receives the current mutation description. The method and the device realize the test of the page display by executing the mutation program so as to test whether the page display (the system to be tested) can normally run under the condition that the error content is input in the item of the page display, namely, whether the error is normally prompted or an abnormal condition occurs.
The variant program corresponding to each variant interface represents different variant modes, and the variant modes can be described by the following format: the method name defines the variation length control. Depending on such format, the variant may include, for example:
random _ array scrambling field ordering within a row of data is configurable, such as: 5, lines 5 before mutation;
2, changing the sequence of the row data to be non-configurable by random _ line aiming at the model file;
for a certain line of data, randomly increasing or decreasing the data length can be configured, for example: 5;
random _ change _ delimiter changes the separator between the column and column data to be not configurable;
value _ variation performs numerical variation (integer < - > floating point (overflow, negative number)) on a certain field, and the string variation (arbitrary string, random truncation, lengthening, empty string) can be configured, such as: 5;
removing _ other _ class screens a subset with the same column value for a specified column, and removing other data can be configured, such as: 1,3, namely, the duplication removal is performed on 1 and 3 columns respectively;
insert _ empty _ line randomly inserts a line of empty unconfigurable lines in a file;
and 8, regarding the lost _ key _ line to the model file, removing the line where the key element is configurable, such as: 5;
empty file is not configurable.
The above described variations and the description format of the variations are only examples and are not intended to limit the present invention, and any variations and description formats are within the scope of the present application.
Fig. 2 is a block diagram of another page showing automated testing system provided according to an embodiment of the present application, and as shown in fig. 2, the system further includes an assertion module 40.
The receiving module 10 is further configured to receive a current authentication description; the processing module 20 is further configured to obtain a corresponding current verification rule according to the current verification description; the page display automatic test system provided by the application further comprises: the assertion module 40 is configured to assert, according to the current verification rule, information returned by the current mutation interface after the current mutation program is executed, so as to obtain a current assertion result, after the execution module 30 executes the current mutation program.
The verification description is a description of the verification rule in a language understandable by a non-professional person, and may be, for example, a description including only some parameters thereof, or the like. The validation rule is a judgment criterion for obtaining the assertion result, such as whether the parameters are consistent or not. For the receiving module 10 receiving the current verification description, the processing module 20 obtains the current verification rule.
After the execution module 30 executes the variant program, it returns an execution result (i.e. returns corresponding information) through the variant interface, and the assertion module 40 asserts the execution result according to the verification rule to obtain an assertion result. For the receiving module 10 receiving the current mutation description and the current verification description, after the executing module 30 executes the current mutation program, the asserting module 40 asserts, according to the current verification rule, information (i.e., an execution result) returned by the current mutation interface after the current mutation program is executed, so as to obtain a current assertion result.
As shown in fig. 2, the page display automation test system provided in the present application further includes a log recording module 50, where the log recording module 50 is configured to record the assertion result and the corresponding variant interface, that is, to write the assertion result and the corresponding variant interface into a pre-established log table, and for the receiving module 10 receiving the current variant description, the log recording module 50 is configured to write the current assertion result and the corresponding current variant interface into the pre-established log table.
In order to improve the system operation efficiency, the logging module 50 may be configured to, if the current assertion result is abnormal, write the current assertion result and the corresponding current variant interface into a pre-established log table. That is, only in the case that the assertion result is abnormal, the logging module 50 writes the abnormal assertion result and the corresponding mutation interface into a pre-established log table, and for the receiving module 10 receiving the current mutation description, the logging module 50 is configured to write the current assertion result and the corresponding current mutation interface into the pre-established log table.
Furthermore, it should be understood by those skilled in the art that whether the logging module 50 writes only the assertion results and corresponding mutation interfaces of the exception into the pre-established log table or writes all assertion results and corresponding mutation interfaces into the pre-established log table, all assertion results and corresponding mutation interfaces need to be stored in the background database.
The page display automatic testing system provided by the application further comprises a storage module (not shown in the figure) for storing one or more variation descriptions, one or more variation interfaces, and a corresponding relationship between one or more variation descriptions and one or more variation interfaces, and storing one or more verification descriptions, one or more verification rules, and a corresponding relationship between one or more verification descriptions and one or more verification rules, wherein the one or more variation descriptions correspond to the one or more variation interfaces one to one, and the one or more verification descriptions correspond to the one or more verification rules one to one; the processing module 20 is further configured to obtain, through the storage module, a corresponding current variation interface according to the current variation description, and obtain, through the storage module, a corresponding current verification rule according to the current verification description.
The storage module stores one or more variation descriptions, one or more variation interfaces, one or more verification descriptions and one or more verification rules, wherein one variation description corresponds to one variation interface, one verification description corresponds to one verification rule, the variation descriptions and the variation interfaces are in one-to-one correspondence, and the verification descriptions and the verification rules are in one-to-one correspondence. The processing module 20 described above can obtain the corresponding current variation interface according to the current variation description and obtain the corresponding current verification rule according to the current verification description through the storage module.
The automated testing scheme described in the present application may be performed for a plurality of systems under test, and therefore, in the automated testing system for page display provided in the present application, the receiving module 10 is further configured to receive the address of the current interface under test; the execution module 30 is further configured to execute the current mutated program according to the current measured interface address and the current mutated interface.
It should be understood by those skilled in the art that the interface address to be tested is a website address of the system under test, and the execution module 30 may execute the variant program for the corresponding system under test according to the interface address to be tested. For the receiving module 10 receiving the current measured interface address and the current mutation description, the executing module 30 is further configured to execute the current mutation program according to the current measured interface address and the current mutation interface.
Fig. 3 is a flowchart of performing automated testing on a page display according to an embodiment of the present application, where the flowchart includes, as shown in fig. 3:
step 301, receiving a current measured interface address, a current mutation description and a current verification description.
Step 302, obtain a current mutated interface and a current validation rule.
Step 303, executing a current mutation program corresponding to the current mutation interface;
step 304, asserting the information (i.e. the execution result) returned by the current mutation interface after the current mutation program is executed, i.e. asserting the execution result, so as to obtain the current assertion result.
Step 305, determining whether the assertion result is abnormal, if yes, executing step 306, and if no, executing step 307.
And step 306, writing the current assertion result and the corresponding current mutation interface into a pre-established log table under the condition that the assertion result is abnormal.
And 307, writing the current assertion result and the corresponding current variation interface into a background database under the condition that the assertion result is normal.
Fig. 4 is a flowchart of a page display automation testing method provided in an embodiment of the present application, and as shown in fig. 4, the method includes:
step S401, receiving a current variation description;
step S402, acquiring a corresponding current variation interface according to the current variation description;
step S403, executing a corresponding current mutation program according to the current mutation interface, so as to implement an automated test on the page display.
The automated testing method provided by the application further comprises the following steps: receiving a current authentication description; acquiring a corresponding current verification rule according to the current verification description; after the current mutation program is executed, the information returned by the current mutation interface after the current mutation program is executed is predicated according to the current verification rule so as to obtain the current predication result.
The page display automatic testing method provided by the application further comprises the following steps: and writing the current assertion result and the corresponding current mutation interface into a pre-established log table under the condition that the current assertion result is abnormal.
The page display automatic testing method provided by the application further comprises the following steps: storing one or more mutation descriptions, one or more mutation interfaces, and a corresponding relation between one or more mutation descriptions and one or more mutation interfaces, and storing one or more verification descriptions, one or more verification rules, and a corresponding relation between one or more verification descriptions and one or more verification rules, wherein the one or more mutation descriptions correspond to the one or more mutation interfaces one to one, and the one or more verification descriptions correspond to the one or more verification rules one to one; acquiring a corresponding current variation interface according to the current variation description based on the stored one or more variation descriptions, one or more variation interfaces and the corresponding relation between the one or more variation descriptions and the one or more variation interfaces; and acquiring a corresponding current verification rule according to the current verification description based on the stored one or more verification descriptions, one or more verification rules and the corresponding relation between the one or more verification descriptions and the one or more verification rules.
The page display automatic testing method provided by the application further comprises the following steps: receiving the address of the current tested interface; and executing the current mutation program according to the address of the current tested interface and the current mutation interface.
It should be noted that the specific details and benefits of the page display automatic test method provided by the present invention are similar to those of the page display automatic test system provided by the present invention, and are not described herein again.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. An automated test system for page display, the system comprising:
a receiving module, configured to receive a current variation description;
the processing module is used for acquiring a corresponding current variation interface according to the current variation description; and
and the execution module is used for executing a corresponding current mutation program according to the current mutation interface so as to realize the automatic test of the page display.
2. The automated test system for page presentation of claim 1,
the receiving module is further configured to receive a current authentication description; and
the processing module is further used for acquiring a corresponding current verification rule according to the current verification description;
the page display automation test system further comprises:
and the assertion module is used for asserting information returned by the current mutation interface after the current mutation program is executed according to the current verification rule after the current mutation program is executed by the execution module so as to obtain a current assertion result.
3. The automated page display testing system of claim 2, further comprising:
and the log recording module is used for writing the current assertion result and the corresponding current variation interface into a pre-established log table under the condition that the current assertion result is abnormal.
4. The automated page display testing system of claim 2, further comprising:
a storage module, configured to store one or more variant descriptions, one or more variant interfaces, and a correspondence between the one or more variant descriptions and the one or more variant interfaces, and store one or more verification descriptions, one or more verification rules, and a correspondence between the one or more verification descriptions and the one or more verification rules, where the one or more variant descriptions correspond to the one or more variant interfaces in a one-to-one manner, and the one or more verification descriptions correspond to the one or more verification rules in a one-to-one manner;
the processing module is further configured to obtain, through the storage module, a corresponding current variation interface according to the current variation description, and obtain, through the storage module, a corresponding current validation rule according to the current validation description.
5. The automated test system for page presentation of claim 2,
the receiving module is also used for receiving the address of the current tested interface; and
the execution module is further configured to execute the current mutated program according to the current tested interface address and the current mutated interface.
6. A page display automatic test method is characterized by comprising the following steps:
receiving a current variation description;
acquiring a corresponding current variation interface according to the current variation description; and
and executing a corresponding current mutation program according to the current mutation interface so as to realize the automatic test of the page display.
7. The automated test method for page display of claim 6, further comprising:
receiving a current authentication description;
acquiring a corresponding current verification rule according to the current verification description; and
after the current mutation program is executed, the information returned by the current mutation interface after the current mutation program is executed is predicated according to the current verification rule, so that a current predicated result is obtained.
8. The automated test method for page display of claim 7, further comprising:
and writing the current assertion result and the corresponding current mutation interface into a pre-established log table under the condition that the current assertion result is abnormal.
9. The automated test method for page display of claim 7, further comprising:
storing one or more mutation descriptions, one or more mutation interfaces, and a correspondence between the one or more mutation descriptions and the one or more mutation interfaces, and storing one or more verification descriptions, one or more verification rules, and a correspondence between the one or more verification descriptions and the one or more verification rules, wherein the one or more mutation descriptions correspond one-to-one to the one or more mutation interfaces, and the one or more verification descriptions correspond one-to-one to the one or more verification rules;
acquiring a corresponding current variation interface according to the current variation description based on the stored one or more variation descriptions, one or more variation interfaces and the corresponding relation between the one or more variation descriptions and the one or more variation interfaces; and
based on the stored one or more verification descriptions, one or more verification rules and the corresponding relationship between the one or more verification descriptions and the one or more verification rules, acquiring the corresponding current verification rule according to the current verification description.
10. The automated test method for page display of claim 7, further comprising:
receiving the address of the current tested interface; and
and executing the current mutation program according to the address of the current interface to be tested and the current mutation interface.
CN202111207057.5A 2021-10-15 2021-10-15 Automatic testing system and method for page display Pending CN113849414A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111207057.5A CN113849414A (en) 2021-10-15 2021-10-15 Automatic testing system and method for page display

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111207057.5A CN113849414A (en) 2021-10-15 2021-10-15 Automatic testing system and method for page display

Publications (1)

Publication Number Publication Date
CN113849414A true CN113849414A (en) 2021-12-28

Family

ID=78978690

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111207057.5A Pending CN113849414A (en) 2021-10-15 2021-10-15 Automatic testing system and method for page display

Country Status (1)

Country Link
CN (1) CN113849414A (en)

Similar Documents

Publication Publication Date Title
CN107943694B (en) Test data generation method and device
CN109376139A (en) Centralized database monitoring method, computer installation and storage medium
CN107678908A (en) Log recording method, device, computer equipment and storage medium
CN106294128B (en) A kind of automated testing method and device exporting report data
CN102455961A (en) System and method for managing and controlling mainboard testing process
JP4383484B2 (en) Message analysis apparatus, control method, and control program
CN111475494A (en) Mass data processing method, system, terminal and storage medium
CN104750828B (en) A kind of unconscious self-learning method of conclusion deductive knowledge based on 6W rules
US8219858B2 (en) Method for testing hard disks under an extensible firmware interface
CN111090395B (en) Electronic information intelligent storage system for accounting industry
CN113849414A (en) Automatic testing system and method for page display
US20230366927A1 (en) Dice testing method
JP2013077124A (en) Software test case generation device
CN114816763B (en) System and method for distributing computer resources by adopting big data technology
CN107315674B (en) Storage system information display method and system
CN115438129A (en) Structured data classification method and device and terminal equipment
CN115017869A (en) UVM register model rapid generation method and system
CN114491044A (en) Log processing method and device
CN113742213A (en) Method, system, and medium for data analysis
CN112579456A (en) Web automatic testing method and device
CN102955761A (en) Size information output system and size information output method
CN113515588A (en) Form data detection method, computer device and storage medium
JP5332918B2 (en) Classification data recommendation method, program, and apparatus
CN112035513A (en) SQL statement performance optimization method, device, terminal and storage medium
CN111190986A (en) Map data comparison method and device

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20220402

Address after: 100041 B-0035, 2 floor, 3 building, 30 Shixing street, Shijingshan District, Beijing.

Applicant after: BEIJING BYTEDANCE NETWORK TECHNOLOGY Co.,Ltd.

Address before: 2005, floor 2, No. 39, West Street, Haidian District, Beijing 100080

Applicant before: Beijing jingling Information System Technology Co.,Ltd.