CN104967542B - A kind of test method, the device and system of the mobile terminal page - Google Patents
A kind of test method, the device and system of the mobile terminal page Download PDFInfo
- Publication number
- CN104967542B CN104967542B CN201510348661.8A CN201510348661A CN104967542B CN 104967542 B CN104967542 B CN 104967542B CN 201510348661 A CN201510348661 A CN 201510348661A CN 104967542 B CN104967542 B CN 104967542B
- Authority
- CN
- China
- Prior art keywords
- page
- mobile terminal
- file
- experience
- link information
- 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.)
- Active
Links
- 238000010998 test method Methods 0.000 title claims abstract description 9
- 238000012360 testing method Methods 0.000 claims abstract description 59
- 238000013507 mapping Methods 0.000 claims abstract description 36
- 238000011161 development Methods 0.000 claims description 71
- 238000012544 monitoring process Methods 0.000 claims description 63
- 238000000034 method Methods 0.000 claims description 50
- 230000001960 triggered effect Effects 0.000 claims description 12
- 238000001545 Page's trend test Methods 0.000 claims description 4
- 238000012545 processing Methods 0.000 claims description 2
- 230000008859 change Effects 0.000 abstract description 4
- 230000005540 biological transmission Effects 0.000 abstract 1
- 230000008569 process Effects 0.000 description 9
- 230000004044 response Effects 0.000 description 7
- 230000000694 effects Effects 0.000 description 4
- 238000005516 engineering process Methods 0.000 description 4
- 238000010586 diagram Methods 0.000 description 3
- 238000004891 communication Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000004140 cleaning Methods 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000002349 favourable effect Effects 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000000737 periodic effect Effects 0.000 description 1
- 238000011160 research Methods 0.000 description 1
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/08—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
- H04L43/0805—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
- H04L43/0817—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking functioning
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/50—Testing arrangements
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Environmental & Geological Engineering (AREA)
- Information Transfer Between Computers (AREA)
Abstract
The embodiment of the invention discloses a kind of test method, the device and system of the mobile terminal page;The embodiment of the present invention uses and local file is monitored by exploitation client, when definite file sends and changes, it sends the file content after carrying change and first and logs in the file update request of state mark to server, by server according to the file content generation experience page after change, and it establishes first and logs in state mark and the mapping relations of the experience page, when the carrying second for receiving mobile terminal transmission logs in the accessing page request of state mark, state mark is logged in compared with first logs in state mark by second, when determining that the two is consistent, the corresponding experience page is obtained according to the mapping relations, and the mobile terminal page in the mobile terminal is refreshed, so as to fulfill the purpose tested automatically the mobile terminal page;The program is not only relatively low to test environment requirement, but also operation is more simple, and testing efficiency is higher.
Description
Technical Field
The invention relates to the technical field of communication, in particular to a method, a device and a system for testing a mobile terminal page.
Background
A Mobile Page (also called a Mobile Page or a Mobile world wide web (web) Page) refers to a web Page that a network service provider sends to a Mobile terminal through a server and displays. With the development of communication technology and the popularization of mobile terminals, more and more people surf the web through the mobile terminals, so how to update the mobile terminal pages in time and improve the display effect of the mobile terminal pages is also called as a very important problem.
In order to update the mobile end page in time and improve the display effect of the mobile end page, a developer generally needs to modify and debug the mobile end page and check the modified effect, where this process is called a test of the mobile end page. In a traditional test scheme, a developer locally modifies a file and then manually releases the file to an external network through a release platform for test experience. However, this solution requires that the page be exposed to the external network for a long time, which is not favorable for information security, and therefore, the prior art proposes a local area network proxy debugging solution. In the scheme, the development machine is required to be equipped with the wireless network card and is connected to the same local area network with the mobile terminal, and after the development machine locally modifies the file, the mobile terminal page displayed on the mobile terminal is manually refreshed, so that the modification effect can be seen.
In the process of research and practice of the prior art, the inventor of the present invention finds that the existing scheme not only has special requirements on the test environment, such as additional hardware equipment needs to be equipped, and the existing scheme needs to be in the same local area network, but also has tedious operations, such as manual page refreshing, and the like, and therefore, the test efficiency is also low.
Disclosure of Invention
The embodiment of the invention provides a method, a device and a system for testing a mobile terminal page, which have the advantages of low requirement on a testing environment, simple operation and high testing efficiency.
The embodiment of the invention provides a method for testing a mobile terminal page, which comprises the following steps:
receiving a file updating request sent by a development client, wherein the file updating request carries the changed file content and a first login state identifier;
generating an experience page according to the changed file content, and establishing a mapping relation between a first login state identifier and the experience page;
receiving a page access request which is sent by the mobile terminal and carries a second login state identifier;
and when the first login state identification is determined to be consistent with the second login state identification, acquiring a corresponding experience page according to the mapping relation, and refreshing a mobile terminal page in the mobile terminal.
The embodiment of the invention also provides another method for testing the mobile terminal page, which comprises the following steps:
monitoring a local file;
if the local file is determined to be changed according to the monitoring result, sending a file updating request to the server, wherein the file updating request carries the changed file content and the first login state identification;
receiving link information of an experience page returned by the server, wherein the experience page is generated by the server according to the changed file content;
and providing the link information to the mobile terminal so that the mobile terminal can refresh the current mobile terminal page into the experience page according to the link information.
The embodiment of the invention also provides another method for testing the mobile terminal page, which comprises the following steps:
sending a page access request to a server, wherein the page access request carries a second login state identifier;
receiving an experience page returned by the server when the first login state identification is determined to be consistent with the second login state identification, wherein the experience page is generated by the server according to a file updating request sent by the development client, and the file updating request carries the changed file content and the first login state identification;
and refreshing the current mobile terminal page as the experience page.
Correspondingly, an embodiment of the present invention further provides a server, including:
the first receiving unit is used for receiving a file updating request sent by a development client, wherein the file updating request carries the changed file content and a first login state identifier;
the generating unit is used for generating an experience page according to the changed file content and establishing a mapping relation between a first login state identifier and the experience page;
the second receiving unit is used for receiving a page access request which is sent by the mobile terminal and carries a second login state identifier;
and the refreshing unit is used for acquiring a corresponding experience page according to the mapping relation and refreshing a mobile terminal page in the mobile terminal when the first login state identification is determined to be consistent with the second login state identification.
Correspondingly, an embodiment of the present invention further provides a development client, including:
the monitoring unit is used for monitoring the local file;
the sending unit is used for sending a file updating request to the server when the local file is determined to be changed according to the monitoring result, wherein the file updating request carries the changed file content and the first login state identification;
the receiving unit is used for receiving the link information of the experience page returned by the server, and the experience page is generated by the server according to the changed file content;
and the providing unit is used for providing the link information to the mobile terminal so that the mobile terminal can refresh the current mobile terminal page into the experience page according to the link information.
Correspondingly, an embodiment of the present invention further provides a mobile terminal, including:
the sending unit is used for sending a page access request to the server, wherein the page access request carries a second login state identifier;
the server comprises a receiving unit, a sending unit and a processing unit, wherein the receiving unit is used for receiving an experience page returned by the server when the first login state identification is consistent with the second login state identification, the experience page is generated by the server according to a file updating request sent by the development client, and the file updating request carries the changed file content and the first login state identification;
and the refreshing unit is used for refreshing the current mobile terminal page into the experience page.
In addition, the embodiment of the invention also provides a test system of the mobile terminal page, which comprises any one of the server, the development client and the mobile terminal provided by the embodiment of the invention.
The embodiment of the invention monitors a local file by a development client, sends a file updating request carrying changed file content and a first login state identifier to a server when determining that the file is changed, the server generates an experience page according to the changed file content, establishes a mapping relation between the first login state identifier and the experience page, compares a second login state identifier with the first login state identifier when receiving a page access request carrying a second login state identifier sent by a mobile terminal, acquires a corresponding experience page according to the mapping relation when determining that the first login state identifier is consistent with the second login state identifier, and refreshes a mobile terminal page in the mobile terminal, thereby realizing the purpose of automatically testing the mobile terminal page; because the scheme does not need additional hardware support and is not limited by a network, compared with the prior art, the method has lower requirement on the test environment and is more convenient to realize; moreover, because the refreshing can be automatically carried out, compared with the manual operation in the prior art, the operation is simpler, and the test efficiency is higher.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1a is a schematic view of a scenario of a test system for a mobile terminal page according to an embodiment of the present invention;
fig. 1b is a flowchart of a method for testing a mobile terminal page according to an embodiment of the present invention;
FIG. 2 is another flowchart of a method for testing a mobile terminal page according to an embodiment of the present invention;
fig. 3 is another flowchart of a method for testing a mobile terminal page according to an embodiment of the present invention;
FIG. 4a is a flowchart of a method for testing a mobile terminal page according to an embodiment of the present invention;
fig. 4b is a schematic view of an operation interface in the method for testing a mobile terminal page according to the embodiment of the present invention;
fig. 4c is a schematic view of another operation interface in the method for testing a mobile terminal page according to the embodiment of the present invention;
FIG. 5 is a schematic structural diagram of a server according to an embodiment of the present invention;
FIG. 6 is a schematic structural diagram of a development client provided in an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a mobile terminal according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention provides a method, a device and a system for testing a mobile terminal page.
As shown in fig. 1a, the test of the mobile terminal page may include a server, a development client and a mobile terminal, and may be as follows:
the development client can monitor the local file, and when the local file is determined to be changed according to the monitoring result, a file updating request is sent to the server, wherein the file updating request carries the changed file content and the first login state identifier, after the server receives the file updating request, an experience page is generated according to the changed file content, and a mapping relation between the first login state identifier and the experience page is established, at the moment, link information of the experience page can be returned to the development client, and the link information can be represented in various forms, such as a link address, a graphic code and the like. Then, the server may receive a page access request carrying a second login state identifier sent by the mobile terminal, compare the first login state identifier with the second login state identifier, if it is determined that the first login state identifier is consistent with the second login state identifier, obtain a corresponding experience page according to the mapping relationship, and refresh a mobile terminal page in the mobile terminal, for example, refresh the mobile terminal page in the mobile terminal into the experience page, that is, display the experience page in the mobile terminal.
The area access request sent by the mobile terminal may be sent periodically, or may be triggered to be sent by acquiring link information of the experience page, such as a scanning graphic code.
The following are detailed below.
The first embodiment,
The present embodiment will be described from the perspective of a server.
A test method for a mobile terminal page comprises the following steps: receiving a file updating request sent by a development client, wherein the file updating request carries the changed file content and a first login state identifier; generating an experience page according to the changed file content, and establishing a mapping relation between a first login state identifier and the experience page; receiving a page access request which is sent by the mobile terminal and carries a second login state identifier; and when the first login state identification is determined to be consistent with the second login state identification, acquiring a corresponding experience page according to the mapping relation, and refreshing a mobile terminal page in the mobile terminal.
As shown in fig. 1b, the specific process of the test method for the mobile terminal page may be as follows:
101. and receiving a file updating request sent by the development client. The file updating request may carry information such as the changed file content and the login state identifier of the current user, and for convenience of description, the login state identifier carried in the file updating request is referred to as a first login state identifier.
Wherein the file update request is sent by the development client upon determining that a change has occurred to its local file (i.e., the development client's local file).
The first login status identifier may be an account or other identifier of the user, which is not limited herein.
102. And generating an experience page according to the changed file content, and establishing a mapping relation between the first login state identification and the experience page.
For example, a mobile terminal page may be manufactured according to the changed file content to obtain an experience page, or an original mobile terminal page may be modified according to the changed file content to obtain an experience page, and so on. Thereafter, the server may store the first login state identifier, and establish a mapping relationship between the first login state identifier and the experience page for subsequent query.
Optionally, after generating the experience page according to the changed file content, a response message may be returned to the development client, where the response message may indicate link information of the generated experience page, that is, after the step "generating the experience page according to the changed file content", the method for testing the mobile-end page may further include:
and determining link information of the experience page, and sending the link information to the development client so that the development client provides the link information to the mobile terminal.
The presentation form of the link information may be various, for example, a link address, a graphic code, or the like; if the experience page is a graphic code, after the step "determining the link information of the experience page", the method for testing the mobile terminal page may further include:
and generating a graphic code, such as a bar code or a two-dimensional code, according to the link information of the experience page.
Then, at this time, the step "sending the link information to the development client" may specifically be: and sending the graphic code to a development client.
In addition, it should be noted that, in order to save the storage space, an access deadline may be set for the experience page, and then the expired experience page is cleaned regularly, for example, the following may be specifically performed:
and periodically running a file clearing script, and clearing the experience page by using the file clearing script if the experience page is determined to be expired according to the access deadline.
For example, the server may define that the script sh is run periodically, and implement that a script for clearing a file is executed periodically, for example, every half hour, such as clearcache.
103. And receiving a page access request which is sent by the mobile terminal and carries information such as a second login state identification.
The side access request may be sent periodically by the mobile terminal, or may be triggered and sent by the mobile terminal by obtaining link information of the experience page, such as a scanning pattern code, that is, "receiving a page refresh request sent by the mobile terminal" step specifically may be:
and receiving a page access request triggered by the mobile terminal by acquiring the link information of the experience page, for example, receiving a page access request triggered by the mobile terminal by scanning the graphic code, and the like.
The second login status identifier may be an account or other identifier of the user, which is not limited herein.
104. And when the first login state identification is determined to be consistent with the second login state identification, acquiring a corresponding experience page according to the mapping relation, and refreshing a mobile terminal page in the mobile terminal.
For example, the experience page corresponding to the first login state identifier may be obtained by querying the mapping relationship, and then a refresh command is sent to the mobile terminal, so that the mobile terminal refreshes the current mobile terminal page as the experience page.
For example, the server may define an htaccsee to perform address rewriting by opening mod _ rewrite extension of Apache (a web server software), and embed a javascript script in html in a silent manner, thereby implementing record state detection interaction between the mobile terminal page and the server, and finally implementing an automatic refresh function.
Mod _ rewrite, is a module of Apache that provides a rewrite engine based on a regular expression parser to rewrite URL requests in real time. mod _ rewrite is a module of Apache that provides a rewrite engine based on a regular expression parser to rewrite URL requests in real time; the htaccsee is a configuration file in the Apache server and is responsible for the configuration of the web pages in the related directory.
For another example, a WS protocol request may be sent by configuring a WebSocket (also referred to as WebSocket protocol (protocol), WS protocol for short, HTML5 a new protocol) service in the server, and then using HTML5 (HyperText Markup Language 5) WebSocket API in the mobile end page, so as to implement long connection, monitor file modification, and finally implement an automatic refresh function.
It should be noted that, before sending the refresh command to the mobile terminal, the saved first login state identifier may also be cleared.
Optionally, if it is determined that the first login state identifier is consistent with the second login state identifier, the process may be ended, or the step of "receiving a page access request carrying information such as the second login state identifier sent by the mobile terminal" may be returned, which is not described herein again.
As can be seen from the above, in the embodiment, a file update request carrying the changed file content and the first login state identifier sent by the development client is received, an experience page is generated according to the changed file content, a mapping relationship between the first login state identifier and the experience page is established, then, when a page access request carrying the second login state identifier sent by the mobile terminal is received, the second login state identifier is compared with the first login state identifier, when it is determined that the first login state identifier and the second login state identifier are consistent, the corresponding experience page is obtained according to the mapping relationship, and a mobile terminal page in the mobile terminal is refreshed, so that the purpose of automatically testing the mobile terminal page is achieved; because the scheme does not need additional hardware support and is not limited by a network, compared with the prior art, the method has lower requirement on the test environment and is more convenient to realize; moreover, because the refreshing can be automatically carried out, compared with the manual operation in the prior art, the operation is simpler, and the test efficiency is higher.
Example II,
The embodiment will be described from the perspective of a development client, where the development client may be specifically integrated in a terminal, and the terminal may be specifically a smartphone, a tablet computer, a notebook computer, or a Personal Computer (PC).
A test method for a mobile terminal page comprises the following steps: monitoring a local file; when the local file is determined to be changed according to the monitoring result, sending a file updating request to the server, wherein the file updating request carries the changed file content and the first login state identification; receiving link information of an experience page returned by a server; and providing the link information to the mobile terminal so that the mobile terminal refreshes the current mobile terminal page as the experience page according to the link information.
As shown in fig. 2, a specific process of the method for testing the mobile terminal page may be as follows:
201. monitoring a local file;
there are many ways to monitor, for example, Node-Webkit technology can be used to monitor local files, etc.
In addition, the local file to be monitored may be selected according to the requirement of the actual application, for example, before monitoring the local file, an association relationship between the local file to be tested on the mobile terminal page and the monitoring process may be established, and then the local file having an association relationship with the monitoring process is monitored by using the monitoring process, and so on, that is, before the step "monitoring the local file", the method for testing the mobile terminal page may further include:
starting a monitoring process, determining a local file to be tested on the mobile terminal page, and establishing an association relation between the determined file and the monitoring process.
Then, the step "monitor the local file" may specifically be: and monitoring the local file which is associated with the monitoring process by utilizing the monitoring process.
202. And if the local file is determined to be changed according to the monitoring result, sending a file updating request to the server, wherein the file updating request can carry information such as the changed file content and the first login state identifier.
The file update request may be sent in various manners, And the file update request may also be presented in various specific forms, for example, the Post request may be sent in an AJAX (Asynchronous Javascript And XML) manner, And the Post request may carry information such as the changed file content And the first login state identifier, And the like.
203. And receiving link information of an experience page returned by the server, wherein the experience page is generated by the server according to the changed file content, which may be specifically referred to in embodiment one, and is not described herein again.
The link information may be presented in various forms, for example, a link address, or a graphic code, such as a bar code or a two-dimensional code.
204. And providing the link information to the mobile terminal so that the mobile terminal refreshes the current mobile terminal page as the experience page according to the link information.
For example, if the link information is a graphic code, at this time, the graphic code may be displayed, so that the mobile terminal refreshes a current mobile terminal page into the experience page by scanning the graphic code; or,
if the link information is a link address, at this time, the link address may be displayed, or the link address may be sent to the mobile terminal, so that the mobile terminal refreshes the current mobile terminal page to the experience page by clicking the link address, and so on.
As can be seen from the above, in the embodiment, the development client monitors the local file, and when it is determined that the file is sent and changed, sends the file update request carrying the changed file content and the first login state identifier to the server, and the server generates the experience page according to the changed file content, and refreshes the mobile terminal page in the mobile terminal according to the experience page, thereby achieving the purpose of automatically testing the mobile terminal page; because the scheme does not need additional hardware support and is not limited by a network, compared with the prior art, the method has lower requirement on the test environment and is more convenient to realize; moreover, because the refreshing can be automatically carried out, compared with the manual operation in the prior art, the operation is simpler, and the test efficiency is higher.
Example III,
The embodiment will be described from the perspective of a mobile terminal, which may specifically be a smart phone or a tablet computer.
A test method for a mobile terminal page comprises the following steps: sending a page access request to a server, wherein the page access request carries a second login state identifier; receiving an experience page returned by the server when the first login state identification is determined to be consistent with the second login state identification, wherein the experience page is generated by the server according to a file updating request sent by the development client, and the file updating request carries the changed file content and the first login state identification; and refreshing the current mobile terminal page as the experience page.
As shown in fig. 3, a specific flow of the test method for the mobile terminal page may be as follows:
301. and sending a page access request to a server, wherein the page access request carries information such as a login state identifier of a current user, and for convenience of description, in the embodiment of the invention, the carried login state identifier is referred to as a second login state identifier.
For example, page access requests may be sent to the server periodically; or, link information of the experience page may be acquired, and then a page access request may be sent to the server according to the link information.
The link information may be represented in various forms, for example, a link address, a graphic code such as a bar code or a two-dimensional code, and the like.
For example, taking the graphic code as an example, the link information of the experience page may be obtained by scanning the graphic code at this time, and so on.
It should be noted that the term of "periodic" may be set according to the requirement of the actual application, and is not described herein again.
302. And receiving the returned experience page when the server determines that the first login state identification is consistent with the second login state identification.
For example, a refresh command sent by the server may be specifically received, where the refresh command carries an experience page.
The experience page is generated by the server according to a file update request sent by the development client, where the file update request carries information such as the changed file content and the first login state identifier, which may be specifically referred to in embodiment one, and is not described herein again.
Optionally, a command (i.e., a clear command) for clearing the first login state identifier may be sent to the server, so that the server clears the first login state identifier according to the clear command, and then receives the refresh command sent by the server.
303. And refreshing the current mobile terminal page as the experience page.
For example, if a refresh command is received in step 302, the current mobile side page may be refreshed to the experience page according to the refresh command, and so on, which is not described herein again.
As can be seen from the above, the mobile terminal of this embodiment may automatically send a page access request carrying the second login state identifier to the server, receive an experience page returned by the server when it is determined that the first login state identifier is consistent with the second login state identifier, and then refresh the current mobile terminal page into the experience page, thereby achieving the purpose of automatically testing the mobile terminal page; because the scheme does not need additional hardware support and is not limited by a network, compared with the prior art, the method has lower requirement on the test environment and is more convenient to realize; moreover, because the refreshing can be automatically carried out, compared with the manual operation in the prior art, the operation is simpler, and the test efficiency is higher.
Example four,
The method according to the first to third embodiments will be described in further detail below by way of example.
Referring to fig. 1a, the test system of the mobile terminal page may include a development client, a server and a mobile terminal, as follows:
(1) developing a client;
and the development client is used for monitoring the local file, sending a file updating request to the server when the local file is determined to be changed according to the monitoring result, wherein the file updating request carries the changed file content and the first login state identifier, and receiving the link information of the experience page returned by the server.
(2) A server;
the server is used for receiving a file updating request sent by the development client, generating an experience page according to the changed file content, storing the first login state identifier, establishing a mapping relation between the first login state identifier and the experience page, and returning the link information of the experience page to the development client; then, when a page access request carrying a second login state identification and sent by the mobile terminal is received, comparing the first login state identification with the second login state identification, if the first login state identification is determined to be consistent with the second login state identification, obtaining a corresponding experience page according to the mapping relation, and refreshing a mobile terminal page in the mobile terminal.
(3) A mobile terminal;
and the mobile terminal is used for acquiring the link information of the experience page, sending a page access request carrying the second login state identifier to the server according to the link information, and receiving the refreshing of the server to the current mobile terminal page.
For convenience of description, in this embodiment, the link information is specifically a two-dimensional code, which is taken as an example for explanation.
Based on the structure of the above system, the execution flow thereof will be described in detail below.
As shown in fig. 4, a specific process of the method for testing a mobile terminal page may be as follows:
401. the development client starts the listening process.
For example, if the name of the software is "Mobile Page cloud debugging tool", the client program "mpt.exe" of the "Mobile Page cloud debugging tool" may be downloaded through a network, and then the corresponding monitoring process may be started by clicking the "mpt.exe".
402. The development client determines the local file to be tested on the mobile terminal page, and establishes the association relationship between the determined file and the monitoring process.
For example, referring to fig. 4b, a "choose file" button on the operation interface may be clicked to select a local file that needs to be subjected to the mobile terminal page test, and then, an "immediate association" button is clicked to trigger establishment of an association relationship between the selected file and the listening process.
Optionally, some information guiding the user how to operate, several safety prompting information, and the like are displayed on the operation interface.
403. And the development client monitors the local file which is associated with the monitoring process by utilizing the monitoring process.
The monitoring mode may be set according to the requirement of the actual application, for example, the Node-Webkit technology may be specifically utilized to monitor the local file having the association relationship with the monitoring process, and the like.
404. And when the local file is determined to be changed according to the monitoring result, sending a file updating request to the server, wherein the file updating request can carry information such as the changed file content and the first login state identifier.
For example, the Post request may be thrown in an AJAX manner, and the Post request carries information such as the changed file content and the first login state identifier, and the like.
405. After receiving a file updating request sent by the development client, the server generates an experience page according to the changed file content, generates a two-dimensional code according to link information of the experience page, stores a first login state identifier, and establishes a mapping relation between the first login state identifier and the experience page.
406. The server returns a response message to the development client, wherein the response message may indicate the two-dimensional code of the generated experience page.
407. And after the development client receives the response message, the two-dimension code of the experience page is displayed.
For example, referring to fig. 4c, on the operation interface, a two-dimensional code of the experience page may be displayed, related information of the local file currently being tested may also be displayed, and optionally, the user may also cancel the association relationship between the file and the monitoring process at any time, for example, by triggering a "cancel association" button on the operation interface, a command of canceling the association relationship may be triggered, and the like.
Optionally, some other information may also be displayed on the operation interface, which is not listed here.
408. The mobile terminal obtains the link information of the experience page by scanning the two-dimensional code and sends a page access request to the server according to the link information, wherein the page access request carries a second login state identifier.
409. After receiving the page access request, the server compares the first login state identifier with the second login state identifier, if the first login state identifier is determined to be consistent with the second login state identifier, step 410 is executed, otherwise, the process is ended or step 408 is returned to.
410. And the server sends a notification indicating that the first login state identification is consistent with the second login state identification to the mobile terminal when determining that the first login state identification is consistent with the second login state identification.
411. And after receiving the notification, the mobile terminal sends a command for clearing the first login state identifier, namely a clearing command, to the server.
412. And after receiving the clearing command, the server clears the first login state identification according to the clearing command, acquires an experience page corresponding to the first login state identification by inquiring the mapping relation, and then sends a refreshing command to the mobile terminal.
413. And after receiving the refreshing command, the mobile terminal refreshes the current mobile terminal page into the experience page according to the refreshing command.
As can be seen from the above, in this embodiment, a development client monitors a local file, when it is determined that a file is sent and changed, a file update request carrying changed file content and a first login state identifier is sent to a server, the server generates an experience page according to the changed file content, and establishes a mapping relationship between the first login state identifier and the experience page, when a page access request carrying a second login state identifier sent by a mobile terminal is received, the second login state identifier is compared with the first login state identifier, when it is determined that the first login state identifier and the second login state identifier are consistent, a corresponding experience page is obtained according to the mapping relationship, and a mobile terminal page in the mobile terminal is refreshed, so that a purpose of automatically testing the mobile terminal page is achieved; because the scheme does not need additional hardware support and is not limited by a network, compared with the prior art, the method has lower requirement on the test environment and is more convenient to realize; moreover, because the refreshing can be automatically carried out, compared with the manual operation in the prior art, the operation is simpler, and the test efficiency is higher.
Example V,
In order to better implement the above method, an embodiment of the present invention further provides a server, as shown in fig. 5, the server includes a first receiving unit 501, a generating unit 502, a second receiving unit 503, and a refreshing unit 504, as follows:
(1) a first receiving unit 501;
the first receiving unit 501 is configured to receive a file update request sent by a development client, where the file update request carries a modified file content and a first login status identifier.
The file update request is sent by the development client upon determining that a change has occurred to its local file (i.e., the development client's local file).
(2) A generation unit 502;
the generating unit 502 is configured to generate an experience page according to the changed file content, and establish a mapping relationship between the first login state identifier and the experience page.
For example, the generating unit 502 may be specifically configured to produce a mobile end page according to the changed file content, to obtain an experience page, or modify an original mobile end page according to the changed file content, to obtain an experience page, and the like. Thereafter, the generating unit 502 may further store the first login state identifier, and establish a mapping relationship between the first login state identifier and the experience page for subsequent query.
(3) A second receiving unit 503;
a second receiving unit 503, configured to receive a page access request carrying a second login status identifier sent by the mobile terminal.
The area access request may be sent periodically by the mobile terminal, or may be triggered and sent by the mobile terminal by acquiring link information of the experience page, such as a scanning graphic code.
(4) A refresh unit 504;
a refreshing unit 504, configured to, when it is determined that the first login state identifier is consistent with the second login state identifier, obtain a corresponding experience page according to the mapping relationship, and refresh a mobile side page in the mobile terminal.
For example, the refreshing unit 504 may be specifically configured to obtain an experience page corresponding to the first login state identifier by querying the mapping relationship, and send a refresh command to the mobile terminal, so that the mobile terminal refreshes a current mobile terminal page as the experience page.
Optionally, after the generating unit 502 generates the experience page according to the changed file content, a response message may be returned to the development client, where the response message may indicate link information of the generated experience page, that is, the server may further include a sending unit, as follows:
and the sending unit is used for determining the link information of the experience page and sending the link information to the development client so that the development client can provide the link information to the mobile terminal.
The presentation form of the link information may be various, for example, a link address, a graphic code, or the like; if the graphic code is the graphic code:
the generating unit 502 may further be configured to generate a graphic code according to the link information of the experience page.
At this time, the sending unit may be specifically configured to send the graphic code to the development client.
The second receiving unit 503 may be specifically configured to receive a page access request triggered by the mobile terminal through scanning the graphic code.
In addition, it should be noted that, in order to save the storage space, an access deadline may be set for the experience page, and then the expired experience page is cleaned periodically, that is, the server may further include a cleaning unit, as follows:
and the clearing unit can be used for periodically running a file clearing script, and if the experience page is determined to be expired according to the access deadline, clearing the experience page by using the file clearing script. For example, the script sh can be run regularly, so that a script for clearing a file, such as clearcache, can be executed regularly, for example, every half hour, and used for clearing an expired experience page and simulating a cache mechanism.
In a specific implementation, the above units may be implemented as independent entities, or may be combined arbitrarily to be implemented as the same or several entities, and the specific implementation of the above units may refer to the foregoing method embodiments, which are not described herein again.
As can be seen from the above, the first receiving unit 501 of the server in this embodiment may receive a file update request that is sent by a development client and carries a modified file content and a first login state identifier, the generating unit 502 generates an experience page according to the modified file content, and establishes a mapping relationship between the first login state identifier and the experience page, then, when the second receiving unit 503 receives a page access request that is sent by a mobile terminal and carries a second login state identifier, the refreshing unit 504 compares the second login state identifier with the first login state identifier, and when it is determined that the first login state identifier and the second login state identifier are consistent, obtains a corresponding experience page according to the mapping relationship, and refreshes a mobile terminal page in the mobile terminal, thereby achieving the purpose of automatically testing the mobile terminal page; because the scheme does not need additional hardware support and is not limited by a network, compared with the prior art, the method has lower requirement on the test environment and is more convenient to realize; moreover, because the refreshing can be automatically carried out, compared with the manual operation in the prior art, the operation is simpler, and the test efficiency is higher.
Example six,
Correspondingly, an embodiment of the present invention further provides a development client, as shown in fig. 6, the development client includes a monitoring unit 601, a sending unit 602, a receiving unit 603, and a providing unit 604, as follows:
the monitoring unit 601 is configured to monitor a local file.
There are many ways to monitor, for example, Node-Webkit technology can be used to monitor local files, etc.
A sending unit 602, configured to send a file update request to the server when it is determined that the local file is changed according to the monitoring result, where the file update request carries information such as the changed file content and the first login status identifier.
The file update request may be sent in various manners, and the specific representation form of the file update request may also be various, for example, the Post request may be sent in an AJAX manner, and the Post request carries information such as the changed file content and the first login state identifier, and the like.
The receiving unit 603 is configured to receive link information of an experience page returned by the server, where the experience page is generated by the server according to the changed file content, which may specifically refer to the foregoing embodiment, and details are not described here.
The link information may be presented in various forms, for example, a link address, or a graphic code, such as a bar code or a two-dimensional code.
A providing unit 604, configured to provide the link information to the mobile terminal, so that the mobile terminal refreshes the current mobile page to the experience page according to the link information.
For example, if the link information is a graphic code, at this time, the providing unit 604 may display the graphic code, so that the mobile terminal refreshes the current mobile terminal page to the experience page by scanning the graphic code; or,
if the link information is a link address, at this time, the providing unit 604 may display the link address, or send the link address to the mobile terminal, so that the mobile terminal refreshes the current mobile terminal page to the experience page by clicking the link address, and so on.
In addition, the local file that needs to be monitored can be selected according to the requirements of the actual application, for example, before monitoring the local file, an association relationship between the local file that needs to be subjected to the mobile terminal page test and the monitoring process can be established, and then the local file that has an association relationship with the monitoring process is monitored by using the monitoring process, and so on, that is, the development client may further include an association unit, as follows:
and the association unit is used for starting the monitoring process, determining the local file to be tested on the mobile terminal page, and establishing the association relationship between the determined file and the monitoring process.
At this time, the monitoring unit 601 may be specifically configured to monitor, by using the monitoring process, a local file associated with the monitoring process.
In a specific implementation, the above units may be implemented as independent entities, or may be combined arbitrarily to be implemented as the same or several entities, and the specific implementation of the above units may refer to the foregoing method embodiments, which are not described herein again.
As can be seen from the above, the monitoring unit 601 of the development client in this embodiment may monitor the local file, and when it is determined that the file is sent and changed, the sending unit 602 sends a file update request carrying the changed file content and the first login state identifier to the server, and the server generates an experience page according to the changed file content, and refreshes a mobile terminal page in the mobile terminal according to the experience page, thereby achieving the purpose of automatically testing the mobile terminal page; because the scheme does not need additional hardware support and is not limited by a network, compared with the prior art, the method has lower requirement on the test environment and is more convenient to realize; moreover, because the refreshing can be automatically carried out, compared with the manual operation in the prior art, the operation is simpler, and the test efficiency is higher.
Example seven,
Correspondingly, an embodiment of the present invention further provides a mobile terminal, as shown in fig. 7, the mobile terminal may include a sending unit 701, a receiving unit 702, and a refreshing unit 703, as follows:
the sending unit 701 is configured to send a page access request to a server, where the page access request may carry information such as a second login status identifier.
The receiving unit 702 is configured to receive an experience page returned by the server when it is determined that the first login state identifier is consistent with the second login state identifier, where the experience page is generated by the server according to a file update request sent by the development client, and the file update request carries the changed file content and the first login state identifier.
A refreshing unit 703, configured to refresh the current mobile-side page into the experience page.
For example, the receiving unit 702 may specifically receive a refresh command sent by the server, where the refresh command carries an experience page, and then the refreshing unit 703 refreshes the current mobile-side page to the experience page according to the refresh command.
The experience page is generated by the server according to a file update request sent by the development client, where the file update request carries information such as the changed file content and the first login state identifier, which may be specifically referred to in embodiment one, and is not described herein again.
The page access request may be sent periodically, or may be sent by triggering link information of the experience page, that is, specifically, the following may be used:
a sending unit 701, which may be specifically configured to send a page access request to a server periodically; or,
the sending unit 701 may be specifically configured to obtain link information of an experience page, and then send a page access request to a server according to the link information.
The link information may be represented in various forms, for example, a link address, a graphic code such as a bar code or a two-dimensional code, and the like. Namely:
the sending unit 701 may be specifically configured to obtain link information of the experience page by scanning the graphic code, and send a page access request to the server according to the link information.
In a specific implementation, the above units may be implemented as independent entities, or may be combined arbitrarily to be implemented as the same or several entities, and the specific implementation of the above units may refer to the foregoing method embodiments, which are not described herein again.
As can be seen from the above, the sending unit 701 of the mobile terminal of this embodiment may automatically send a page access request carrying the second login state identifier to the server, and the receiving unit 702 receives an experience page returned by the server when it is determined that the first login state identifier is consistent with the second login state identifier, and then the current mobile terminal page is refreshed into the experience page by the refresh rate remote 703, thereby achieving the purpose of automatically testing the mobile terminal page; because the scheme does not need additional hardware support and is not limited by a network, compared with the prior art, the method has lower requirement on the test environment and is more convenient to realize; moreover, because the refreshing can be automatically carried out, compared with the manual operation in the prior art, the operation is simpler, and the test efficiency is higher.
Example eight,
Correspondingly, an embodiment of the present invention further provides a test system for a mobile terminal page, including any one of the servers, the development clients, and the mobile terminal provided in the embodiment of the present invention, where reference may be made to the fifth, sixth, and seventh embodiments, respectively, for example, as follows:
and the development client is used for monitoring the local file, sending a file updating request to the server when the local file is determined to be changed according to the monitoring result, wherein the file updating request carries the changed file content and the first login state identifier, and receiving the link information of the experience page returned by the server.
The server is used for receiving a file updating request sent by the development client, generating an experience page according to the changed file content, storing the first login state identifier, establishing a mapping relation between the first login state identifier and the experience page, and returning the link information of the experience page to the development client; then, when a page access request carrying a second login state identification and sent by the mobile terminal is received, comparing the first login state identification with the second login state identification, if the first login state identification is determined to be consistent with the second login state identification, obtaining a corresponding experience page according to the mapping relation, and refreshing a mobile terminal page in the mobile terminal.
And the mobile terminal is used for acquiring the link information of the experience page, sending a page access request carrying the second login state identifier to the server according to the link information, and receiving the refreshing of the server to the current mobile terminal page.
The specific implementation of each device can be referred to the previous embodiment, and is not described herein again.
Since the test system for the mobile terminal page may include any one of the server, the development client, and the mobile terminal provided in the embodiment of the present invention, the beneficial effects that can be achieved by any one of the server, the development client, and the mobile terminal provided in the embodiment of the present invention can be achieved, which are detailed in the foregoing embodiments and will not be described herein again.
Those skilled in the art will appreciate that all or part of the steps in the methods of the above embodiments may be implemented by associated hardware instructed by a program, which may be stored in a computer-readable storage medium, and the storage medium may include: read Only Memory (ROM), Random Access Memory (RAM), magnetic or optical disks, and the like.
The method, the device and the system for testing the mobile terminal page provided by the embodiment of the invention are described in detail, a specific example is applied in the text to explain the principle and the implementation mode of the invention, and the description of the embodiment is only used for helping to understand the method and the core idea of the invention; meanwhile, for those skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.
Claims (12)
1. A test method for a mobile terminal page is characterized by comprising the following steps:
receiving a file updating request sent by a development client, wherein the file updating request carries the changed file content and a first login state identifier;
generating an experience page according to the changed file content, and establishing a mapping relation between a first login state identifier and the experience page;
receiving a page access request which is sent by the mobile terminal and carries a second login state identifier;
when the first login state identification is determined to be consistent with the second login state identification, acquiring an experience page corresponding to the first login state identification by inquiring the mapping relation;
and sending a refreshing command to the mobile terminal, so that the mobile terminal refreshes the current mobile terminal page as the experience page.
2. The method of claim 1, after generating an experience page according to the changed file content, further comprising:
determining link information of the experience page;
sending the link information to a development client so that the development client can provide the link information to the mobile terminal;
the receiving of the page refresh request sent by the mobile terminal includes: and receiving a page access request triggered by the mobile terminal through acquiring the link information of the experience page.
3. The method of claim 2, wherein after determining the link information of the experience page, further comprising:
generating a graphic code according to the link information of the experience page;
the sending of the link information to the development client specifically includes: sending the graphic code to a development client;
the receiving of the page access request triggered by the mobile terminal through obtaining the link information of the experience page specifically includes: and receiving a page access request triggered by the mobile terminal through scanning the graphic code.
4. The method of any of claims 1 to 3, wherein the experience page is provided with an access deadline, the method further comprising:
periodically running a file clearing script;
and if the experience page is determined to be expired according to the access deadline, clearing the experience page by using the file clearing script.
5. A test method for a mobile terminal page is characterized by comprising the following steps:
monitoring a local file;
if the local file is determined to be changed according to the monitoring result, sending a file updating request to the server, wherein the file updating request carries the changed file content and the first login state identification;
receiving link information of an experience page returned by the server, wherein the experience page is generated by the server according to the changed file content;
providing the link information to a mobile terminal so that the mobile terminal can refresh the current mobile terminal page into the experience page according to the link information;
before the monitoring the local file, the method further includes: starting a monitoring process; determining a local file needing to be subjected to a mobile terminal page test; establishing an incidence relation between the determined file and the monitoring process;
the monitoring the local file includes: and monitoring the local file which is associated with the monitoring process by utilizing the monitoring process.
6. The method according to claim 5, wherein if the link information is a graphic code, the link information is provided to a mobile terminal, so that the mobile terminal refreshes a current mobile page to the experience page according to the link information, and the method comprises:
and displaying the graphic code so that the mobile terminal refreshes the current mobile terminal page into the experience page by scanning the graphic code.
7. A server, comprising:
the first receiving unit is used for receiving a file updating request sent by a development client, wherein the file updating request carries the changed file content and a first login state identifier;
the generating unit is used for generating an experience page according to the changed file content and establishing a mapping relation between a first login state identifier and the experience page;
the second receiving unit is used for receiving a page access request which is sent by the mobile terminal and carries a second login state identifier;
and the refreshing unit is used for acquiring an experience page corresponding to the first login state identifier by inquiring the mapping relation when the first login state identifier is determined to be consistent with the second login state identifier, and sending a refreshing command to the mobile terminal so that the mobile terminal refreshes the current mobile terminal page into the experience page.
8. The server according to claim 7, further comprising a transmitting unit;
the sending unit is used for determining the link information of the experience page and sending the link information to the development client so that the development client can provide the link information to the mobile terminal;
the second receiving unit is specifically configured to receive a page access request triggered by the mobile terminal by acquiring the link information of the experience page.
9. The server according to claim 8,
the generating unit is further used for generating a graphic code according to the link information of the experience page;
the sending unit is specifically configured to send the graphic code to a development client;
the second receiving unit is specifically configured to receive a page access request triggered by the mobile terminal through scanning the graphic code.
10. The server according to any one of claims 7 to 9, wherein the experience page is provided with an access deadline, the server further comprises a clearing unit;
and the clearing unit is used for periodically running a file clearing script, and if the experience page is determined to be expired according to the access deadline, clearing the experience page by using the file clearing script.
11. A development client, comprising:
the monitoring unit is used for monitoring the local file;
the sending unit is used for sending a file updating request to the server when the local file is determined to be changed according to the monitoring result, wherein the file updating request carries the changed file content and the first login state identification;
the receiving unit is used for receiving the link information of the experience page returned by the server, and the experience page is generated by the server according to the changed file content;
the providing unit is used for providing the link information to the mobile terminal so that the mobile terminal can refresh the current mobile terminal page into the experience page according to the link information;
the system comprises an association unit, a monitoring process and a processing unit, wherein the association unit is used for starting the monitoring process, determining a local file which needs to be subjected to a mobile terminal page test, and establishing an association relation between the determined file and the monitoring process;
the monitoring unit is specifically configured to monitor, by using the monitoring process, a local file associated with the monitoring process.
12. A test system for a mobile terminal page, comprising the server according to any one of claims 7 to 10, the development client according to claim 11, and a mobile terminal;
the mobile terminal is used for obtaining the link information of the experience page, sending a page access request carrying the second login state identification to the server according to the link information, and receiving refreshing of the server to the current mobile terminal page.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510348661.8A CN104967542B (en) | 2015-06-23 | 2015-06-23 | A kind of test method, the device and system of the mobile terminal page |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510348661.8A CN104967542B (en) | 2015-06-23 | 2015-06-23 | A kind of test method, the device and system of the mobile terminal page |
Publications (2)
Publication Number | Publication Date |
---|---|
CN104967542A CN104967542A (en) | 2015-10-07 |
CN104967542B true CN104967542B (en) | 2018-05-25 |
Family
ID=54221490
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510348661.8A Active CN104967542B (en) | 2015-06-23 | 2015-06-23 | A kind of test method, the device and system of the mobile terminal page |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN104967542B (en) |
Families Citing this family (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106886489A (en) * | 2015-12-16 | 2017-06-23 | 百度在线网络技术(北京)有限公司 | Method and apparatus for being debugged to Mobile solution |
CN106209991B (en) * | 2016-06-27 | 2019-12-20 | 东莞市亿谷信息技术有限公司 | System convenient for mobile phone webpage development |
CN107977424B (en) * | 2017-11-27 | 2021-09-14 | 山东云缦智能科技有限公司 | Webpage interaction system and method |
CN109614334A (en) * | 2018-12-07 | 2019-04-12 | 北京小米移动软件有限公司 | File test method, device and computer readable storage medium |
CN109656819A (en) * | 2018-12-07 | 2019-04-19 | 北京小米移动软件有限公司 | File test method, device and computer readable storage medium |
CN109634858A (en) * | 2018-12-07 | 2019-04-16 | 北京小米移动软件有限公司 | File test method, device and computer readable storage medium |
CN110221853A (en) * | 2019-05-15 | 2019-09-10 | 无线生活(杭州)信息科技有限公司 | The method and Nginx server of page script are updated based on Nginx |
CN110427318A (en) * | 2019-07-19 | 2019-11-08 | 上海易点时空网络有限公司 | The method, apparatus and system of joint debugging |
CN111162960B (en) * | 2019-12-03 | 2022-12-02 | 支付宝实验室(新加坡)有限公司 | Method and server for starting debugging panel |
CN111352847A (en) * | 2020-03-09 | 2020-06-30 | 中国邮政储蓄银行股份有限公司 | Real-time debugging method and system for mobile application terminal |
CN114978937B (en) * | 2021-02-26 | 2023-09-01 | 腾讯科技(北京)有限公司 | Page data verification method and device |
CN116527548B (en) * | 2023-06-26 | 2023-09-05 | 中国电信股份有限公司江西分公司 | IPv 6-based dynamic test method and system |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101192233A (en) * | 2007-03-29 | 2008-06-04 | 腾讯科技(深圳)有限公司 | Web page dynamic updating method, system and apparatus |
CN101668042A (en) * | 2009-09-10 | 2010-03-10 | 深圳市同洲电子股份有限公司 | Method and device for updating local page of embedded communication system |
CN102325191A (en) * | 2011-10-08 | 2012-01-18 | 新一站保险代理有限公司 | Fully automatic treatment method and frame without page refresh |
CN103581182A (en) * | 2013-10-30 | 2014-02-12 | 汉柏科技有限公司 | Web message releasing method and device |
CN104267959A (en) * | 2014-09-30 | 2015-01-07 | 广州华多网络科技有限公司 | Method and device for setting page styles |
CN104573520A (en) * | 2013-10-09 | 2015-04-29 | 腾讯科技(深圳)有限公司 | Method and device for detecting permanent type cross site scripting vulnerability |
CN104702643A (en) * | 2013-12-09 | 2015-06-10 | 腾讯科技(深圳)有限公司 | A webpage access method, device and system |
-
2015
- 2015-06-23 CN CN201510348661.8A patent/CN104967542B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101192233A (en) * | 2007-03-29 | 2008-06-04 | 腾讯科技(深圳)有限公司 | Web page dynamic updating method, system and apparatus |
CN101668042A (en) * | 2009-09-10 | 2010-03-10 | 深圳市同洲电子股份有限公司 | Method and device for updating local page of embedded communication system |
CN102325191A (en) * | 2011-10-08 | 2012-01-18 | 新一站保险代理有限公司 | Fully automatic treatment method and frame without page refresh |
CN104573520A (en) * | 2013-10-09 | 2015-04-29 | 腾讯科技(深圳)有限公司 | Method and device for detecting permanent type cross site scripting vulnerability |
CN103581182A (en) * | 2013-10-30 | 2014-02-12 | 汉柏科技有限公司 | Web message releasing method and device |
CN104702643A (en) * | 2013-12-09 | 2015-06-10 | 腾讯科技(深圳)有限公司 | A webpage access method, device and system |
CN104267959A (en) * | 2014-09-30 | 2015-01-07 | 广州华多网络科技有限公司 | Method and device for setting page styles |
Also Published As
Publication number | Publication date |
---|---|
CN104967542A (en) | 2015-10-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN104967542B (en) | A kind of test method, the device and system of the mobile terminal page | |
US11588922B2 (en) | Capturing and replaying application sessions using resource files | |
CN104767775B (en) | Web application information push method and system | |
CN107133180B (en) | Dynamic page testing method, testing device and storage medium | |
CN102272757B (en) | Method for server-side logging of client browser state through markup language | |
US9961129B2 (en) | Business transaction correlation with client request monitoring data | |
US20100082747A1 (en) | Real-time collaborative browsing | |
US20180131779A1 (en) | Recording And Triggering Web And Native Mobile Application Events With Mapped Data Fields | |
CN105357323A (en) | HTML5 page debugging method and device in APP | |
US10877825B2 (en) | System for offline object based storage and mocking of rest responses | |
CN104834588B (en) | The method and apparatus for detecting resident formula cross site scripting loophole | |
CN110580318B (en) | Information display method, device and storage medium | |
CN104573520A (en) | Method and device for detecting permanent type cross site scripting vulnerability | |
CN110413476A (en) | Webpage collapses monitor method, device, computer equipment and storage medium | |
CN105095220B (en) | A kind of browser implementation method, terminal and virtualization agent device | |
JP2011043924A (en) | Web action history acquisition system, web action history acquisition method, gateway device and program | |
CN106708717B (en) | A kind of exploitation adjustment method and device | |
CN110674435A (en) | Page access method, server, terminal, electronic equipment and readable storage medium | |
CN112491974B (en) | Remote browsing method, device, storage medium, terminal equipment and server | |
CN106686037B (en) | Page detection method, device, equipment and system | |
CN110457900A (en) | A kind of website monitoring method, device, equipment and readable storage medium storing program for executing | |
CN110866196A (en) | Printer network information acquisition method and device and electronic equipment | |
CN103853764B (en) | End message synchronous method and device | |
CN114915565A (en) | Method and system for debugging network | |
CN110557465A (en) | method and device for acquiring IP address of user side |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |