CN111459775A - Web system function evaluation method and device, electronic equipment and readable storage medium - Google Patents

Web system function evaluation method and device, electronic equipment and readable storage medium Download PDF

Info

Publication number
CN111459775A
CN111459775A CN202010109124.9A CN202010109124A CN111459775A CN 111459775 A CN111459775 A CN 111459775A CN 202010109124 A CN202010109124 A CN 202010109124A CN 111459775 A CN111459775 A CN 111459775A
Authority
CN
China
Prior art keywords
web system
node
graph
stack
graph node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010109124.9A
Other languages
Chinese (zh)
Other versions
CN111459775B (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.)
Beijing Shulide Technology Co ltd
Original Assignee
Beijing Shulide Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Shulide Technology Co ltd filed Critical Beijing Shulide Technology Co ltd
Priority to CN202010109124.9A priority Critical patent/CN111459775B/en
Publication of CN111459775A publication Critical patent/CN111459775A/en
Application granted granted Critical
Publication of CN111459775B publication Critical patent/CN111459775B/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/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3409Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
    • 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)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a Web system function evaluation method and device, electronic equipment and a readable storage medium. The method comprises the following steps: the method comprises the steps of acquiring a plurality of request data of the Web system, generating a user access sequence according to the acquired request data, traversing the request data according to the sequence in the user access sequence to generate a Web system function exploded view, and evaluating the Web system according to the Web system function exploded view and an evaluation index to obtain a value of the evaluation index of the Web system. By acquiring the request data of the Web system and traversing the request data in sequence, the influence caused by the invasion of the Web system can be avoided, and the evaluation of the Web system can be completed without acquiring the source code of the Web system.

Description

Web system function evaluation method and device, electronic equipment and readable storage medium
Technical Field
The invention relates to the technical field of internet, in particular to a method and a device for evaluating functions of a Web system, electronic equipment and a readable storage medium.
Background
Nowadays, the functions of Web applications are increasingly becoming larger and more complex. The Web system has more and more abundant integrated functions, and provides a large amount of data services for users, and simultaneously, the system function design needs to guide the user operation more reasonably. The insufficiency of the system function design can affect the experience of users accessing the Web system, such as: (1) direct jumping from a parent page to a child page is lacked between parent and child pages of some websites; (2) repeated functional links, which may interfere with user identification data; (3) the unobtrusive prompt icon makes it difficult for the user to access the desired data area. Therefore, how to evaluate the functions of the Web system becomes an important research point.
In the prior art, when the functions of the Web system are evaluated, the Web system is intrusive, and a large amount of operation load is added to the Web system, so that the normal operation of the Web system is influenced, the risk of damaging the Web system exists, or a service party is required to provide source codes of the Web system, and the application range is influenced.
Disclosure of Invention
The embodiment of the invention provides a Web system function evaluation method based on a user access sequence, aiming at avoiding invading a Web system and obtaining a source code of the Web system so as to realize the evaluation of the Web system.
In order to solve the technical problem, the invention is realized as follows:
in a first aspect, an embodiment of the present invention provides a method for evaluating a Web system function based on a user access sequence, where the method includes:
acquiring a plurality of request data of a Web system, and generating a user access sequence;
traversing the user access sequence in sequence to generate a Web system function exploded view;
and obtaining the value of the evaluation index of the Web system according to the Web system function exploded view and the evaluation index.
Optionally, after obtaining the value of the evaluation index of the Web system, the method further includes:
generating an optimization strategy of the Web system according to the value of the evaluation index of the Web system and the standard value of the evaluation index corresponding to the Web system;
and optimizing the Web system according to the optimization strategy.
Optionally, the request data includes UR L and HTTP response messages, and the user access sequence is traversed in sequence to generate a Web system functional exploded view diagram, including:
setting a node query stack, wherein the node query stack is initially empty;
sequentially executing the following traversal operations on each request data in the user access sequence:
judging whether a first preset field in the HTTP response message of the current request data is first preset content, if not, ending the operation on the current request data, and operating the next request data;
if yes, generating a graph node for the current request data, generating a main title and a subtitle for the graph node according to a first preset rule, and initializing the access quantity of the graph node to 1, wherein UR L of the graph node is initialized to UR L of the current request data, and Response Body of the graph node is initialized to Response Body in an HTTP Response message of the current request data;
traversing the node query stack from the top of the stack to the bottom of the stack, searching whether a second graph node which is the same as UR L of the graph node exists in the node query stack, if so, adding 1 to the access amount of the second graph node, stopping searching, ending the operation on the current request data, and entering the operation on the next request data;
if not, the node query stack is traversed from the stack top to the stack bottom, and the parent-child relationship of the graph node is determined according to the text content of the Response Body, the UR L, the main title and the subtitle;
saving the traversal result of the graph node, and adding the graph node to the stack top of the node query stack;
after the traversal operation is executed on each request data in the user access sequence, a filled node query stack is obtained;
and generating the functional exploded view of the Web system according to the filled node query stack.
Optionally, the querying the node stack from the top of the stack to the bottom of the stack, and determining the parent-child relationship of the graph node according to the text content of the Response Body, the UR L, the main title, and the subheading, includes:
searching whether a third graph node of UR L of the graph node is contained in the text content of the Response Body in the node query stack, and if so, setting a relationship of 'parent node-child node' for the third graph node and the graph node;
if not, traversing the node query stack from the stack top to the stack bottom, searching whether a fourth graph node with the same main title as the graph node exists in the node query stack, if so, setting a 'father node-child node' relationship for the fourth graph node and the graph node, replacing the main title of the graph node with a subtitle of the graph node, judging whether the graph node is split into child nodes, if not, splitting the fourth graph node into a child node, and taking the subtitle of the fourth graph node as the main title of the split child node.
Optionally, the obtaining the value of the evaluation index of the Web system according to the Web system function exploded view includes:
obtaining a value of an abstract graph index of the Web system according to the Web system function exploded view, and converting the value of the abstract graph index into a value of a specific function index, wherein the abstract graph index at least comprises a graph depth, a graph width and a node output degree, and the specific function index at least comprises a Web system access depth, a Web system access width and a page complexity;
generating an optimization strategy of the Web system according to the evaluation index value of the Web system and the standard value of the evaluation index corresponding to the Web system, wherein the optimization strategy comprises the following steps:
and comparing the values of the abstract diagram indexes and the specific function indexes of the Web system with the standard values of the abstract diagram indexes and the specific function indexes corresponding to the Web system, and generating an optimization strategy of the Web system according to the comparison result.
Optionally, the method further comprises:
and obtaining the integral score of the Web system according to the value of the evaluation index and a preset scoring rule.
Optionally, before obtaining a value of the evaluation index of the Web system according to the Web system function breakdown diagram and the evaluation index, the method further includes:
and judging the type of the Web system, and setting a corresponding evaluation index according to the type of the Web system.
In a second aspect, an embodiment of the present invention provides a Web system function evaluation apparatus based on a user access sequence, where the apparatus includes:
the first generation module is used for acquiring a plurality of request data of the Web system and generating a user access sequence;
the second generation module is used for traversing the user access sequence in sequence to generate a Web system function exploded view;
and the evaluation module is used for obtaining the value of the evaluation index of the Web system according to the Web system function exploded view and the evaluation index.
Optionally, after the evaluating module, the apparatus further comprises:
the third generation module is used for generating an optimization strategy of the Web system according to the value of the evaluation index of the Web system and the standard value of the evaluation index corresponding to the Web system;
and the optimization module is used for optimizing the Web system according to the optimization strategy.
Optionally, the second generating module includes:
the setting submodule is used for setting a node query stack, and the node query stack is initially empty;
and sequentially executing the following modules of traversal operation on each request data in the user access sequence:
the first judgment sub-module is used for judging whether a first preset field in the HTTP response message of the current request data is first preset content or not, if not, ending the operation on the current request data, and operating the next request data;
a graph node generating module, configured to generate a graph node for the current request data, generate a main title and a subtitle for the graph node according to a first preset rule, and initialize the access amount of the graph node to 1, where UR L of the graph node is initialized to UR L of the current request data, and where Response Body of the graph node is initialized to Response Body in an HTTP Response message of the current request data;
the first searching submodule is used for traversing the node query stack from the stack top to the stack bottom, searching whether a second graph node which is the same as UR L of the graph node exists in the node query stack, if so, adding 1 to the access amount of the second graph node, stopping searching, ending the operation on the current request data, and entering the operation on the next request data;
the parent-child relationship determining submodule is used for traversing the node query stack from the stack top to the stack bottom, and determining the parent-child relationship of the graph node according to the text content, UR L, the main title and the subtitle of the ResponseBody;
the saving submodule is used for saving the traversal result of the graph node and adding the graph node to the stack top of the node query stack;
the obtaining submodule is used for obtaining a filled node query stack after executing traversal operation on each request data in the user access sequence;
and the first generation submodule is used for generating the functional exploded view of the Web system according to the filled node query stack.
Optionally, the parent-child relationship determining sub-module includes:
a first searching subunit, configured to search whether a third graph node whose text content of the Response Body includes UR L of the graph node exists in the node query stack, and if so, set a relationship of "parent node — child node" for the third graph node and the graph node;
and a second searching subunit, configured to, if there is no third graph node of the UR L of the graph node included in the text content of the Response Body, traverse the node query stack from the stack top to the stack bottom, search whether a fourth graph node identical to the main title of the graph node exists in the node query stack, if so, set a "parent node — child node" relationship for the fourth graph node and the graph node, replace the main title of the graph node with the subtitle of the graph node, and determine whether the graph node splits a child node, if not, split the fourth graph node into a child node, and use the subtitle of the fourth graph node as the main title of the split child node.
Optionally, the evaluation module comprises:
the evaluation submodule is used for obtaining a value of an abstract graph index of the Web system according to the Web system function exploded view, and converting the value of the abstract graph index into a value of a specific function index, wherein the abstract graph index at least comprises the depth of a graph, the width of the graph and the output degree of a node, and the specific function index at least comprises the access depth of the Web system, the access width of the Web system and the complexity of a page;
the third generation module includes:
and the second generation submodule is used for comparing the values of the abstract diagram indexes and the specific function indexes of the Web system with the standard values of the abstract diagram indexes and the specific function indexes corresponding to the Web system and generating the optimization strategy of the Web system according to the comparison result.
Optionally, the apparatus further comprises:
and the scoring module is used for obtaining the integral score of the Web system according to the value of the evaluation index and a preset scoring rule.
Optionally, before the evaluating module, the apparatus further comprises:
and the classification module is used for judging the type of the Web system and setting a corresponding evaluation index according to the type of the Web system.
In a third aspect, an embodiment of the present invention additionally provides an electronic device, including: a memory, a processor and a computer program stored on the memory and executable on the processor, the computer program being executed by the processor to implement the steps of the Web system function evaluation method based on user access sequences according to the first aspect.
In a fourth aspect, the embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored, and when being executed by a processor, the computer program implements the steps of the method for evaluating a Web system function based on a user access sequence according to the first aspect.
In the embodiment of the invention, a plurality of request data of the Web system are acquired, a user access sequence is generated according to the acquired request data, the request data in the user access sequence are traversed according to the sequence in the user access sequence to generate a Web system function exploded view, and the Web system is evaluated according to the Web system function exploded view and an evaluation index to obtain the value of the evaluation index of the Web system. By acquiring the request data of the Web system and traversing the request data in sequence, the influence caused by the invasion of the Web system can be avoided, and the evaluation of the Web system can be completed without acquiring the source code of the Web system.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings used in the description of the embodiments of the present invention 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 that other drawings can be obtained based on these drawings without inventive labor.
FIG. 1 is a flowchart illustrating steps of a method for evaluating a function of a Web system based on a user access sequence according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating steps of a method for generating a functional breakdown diagram of a Web system according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of an exploded functional view of a Web system in an embodiment of the present invention;
FIG. 4 is a flowchart illustrating steps of another method for evaluating functionality of a Web system based on a sequence of user accesses, in accordance with an embodiment of the present invention;
FIG. 5 is a schematic diagram of a Web system function evaluation apparatus based on a user access sequence according to an embodiment of the present invention;
fig. 6 is a schematic diagram of a hardware structure of an electronic device in the 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 some, not all, embodiments of the present invention. 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.
Fig. 1 is a flowchart illustrating steps of a method for evaluating functions of a Web system based on a user access sequence according to an embodiment of the present invention. As shown in fig. 1, the method comprises the steps of:
step S101: and acquiring a plurality of request data of the Web system and generating a user access sequence.
In this embodiment, in order to record the access sequence of the user, the preset browser may capture and store each request data of the Web system in a time sequence, and generate a user access sequence from the plurality of request data according to the captured time sequence, or may acquire each request data of the Web system in a network proxy manner, and generate a user access sequence from the plurality of request data according to the acquisition time.
Step S102: and traversing the user access sequence in sequence to generate a functional exploded view of the Web system.
And processing each request data according to the sequence of each request data in the user access sequence to obtain the processing result of each request data, and generating a Web system function exploded view according to the processing result of each request data.
Fig. 2 is a flowchart of steps of a method for generating a Web system function breakdown diagram according to an embodiment of the present invention. In one possible embodiment, as shown in fig. 2, the method comprises the steps of:
step S201: setting a node query stack, wherein the node query stack is initially empty.
And setting an initially empty node query stack for sequentially storing the traversal results of the user access sequence.
And executing the following traversal operations of step S202-step S206 for each request data in the user access sequence in turn:
step S202: and judging whether a first preset field in the HTTP response message of the current request data is first preset content, if not, ending the operation on the current request data, and operating the next request data.
In this embodiment, the acquired request data includes UR L and an HTTP response message, and it is determined whether a first preset field in the HTTP response message of the current request data is a first preset content, if not, the traversal operation on the current request data is ended, the traversal operation on the next request data is restarted, and if yes, step S203 is continuously executed.
The HTTP response message comprises a message protocol and version, a state code and state description, a response head and a response body, when the HTTP response message is specifically implemented, the first preset field is a 'Content-Type' field in the response head, the first preset Content is 'text/html', whether the 'Content-Type' field (namely the Type of the access data) in the response head in the HTTP response message is 'text/htm l' or not is judged, and if yes, subsequent traversal operation is carried out; otherwise, ending the traversal operation of the current request data and entering the traversal operation of the next request data.
And S203, if yes, generating a graph node for the current request data, generating a main title and a subtitle for the graph node according to a first preset rule, initializing the access quantity of the graph node to 1, initializing UR L of the graph node to UR L of the current request data, and initializing Response Body of the graph node to Response Body in an HTTP Response message of the current request data.
In this embodiment, if a first preset field in the HTTP Response message of the current request data is a first preset content, a graph node is generated for the current request data, a main title and a sub-title are generated for the graph node according to a first preset rule, and the access amount of the graph node is initialized to 1, UR L of the graph node is initialized to UR L of the current request data, and a Response Body of the graph node is initialized to a Response Body in the HTTP Response message of the current request data, where the Response Body is a Response Body and is a component of the HTTP Response message.
In a specific implementation, if a "Content-Type" field (i.e., the Type of the access data) in a Response header in an HTTP Response message is "text/html", a Response Body in the HTTP Response message is an HTM L file, a graph node is generated for the current request data, and a main title and a subheader are generated for the graph node according to a first preset rule, where the first preset rule is to take a field Content pointed by a "html- > head- > title" path in an HTM L file as a main title of the node, take a last subpath in a UR L path as a subheader of the node, for example, fig. 3 is a structural diagram of a functional exploded view of a Web system in an embodiment of the present invention, as shown in fig. 3, if a field Content pointed by a "path" dy "in an html- > head- > title" dy "path in an HTM L file is a" public directory "of supervision information", the "public directory" is taken as a main title of the graph node, for example, if the field Content pointed by an "html- > head- > title". 1 "and" administrative information public directory "of the current supervision information public directory", and then the current supervision information public directory "of the current supervision information public directory" map node is taken as a current supervision request of the initial path ", and the current supervision information of the current supervision node in the current graph 3971 in the current graph, and the current graph, which is taken as a current supervision information of the current graph node, for example, for.
And step S204, traversing the node query stack from the top of the stack to the bottom of the stack, searching whether a second graph node which is the same as UR L of the graph node exists in the node query stack, if so, adding 1 to the access amount of the second graph node, stopping searching, ending the operation on the current request data, and entering the operation on the next request data.
In this embodiment, the data of the graph node in the node query stack is traversed from the stack top to the stack bottom, and whether a second graph node identical to UR L of the current graph node exists is searched for, if so, it is indicated that the searched second graph node is identical to the current graph node, and the current graph node does not need to be saved, the amount of access to the searched second graph node is directly increased by 1, the traversal operation on the current request data is ended, and the traversal operation on the next request data is entered.
And S205, if the node does not exist, the node is inquired that the stack is traversed from the top of the stack to the bottom of the stack, and the parent-child relationship of the graph node is determined according to the text content, UR L, the main title and the subtitle of the ResponseBody.
In this embodiment, if there is no second graph node that is the same as UR L of the current graph node, the data of the graph node in the node query stack is traversed from the top of the stack to the bottom of the stack again, and the parent-child relationship of the graph node is determined according to the text content of the Response Body, UR L, the main header, and the subheader.
In a possible embodiment, the step S205 includes the following sub-steps:
step S205-1, searching whether the text content of the Response Body in the node query stack contains a third graph node of the UR L of the graph node, and if so, setting a relationship of 'parent node-child node' for the third graph node and the graph node.
In this embodiment, by searching whether the third graph node whose text content of the Response Body includes UR L of the graph node exists in the node query stack, if the text content of the Response Body of the third graph node includes UR L of the graph node exists, a parent-child relationship exists between the third graph node and the current graph node, and the found third graph node is a parent node and the current graph node is a child node.
Step S205-2: if not, traversing the node query stack from the stack top to the stack bottom, searching whether a fourth graph node with the same main title as the graph node exists in the node query stack, if so, setting a 'father node-child node' relationship for the fourth graph node and the graph node, replacing the main title of the graph node with a subtitle of the graph node, judging whether the graph node is split into child nodes, if not, splitting the fourth graph node into a child node, and taking the subtitle of the fourth graph node as the main title of the split child node.
In this embodiment, if the text content of the Response Body does not include the third graph node of UR L of the graph node, traversing the data of the graph node in the node query stack from the stack top to the stack bottom again, and searching whether a fourth graph node having the same main title as the main title of the graph node exists in the node query stack, if so, because of the search through the above steps, UR L of the fourth graph node is not the same as UR L of the current graph node, and the text content of the Response Body of the fourth graph node does not include UR L of the current graph node, the fourth graph node is a graph node similar to but different from the current graph node, setting a "parent-child node" relationship for the fourth graph node and the graph node, the fourth graph node is a parent node, the current graph node is a child node, and the main title of the current graph node is replaced with the sub title of the current graph node, and determining whether the fourth graph node is split again, and splitting the sub node of the fourth graph node into two sub nodes, thereby splitting the title of the fourth graph node into two sub nodes.
Through the above steps S205-1 and S205-2, the parent-child relationship between the graph nodes can be determined.
Step S206: and storing the traversal result of the graph node, and adding the graph node to the stack top of the node query stack.
In this embodiment, through the above steps, the traversal result of the current graph node can be obtained, the traversal result of the graph node is stored, and the current graph node is added to the stack top of the query stack, so as to facilitate the subsequent traversal operation of the node query stack.
Step S207: and after executing traversal operation on each request data in the user access sequence, obtaining a filled node query stack.
Step S208: and generating the functional exploded view of the Web system according to the filled node query stack.
In this embodiment, after the traversal operation is performed on each request data in the user access sequence, a filled node query stack may be obtained, the filled node query stack stores different graph nodes and traversal results of the graph nodes, including the number of access times of the graph nodes and parent-child relationships between the graph nodes, and based on the number of access times of the graph nodes in the filled node query stack and the parent-child relationships between the graph nodes, a functional exploded view of the Web system may be generated, which may be referred to fig. 3, where each directed edge is a "parent-child node" relationship between the graph nodes, and an arrow points to a child node from the parent node.
Step S104: and obtaining the value of the evaluation index of the Web system according to the Web system function exploded view and the evaluation index.
In this embodiment, according to the generated functional breakdown diagram of the Web system, each evaluation index of the Web system is evaluated to obtain a value of each evaluation index of the Web system, thereby completing evaluation of the Web system.
In a possible implementation, before step S104, the method further includes:
and judging the type of the Web system, and setting a corresponding evaluation index according to the type of the Web system.
In the present embodiment, in the setting process of the evaluation index, the current Web system may be divided into various categories, such as an electronic shopping system, a government management system, a search engine system, and the like, and the evaluation index is specifically designed according to the characteristics of the category, which may help to improve the accuracy of the evaluation result.
In a possible implementation manner, the evaluation index includes an abstract map index and a specific function index, and step S104 includes:
according to the Web system function exploded view, obtaining a value of an abstract graph index of the Web system, and converting the value of the abstract graph index into a value of a specific function index, wherein the abstract graph index at least comprises a graph depth, a graph width and a node out-degree, the specific function index at least comprises a Web system access depth, a Web system access width and a page complexity, the graph depth corresponds to the Web system access depth, the graph width corresponds to the Web system access width, and the node out-degree corresponds to the page complexity.
In this embodiment, first, each abstract map index of the obtained functional breakdown diagram of the Web system is evaluated, and then, in combination with specific service requirements, each abstract map index is converted into each specific functional index, so as to obtain a value of the specific functional index of the Web system.
In a possible implementation, after obtaining the value of the evaluation index of the Web system, the method further includes:
and obtaining the integral score of the Web system according to the value of the evaluation index and a preset scoring rule.
In this embodiment, the obtained value of the evaluation index may be converted according to a preset scoring rule to obtain a score of each index, and an overall score of the Web system may be obtained according to the score of each index.
In specific implementation, the evaluation index may be: the access depth of the Web system, the access width of the Web system and the complexity of the home page, and the scoring rule can be as follows: if the value of the access depth of the Web system is 1-6, the score of the access depth of the Web system is 100; and if the value of the access depth of the Web system is 7-10, the score of the access depth of the Web system is 60, and if the value of the access depth of the Web system is more than 10, the score of the access depth of the Web system is 600/the value of the access depth of the Web system. If the value of the access width of the Web system is 1-10, the score of the access width of the Web system is 100; if the value of the access width of the Web system is 11-15, the score of the access width of the Web system is 60, and if the value of the access width of the Web system is more than 15, the score of the access width of the Web system is 900/the value of the access depth of the Web system. If the value of the complexity of the home page is 1-10, the score of the complexity of the home page is 100; if the value of the complexity of the home page is 11-15, the score of the complexity of the home page is 60, and if the value of the complexity of the home page is more than 15, the score of the complexity of the home page is 900/the value of the complexity of the home page.
When calculating the overall score of the Web system, the weight of the access depth of the Web system may be set to 40%, the weight of the access width of the Web system may be set to 40%, and the weight of the complexity of the top page may be set to 20%, for example, if the score of the access depth of the Web system is 100, the score of the access width of the Web system is 60, and the score of the complexity of the top page is 60, the overall score of the Web system is 76, 100 × 40% +60 × 40% +60 × 20%.
In a specific implementation, the scoring rules may be set in association with specific services, and are not limited to the scoring rules, but may be set in more detail.
In the embodiment, the values of all the evaluation indexes are scored by setting the preset scoring rule, and the overall score of the Web system is calculated, so that the evaluation result of the Web system can be embodied more simply and clearly.
In the embodiment of the invention, a plurality of request data of the Web system are acquired, a user access sequence is generated according to the acquired request data, the request data in the user access sequence are traversed according to the sequence in the user access sequence to generate a Web system function exploded view, and the Web system is evaluated according to the Web system function exploded view and an evaluation index to obtain the value of the evaluation index of the Web system. By acquiring the request data of the Web system and traversing the request data in sequence, the influence caused by the invasion of the Web system can be avoided, and the evaluation of the Web system can be completed without acquiring the source code of the Web system.
Fig. 4 is a flowchart illustrating steps of another method for evaluating functions of a Web system based on a user access sequence according to an embodiment of the present invention. As shown in fig. 4, the method comprises the steps of:
step S401: and acquiring a plurality of request data of the Web system and generating a user access sequence.
Step S402: and traversing the user access sequence in sequence to generate a functional exploded view of the Web system.
Step S403: and obtaining the value of the evaluation index of the Web system according to the Web system function exploded view and the evaluation index.
The contents of steps S401 to S403 are the same as the contents of steps S101 to S103, and for specific explanation, reference may be made to the explanation of steps S101 to S103, which is not described herein again.
Step S404: and generating an optimization strategy of the Web system according to the value of the evaluation index of the Web system and the standard value of the evaluation index corresponding to the Web system.
In the present embodiment, the obtained value of the evaluation index of the Web system is compared with the standard value of the evaluation index corresponding to the Web system, and the optimization policy of the Web system is generated according to the comparison result.
In a possible implementation, the step S404 includes:
and comparing the values of the abstract diagram indexes and the specific function indexes of the Web system with the standard values of the abstract diagram indexes and the specific function indexes corresponding to the Web system, and generating an optimization strategy of the Web system according to the comparison result.
In this embodiment, the values of the abstract map index and the specific function index of the Web system are compared with the standard values of the abstract map index and the specific function index corresponding to the Web system, so as to generate the optimization strategy of the Web system according to the comparison result.
Because the value of the abstract diagram index of the Web system is similar to the value of the specific function index, the optimization strategy of the Web system can be obtained by directly comparing the value of the specific function index of the Web system with the standard value of the specific function index corresponding to the Web system during specific implementation.
For example: if the value of the complexity of the home page of the Web system is 8 and the standard value of the complexity of the home page corresponding to the Web system is 1 to 4, the complexity of the home page of the Web system is too large, and the generated optimization strategy may be: splitting the home page function into 2-4 new sub-pages, so that the number of the sub-pages of the home page is not more than 4, and the out-degree of each sub-page node is not more than 10.
Step S405: and optimizing the Web system according to the optimization strategy.
And optimizing the Web system according to the generated optimization strategy, so that the value of the evaluation index of the Web system is in the range of the standard value.
In the embodiment of the invention, the optimization strategy is generated by comparing the obtained value of the evaluation index of the Web system with the standard value of the evaluation index corresponding to the Web system, so that the current Web system can be optimized, and better use experience is provided for users.
Based on the same inventive concept, an embodiment of the present invention provides a Web system function evaluation apparatus based on a user access sequence. Referring to fig. 5, fig. 5 is a schematic diagram of a Web system function evaluation apparatus based on a user access sequence in an embodiment of the present invention. As shown in fig. 5, the apparatus includes:
a first generating module 501, configured to obtain multiple request data of a Web system, and generate a user access sequence;
a second generating module 502, configured to traverse the user access sequence in order to generate a Web system function exploded view;
and the evaluation module 503 is configured to obtain a value of the evaluation index of the Web system according to the Web system function exploded view and the evaluation index.
Optionally, after the evaluating module, the apparatus further comprises:
the third generation module is used for generating an optimization strategy of the Web system according to the value of the evaluation index of the Web system and the standard value of the evaluation index corresponding to the Web system;
and the optimization module is used for optimizing the Web system according to the optimization strategy.
Optionally, the second generating module includes:
the setting submodule is used for setting a node query stack, and the node query stack is initially empty;
and sequentially executing the following modules of traversal operation on each request data in the user access sequence:
the first judgment sub-module is used for judging whether a first preset field in the HTTP response message of the current request data is first preset content or not, if not, ending the operation on the current request data, and operating the next request data;
a graph node generating module, configured to generate a graph node for the current request data, generate a main title and a subtitle for the graph node according to a first preset rule, and initialize the access amount of the graph node to 0, where UR L of the graph node is initialized to UR L of the current request data, and where Response Body of the graph node is initialized to Response Body in an HTTP Response message of the current request data;
the first searching submodule is used for traversing the node query stack from the stack top to the stack bottom, searching whether a second graph node which is the same as UR L of the graph node exists in the node query stack, if so, adding 1 to the access amount of the second graph node, stopping searching, ending the operation on the current request data, and entering the operation on the next request data;
the parent-child relationship determining submodule is used for traversing the node query stack from the stack top to the stack bottom, and determining the parent-child relationship of the graph node according to the text content, UR L, the main title and the subtitle of the ResponseBody;
the saving submodule is used for saving the traversal result of the graph node and adding the graph node to the stack top of the node query stack;
the obtaining submodule is used for obtaining a filled node query stack after executing traversal operation on each request data in the user access sequence;
and the first generation submodule is used for generating the functional exploded view of the Web system according to the filled node query stack.
Optionally, the parent-child relationship determining sub-module includes:
a first searching subunit, configured to search whether a third graph node whose text content of the Response Body includes UR L of the graph node exists in the node query stack, and if so, set a relationship of "parent node — child node" for the third graph node and the graph node;
and a second searching subunit, configured to, if there is no third graph node of the UR L of the graph node included in the text content of the Response Body, traverse the node query stack from the stack top to the stack bottom, search whether a fourth graph node identical to the main title of the graph node exists in the node query stack, if so, set a "parent node — child node" relationship for the fourth graph node and the graph node, replace the main title of the graph node with the subtitle of the graph node, and determine whether the graph node splits a child node, if not, split the fourth graph node into a child node, and use the subtitle of the fourth graph node as the main title of the split child node.
Optionally, the evaluation module comprises:
the evaluation submodule is used for obtaining a value of an abstract graph index of the Web system according to the Web system function exploded view, and converting the value of the abstract graph index into a value of a specific function index, wherein the abstract graph index at least comprises the depth of a graph, the width of the graph and the output degree of a node, and the specific function index at least comprises the access depth of the Web system, the access width of the Web system and the complexity of a page;
the third generation module includes:
and the second generation submodule is used for comparing the values of the abstract diagram indexes and the specific function indexes of the Web system with the standard values of the abstract diagram indexes and the specific function indexes corresponding to the Web system and generating the optimization strategy of the Web system according to the comparison result.
Optionally, the apparatus further comprises:
and the scoring module is used for obtaining the integral score of the Web system according to the value of the evaluation index and a preset scoring rule.
Optionally, before the evaluating module, the apparatus further comprises:
and the classification module is used for judging the type of the Web system and setting a corresponding evaluation index according to the type of the Web system.
Referring to fig. 6, fig. 6 is a schematic diagram of a hardware structure of an electronic device implementing various embodiments of the present invention.
The electronic device 600 includes, but is not limited to: a radio frequency unit 601, a network module 602, an audio output unit 603, an input unit 604, a sensor 605, a display unit 606, a user input unit 607, an interface unit 608, a memory 609, a processor 610, and a power supply 611. Those skilled in the art will appreciate that the electronic device configuration shown in fig. 6 does not constitute a limitation of the electronic device, and that the electronic device may include more or fewer components than shown, or some components may be combined, or a different arrangement of components. In the embodiment of the present invention, the electronic device includes, but is not limited to, a mobile phone, a desktop computer, a tablet computer, a notebook computer, a palm computer, and the like.
It should be understood that, in the embodiment of the present invention, the radio frequency unit 601 may be used for receiving and sending signals during a message sending and receiving process or a call process, and specifically, receives downlink data from a base station and then processes the received downlink data to the processor 610; in addition, the uplink data is transmitted to the base station. In general, radio frequency unit 601 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. Further, the radio frequency unit 601 may also communicate with a network and other devices through a wireless communication system.
The electronic device provides wireless broadband internet access to the user via the network module 602, such as assisting the user in sending and receiving e-mails, browsing web pages, and accessing streaming media.
The audio output unit 603 may convert audio data received by the radio frequency unit 601 or the network module 602 or stored in the memory 609 into an audio signal and output as sound. Also, the audio output unit 603 may also provide audio output related to a specific function performed by the electronic apparatus 600 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 603 includes a speaker, a buzzer, a receiver, and the like.
The input unit 604 is used to receive audio or video signals. The input Unit 604 may include a Graphics Processing Unit (GPU) 6041 and a microphone 6042, and the Graphics processor 6041 processes image data of a still picture or video obtained by an image capturing apparatus (such as a camera) in a video capture mode or an image capture mode. The processed image frames may be displayed on the display unit 606. The image frames processed by the graphic processor 6041 may be stored in the memory 609 (or other storage medium) or transmitted via the radio frequency unit 601 or the network module 602. The microphone 6042 can receive sound, and can process such sound into audio data. The processed audio data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit 601 in case of the phone call mode.
The electronic device 600 also includes at least one sensor 605, such as a light sensor, motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 6061 according to the brightness of ambient light, and a proximity sensor that can turn off the display panel 6061 and/or the backlight when the electronic apparatus 600 is moved to the ear. As one type of motion sensor, an accelerometer sensor can detect the magnitude of acceleration in each direction (generally three axes), detect the magnitude and direction of gravity when stationary, and can be used to identify the posture of an electronic device (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), and vibration identification related functions (such as pedometer, tapping); the sensors 605 may also include fingerprint sensors, pressure sensors, iris sensors, molecular sensors, gyroscopes, barometers, hygrometers, thermometers, infrared sensors, etc., which are not described in detail herein.
The Display unit 606 may include a Display panel 6061, and the Display panel 6061 may be configured in the form of a liquid Crystal Display (L acquired Crystal Display, L CD), an Organic light-Emitting Diode (O L ED), or the like.
The user input unit 607 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the electronic device. Specifically, the user input unit 607 includes a touch panel 6071 and other input devices 6072. Touch panel 6071, also referred to as a touch screen, may collect touch operations by a user on or near it (e.g., operations by a user on or near touch panel 6071 using a finger, stylus, or any suitable object or accessory). The touch panel 6071 may include two parts of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 610, receives a command from the processor 610, and executes the command. In addition, the touch panel 6071 can be implemented by various types such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. The user input unit 607 may include other input devices 6072 in addition to the touch panel 6071. Specifically, the other input devices 6072 may include, but are not limited to, a physical keyboard, function keys (such as volume control keys, switch keys, etc.), a track ball, a mouse, and a joystick, which are not described herein again.
Further, the touch panel 6071 can be overlaid on the display panel 6061, and when the touch panel 6071 detects a touch operation on or near the touch panel 6071, the touch operation is transmitted to the processor 610 to determine the type of the touch event, and then the processor 610 provides a corresponding visual output on the display panel 6061 according to the type of the touch event. Although the touch panel 6071 and the display panel 6061 are shown in fig. 6 as two separate components to implement the input and output functions of the electronic device, in some embodiments, the touch panel 6071 and the display panel 6061 may be integrated to implement the input and output functions of the electronic device, and this is not limited here.
The interface unit 608 is an interface for connecting an external device to the electronic apparatus 600. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 608 may be used to receive input (e.g., data information, power, etc.) from external devices and transmit the received input to one or more elements within the electronic device 600 or may be used to transmit data between the electronic device 600 and external devices.
The memory 609 may be used to store software programs as well as various data. The memory 609 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 609 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 610 is a control center of the electronic device, connects various parts of the whole electronic device by using various interfaces and lines, performs various functions of the electronic device and processes data by running or executing software programs and/or modules stored in the memory 609, and calling data stored in the memory 609, thereby performing overall monitoring of the electronic device. Processor 610 may include one or more processing units; preferably, the processor 610 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 610.
The electronic device 600 may further include a power supply 611 (e.g., a battery) for supplying power to the various components, and preferably, the power supply 611 may be logically connected to the processor 610 via a power management system, such that the power management system may be used to manage charging, discharging, and power consumption.
In addition, the electronic device 600 includes some functional modules that are not shown, and are not described in detail herein.
Preferably, an embodiment of the present invention further provides an electronic device, including: the processor 610, the memory 609, and a computer program stored in the memory 609 and capable of running on the processor 610, where the computer program, when executed by the processor 610, implements each process of the above method embodiment based on applet simulation positioning, and can achieve the same technical effect, and are not described herein again to avoid repetition.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when being executed by a processor, the computer program implements each process of the above method embodiment based on applet simulation positioning, and can achieve the same technical effect, and in order to avoid repetition, the details are not repeated here. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
It should be noted that, in this document, 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 an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a U disk, a removable hard disk, a ROM, a RAM, a magnetic disk, or an optical disk.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A Web system function evaluation method based on user access sequence is characterized by comprising the following steps:
acquiring a plurality of request data of a Web system, and generating a user access sequence;
traversing the user access sequence in sequence to generate a Web system function exploded view;
and obtaining the value of the evaluation index of the Web system according to the Web system function exploded view and the evaluation index.
2. The method of claim 1, wherein after obtaining the value of the evaluation index of the Web system, the method further comprises:
generating an optimization strategy of the Web system according to the value of the evaluation index of the Web system and the standard value of the evaluation index corresponding to the Web system;
and optimizing the Web system according to the optimization strategy.
3. The method of claim 1, wherein the request data comprises UR L and HTTP response messages, and wherein traversing the sequence of user accesses in order generates a Web system function breakdown map comprising:
setting a node query stack, wherein the node query stack is initially empty;
sequentially executing the following traversal operations on each request data in the user access sequence:
judging whether a first preset field in the HTTP response message of the current request data is first preset content, if not, ending the operation on the current request data, and operating the next request data;
if yes, generating a graph node for the current request data, generating a main title and a subtitle for the graph node according to a first preset rule, and initializing the access quantity of the graph node to 1, wherein UR L of the graph node is initialized to UR L of the current request data, and Response Body of the graph node is initialized to Response Body in an HTTP Response message of the current request data;
traversing the node query stack from the top of the stack to the bottom of the stack, searching whether a second graph node which is the same as UR L of the graph node exists in the node query stack, if so, adding 1 to the access amount of the second graph node, stopping searching, ending the operation on the current request data, and entering the operation on the next request data;
if not, the node query stack is traversed from the stack top to the stack bottom, and the parent-child relationship of the graph node is determined according to the text content of the Response Body, the UR L, the main title and the subtitle;
saving the traversal result of the graph node, and adding the graph node to the stack top of the node query stack;
after the traversal operation is executed on each request data in the user access sequence, a filled node query stack is obtained;
and generating the functional exploded view of the Web system according to the filled node query stack.
4. The method of claim 3, wherein traversing the query stack of nodes from top to bottom of the stack, determining parent-child relationships of graph nodes based on the textual content of the Response Body, the UR L, the main header, and the subheader, comprises:
searching whether a third graph node of UR L of the graph node is contained in the text content of the Response Body in the node query stack, and if so, setting a relationship of 'parent node-child node' for the third graph node and the graph node;
if not, traversing the node query stack from the stack top to the stack bottom, searching whether a fourth graph node with the same main title as the graph node exists in the node query stack, if so, setting a 'father node-child node' relationship for the fourth graph node and the graph node, replacing the main title of the graph node with a subtitle of the graph node, judging whether the graph node is split into child nodes, if not, splitting the fourth graph node into a child node, and taking the subtitle of the fourth graph node as the main title of the split child node.
5. The method of claim 2, wherein the evaluation index comprises an abstract graph index and a specific function index, and obtaining the value of the evaluation index of the Web system according to the Web system function decomposition diagram comprises:
obtaining a value of an abstract graph index of the Web system according to the Web system function exploded view, and converting the value of the abstract graph index into a value of a specific function index, wherein the abstract graph index at least comprises a graph depth, a graph width and a node output degree, and the specific function index at least comprises a Web system access depth, a Web system access width and a page complexity;
generating an optimization strategy of the Web system according to the evaluation index value of the Web system and the standard value of the evaluation index corresponding to the Web system, wherein the optimization strategy comprises the following steps:
and comparing the values of the abstract diagram indexes and the specific function indexes of the Web system with the standard values of the abstract diagram indexes and the specific function indexes corresponding to the Web system, and generating an optimization strategy of the Web system according to the comparison result.
6. The method of claim 1, further comprising:
and obtaining the integral score of the Web system according to the value of the evaluation index and a preset scoring rule.
7. The method of claim 1, further comprising, before obtaining the value of the evaluation index of the Web system according to the Web system function breakdown diagram and the evaluation index:
and judging the type of the Web system, and setting a corresponding evaluation index according to the type of the Web system.
8. A Web system function evaluation apparatus based on a user access sequence, the apparatus comprising:
the first generation module is used for acquiring a plurality of request data of the Web system and generating a user access sequence;
the second generation module is used for traversing the user access sequence in sequence to generate a Web system function exploded view;
and the evaluation module is used for obtaining the value of the evaluation index of the Web system according to the Web system function exploded view and the evaluation index.
9. An electronic device, comprising: memory, processor and computer program stored on the memory and executable on the processor, which computer program, when being executed by the processor, carries out the steps of the method for Web system functionality evaluation based on user access sequences as claimed in any one of claims 1 to 7.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method for Web system functionality evaluation based on user access sequences as claimed in any one of claims 1 to 7.
CN202010109124.9A 2020-02-21 2020-02-21 Web system function evaluation method, device, electronic equipment and readable storage medium Active CN111459775B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010109124.9A CN111459775B (en) 2020-02-21 2020-02-21 Web system function evaluation method, device, electronic equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010109124.9A CN111459775B (en) 2020-02-21 2020-02-21 Web system function evaluation method, device, electronic equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN111459775A true CN111459775A (en) 2020-07-28
CN111459775B CN111459775B (en) 2023-08-08

Family

ID=71680198

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010109124.9A Active CN111459775B (en) 2020-02-21 2020-02-21 Web system function evaluation method, device, electronic equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN111459775B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130247204A1 (en) * 2011-06-30 2013-09-19 Sven Schrecker System and method for application security assessment
CN106021079A (en) * 2016-05-06 2016-10-12 华南理工大学 A Web application performance testing method based on a user frequent access sequence model
CN107483622A (en) * 2017-09-06 2017-12-15 广州供电局有限公司 Browser operation behavioral data acquisition method based on component
US10083324B1 (en) * 2016-03-17 2018-09-25 EMC IP Holding Company LLC Qualified web application security based on multi-layered evaluation of web application hierarchy
US20180287907A1 (en) * 2017-03-28 2018-10-04 Cisco Technology, Inc. Flowlet Resolution For Application Performance Monitoring And Management

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130247204A1 (en) * 2011-06-30 2013-09-19 Sven Schrecker System and method for application security assessment
US10083324B1 (en) * 2016-03-17 2018-09-25 EMC IP Holding Company LLC Qualified web application security based on multi-layered evaluation of web application hierarchy
CN106021079A (en) * 2016-05-06 2016-10-12 华南理工大学 A Web application performance testing method based on a user frequent access sequence model
US20180287907A1 (en) * 2017-03-28 2018-10-04 Cisco Technology, Inc. Flowlet Resolution For Application Performance Monitoring And Management
CN107483622A (en) * 2017-09-06 2017-12-15 广州供电局有限公司 Browser operation behavioral data acquisition method based on component

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
马春燕;朱怡安;陆伟;: "Web服务自动化测试技术" *

Also Published As

Publication number Publication date
CN111459775B (en) 2023-08-08

Similar Documents

Publication Publication Date Title
CN108632658B (en) Bullet screen display method and terminal
CN108924037B (en) Display method of rich media communication RCS message and mobile terminal
CN108255382B (en) Method and device for recommending floating menu content
CN107580147B (en) Management method of notification message and mobile terminal
CN109656827B (en) Control tree generation method and terminal equipment
CN108391008B (en) Message reminding method and mobile terminal
CN110381204B (en) Information display method, mobile terminal and computer readable storage medium
CN111597542A (en) Verification information sharing method and device, electronic equipment and storage medium
CN110971510A (en) Message processing method and electronic equipment
CN109726121B (en) Verification code obtaining method and terminal equipment
CN107992615B (en) Website recommendation method, server and terminal
CN111061446A (en) Display method and electronic equipment
CN111443847B (en) Push message processing method and electronic equipment
CN111107223B (en) Message processing method and electronic equipment
CN110069407B (en) Function test method and device for application program
CN109857673B (en) Control identification method and device
CN110225040B (en) Information processing method and terminal equipment
CN109063076B (en) Picture generation method and mobile terminal
CN110784394A (en) Prompting method and electronic equipment
CN111163449A (en) Application sharing method, first electronic device and computer-readable storage medium
CN108093119B (en) Strange incoming call number marking method and mobile terminal
CN108647063A (en) A kind of method and terminal of display object
CN110908751B (en) Information display and collection method and device, electronic equipment and medium
CN111966373A (en) APN resetting method, terminal equipment and storage medium
CN111290673A (en) Message processing method and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant