CN110716867B - Method, device and equipment for detecting multi-page jump pressure - Google Patents

Method, device and equipment for detecting multi-page jump pressure Download PDF

Info

Publication number
CN110716867B
CN110716867B CN201910866178.7A CN201910866178A CN110716867B CN 110716867 B CN110716867 B CN 110716867B CN 201910866178 A CN201910866178 A CN 201910866178A CN 110716867 B CN110716867 B CN 110716867B
Authority
CN
China
Prior art keywords
page
control
loading
client
currently accessed
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
Application number
CN201910866178.7A
Other languages
Chinese (zh)
Other versions
CN110716867A (en
Inventor
王鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhuomi Private Ltd
Original Assignee
Zhuomi Private 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 Zhuomi Private Ltd filed Critical Zhuomi Private Ltd
Priority to CN201910866178.7A priority Critical patent/CN110716867B/en
Publication of CN110716867A publication Critical patent/CN110716867A/en
Application granted granted Critical
Publication of CN110716867B publication Critical patent/CN110716867B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3644Software debugging by instrumenting at runtime
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention provides a method, a device and equipment for detecting multi-page jump pressure, which are used for receiving a detection instruction for the page jump pressure performance of a client to be detected; selecting one page from a plurality of pages of a client to be tested as a currently accessed page according to a preset access rule; judging whether page jump circulation data of a client to be tested meet preset jump pressure conditions or not; if yes, acquiring current running state information of the client to be tested as a detection result of page jump pressure performance, otherwise, loading a control of the currently accessed page to obtain a loading result, and judging whether the control of the currently accessed page is abnormal in loading according to the loading result; if the loading is abnormal, returning to execute the operation according to a preset access rule, and selecting one page from a plurality of pages of the client to be tested as the currently accessed page. According to the scheme, when the control is abnormally loaded, the detection result of the page jump pressure performance of the App can be obtained.

Description

Method, device and equipment for detecting multi-page jump pressure
Technical Field
The present invention relates to the field of page jumping technologies, and in particular, to a method, an apparatus, and a device for detecting multi-page jumping pressure.
Background
There is often a jump between pages in an APP (Application), for example from a top page to a user information page. In order to ensure that each page in the APP can jump normally, the stability of the APP during frequent page jump needs to be detected, namely the page jump pressure performance of the APP is detected.
In the related art, after the control of a certain page is successfully loaded, the control can jump to another page, so that multiple times of page jumping are performed to determine whether the APP is crashed or not during frequent jumping, and therefore the detection result of the page jumping pressure performance of the AP is obtained. However, in a specific application, an abnormality may occur in the control loading of a part of the page, so that the page jump is stopped, and the detection result of the page jump pressure performance of the App cannot be obtained.
Disclosure of Invention
The embodiment of the invention aims to provide a method, a device and equipment for detecting multi-page jump pressure, so as to realize the effect of ensuring that the detection result of the page jump pressure performance of an App is obtained when a control is abnormally loaded. The specific technical scheme is as follows:
in a first aspect, an embodiment of the present invention provides a method for detecting a multi-page jump pressure, where the method includes:
Receiving a detection instruction for page jump pressure performance of a client to be detected;
selecting one page from a plurality of pages of the client to be tested as a currently accessed page according to a preset access rule; the preset access rule is a rule for ensuring that the plurality of pages are accessed;
judging whether page jump circulation data of the client to be tested meet a preset jump pressure condition or not;
if yes, acquiring current running state information of the client to be tested as a detection result of page jump pressure performance, otherwise, loading a control of the currently accessed page to obtain a loading result, and judging whether the control of the currently accessed page is abnormal in loading according to the loading result;
and if the loading is abnormal, returning to execute the step of selecting one page from a plurality of pages of the client to be tested according to a preset access rule as the currently accessed page.
Optionally, the determining, according to the loading result, whether the control loading of the currently accessed page is abnormal includes:
acquiring appointed information in the loading result; the specified information is information for indicating that the control of the currently accessed page exists;
And if the acquisition result of the specified information is null, determining that the control of the currently accessed page is abnormally loaded.
Optionally, the number of the controls of the currently accessed page is multiple;
the step of loading the control of the currently accessed page to obtain a loading result comprises the following steps:
according to a preset loading rule, selecting one control from a plurality of controls of the currently accessed page as a current control to load, and obtaining a loading result of the current control; the preset loading rules are rules for ensuring that a plurality of controls are loaded when the controls are loaded normally;
and judging whether the control of the currently accessed page is abnormally loaded according to the loading result, wherein the method comprises the following steps:
judging whether the current control is abnormally loaded according to the loading result of the current control;
if so, determining that the control loading of the currently accessed page is abnormal, otherwise, judging whether a plurality of controls of the currently accessed page are loaded in the current access;
and if the current control is not loaded, executing the control which is not loaded from the plurality of controls of the current access page and is used as the current control to load, obtaining a loading result of the current control, and if the current control is loaded, returning to execute the operation according to the preset access rule, and selecting one page from the plurality of pages of the client to be tested as the current access page.
Optionally, the preset loading rule includes:
and selecting one control from the plurality of controls of the currently accessed page as a current control according to the service execution logic of the currently accessed page.
Optionally, the preset jump pressure condition includes:
the total number of times that the pages of the client to be tested are accessed is equal to or greater than a preset number of times threshold, and/or the detection duration of the page jump pressure performance of the client to be tested is equal to or greater than a preset duration threshold.
Optionally, after the obtaining the running state information of the client to be tested as the detection result of the page jump pressure performance, the method further includes:
sending the detection result to a display device so that the display device displays the detection result;
and/or that the number of the groups of groups,
and converting the detection result into audio data, and playing the audio data.
In a second aspect, an embodiment of the present invention provides a device for detecting a multi-page jump pressure, where the device includes:
the receiving module is used for receiving a detection instruction of page jump pressure performance of the client to be detected;
The page selection module is used for selecting one page from a plurality of pages of the client to be tested as a current accessed page according to a preset access rule; the preset access rule is a rule for ensuring that the plurality of pages are accessed;
the judging module is used for judging whether page jump circulation data of the client to be tested meet preset jump pressure conditions or not; if yes, a trigger detection result acquisition module acquires current running state information of the client to be detected as a detection result of page jump pressure performance, otherwise, a trigger control loading module loads a control of the currently accessed page to obtain a loading result, and whether the control of the currently accessed page is abnormally loaded is judged according to the loading result; and if the loading is abnormal, triggering the page selection module to execute the operation according to a preset access rule, and selecting one page from a plurality of pages of the client to be tested as the currently accessed page.
Optionally, the control loading module is specifically configured to:
acquiring appointed information in the loading result; the specified information is information for indicating that the control of the currently accessed page exists; and if the acquisition result of the specified information is null, determining that the control of the currently accessed page is abnormally loaded.
Optionally, the number of the controls of the currently accessed page is multiple;
the control loading module is specifically configured to:
according to a preset loading rule, selecting one control from a plurality of controls of the currently accessed page as a current control to load, and obtaining a loading result of the current control; the preset loading rules are rules for ensuring that a plurality of controls are loaded when the controls are loaded normally;
judging whether the current control is abnormally loaded according to the loading result of the current control;
if so, determining that the control loading of the currently accessed page is abnormal, otherwise, judging whether a plurality of controls of the currently accessed page are loaded in the current access;
and if the current control is not loaded, executing the control which is not loaded from the plurality of controls of the current access page and is used as the current control to load, obtaining a loading result of the current control, and if the current control is loaded, returning to execute the operation according to the preset access rule, and selecting one page from the plurality of pages of the client to be tested as the current access page.
Optionally, the preset loading rule includes:
And selecting one control from the plurality of controls of the currently accessed page as a current control according to the service execution logic of the currently accessed page.
Optionally, the preset jump pressure condition includes:
the total number of times that the pages of the client to be tested are accessed is equal to or greater than a preset number of times threshold, and/or the detection duration of the page jump pressure performance of the client to be tested is equal to or greater than a preset duration threshold.
Optionally, the apparatus further includes:
the detection result output module is used for sending the detection result to a display device after the detection result acquisition module acquires the running state information of the client to be detected as the detection result of the page jump pressure performance, so that the display device displays the detection result; and/or converting the detection result into audio data and playing the audio data.
In a third aspect, an embodiment of the present invention provides an electronic device, including:
the device comprises a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory are in communication with each other through the bus; a memory for storing a computer program; and the processor is used for executing the program stored in the memory and realizing the steps of the method for detecting the multi-page jump pressure provided in the first aspect.
In a fourth aspect, an embodiment of the present invention provides a computer readable storage medium having stored therein a computer program which, when executed by a processor, implements the steps of the method for detecting multi-page jump pressure provided in the first aspect.
In the scheme provided by the embodiment of the invention, when the page jump pressure performance is detected on the client to be detected with a plurality of pages, whether the control of the currently accessed page is abnormally loaded is judged by acquiring the loading result of the control of the currently accessed page; and when the control is abnormally loaded and the page skip frequency of the client to be tested does not meet the preset skip pressure condition, directly returning to skip the next page. Compared with the method that page jumping is performed after the control of a certain page is successfully loaded, the method can avoid the suspension of page jumping caused by the failure of the control loading, and therefore the page frequent jumping of the client to be tested is realized. And when the page jump times of the client to be tested meet the preset jump pressure conditions, acquiring the running state information of the client to be tested as a detection result of the page jump pressure performance, thereby ensuring that the detection result of the page jump pressure performance of the App is obtained when the control is abnormally loaded. Therefore, according to the scheme, when the control is abnormally loaded, the detection result of the page jump pressure performance of the App can be obtained.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below.
FIG. 1 is a flow chart of a method for detecting multi-page jump pressure according to an embodiment of the present invention;
FIG. 2 is a flow chart of a method for detecting multi-page jump pressure according to another embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a device for detecting multi-page jump pressure according to an embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a device for detecting multi-page jump pressure according to another embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to enable those skilled in the art to better understand the technical solutions of the present invention, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The following first describes a method for detecting multi-page jump pressure according to an embodiment of the present invention.
The method for detecting the multi-page jump pressure provided by the embodiment of the invention can be applied to electronic equipment, and the electronic equipment can specifically comprise a desktop computer, a portable computer, an internet television, an intelligent mobile terminal, a server, a wearable intelligent terminal and the like, is not limited herein, and any electronic equipment capable of realizing the embodiment of the invention belongs to the protection scope of the embodiment of the invention.
As shown in fig. 1, a flow of a method for detecting multi-page jump pressure according to an embodiment of the present invention may include:
s101, receiving a detection instruction for page jump pressure performance of a client to be detected.
In a specific application, the source of the detection instruction for the page jump pressure performance of the client to be tested may be various. The detection instruction may be, for example, a detection user input responsible for client detection. Or, for example, the detection instruction may be a trigger module of a preset detection model of multi-page jump pressure, and the detection instruction is sent according to a preset trigger opportunity. The preset trigger time may be triggered according to a preset period, or when the presence of the client to be detected is detected.
The client to be tested can comprise any APP with multi-page jump requirement. For example, the client to be tested may include: live APP, shopping APP, social APP, and so on.
S102, selecting a page from a plurality of pages of the client to be tested as a current access page according to a preset access rule. The preset access rule is a rule for ensuring that a plurality of pages are accessed.
In order to ensure that a plurality of pages are all accessed in the detection of the multi-page jump pressure, therefore, the preset access rule is a rule for ensuring that a plurality of pages are all accessed. And, the preset access rule may be plural in particular.
The preset access rule may be an access order of multiple pages of the client to be tested, where the access order is determined by using service execution logic of the client to be tested; and selecting one page from a plurality of pages of the client to be tested according to the access sequence as the currently accessed page. For example, there are three pages for the client to be tested: the lobby page P1, the talk room page P2, and the talk end page P3 are matched. Taking the service execution logic of the client to be tested as the access sequence of multiple pages of the client to be tested: first access the matching lobby page P1, then access the talk room page P2, and finally access the talk end page P3. Therefore, when the page jump circulation data of the client to be tested does not meet the preset jump pressure condition, the three pages can be sequentially and circularly selected as the current accessed page according to the access sequence. For example: the page P1 is selected as the currently accessed page, and the subsequent step S104 is executed, and the page P2 is selected as the currently accessed page when the step S102 is executed in a returning manner, and the subsequent step S104 is executed, so that the cycle is executed until the page jump cycle data of the client to be tested meets the preset jump pressure condition. When the service execution logic of the client to be tested is used as the access sequence of the multiple pages of the client to be tested; according to the access sequence, when one page is selected from a plurality of pages of the client to be tested as the currently accessed page, the jump of the page can be ensured to be relatively more in line with the actual operation of a user, and the detection result of the jump pressure performance of the obtained page is beneficial to improving the same degree of the jump pressure condition of the page as that of the page generated during the actual operation, so that the accuracy of the obtained detection result is improved.
Alternatively, the preset access rule may be, for example, that one page is selected as the currently accessed page on the premise that the plurality of pages are all accessed according to any access order. Wherein the number of times each page is accessed may be varied. For example, the number of times each page is accessed may be the same, or the number of times each page is accessed may be different.
Any rule that can be used to ensure that multiple pages are accessed can be used as the preset access rule of the present invention, which is not limited in this embodiment.
S103, judging whether page jump circulation data of the client to be tested meet preset jump pressure conditions or not; if not, step S104 is performed, otherwise, step S105 is performed.
The preset jump pressure condition is a condition for determining whether the jump pressure reaches the detection requirement in the detection of the page jump pressure performance of the client to be detected. When the page jump circulation data of the client to be tested meets the preset jump pressure condition, it indicates that the jump pressure reaches the detection requirement in the detection of the page jump pressure performance of the client to be tested, and the page jump is not required to be continued, so that the step S105 can be executed. When the page jump circulation data of the client to be tested meets the preset jump pressure condition, it indicates that the jump pressure does not reach the detection requirement in the detection of the page jump pressure performance of the client to be tested, and the page jump needs to be continued, so the step S104 can be executed.
When the page jump pressure performance of the client to be detected is detected, the detection requirements on the jump pressure can be various, so that different detection requirements of different detection users can be met, and the application range of the page jump pressure performance detection method is expanded. And, the page jump cycle data of the client to be tested can be various. For example, the page jump cycle data of the client to be tested may include: the total number of times a plurality of pages of the client to be tested are accessed and/or the detection duration of the page jump pressure performance of the client to be tested. In this regard, optionally, the preset jump pressure condition may include:
the total number of times that a plurality of pages of the client to be tested are accessed is equal to or greater than a preset number of times threshold value, and/or the detection duration of the page jump pressure performance of the client to be tested is equal to or greater than a preset duration threshold value.
The obtaining of the total number of times that the multiple pages of the client to be tested are accessed may include: for each page of the client to be tested, when the page is used as the currently accessed page and the control loading of the page is carried out, the total number of times that a plurality of pages of the client to be tested are accessed is increased by 1. The obtaining of the detection duration of the page jump pressure performance of the client to be detected may include: and starting to count the detection duration from receiving the detection instruction of the page jump pressure performance of the client to be detected.
In a specific application, the jump pressure of the jumps among the pages is the frequency of the jumps among the pages, and the total number of times the pages are accessed can reflect the frequency of the jumps among the pages. Therefore, the total number of times that the plurality of pages of the client to be tested are accessed is equal to or greater than the preset number threshold value can be used as the preset jump pressure condition. In addition, when the page jump pressure performance is detected, a plurality of pages are jumped in a circulating way, and accordingly, the detection duration of the page jump pressure performance of the client to be detected can reflect the frequent degree of the page jump. Therefore, the detection duration of the page jump pressure performance of the client to be detected is equal to or greater than the preset duration threshold value, and the detection duration is used as a preset jump pressure condition.
In addition, considering that the page skip times may not reflect the skip pressure performance of multiple pages that skip frequently in a certain period of time, and that the page skip speed may change to cause the page skip to be relatively infrequent in a certain period of time, the preset skip pressure conditions may include: the total number of times that a plurality of pages of the client to be tested are accessed is equal to or greater than a preset number of times threshold, and the detection duration of the page jump pressure performance of the client to be tested is equal to or greater than a preset duration threshold. Namely: and meanwhile, the jump pressure condition corresponding to the total number of times the page is accessed and the jump pressure condition corresponding to the detection duration are met, so that the jump pressure of the multiple pages is relatively more accurate, and the accuracy of the jump pressure performance detection result of the multiple pages of the App is improved.
S104, loading the control of the currently accessed page to obtain a loading result, and judging whether the control of the currently accessed page is abnormal in loading according to the loading result; if the load is abnormal, the process returns to step S102.
In a specific application, the control of the page is loaded when the page is accessed, so that the selected currently accessed page can be accessed by loading the control of the selected currently accessed page. In addition, in order to ensure that when the control is abnormally loaded, a detection result of page jump pressure performance of the App can be obtained, and when the loading result of the control is obtained, whether the control of the currently accessed page is abnormally loaded or not can be judged according to the loading result. If the load is abnormal, to ensure multiple jumps of the page, execution may return to step S102. In addition, if the control is loaded normally, step S102 may be executed to directly access the next page. Compared with the control loading exception, the successful loading of the control occupies the control loading thread, and the control of the next page is loaded after a certain time delay.
The loading result of the control can be various. The loading result of the control may be state information indicating whether the control is loaded successfully or may be specified information indicating the uniqueness of the control generated after the control is loaded. The specific manner of judging whether the control of the currently accessed page is abnormally loaded according to the loading result corresponding to different loading results can be various. The following is a detailed description of alternative embodiments.
In an alternative embodiment, according to the loading result, determining whether the control of the currently accessed page is abnormally loaded may include:
judging whether the loading result is state information for indicating successful loading; if not, determining that the control of the currently accessed page is abnormally loaded.
For example, the status information used to indicate a successful load is the status word "1". If the loading result is a status word of "0", it may be determined that the control of the currently accessed page is abnormally loaded. It is understood that the status information may be various. For example, the status information indicating successful loading may be the literal information "successful".
In another optional embodiment, according to the loading result, determining whether the control of the currently accessed page is abnormally loaded may include:
acquiring appointed information in a loading result; specifying information to indicate that a control of the currently accessed page exists;
and if the acquisition result of the specified information is null, determining that the control of the currently accessed page is abnormally loaded.
In a specific application, when the control is loaded successfully, information indicating that the control exists is generated, so that the designated information indicating the uniqueness of the control generated after the control is loaded can be directly used as a loading result. If the acquisition result of the specified information is null and the specified information cannot be acquired, the control is indicated to be not loaded successfully, and the abnormal control loading of the currently accessed page can be determined.
Wherein the designation information for indicating the uniqueness of the control of the currently accessed page may be various. By way of example, the designation information may be a type of control. For example, a type "button", a type "check box", a type "time input box", a type "horizontal scroll bar", and the like. Alternatively, the designation information may be, for example, an identification of the control. For example, identification "C1", identification "C2", identification "C3", and so forth. Alternatively, the designation information may be the name of the control, for example. For example, the name "talk button", the name "preview window", the name "talk end button", and the like.
Compared with the mode of judging the state information, the method and the device for judging the page jump pressure performance of the control can directly utilize the data which are necessarily generated after the control is loaded, and the state information is not required to be additionally set, so that the efficiency of determining whether the control is abnormally loaded can be improved, and the efficiency of obtaining the detection result of the page jump pressure performance of the App is improved.
Any control that can determine whether the control of the currently accessed page is abnormally loaded according to the loading result can be used in the present invention, and the embodiment is not limited to this.
S105, acquiring current running state information of the client to be tested, and taking the current running state information as a detection result of page jump pressure performance.
The current running state information of the client to be tested is information indicating whether the current running of the client to be tested is crashed or not. The acquiring of the operation state information may include: and requesting the running state information of the client to be tested from a task manager of the electronic equipment provided with the client to be tested.
In the scheme provided by the embodiment of the invention, when the page jump pressure performance is detected on the client to be detected with a plurality of pages, whether the control of the currently accessed page is abnormally loaded is judged by acquiring the loading result of the control of the currently accessed page; and when the control is abnormally loaded and the page skip frequency of the client to be tested does not meet the preset skip pressure condition, directly returning to skip the next page. Compared with the method that page jumping is performed after the control of a certain page is successfully loaded, the method can avoid the suspension of page jumping caused by the failure of the control loading, and therefore the page frequent jumping of the client to be tested is realized. And when the page jump times of the client to be tested meet the preset jump pressure conditions, acquiring the running state information of the client to be tested as a detection result of the page jump pressure performance, thereby ensuring that the detection result of the page jump pressure performance of the App is obtained when the control is abnormally loaded. Therefore, according to the scheme, when the control is abnormally loaded, the detection result of the page jump pressure performance of the App can be obtained.
Optionally, after the obtaining the running state information of the client to be tested as the detection result of the page jump pressure performance, the method for detecting the multi-page jump pressure provided by the embodiment of the invention may further include the following steps:
transmitting the detection result to a display device so that the display device displays the detection result;
and/or that the number of the groups of groups,
and converting the detection result into audio data, and playing the audio data.
Wherein the display device may be included in an electronic apparatus as an execution subject of the detection method of the multi-page jump pressure, or may be independent of the electronic apparatus. Similarly, when playing audio data, the audio device included in the electronic apparatus of the execution body of the present invention may be used for playing, or the audio device independent of the electronic apparatus may be used for playing.
The particular manner in which the detection results are converted to audio data may be varied in a particular application. For example, the detection result may be transmitted to a third-party voice conversion engine, so that the third-party voice conversion engine converts the detection result into audio data. The third-party speech conversion engine may specifically be any speech conversion application. Alternatively, the detection result is input into a TTS (Text-To-Speech) model To obtain audio data. The TTS model is a model for converting characters into natural voice streams by using a neural network under the support of a built-in chip.
In the optional embodiment, the test result can be visually displayed in a visual, or audible or audiovisual mode, so that the convenience of a user in acquiring the test result is improved.
As shown in fig. 2, a flow of a method for detecting multi-page jump pressure according to another embodiment of the present invention may include:
s201, receiving a detection instruction for page jump pressure performance of a client to be detected.
The step S201 is the same as the step S101 in the embodiment of fig. 1 of the present invention, and is not described herein again, and the detailed description of the embodiment of fig. 1 of the present invention is described above.
S202, selecting a page from a plurality of pages of a client to be tested as a current access page according to a preset access rule. The preset access rule is a rule for ensuring that a plurality of pages are accessed. And the number of the controls of the currently accessed page is multiple.
The step S202 is similar to the step S102 of the embodiment of fig. 1, and is different in that the number of controls of the page currently accessed in the step S202 is multiple. The same parts are not described here again, and the detailed description of the embodiment of fig. 1 of the present invention is given above.
S203, judging whether page jump circulation data of the client to be tested meet preset jump pressure conditions; if not, step S204 is performed, otherwise, step S207 is performed.
The step S203 is the same as the step S103 in the embodiment of fig. 1 of the present invention, and is not described herein again, and the detailed description of the embodiment of fig. 1 of the present invention is described above.
S204, selecting one control from a plurality of controls of the currently accessed page as a current control to load according to a preset loading rule, obtaining a loading result of the current control, and judging whether the current control is abnormally loaded according to the loading result of the current control; if so, executing step S205; if so, step S206 is performed. The preset loading rule is used for ensuring that a plurality of controls are loaded when the controls are loaded normally.
S205, judging whether a plurality of controls of the currently accessed page are loaded in the current access; if none of them is loaded, return to execution S204; if both are loaded, the process returns to step S202.
The preset loading rules may be various. The following is a detailed description of alternative embodiments.
In an alternative embodiment, the preset loading rules may include:
and selecting one control from the plurality of controls of the currently accessed page as the current control according to the loading sequence capable of ensuring that the plurality of controls are loaded.
In this alternative embodiment, the number of times each control is loaded may be multiple. For example, the number of times each control is loaded may be the same, or the number of times each control is loaded may be different. For example, the currently accessed page includes control C4, control C5, and control C6. In the current access, according to the loading sequence capable of ensuring that a plurality of controls are loaded, the current control selected for the first time can be control C4, the current control selected for the second time can be control C6, and the current control selected for the third time can be control C5. When the page is accessed next time, the current control selected for the first time can be control C6, the current control selected for the second time can be control C4, and the current control selected for the third time can be control C5.
In another alternative embodiment, the preset loading rules may include:
and selecting one control from a plurality of controls of the currently accessed page as the current control according to the service execution logic of the currently accessed page.
For example, there are three controls for the page currently being accessed: the question display window C1, the answer input box C2 and the answer submit button C3, the business execution logic of the page is: firstly, the questions are displayed, then the answers are input, and finally the answers are submitted. At this time, according to the service execution logic of the currently accessed page, when one control is selected as the current control from the plurality of controls of the currently accessed page, the selection process may include: firstly, a question display window C1 is loaded, then an answer input box C2 is loaded, and finally an answer submitting button C3 is loaded. Therefore, the three controls can be circularly selected as the currently accessed controls according to the sequence of the business execution logic. For example: and selecting the problem display window C1 as a control currently loaded, and executing the control according to the loading result of the current control to judge whether the current control is abnormally loaded or not. If the loading is normal, selecting an answer input box C2 as a currently loaded control when returning to the execution step S204, and executing the control according to the loading result of the current control to judge whether the current control is abnormally loaded, so as to cycle until the control of the next page is loaded or until the control of the currently accessed page is abnormally loaded.
In the optional embodiment, the current control is selected according to the service execution logic of the currently accessed page, so that the loading sequence of the control is ensured to relatively more accord with the actual condition of user operation, the similarity between the scene of the page jump pressure test and the actual application scene is improved, the correlation between the detection result and the actual jump pressure is improved, and the accuracy of the detection result is ensured.
Any rule that can be used to ensure that a plurality of controls are loaded when the controls are loaded normally can be used as the preset loading rule of the present invention, and the embodiment is not limited to this.
And, when the control loading is not abnormal, in order to ensure that the access to the currently accessed page is completed, step S205 may be performed. If a plurality of controls of the currently accessed page are loaded in the current access, indicating that the access of the currently accessed page is completed, a page jump may be performed, and thus, step S202 may be performed. If none of the plurality of controls of the currently accessed page is loaded in the current access, indicating that the access of the currently accessed page is not completed yet, the control of the page needs to be continuously loaded to complete the page access, and thus, step S204 may be performed.
S206, determining that the control of the currently accessed page is abnormally loaded, and executing step S202.
When it is determined that the control of the currently accessed page is abnormally loaded through step S204, step S206 may be performed to determine that the control of the currently accessed page is abnormally loaded. Moreover, the abnormal loading of the control is likely to be caused by abnormal progress of the loading of the control and/or insufficient resources for processing the loading of the control in the electronic equipment provided with the client to be tested. At this time, if a control is abnormally loaded, the next control is likely to be abnormally loaded. Thus, for a page in which multiple controls exist, any control loading exception may be considered a control loading exception for that page. Compared with the control which is judged whether to have abnormal loading after loading all the controls of the page, redundant control loading operation can be reduced, and page jumping efficiency is improved.
S207, acquiring current running state information of the client to be tested as a detection result of page jump pressure performance.
The step S207 is the same as the step S105 in the embodiment of fig. 1 of the present invention, and is not repeated here, and the detailed description of the embodiment of fig. 1 of the present invention is described above.
In the embodiment of fig. 3 of the present invention, for a page with multiple controls, when any one of the multiple controls is abnormally loaded, it is determined that the control of the currently accessed page is abnormally loaded, and then whether the subsequent judgment of meeting the preset jump pressure condition is executed, and if the jump pressure condition is not met, the page jump is continued, so as to realize the test of the multi-page jump pressure. Therefore, according to the embodiment of the invention, the acquisition of the test result of the multi-page jump pressure when the number of the controls of the page is multiple and the control loading is abnormal can be ensured, and the application range of the detection of the multi-page jump pressure is expanded.
In addition, for the case that part of the pages in the plurality of pages are one control and part of the pages are a plurality of controls, when one page is selected from the plurality of pages of the client to be tested as a current access page according to a preset access rule and the page jump cycle data of the client to be tested is determined not to meet a preset jump pressure condition, the number of the controls of the current access page can be obtained; if the number of the controls of the currently accessed page is plural, executing step S204; if the number of the controls of the currently accessed page is 1, the controls can be directly loaded to obtain a loading result, and whether the controls of the currently accessed page are abnormally loaded is judged according to the loading result.
Corresponding to the embodiment of the method, the embodiment of the invention also provides a device for detecting the multi-page jump pressure.
As shown in fig. 3, a device for detecting multi-page jump pressure according to an embodiment of the present invention may include:
the receiving module 301 is configured to receive a detection instruction of page jump pressure performance of a client to be tested;
the page selection module 302 is configured to select, according to a preset access rule, a page from a plurality of pages of the client to be tested as a currently accessed page; the preset access rule is a rule for ensuring that the plurality of pages are accessed;
a judging module 303, configured to judge whether the page skip cycle data of the to-be-tested client meets a preset skip pressure condition; if yes, a trigger detection result acquisition module 305 acquires current running state information of the client to be detected as a detection result of page jump pressure performance, otherwise, a trigger control loading module 304 loads a control of the currently accessed page to obtain a loading result, and judges whether the control of the currently accessed page is abnormally loaded according to the loading result; and if the loading is abnormal, triggering the page selection module 302 to execute the operation according to the preset access rule, and selecting one page from a plurality of pages of the client to be tested as the currently accessed page.
In the scheme provided by the embodiment of the invention, when the page jump pressure performance is detected on the client to be detected with a plurality of pages, whether the control of the currently accessed page is abnormally loaded is judged by acquiring the loading result of the control of the currently accessed page; and when the control is abnormally loaded and the page skip frequency of the client to be tested does not meet the preset skip pressure condition, directly returning to skip the next page. Compared with the method that page jumping is performed after the control of a certain page is successfully loaded, the method can avoid the suspension of page jumping caused by the failure of the control loading, and therefore the page frequent jumping of the client to be tested is realized. And when the page jump times of the client to be tested meet the preset jump pressure conditions, acquiring the running state information of the client to be tested as a detection result of the page jump pressure performance, thereby ensuring that the detection result of the page jump pressure performance of the App is obtained when the control is abnormally loaded. Therefore, according to the scheme, when the control is abnormally loaded, the detection result of the page jump pressure performance of the App can be obtained.
Optionally, the control loading module 304 is specifically configured to:
Acquiring appointed information in the loading result; the specified information is information for indicating that the control of the currently accessed page exists; and if the acquisition result of the specified information is null, determining that the control of the currently accessed page is abnormally loaded.
Optionally, the number of the controls of the currently accessed page is multiple;
the control loading module 304 is specifically configured to:
according to a preset loading rule, selecting one control from a plurality of controls of the currently accessed page as a current control to load, and obtaining a loading result of the current control; the preset loading rules are rules for ensuring that a plurality of controls are loaded when the controls are loaded normally;
judging whether the current control is abnormally loaded according to the loading result of the current control;
if so, determining that the control loading of the currently accessed page is abnormal, otherwise, judging whether a plurality of controls of the currently accessed page are loaded in the current access;
and if the current control is not loaded, executing the control which is not loaded from the plurality of controls of the current access page and is used as the current control to load, obtaining a loading result of the current control, and if the current control is loaded, returning to execute the operation according to the preset access rule, and selecting one page from the plurality of pages of the client to be tested as the current access page.
Optionally, the preset loading rule includes:
and selecting one control from the plurality of controls of the currently accessed page as a current control according to the service execution logic of the currently accessed page.
Optionally, the preset jump pressure condition includes:
the total number of times that the pages of the client to be tested are accessed is equal to or greater than a preset number of times threshold, and/or the detection duration of the page jump pressure performance of the client to be tested is equal to or greater than a preset duration threshold.
As shown in fig. 4, a device for detecting multi-page jump pressure according to another embodiment of the present invention may include:
the receiving module 401 is configured to receive a detection instruction of page jump pressure performance of a client to be tested;
the page selection module 402 is configured to select, according to a preset access rule, a page from a plurality of pages of the client to be tested as a currently accessed page; the preset access rule is a rule for ensuring that the plurality of pages are accessed;
a judging module 403, configured to judge whether the page skip cycle data of the to-be-tested client meets a preset skip pressure condition; if yes, a trigger detection result acquisition module 405 acquires current running state information of the client to be detected as a detection result of page jump pressure performance, otherwise, a trigger control loading module 404 loads a control of the currently accessed page to obtain a loading result, and judges whether the control of the currently accessed page is abnormally loaded according to the loading result; and if the loading is abnormal, triggering the page selection module 402 to execute the process of selecting one page from a plurality of pages of the client to be tested according to a preset access rule as the currently accessed page.
The detection result output module 406 is configured to send the detection result to a display device after the detection result obtaining module obtains the running state information of the client to be detected as a detection result of the page jump pressure performance, so that the display device displays the detection result; and/or converting the detection result into audio data and playing the audio data.
Corresponding to the above embodiment, the embodiment of the present invention further provides an electronic device, as shown in fig. 5, where the device may include:
the device comprises a processor 501, a communication interface 502, a memory 503 and a communication bus 504, wherein the processor 501, the communication interface 502 and the memory complete communication with each other through the communication bus 504;
a memory 503 for storing a computer program;
the processor 501 is configured to implement the steps of the method for detecting multi-page jump pressure in any of the above embodiments when executing the computer program stored in the memory 503.
In the scheme provided by the embodiment of the invention, when the page jump pressure performance is detected on the client to be detected with a plurality of pages, whether the control of the currently accessed page is abnormally loaded is judged by acquiring the loading result of the control of the currently accessed page; and when the control is abnormally loaded and the page skip frequency of the client to be tested does not meet the preset skip pressure condition, directly returning to skip the next page. Compared with the method that page jumping is performed after the control of a certain page is successfully loaded, the method can avoid the suspension of page jumping caused by the failure of the control loading, and therefore the page frequent jumping of the client to be tested is realized. And when the page jump times of the client to be tested meet the preset jump pressure conditions, acquiring the running state information of the client to be tested as a detection result of the page jump pressure performance, thereby ensuring that the detection result of the page jump pressure performance of the App is obtained when the control is abnormally loaded. Therefore, according to the scheme, when the control is abnormally loaded, the detection result of the page jump pressure performance of the App can be obtained.
The Memory may include RAM (Random Access Memory ) or NVM (Non-Volatile Memory), such as at least one magnetic disk Memory. Optionally, the memory may be at least one memory device located remotely from the processor.
The processor may be a general-purpose processor, including a CPU (Central Processing Unit ), NP (Network Processor, network processor), etc.; but also DSP (Digital Signal Processor ), ASIC (Application Specific Integrated Circuit, application specific integrated circuit), FPGA (Field-Programmable Gate Array, field programmable gate array) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components.
An embodiment of the present invention provides a computer readable storage medium, including an electronic device, where the computer readable storage medium stores a computer program, and when the computer program is executed by a processor, the steps of the method for detecting multi-page jump pressure in any of the above embodiments are implemented.
In the scheme provided by the embodiment of the invention, when the page jump pressure performance is detected on the client to be detected with a plurality of pages, whether the control of the currently accessed page is abnormally loaded is judged by acquiring the loading result of the control of the currently accessed page; and when the control is abnormally loaded and the page skip frequency of the client to be tested does not meet the preset skip pressure condition, directly returning to skip the next page. Compared with the method that page jumping is performed after the control of a certain page is successfully loaded, the method can avoid the suspension of page jumping caused by the failure of the control loading, and therefore the page frequent jumping of the client to be tested is realized. And when the page jump times of the client to be tested meet the preset jump pressure conditions, acquiring the running state information of the client to be tested as a detection result of the page jump pressure performance, thereby ensuring that the detection result of the page jump pressure performance of the App is obtained when the control is abnormally loaded. Therefore, according to the scheme, when the control is abnormally loaded, the detection result of the page jump pressure performance of the App can be obtained.
In yet another embodiment of the present invention, a computer program product containing instructions that, when run on a computer, cause the computer to perform the method for detecting multi-page jump pressure as described in any of the above embodiments is also provided.
In the above embodiments, it may be implemented in whole or in part by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, produces a flow or function in accordance with embodiments of the present invention, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a computer network, or other programmable apparatus. The computer instructions may be stored in or transmitted from one computer-readable storage medium to another, e.g., by wire (e.g., coaxial cable, fiber optics, DSL (Digital Subscriber Line), digital versatile Disk (DSL)), or wirelessly (e.g., infrared, radio, microwave, etc.), the computer-readable storage medium may be any available medium that can be accessed by a computer or a data storage device such as a server, data center, etc., that contains an integration of one or more available media, the available media may be magnetic media (e.g., floppy Disk, hard Disk, magnetic tape), optical media (e.g., DVD (Digital Versatile Disc, digital versatile Disk)), or semiconductor media (e.g., SSD (Solid State Disk), etc.).
In this document, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
In this specification, each embodiment is described in a related manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for the apparatus and electronic device embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and references to the parts of the description of the method embodiments are only required.
The foregoing description is only of the preferred embodiments of the present invention and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention are included in the protection scope of the present invention.

Claims (12)

1. A method for detecting multi-page jump pressure, the method comprising:
receiving a detection instruction for page jump pressure performance of a client to be detected;
selecting one page from a plurality of pages of the client to be tested as a currently accessed page according to a preset access rule; the preset access rule is a rule for ensuring that the plurality of pages are accessed;
judging whether page jump circulation data of the client to be tested meet a preset jump pressure condition or not;
if yes, acquiring current running state information of the client to be tested as a detection result of page jump pressure performance, otherwise, loading a control of the currently accessed page to obtain a loading result, and judging whether the control of the currently accessed page is abnormal in loading according to the loading result;
if the loading is abnormal, returning to execute the step of selecting one page from a plurality of pages of the client to be tested according to a preset access rule as a currently accessed page;
The number of the controls of the currently accessed page is multiple;
the step of loading the control of the currently accessed page to obtain a loading result comprises the following steps:
according to a preset loading rule, selecting one control from a plurality of controls of the currently accessed page as a current control to load, and obtaining a loading result of the current control; the preset loading rules are rules for ensuring that a plurality of controls are loaded when the controls are loaded normally;
and judging whether the control of the currently accessed page is abnormally loaded according to the loading result, wherein the method comprises the following steps:
judging whether the current control is abnormally loaded according to the loading result of the current control;
if so, determining that the control loading of the currently accessed page is abnormal, otherwise, judging whether a plurality of controls of the currently accessed page are loaded in the current access;
and if the current control is not loaded, executing the control which is not loaded from the plurality of controls of the current access page and is used as the current control to load, obtaining a loading result of the current control, and if the current control is loaded, returning to execute the operation according to the preset access rule, and selecting one page from the plurality of pages of the client to be tested as the current access page.
2. The method according to claim 1, wherein the determining whether the control loading of the currently accessed page is abnormal according to the loading result includes:
acquiring appointed information in the loading result; the specified information is information for indicating that the control of the currently accessed page exists;
and if the acquisition result of the specified information is null, determining that the control of the currently accessed page is abnormally loaded.
3. The method of claim 1, wherein the preset loading rules comprise:
and selecting one control from the plurality of controls of the currently accessed page as a current control according to the service execution logic of the currently accessed page.
4. A method according to any one of claims 1 to 3, wherein the preset jump pressure conditions comprise:
the total number of times that the pages of the client to be tested are accessed is equal to or greater than a preset number of times threshold, and/or the detection duration of the page jump pressure performance of the client to be tested is equal to or greater than a preset duration threshold.
5. The method according to claim 1, wherein after the obtaining the operation state information of the client to be tested as the detection result of the page jump pressure performance, the method further comprises:
Sending the detection result to a display device so that the display device displays the detection result;
and/or that the number of the groups of groups,
and converting the detection result into audio data, and playing the audio data.
6. A device for detecting multi-page jump pressure, the device comprising:
the receiving module is used for receiving a detection instruction of page jump pressure performance of the client to be detected;
the page selection module is used for selecting one page from a plurality of pages of the client to be tested as a current accessed page according to a preset access rule; the preset access rule is a rule for ensuring that the plurality of pages are accessed;
the judging module is used for judging whether page jump circulation data of the client to be tested meet preset jump pressure conditions or not; if yes, a trigger detection result acquisition module acquires current running state information of the client to be detected as a detection result of page jump pressure performance, otherwise, a trigger control loading module loads a control of the currently accessed page to obtain a loading result, and whether the control of the currently accessed page is abnormally loaded is judged according to the loading result; if the loading is abnormal, triggering the page selection module to execute the method according to a preset access rule, and selecting one page from a plurality of pages of the client to be tested as a currently accessed page;
The number of the controls of the currently accessed page is multiple;
the step of loading the control of the currently accessed page to obtain a loading result comprises the following steps:
according to a preset loading rule, selecting one control from a plurality of controls of the currently accessed page as a current control to load, and obtaining a loading result of the current control; the preset loading rules are rules for ensuring that a plurality of controls are loaded when the controls are loaded normally;
and judging whether the control of the currently accessed page is abnormally loaded according to the loading result, wherein the method comprises the following steps:
judging whether the current control is abnormally loaded according to the loading result of the current control;
if so, determining that the control loading of the currently accessed page is abnormal, otherwise, judging whether a plurality of controls of the currently accessed page are loaded in the current access;
and if the current control is not loaded, executing the control which is not loaded from the plurality of controls of the current access page and is used as the current control to load, obtaining a loading result of the current control, and if the current control is loaded, returning to execute the operation according to the preset access rule, and selecting one page from the plurality of pages of the client to be tested as the current access page.
7. The device according to claim 6, wherein the control loading module is specifically configured to:
acquiring appointed information in the loading result; the specified information is information for indicating that the control of the currently accessed page exists; and if the acquisition result of the specified information is null, determining that the control of the currently accessed page is abnormally loaded.
8. The apparatus of claim 6, wherein the preset loading rules comprise:
and selecting one control from the plurality of controls of the currently accessed page as a current control according to the service execution logic of the currently accessed page.
9. The device according to any one of claims 6 to 8, wherein the preset jump pressure conditions comprise:
the total number of times that the pages of the client to be tested are accessed is equal to or greater than a preset number of times threshold, and/or the detection duration of the page jump pressure performance of the client to be tested is equal to or greater than a preset duration threshold.
10. The apparatus of claim 6, wherein the apparatus further comprises:
the detection result output module is used for sending the detection result to a display device after the detection result acquisition module acquires the running state information of the client to be detected as the detection result of the page jump pressure performance, so that the display device displays the detection result; and/or converting the detection result into audio data and playing the audio data.
11. An electronic device, comprising a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory are in communication with each other through the bus; the memory is used for storing a computer program; the processor is configured to execute a program stored in the memory, and implement a method according to any one of claims 1 to 5.
12. A computer readable storage medium, characterized in that the storage medium has stored therein a computer program which, when executed by a processor, implements the method according to any of claims 1-5.
CN201910866178.7A 2019-09-12 2019-09-12 Method, device and equipment for detecting multi-page jump pressure Active CN110716867B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910866178.7A CN110716867B (en) 2019-09-12 2019-09-12 Method, device and equipment for detecting multi-page jump pressure

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910866178.7A CN110716867B (en) 2019-09-12 2019-09-12 Method, device and equipment for detecting multi-page jump pressure

Publications (2)

Publication Number Publication Date
CN110716867A CN110716867A (en) 2020-01-21
CN110716867B true CN110716867B (en) 2023-06-20

Family

ID=69210427

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910866178.7A Active CN110716867B (en) 2019-09-12 2019-09-12 Method, device and equipment for detecting multi-page jump pressure

Country Status (1)

Country Link
CN (1) CN110716867B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111562958A (en) * 2020-04-28 2020-08-21 北京金堤科技有限公司 Page data display management method and device
CN113986603B (en) * 2021-12-28 2022-04-15 深圳市明源云科技有限公司 Method and device for determining page loading abnormity reason and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102436366A (en) * 2011-08-22 2012-05-02 华为技术有限公司 Data synchronization method and apparatus
WO2015117382A1 (en) * 2014-08-18 2015-08-13 中兴通讯股份有限公司 Page access method and device
CN107656768A (en) * 2017-09-13 2018-02-02 北京京东尚科信息技术有限公司 Control the method and its system of page jump
CN108073610A (en) * 2016-11-11 2018-05-25 聚好看科技股份有限公司 Realize the method and device of Webpage loading

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105373474B (en) * 2015-11-10 2018-07-06 中国建设银行股份有限公司 A kind of test method and device for operation system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102436366A (en) * 2011-08-22 2012-05-02 华为技术有限公司 Data synchronization method and apparatus
WO2015117382A1 (en) * 2014-08-18 2015-08-13 中兴通讯股份有限公司 Page access method and device
CN108073610A (en) * 2016-11-11 2018-05-25 聚好看科技股份有限公司 Realize the method and device of Webpage loading
CN107656768A (en) * 2017-09-13 2018-02-02 北京京东尚科信息技术有限公司 Control the method and its system of page jump

Also Published As

Publication number Publication date
CN110716867A (en) 2020-01-21

Similar Documents

Publication Publication Date Title
CN107688533B (en) Application program testing method and device, computer equipment and storage medium
CN109840052B (en) Audio processing method and device, electronic equipment and storage medium
CN110716867B (en) Method, device and equipment for detecting multi-page jump pressure
CN111341315B (en) Voice control method, device, computer equipment and storage medium
CN104424352B (en) The system and method that agency service is provided to user terminal
CN110798380A (en) Data acquisition method, system, device, test equipment and test server
CN109829117B (en) Method and device for pushing information
CN107402878B (en) Test method and device
CN110334019B (en) Test method, test device and readable storage medium
CN111008130B (en) Intelligent question-answering system testing method and device
CN110286990B (en) User interface display method, device, equipment and storage medium
CN109976828B (en) Method and device for configuring file
CN111061637A (en) Interface test method, interface test device and storage medium
CN110888809A (en) Test task risk prediction method and device
CN112583617A (en) Fault determination method, server, control terminal and storage medium
CN110223108B (en) Click through rate prediction method, device and equipment
CN109360618A (en) A kind of management method and system of electronization test report
CN113852835A (en) Live broadcast audio processing method and device, electronic equipment and storage medium
CN114546799A (en) Point burying log checking method and device, electronic equipment, storage medium and product
CN112882937A (en) Test case processing method and device, computer equipment and storage medium
CN106155893B (en) Method for judging application program test coverage and program test equipment
CN110674839A (en) Abnormal user identification method and device, storage medium and electronic equipment
CN111967273B (en) Dialog management system, method and rule engine device
CN115065627B (en) Parameter modification method and device, electronic equipment and storage medium
CN114448848B (en) Switch testing method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20210531

Address after: 25, 5th floor, shuangjingfang office building, 3 frisha street, Singapore

Applicant after: Zhuomi Private Ltd.

Address before: Room 1101, Santai Commercial Building, 139 Connaught Road, Hong Kong, China

Applicant before: HONG KONG LIVE.ME Corp.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant