CN111597487A - Page data acquisition method and device, electronic equipment and storage medium - Google Patents

Page data acquisition method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111597487A
CN111597487A CN202010373345.7A CN202010373345A CN111597487A CN 111597487 A CN111597487 A CN 111597487A CN 202010373345 A CN202010373345 A CN 202010373345A CN 111597487 A CN111597487 A CN 111597487A
Authority
CN
China
Prior art keywords
page
data
client
global object
target
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
CN202010373345.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.)
Wuba Co Ltd
Original Assignee
Wuba 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 Wuba Co Ltd filed Critical Wuba Co Ltd
Priority to CN202010373345.7A priority Critical patent/CN111597487A/en
Publication of CN111597487A publication Critical patent/CN111597487A/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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Abstract

The application discloses a page data acquisition method, a page data acquisition device, electronic equipment and a storage medium, wherein the method comprises the steps of firstly acquiring a template page containing a global object, wherein the global object is packaged with simulation data; then responding to the access of a client to the template page, and acquiring the environmental information of the client; assigning a global object in the template page according to the environment information to generate a target page, wherein the simulation data in the target page is replaced by target data corresponding to the environment information; and finally, returning the target page to the client. According to the method, the server assigns the preset template page, page data is provided for the client without depending on an interface, so that the accuracy of the page data can be ensured, in addition, the centralized management and control of the page data are realized, and the maintenance cost is saved.

Description

Page data acquisition method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for acquiring page data, an electronic device, and a storage medium.
Background
The development test, that is, the test of the developed module program or unit program, is an essential link in the development process or after the development is completed, and aims to timely find errors or defects and timely repair the errors or defects, thereby ensuring the correctness and stability of the developed program.
In the technical field of page development testing, the optimization direction of a page is generally determined by tracking and analyzing page data, and it can be seen that the accuracy of the tracked page data is crucial to page optimization. In the method for developing and testing the front-end page, page data is obtained by calling a back-end interface on the basis of an interface which is provided by the back end and can carry out business logic, and the optimization direction of the page is analyzed according to the obtained page data while the page test is realized.
However, when the client calls the backend interface, if a third party intercepts the call request of the client, the client may obtain the error data through the backend interface, and therefore, the method for obtaining the page data based on calling the backend interface is difficult to ensure the accuracy of the obtained data.
Disclosure of Invention
The application provides a page data acquisition method, a page data acquisition device, electronic equipment and a storage medium, which are used for solving the problem of accuracy of page data acquired by a client in the page testing and developing process.
In a first aspect, the present application provides a page data obtaining method, where the method includes:
acquiring a template page containing a global object, wherein analog data are encapsulated in the global object, and the analog data are used for occupying the position to be filled with target data;
responding to the access of a client to the template page, and acquiring the environmental information of the client;
assigning a global object in the template page according to the environment information to generate a target page, wherein the simulation data in the target page is replaced by target data corresponding to the environment information; and returning the target page to the client.
Further, the assigning the global object in the template page according to the environment information includes:
obtaining target data corresponding to the environment information according to the environment information and the simulation data, wherein the target data and the simulation data are in the same format;
and assigning a value to the global object in the template page by using the target data so as to replace the simulation data with the target data.
Further, the obtaining a template page including a global object includes:
generating simulation data required by the client page according to the client page;
packaging the analog data into a global object;
and generating the template page according to the global object and the client page.
Further, the method further comprises:
the client calls the global object in the template page returned by the server;
analyzing the global object to obtain tracking data containing target data;
and sending part or all of the tracking data to a server for storage at the server.
Further, before assigning a value to the global object in the template page according to the environment information, the method further includes:
and searching a template page corresponding to the page address information according to the page address information accessed by the client.
In a second aspect, the present application further provides a page data acquiring apparatus, including:
the system comprises a first acquisition module, a second acquisition module and a third acquisition module, wherein the first acquisition module is used for acquiring a template page containing a global object, analog data are encapsulated in the global object, and the analog data are used for occupying the position where target data are to be filled;
the second acquisition module is used for responding to the access of a client to the template page and acquiring the environmental information of the client;
the assignment module is used for assigning the global object in the template page according to the environment information to generate a target page, and the simulation data in the target page is replaced by target data corresponding to the environment information; and the return module is used for returning the target page to the client.
Further, the assignment module includes:
the processing unit is used for obtaining target data corresponding to the environment information according to the environment information and the simulation data, and the format of the target data is consistent with that of the simulation data;
and the assignment unit is used for assigning the global object in the template page by using the target data so as to replace the simulation data with the target data.
Further, the first obtaining module includes:
the simulation unit is used for generating simulation data required by the client page according to the client page;
the packaging unit is used for packaging the analog data into a global object;
and the generating unit is used for generating the template page according to the global object and the client page.
Further, the apparatus further comprises:
the tracking module is used for calling the global object in the template page returned by the server;
analyzing the global object to obtain tracking data containing target data;
and sending part or all of the tracking data to a server for storage at the server.
Further, the apparatus further comprises:
and the searching module is used for searching the template page corresponding to the page address information according to the page address information accessed by the client.
In a third aspect, the present application further provides an electronic device, including:
a memory for storing program instructions;
a processor for calling and executing program instructions in said memory to implement the method of any of the first aspects.
In a fourth aspect, the present application further provides a storage medium, wherein the storage medium stores a computer program, and when the computer program is executed by at least one processor of the apparatus in any one of the first aspect, the apparatus performs the method in any one of the second aspect.
According to the technical scheme, the method comprises the steps of firstly obtaining a template page comprising a global object, wherein the global object is packaged with simulation data, and the simulation data is used for occupying the position where target data is to be filled; then responding to the access of the client to the template page, and acquiring the environment information of the client; assigning a global object in the template page according to the environment information to replace the simulation data with target data corresponding to the environment information to obtain a target page; and finally, returning the target page to the client. According to the method, the server assigns the preset template page, page data is provided for the client without depending on an interface, so that the accuracy of the page data can be ensured, in addition, the centralized management and control of the page data are realized, and the maintenance cost is saved.
Drawings
In order to more clearly explain the technical solution of the present application, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious to those skilled in the art that other drawings can be obtained according to the drawings without any creative effort.
FIG. 1 is a flowchart of a page data acquisition method according to an exemplary embodiment of the present application;
FIG. 2 is a block diagram of a page data acquisition device according to an exemplary embodiment of the present application;
fig. 3 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present application.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the present application, 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 a part of the embodiments of the present application, 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 application.
In the method, a server side obtains a template page containing a global object in advance, simulation data are packaged in the global object, when a client side accesses the template page, the server side assigns values to the global object in the template page according to environment information of the client side, and then the assigned template page is returned to the client side to be displayed at the client side. According to the method, the server assigns the preset template page, page data is provided for the client without depending on an interface, so that the accuracy of the page data can be ensured, in addition, the centralized management and control of the page data are realized, and the maintenance cost is saved.
Fig. 1 is a flowchart of a page data obtaining method according to an exemplary embodiment of the present application, and as shown in fig. 1, the method may include:
step 100, a template page containing a global object is obtained, wherein simulation data are encapsulated in the global object, the simulation data are generated according to the template page, and the simulation data are used for occupying the position where target data are to be filled.
In this embodiment, the template page is a page provided by the client and consistent with the client page. The template page contains a global object, simulation data are encapsulated in the global object, and the simulation data are generated according to the template page, are used for defining a data format pre-acquired by a client and are data required by the client page (namely the template page).
In specific implementation, firstly, the simulation data required by the client page is generated according to the client page, then the simulation data is encapsulated into a global object, and then the global object is placed in the template page and used as a global variable of the template page, so that the template page including the global object in step 100 is obtained.
And 200, responding to the access of the client to the template page, and acquiring the environment information of the client.
When a client opens a page, an access request is sent to a server, the access request at least comprises page address information to be accessed, the server responds to the access of the client, on one hand, a template page corresponding to the page address information is searched according to the page address information, and on the other hand, environment information of the client is obtained.
The environment information of the client can comprise page attribute parameters and environment parameters such as user information of a login page, equipment information of a running page, program information of the running page and the like. It can be understood that, under different environment information of the client, the data returned to the client by the server result is different.
Step 300, assigning a global object in the template page according to the environment information to generate a target page, wherein the simulation data in the target page is replaced by target data corresponding to the environment information.
In this embodiment, when the client accesses a certain template page, the server dynamically assigns a global object pre-placed in the template page of the server, so as to replace the simulation data in the global object with real target data. In this embodiment, the template page containing the real target data is also referred to as a target page.
During specific implementation, the server obtains target data according to the acquired client environment information and the simulation data in the global object, and the format of the target data is the same as that of the simulation data.
An exemplary analog data format is as follows:
<KEY1:VALUE1>
<KEY1:VALUE2>
<KEY3:VALUE3>
……
where VALUE1, VALUE2, and VALUE3 are simulated attribute VALUEs corresponding to attributes KEY1, KEY2, and KEY3, respectively.
An exemplary target data format is as follows:
<KEY1:VALUE4>
<KEY1:VALUE5>
<KEY3:VALUE6>
……
the VALUE4, the VALUE5, and the VALUE6 are real attribute VALUEs corresponding to the attributes KEY1, KEY2, and KEY3, respectively, the real attribute VALUEs are obtained by the server according to the environment information of the client and are assigned to the global object, for example, according to the user information in the environment information, the simulation attribute VALUE under the attribute < user name > is replaced by the user name in the user information, and the user-user name is a part of the target data corresponding to the environment information of the client.
And after the target data is obtained, assigning values to the global object in the template page by using the target data so as to replace the simulation data in the global object with the target data.
And step 400, returning the target page to the client so as to present a template page based on the target data on the client.
Through the step 400, the server returns the target data to the client without depending on an interface, so that the accuracy of the page data can be ensured, the centralized management and control of the page data can be realized, and the maintenance cost is saved.
According to the above embodiments, the page data obtaining method provided by the present application includes obtaining a template page including a global object, where the global object is encapsulated with simulation data; then responding to the access of a client to the template page, and acquiring the environmental information of the client; assigning a global object in the template page according to the environment information to replace the simulation data with target data corresponding to the environment information to obtain a target page; and finally, returning the target page to the client.
According to the method, the server assigns the preset template page, page data is provided for the client without depending on an interface, so that the accuracy of the page data can be ensured, in addition, the centralized management and control of the page data are realized, and the maintenance cost is saved.
In the process of page development and test, by tracking more accurate data and analyzing, the optimization direction of the page can be determined based on the tracked data.
In this embodiment, the simulation data is encapsulated in the global object, the server assigns a value to the global object, and after the template page is returned to the client, the global object can be an object called by an external function, so that the client can track the target data contained in the global object.
Based on this, in another embodiment of the present application, the method for acquiring page data of the present application further includes:
and after receiving the assigned template page returned by the server, the client calls the global object in the template page, analyzes the global object to obtain tracking data containing target data, and sends part or all of the tracking data to the server for storage. The client side sends the tracked data to the server side for storage, so that the safety of the data can be improved, and the robustness of data tracking can be improved.
In specific implementation, the client can acquire the global object in the template page through a global variable Window built in the client. It should be noted that the client may send a part of the trace data to the server for storage according to actual requirements in different application scenarios, or may send all the trace data to the server for storage.
According to the embodiment, the data tracked by the client is the data assigned to the template page by the server, and an interface is not required to be relied on, so that the accuracy of the tracked data can be ensured, and the optimization direction of the page can be determined.
According to the page data obtaining method provided in the foregoing embodiment, an embodiment of the present application further provides a page data obtaining apparatus, as shown in fig. 2, the apparatus may include:
a first obtaining module 210, configured to obtain a template page including a global object, where analog data is encapsulated in the global object, the analog data is generated according to the template page, and the analog data is used to occupy a position where target data should be filled;
a second obtaining module 220, configured to obtain, in response to a client accessing the template page, environment information of the client;
the assignment module 230 is configured to assign a value to the global object in the template page according to the environment information to generate a target page, where the simulation data in the target page is replaced with target data corresponding to the environment information;
a returning module 240, configured to return the target page to the client.
In some embodiments, the assignment module includes: the processing unit is used for obtaining target data corresponding to the environment information according to the environment information and the simulation data, and the format of the target data is consistent with that of the simulation data; and the assignment unit is used for assigning the global object in the template page by using the target data so as to replace the simulation data with the target data.
In some embodiments, the first obtaining module includes: the simulation unit is used for generating simulation data required by the client page according to the client page; the packaging unit is used for packaging the analog data into a global object; and the generating unit is used for generating the template page according to the global object and the client page.
In some embodiments, the apparatus further comprises: the tracking module is used for calling the global object in the template page returned by the server; analyzing the global object to obtain tracking data containing target data; and sending part or all of the tracking data to a server for storage at the server.
After the client receives the assigned template page returned by the server, the global object in the template page is called through the tracking module, the global object is analyzed to obtain tracking data containing target data, and then part or all of the tracking data is sent to the server to be stored. The client side sends the tracked data to the server side for storage, so that the safety of the data can be improved, and the robustness of data tracking can be improved.
In some embodiments, the apparatus further comprises: and the searching module is used for searching the template page corresponding to the page address information according to the page address information accessed by the client.
As can be seen from the foregoing embodiments, the page data obtaining apparatus provided in the embodiment of the present application obtains, by using the first obtaining module, a template page including a global object, where simulation data is encapsulated in the global object, and the simulation data is generated according to the template page and is used to occupy a position where target data should be filled; responding to the access of a client to the template page through a second acquisition module, and acquiring the environmental information of the client; assigning, by an assignment module, a global object in the template page according to the environment information to replace the simulation data with target data corresponding to the environment information, and generating a target page; and returning the target page to the client through a return module. The device provides page data for the client side in a mode of assigning the preset template page without depending on an interface, so that the accuracy of the page data can be ensured, in addition, the centralized management and control of the page data are realized, and the maintenance cost is saved.
Fig. 3 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present application. As shown in fig. 3, the electronic device may include: a memory 301 for storing program instructions; and the processor 302 is used for calling and executing the program instructions in the memory so as to realize the network resource acquisition method.
In this embodiment, the processor and the memory may be connected by a bus or other means. The processor may be a general-purpose processor, such as a central processing unit, a digital signal processor, an application specific integrated circuit, or one or more integrated circuits configured to implement embodiments of the present invention. The memory may include volatile memory, such as random access memory; the memory may also include non-volatile memory, such as read-only memory, flash memory, a hard disk, or a solid state disk.
In a specific implementation, the present invention further provides a computer storage medium, where the computer storage medium may store a computer program, and when at least one processor of the page data obtaining apparatus executes the computer program, the page data obtaining apparatus executes some or all of the steps in each embodiment of the page data obtaining method of the present application. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented as software plus a required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be essentially or partially implemented in the form of a software product, which may be stored in a storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments or some parts of the embodiments.
The same and similar parts in the various embodiments in this specification may be referred to each other. In particular, as for the device, the electronic apparatus and the storage medium embodiments, since they are substantially similar to the method embodiments, the description is simple, and the relevant points can be referred to the description in the method embodiments.
The above-described embodiments of the present invention should not be construed as limiting the scope of the present invention.

Claims (12)

1. A page data acquisition method is characterized by comprising the following steps:
acquiring a template page containing a global object, wherein analog data are encapsulated in the global object, and the analog data are used for occupying the position to be filled with target data;
responding to the access of a client to the template page, and acquiring the environmental information of the client;
assigning a global object in the template page according to the environment information to generate a target page, wherein the simulation data in the target page is replaced by target data corresponding to the environment information;
and returning the target page to the client.
2. The method of claim 1, wherein assigning global objects in the template page according to the environment information comprises:
obtaining target data corresponding to the environment information according to the environment information and the simulation data, wherein the target data and the simulation data are in the same format;
and assigning a value to the global object in the template page by using the target data so as to replace the simulation data with the target data.
3. The method of claim 1, wherein obtaining a template page containing global objects comprises:
generating simulation data required by the client page according to the client page;
packaging the analog data into a global object;
and generating the template page according to the global object and the client page.
4. The method of claim 1, further comprising:
the client calls the global object in the template page returned by the server;
analyzing the global object to obtain tracking data containing target data;
and sending part or all of the tracking data to a server for storage at the server.
5. The method of claim 1, wherein before assigning the global object in the template page according to the environment information, the method further comprises:
and searching a template page corresponding to the page address information according to the page address information accessed by the client.
6. A page data acquisition apparatus, characterized in that the apparatus comprises:
the system comprises a first acquisition module, a second acquisition module and a third acquisition module, wherein the first acquisition module is used for acquiring a template page containing a global object, analog data are encapsulated in the global object, and the analog data are used for occupying the position where target data are to be filled;
the second acquisition module is used for responding to the access of a client to the template page and acquiring the environmental information of the client;
the assignment module is used for assigning the global object in the template page according to the environment information to generate a target page, and the simulation data in the target page is replaced by target data corresponding to the environment information;
and the return module is used for returning the target page to the client.
7. The apparatus of claim 6, wherein the assignment module comprises:
the processing unit is used for obtaining target data corresponding to the environment information according to the environment information and the simulation data, and the format of the target data is consistent with that of the simulation data;
and the assignment unit is used for assigning the global object in the template page by using the target data so as to replace the simulation data with the target data.
8. The apparatus of claim 6, wherein the first obtaining module comprises:
the simulation unit is used for generating simulation data required by the client page according to the client page;
the packaging unit is used for packaging the analog data into a global object;
and the generating unit is used for generating the template page according to the global object and the client page.
9. The apparatus of claim 6, further comprising:
the tracking module is used for calling the global object in the template page returned by the server;
analyzing the global object to obtain tracking data containing target data;
and sending part or all of the tracking data to a server for storage at the server.
10. The apparatus of claim 6, further comprising:
and the searching module is used for searching the template page corresponding to the page address information according to the page address information accessed by the client.
11. An electronic device, comprising:
a memory for storing program instructions;
a processor for calling and executing program instructions in said memory to implement the method of any of claims 1-5.
12. A storage medium, characterized in that the storage medium has stored therein a computer program, which, when executed by at least one processor of an apparatus according to any one of claims 6-10, causes the apparatus to perform the method according to any one of claims 1-5.
CN202010373345.7A 2020-05-06 2020-05-06 Page data acquisition method and device, electronic equipment and storage medium Pending CN111597487A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010373345.7A CN111597487A (en) 2020-05-06 2020-05-06 Page data acquisition method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010373345.7A CN111597487A (en) 2020-05-06 2020-05-06 Page data acquisition method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111597487A true CN111597487A (en) 2020-08-28

Family

ID=72182516

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010373345.7A Pending CN111597487A (en) 2020-05-06 2020-05-06 Page data acquisition method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111597487A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130046584A1 (en) * 2011-08-16 2013-02-21 Brightedge Technologies, Inc. Page reporting
CN104753906A (en) * 2013-12-31 2015-07-01 腾讯科技(深圳)有限公司 Data transfer method, device and system
CN108829885A (en) * 2018-06-27 2018-11-16 珠海市君天电子科技有限公司 Page generation method, device, server, electronic equipment and storage medium
CN109190078A (en) * 2018-09-06 2019-01-11 深圳市东微智能科技股份有限公司 Webpage construction method, device and storage medium
CN110059305A (en) * 2019-03-04 2019-07-26 广州市辉海计算机科技有限公司 Method and apparatus derived from data
CN110309457A (en) * 2018-03-21 2019-10-08 腾讯科技(深圳)有限公司 Web data processing method, device, computer equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130046584A1 (en) * 2011-08-16 2013-02-21 Brightedge Technologies, Inc. Page reporting
CN104753906A (en) * 2013-12-31 2015-07-01 腾讯科技(深圳)有限公司 Data transfer method, device and system
CN110309457A (en) * 2018-03-21 2019-10-08 腾讯科技(深圳)有限公司 Web data processing method, device, computer equipment and storage medium
CN108829885A (en) * 2018-06-27 2018-11-16 珠海市君天电子科技有限公司 Page generation method, device, server, electronic equipment and storage medium
CN109190078A (en) * 2018-09-06 2019-01-11 深圳市东微智能科技股份有限公司 Webpage construction method, device and storage medium
CN110059305A (en) * 2019-03-04 2019-07-26 广州市辉海计算机科技有限公司 Method and apparatus derived from data

Similar Documents

Publication Publication Date Title
CN107122296B (en) Method and apparatus for data assertion for test interface
CN112131829A (en) Verification method, system and related device of chip register
CN109800258B (en) Data file deployment method, device, computer equipment and storage medium
CN111597110B (en) Page test method and device, electronic equipment and storage medium
CN108459850B (en) Method, device and system for generating test script
CN108964993B (en) Fault simulation method, device and equipment based on dynamic proxy and readable storage medium
CN112306881A (en) Simulation data generation method, device, equipment and storage medium
CN110532185A (en) Test method, device, electronic equipment and computer readable storage medium
CN114117977B (en) Method suitable for automatically verifying processor system scene
CN115599359A (en) Code generation method, device, equipment and medium
CN112187713A (en) Message conversion method, device, computer equipment and storage medium
CN110750446A (en) System testing method and related device
CN112650689A (en) Test method, test device, electronic equipment and storage medium
CN107908565B (en) Test method and test equipment
CN113408254A (en) Page form information filling method, device, equipment and readable medium
CN112699034A (en) Virtual login user construction method, device, equipment and storage medium
CN111597487A (en) Page data acquisition method and device, electronic equipment and storage medium
US20230055523A1 (en) Method, apparatus, and storage medium for generating test cases
CN112564996A (en) Pressure test flow scheduling method, pressure test flow control device and computer readable medium
CN115470152A (en) Test code generation method, test code generation device, and storage medium
CN114168456A (en) Front-end performance automatic testing method based on 3D-GIS
CN115062571A (en) Dynamic selection method, system, equipment and computer readable storage medium for data area of integrated circuit device
CN111083007B (en) Test method, test device, computer equipment and storage medium
CN113535580A (en) CTS (clear to send) testing method, device and testing equipment
CN114944998B (en) Internet of things system testing method and device based on simulator

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