CROSS-REFERENCE TO RELATED APPLICATIONSThis application is a Continuation of U.S. application Ser. No. 14/456,105, filed on Aug. 11, 2014, the entirety of which is incorporated herein by reference.
BACKGROUNDThe present invention relates to user support systems, and more specifically, to support systems that help users to use computer programs.
Computer programs, such as applications, operating systems, and the like, oftentimes are very complex. Users who are new to the products typically lack knowledge required to access certain features of the products. Help menus commonly are provided, but sometimes the help menus themselves can be difficult to navigate. Moreover, help menus sometimes only cover basic features provided computer programs and lack instructions for implementing more advanced features. Sometimes a telephone number is provided which a user can call to request further assistance, either from an automated system or from a person manning a help desk. The solution to the user's inquiry, however, is not always easily obtained. Indeed, an automated system may not even be programmed to cover all potential feature implementations, and a person manning the help desk also may lack knowledge necessary to implement certain features in the manner in which the user wishes to use such features.
SUMMARYA method includes receiving a first signature log generated by a first processing system, the first signature log being a computer readable data structure and including a first listing of at least a recorded series of user inputs received by a computer program. The method also includes comparing, by a path search engine executing using a processor, the first listing of the recorded series of user inputs to at least one historical log indicating at least one historical path, each historical path including at least second listing of a series of historical user inputs that corresponds to a historical endpoint in the computer program. The method also includes, responsive to comparing the first listing of the recorded series of user inputs to the at least one historical log, identifying the at least one historical path to which the recorded series of user inputs at least partially corresponds and identifying the at least one historical endpoint as a predicted endpoint in the computer program. The method also includes, selecting, based on the predicted endpoint, a predicted path corresponding to the predicted endpoint in the computer program, and outputting the predicted path.
BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWINGSFIG. 1 is a block diagram illustrating an example of a user support system.
FIG. 2 is a block diagram illustrating another example of a user support system.
FIG. 3 is a block diagram illustrating example architecture for a processing system executing one or more modules/applications of the user support system ofFIG. 1.
FIG. 4 is a block diagram illustrating example architecture for a client system.
FIG. 5 is a flow chart illustrating an example of a method of selecting a predicted path corresponding to a predicted endpoint in a computer program.
DETAILED DESCRIPTIONWhile the disclosure concludes with claims defining novel features, it is believed that the various features described herein will be better understood from a consideration of the description in conjunction with the drawings. The process(es), machine(s), manufacture(s) and any variations thereof described within this disclosure are provided for purposes of illustration. Any specific structural and functional details described are not to be interpreted as limiting, but merely as a basis for the claims and as a representative basis for teaching one skilled in the art to variously employ the features described in virtually any appropriately detailed structure. Further, the terms and phrases used within this disclosure are not intended to be limiting, but rather to provide an understandable description of the features described.
This disclosure relates to user support systems, and more specifically, to support systems that help users to use computer programs. In accordance with arrangements described herein, a user of a computer program can provide a series of user inputs to the computer program attempting to access a desired task, function or process (hereinafter “endpoint”) initiated by a computer program. The user inputs can be recorded by the computer program, or another application or service, in a log file. Further, triggered events (e.g., presentation of menus, etc.), calls exchanged between modules of a computer program, between a computer program and another computer program (e.g., calls between a web browser and a web application), and the like also can be recorded in the log file. The data recorded in the log file is referred to herein as a “signature.” The series of user inputs provided by the user, however, may not result in the endpoint being initiated. For example, the signature may not lead to the desired endpoint. The user then may initiate a help function of the computer program or contact a support system to request help in reaching the desired endpoint.
The help function or support system can compare the present signature to a historical log containing one or more historical paths. Each historical path can include a listing of a series of historical user inputs that correspond to a historical endpoint in the computer program. Each path also can list events triggered by the user inputs, calls, and the like. In this regard, each historical path can be a signature previously recorded when a historical endpoint was accessed, for example during testing or debugging of the computer program, while a support engineer was helping another user, etc.
Responsive to comparing the present signature to the historical log, one or more historical paths to which the present signature corresponds, at least in part, can be identified and one or more historical endpoints corresponding to the identified historical paths can be identified. Further, an identifier for a predicted endpoint in the computer program can be generated. For example, based on the present signature, and its determined correspondence to a plurality of historical paths, one of the corresponding historical paths can be identified as being most relevant to the signature. The historical endpoint of that historical path can be identified, and a corresponding identifier can be generated indicating that historical endpoints as a predicted endpoint. Based on the predicted endpoint, a predicted path corresponding to the predicted endpoint can be selected, and the predicted path can be output. For example, the predicted path can be presented to the user or a support person helping the user.
Several definitions that apply throughout this document now will be presented.
As defined herein, the term processing system means a system that includes at least one processor. Examples of a processing system include, but are not limited to, a server, a workstation, a desktop computer, a mobile computer, a laptop computer, a netbook computer, a tablet computer, a smart phone, a set top box, a gaming system and an internet appliance.
As defined herein, the term “processor” means at least one hardware circuit (e.g., an integrated circuit) configured to carry out instructions contained in program code. Examples of a processor include, but are not limited to, a central processing unit (CPU), an array processor, a vector processor, a digital signal processor (DSP), a field-programmable gate array (FPGA), a programmable logic array (PLA), an application specific integrated circuit (ASIC), programmable logic circuitry, and a controller.
As defined herein, the term “signature” means a listing of a series of events detected by, or initiated by, a computer program. For example, a signature can include a listing of a series of user inputs received by a computer program, the series of user inputs entered by a user with an intent to access a desired endpoint. Such signature also can include a listing of events, for example presentation of menu items, initiated by the computer program responsive to user inputs. The signature further can include a listing of calls between modules of the computer program, a listing of calls between the computer program and another computer program, and the like, initiated by the computer program responsive to user inputs. A signature may be stored in a log.
As defined herein, the term “path” means a signature that actually leads to a desired endpoint.
As defined herein, the term “historical path” means a path stored on a computer readable storage medium which is configured to be accessed for future processing. For example, a historical path may be contained in a historical log and may be accessed for comparison to received signature.
As defined herein, the term “user input” means an input by a user into a computer program. Examples of a user input include, but are not limited to, a user selection of one or more keys of a keyboard or keypad, a user selection of a button, a user selection of an icon, key, button, field or the like presented by a graphical user interface, a user control of a mouse, touchpad, or the like, a user selection of a menu item presented by a user interface, a user entry of information into a field presented by a user interface, and detection of a user gesture (e.g., by a sensor or touch screen).
As defined herein, the term “log” means a computer readable data structure, formatted for interpretation by a processor, in which user inputs are recorded. A log also can include a listing of events, for example presentation of menu items, initiated by a computer program responsive to the user inputs.
As defined herein, the term “historical log” means a log stored on a computer readable storage medium which is configured to be accessed for future processing.
As defined herein, the term “endpoint” means a task, function or process initiated by a computer program in response to at least one user input. In illustration, a user may enter a series of user inputs into a computer program with the intent to access a task, function or process.
As defined herein, the term “historical endpoint” means an endpoint led to by a historical path.
As defined herein, the term “predicted endpoint” means an endpoint predicted by a processing system as corresponding to a desired endpoint based on a series of user inputs received by a computer program.
As defined herein, the term “predicted path” means a path selected by a processing system that leads to a predicted endpoint.
As defined herein, the term “use case” means a set of conditions or variables used to determine whether a computer program, or a feature of the computer program, is working as intended. A use case can be, for example, a test case.
As defined herein, the term “responsive to” means responding or reacting readily to an action or event. Thus, if a second action is performed “responsive to” a first action, there is a causal relationship between an occurrence of the first action and an occurrence of the second action, and the term “responsive to” indicates such causal relationship.
As defined herein, the term “computer readable storage medium” means a storage medium that contains or stores program code for use by or in connection with an instruction execution system, apparatus, or device. As defined herein, a “computer readable storage medium” is not a transitory, propagating signal per se.
As defined herein, the term “substantially” means largely but not wholly. For example, if a signature log substantially matches a historical log, a large portion of events listed in the signature log may match events listed in the historical log, though there may not be a match for all events. Similarly, if a signature log substantially matches a historical log, each event listed in the signature log may match a corresponding event in the historical log, but the historical log also may lists additional events not listed in the signature log.
As defined herein, the term “output” means storing in memory elements, writing to display or other peripheral output device, sending or transmitting to another system, exporting, or the like.
As defined herein, the term “real time” means a level of processing responsiveness that a user or system senses as sufficiently immediate for a particular process or determination to be made, or that enables the processor to keep up with some external process.
As defined herein, the term “automatically” means without user intervention.
As defined herein, the term “user” means a person (i.e., a human being).
FIG. 1 is a block diagram illustrating an example of a user support system (hereinafter “system”)100. Thesystem100 can include arequirements management tool110 and aquality management tool120 and apath search engine130. Therequirements management tool110,quality management tool120 andpath search engine130 can be software modules/applications executed by a single processing system or executed among a plurality of processing systems communicatively linked via at least one network. The network is the medium used to provide communications links between various devices and data processing systems connected together withinsystem100. The network may include connections, such as wire, wireless communication links, or fiber optic cables. The network can be implemented as, or include, any of a variety of different communication technologies such as a wide area network (WAN), a local area network (LAN), a wireless network, a mobile network, a Virtual Private Network (VPN), the Internet, the Public Switched Telephone Network (PSTN), or the like.
Therequirements management tool110 can receivecomputer program requirements112 for acomputer program140. Thecomputer program requirements112 can specify functionality expected of thecomputer program140, including stated requirements thecomputer program140 is to achieve. Thecomputer program requirements112 can be communicated to aquality management tool120. In addition, use cases122 (e.g., test cases) based on thecomputer program requirements112 can be generated and communicated to thequality management tool120. By way of example, one or more quality engineers can read thecomputer program requirements112 and generate the use cases122. One or more links between thecomputer program requirements112 and the generated the use cases122 can be established. Such links can indicate, for example, the status of thecomputer program requirements112 with regard to the use cases122, how many use cases122 have been created for eachcomputer program requirement112, etc.
Thequality management tool120, or another application/service to which thequality management tool120 is communicatively linked, can be accessed by one or more quality engineers to execute the use cases122 with thecomputer program140. While executing each of the use cases122, the quality engineers can enter one or more user inputs with the goal of reaching a particular endpoint. The user inputs entered can be tracked and entered into ahistorical log124 as a historical path. In addition, events triggered by the user inputs, calls, and the like can be tracked and entered into thehistorical log124. In one arrangement, thecomputer program140 can be instrumented with program code that generates identifiers corresponding to the user inputs, events, calls, etc., and these identifiers can be stored in the historical log. Regardless, thehistorical log124 can maintain a historical signature corresponding to the testing implemented using the use case, and the historical signature can be associated with the use case in a suitable manner. For example, and identifier indicating the use case can be included in thehistorical log124. Further, the endpoint that is reached by each particular set of user inputs can be indicted in thehistorical log124 as a historical endpoint. Thehistorical log124 generated for each use case can be stored in a suitable data structure, for example in a database, data table, or the like.
Thepath search engine130 can be configured to receive signatures recorded by client systems while thecomputer program140 is used, and search thehistorical logs124 to find historical signatures that, at least in part, match the received signatures. For example, thepath search engine130 can interface with thequality management tool120 to access thehistorical logs124, or thepath search engine130 can access thehistorical logs124 directly from the data structure in which they are stored.
In illustration, aclient system160 can execute thecomputer program140, or theclient system160 can access thecomputer program140 via a network (e.g., if thecomputer program140 is a web application or other computer program hosted remote to the client system160). A user of theclient system160 can contact the tendedsupport system150 to request assistance accessing a certain feature (endpoint) of theclient system160. The tendedsupport system150 can be a software module/application executing on a processing system that executes thepath search engine130, or can be executed on a processing system communicatively linked to the processing system executing thepath search engine130, for example via the network. Further, the tendedsupport system150 can be communicatively linked to other components of thesystem100, such as thequality management tool120 and thepath search engine130, via the network.
The user can contact the tendedsupport system150 via e-mail, text messaging or the like implemented via theclient system160, or the user can place a telephone or video call to the tendedsupport system150. In this regard, theclient system160 can be communicatively linked to the tendedsupport system150 via a suitable network, for example network previously described. In any case, a support engineer can respond to the user's inquiry. In one arrangement, the support engineer can request that the user provide access to thecomputer program140 to retrieve asignature log162 generated in response to user inputs by the user into thecomputer program140 attempting to access the feature. The user can provide the requested access and the support engineer can access thesignature log162. In another arrangement, the support engineer can instruct the user on how to send thesignature log162, and the user can send the signature log162 to the support engineer accordingly.
Thesignature log162 can be a rolling log that is continuously updated each time a user enters a user input, triggers an event/action, etc. For example, the signature log162 can list user inputs and corresponding events/actions. For example, the signature log162 can list a user input that triggers presentation of a menu, list user inputs selecting one or more menu items from the menu, list user inputs that initiate other events/actions in the computer program, etc. Thesignature log162 can be arranged so that the user inputs and initiated events/actions are listed sequentially. Thesignature log162 also can indicate a computing environment in which thecomputer program140 is being used by theclient system160. For example, the signature log can indicate the operating system being used, hardware/software resources available and/or being used to execute thecomputer program140, etc. In the case that thecomputer program140 is a web application, the web browser executing on theclient system160 to access thecomputer program140, plugins, and the like, also can be indicated in thesignature log162. Accordingly, the signature log162 can be readily compared to historical paths to determine which historical path(s) correspond to the computing environment in which thecomputer program140 is being used, and the endpoint the user desires to access.
In one aspect, the tendedsupport system150 or support engineer can parse from the signature log162 the most recent user inputs, actions/events, etc. and include only the parsed items in the version of the signature log162 communicated to thepath search engine130. For example, the parsed items can be those user inputs, actions/events, etc. beginning with a user selection of a primary menu item in thecomputer program140, for instance a menu item presented by a main menu of thecomputer program140.
Via the tendedsupport system150, the engineer can open a support ticket with thesystem100, for example with thequality management tool120, and communicate the signature log162 to thepath search engine130. Thesignature log162 can be associated with the support ticket in a suitable manner. For example, when sending the signature log162 to thepath search engine130, the tendedsupport system150 can append to the signature log162 an identifier corresponding to the support ticket.
Thepath search engine130 can automatically compare the signature log162 tohistorical logs124 to identify one or morehistorical logs124 that match, at least in part, thesignature log162. In this regard, because the user was not able to access the desired feature (endpoint), it may be the case that thesignature log162 does not precisely match any of thehistorical logs124, or if thesignature log162 does precisely match a particularhistorical log124, the endpoint associated with thehistorical log124 may not be the user's desired endpoint. Moreover, a user may have started down the appropriate path to reach the desired endpoint, but may be unsure as to a next user input/selection that is required to continue along that path to reach the desired endpoint. Thus, even if thesignature log162 does precisely match a particularhistorical log124, thepath search engine130 can identify not only that particularhistorical log124, but also one or more otherhistorical logs124 which at least partially match thesignature log162. For instance, thepath search engine130 can identify one or more otherhistorical logs124 that match, at least in part, thesignature log162.
In illustration, if ahistorical log124 includes a path of seven user inputs that access a particular endpoint, and the signature log162 lists the first five of those user inputs as recently being entered by the user, thathistorical log124 can be selected as potentially corresponding to the user's desired endpoint. Similarly, if all but a small number of the user inputs recently entered by the user match the path of thehistorical log124, thathistorical log124 can be selected as potentially corresponding to the user's desired endpoint. For example, the user may have entered a number of appropriate user selections, but inadvertently selected an incorrect menu item along the way.
Thepath search engine130 can, in real time, identify the use cases122 corresponding to the identified historical log(s)124, and communicate the identifiedhistorical logs164 and corresponding use cases to the tendedsupport system150. If any of the identifiedhistorical logs164 indicate corresponding support tickets (e.g., support tickets corresponding to use cases associated with the historical logs164), those support tickets also can be communicated to the tendedsupport system150 for presentation to the support engineer. Based on interactions with the user, the support engineer can determine what feature (endpoint) of thecomputer program140 the user is attempting to access. For example, the support engineer can ask the user “what are you trying to accomplish?” The support engineer can review the use cases and support tickets, if any, to determine whether any of the use cases actually reach the endpoint the user is trying to reach. If so, the support engineer can review the corresponding historical log and explain to the user how to reach that endpoint, or initiate communication, from the tendedsupport system150 to theclient system160, a predictedpath166 the user can follow to reach the desired endpoint.
In one arrangement, for each identifiedhistorical log164, thepath search engine130 can identify a deviation between thesignature log162 and thehistorical log164. Such deviation can be, for example, user inputs listed in thehistorical log164 that are not listed in thesignature log162, user inputs listed in the signature log162 that are not listed in thehistorical log164, and the like. The deviation can help the support engineer to identify incorrect or missing user inputs preventing the user from accessing the desired endpoint. They support engineer can convey such information to the user.
In some cases, there may not be a use case122 which arrives at the desired endpoint. Nonetheless, based on the use cases that are identified, the support engineer can attempt to determine an appropriate path to arrive at the desired endpoint. If the support engineer is able to determine an appropriate path, the support engineer can explain the path to the user. The support engineer also can initiate, via the tendedsupport system150, recording of user inputs by the support engineer into thecomputer program140, as well as other events corresponding to the user inputs. When the support engineer has arrived at the desired endpoint, the support engineer can stop the recording. The recording can be processed by the tendedsupport system150 to determine the appropriate path (new path), for reaching the desired endpoint, and the support engineer can initiate communication of such path to the user, or instruct the user how to follow the new path.
Further, the new path and corresponding endpoint can be communicated from the tendedsupport system150 to thequality management tool120, for example in a new signature log. A corresponding support ticket also can be communicated to thequality management tool120. Thequality management tool120 can generate a new historical log including the new path, as a historical path, leading to the desired endpoint, and store the new historical log with the otherhistorical logs124 for future reference. An identifier can be added to the newhistorical log124 to indicate an association (e.g., a link) between the new path and the corresponding (desired) endpoint. An identifier also can be added to the newly generatedhistorical log124 to indicate an association (e.g., a link) between the new path and the support ticket generated for the present help session. Thus, if thehistorical log124, or the new use case, is accessed as some future point in time to help another user, the support ticket can be presented to the support engineer or the user. The support ticket can provide specific information regarding the first user's issue, and may include statements by the first user as to what issue the first user encountered.
Moreover, a corresponding use case can be automatically generated and stored with the use cases122. The use case can, for example, identify the corresponding endpoint and indicate the functionality provided by the endpoint. The use case also can provide instructions on how to follow the intended path. Thus, if other users contact thesupport system150, and their signature logs match, at least in part (e.g., substantially), the generated historical path, the corresponding use case can be included with the use cases identified by thepath search engine130. In this regard, the present operations can create a linkage between support tickets and use cases122, as well as requirements upon which use cases122 are generated. Accordingly, support engineers and/or users can retrieve use cases122, as well as associated requirements, corresponding to support tickets, and support engineers and/or users can retrieve support tickets corresponding to use cases122. This linkage can greatly enhance operation of thesystem100, improving support provided to users.
In one arrangement, the signature log162 can indicate user inputs, actions/events, etc. that define a path that should lead to the desired endpoint, but does not due to some defect (e.g., bug) in thecomputer program140. The path/point information168 communicated to thequality management tool120 can indicate such defect. Based on such indication, thequality management tool120 can automatically generate a defect notification and communicate that notification to a system (not shown) that tracks software defects, and a corrective action notification can be generated. Further, the support engineer can work with the user to find an alternate path to the desired endpoint. If such alternate path is found, the path/endpoint168 information for that path also can be communicated to thequality management tool120. Further, the corresponding support ticket generated for the present issue can include notes and/or statements by the user and/or support engineer regarding the issue being resolved, including what user inputs, events/actions, etc. were tried, specific problems/error messages encountered, etc.
FIG. 2 is a block diagram illustrating another example of auser support system200. InFIG. 2, rather than theclient system160 or user contacting the tendedsupport system150 ofFIG. 1, the user and/orclient system160 can contact anautomated support system250. Again, theautomated support system250 can be a software module/application executing on a processing system that executes thepath search engine130, or can be executed on a processing system communicatively linked to the processing system executing thepath search engine130, for example via the network. Further, theautomated support system250 can be communicatively linked to other components of thesystem200, such as thequality management tool120 and thepath search engine130, via the network. Also, theclient system160 can be communicatively linked to the automated support system250 a suitable network, such as that previously described.
In operation, the user/client system160 can contact theautomated support system250 via a help menu presented by thecomputer program140, via a web page presented by theautomated support system250 accessed by the user/client system160, or the user/client system160 can contact theautomated support system250 in any other suitable manner. Thesystem200 can implement the functions/processes previously described forFIG. 1, though theautomated support system250 can automatically implement functions previously described. In one arrangement, theautomated support system250 can prompt the user/client system160 to communicate the signature log162 to theautomated support system250. In another arrangement, thecomputer program140, or another application or service, can communicate the signature log162 to theautomated support system250.
In one aspect, when a plurality of logs/use cases164 are identified by thepath search engine130 responsive to processing thesignature log162, thepath search engine130 can communicate to theautomated support system250 the identified historical logs/use cases164. Each historical log can identify a historical endpoint to which the use case corresponds. From among the identified historical logs/use cases164, theautomated support system250 can select one of thehistorical logs164 that most closely matches thesignature log162. Theautomated support system250 then can communicate with theclient system160 to present a message to a user, for example via the user interface of theclient system160, indicating the corresponding use case and prompting the user to enter a user input indicating whether that use case corresponds to the user's desired endpoint. The historical endpoint corresponding to thehistorical log124/use case can be identified as a predicted endpoint since that endpoint is identified by comparing the signature log162 to thehistorical logs124.
By way example, if the use case corresponding to the historical log is configured to set up a new project team in a repository, the message can state “Based on your recent actions you may be trying to setup a new project team in the repository. Is that correct?” Buttons or icons corresponding to “Yes” and “No” also can be presented with the message. If the user selects the “Yes” button, theautomated support system250 can identify the corresponding predicted endpoint and select the predictedpath166 that is followed to arrive at the predicted endpoint. Theautomated support system250 can communicate to the client. In this regard, the predictedpath166 can include instructions (e.g., guidance) for accessing the predicted endpoint. For example, the predictedpath166 can include a statement “You need to establish a connection to the database before you can take this action.” Optionally, the predictedpath166 can include, or provide a link to, instructions that explain how to make the connection to the database. In another aspect, theautomated support system250 can access user permissions corresponding to the user of theclient system160 and, based on the user permissions, determine whether the user has the necessary privileges to implement the actions/events indicted by the predictedpath166. For instance, if a connection to a database is required, theautomated support system250 can determine whether the user is assigned the privileges necessary to establish the connection to the database. If not, the message presented to the user can state, for example, “You do not have the required permissions to do this, you need Admin privilege on the project area.”
If the user selects the “No” button, theautomated support system250 can select ahistorical log164 that next closely matches thesignature log162. Theautomated support system250 can again present, via theclient system160, a corresponding message to the user asking the user whether the use case corresponding to thathistorical log164 corresponds to the user's desired endpoint, and prompting the user for a response. Again, based on the user's input, a next course of action can be implemented. This process can continue until the user selects “Yes” for a particular use case, or all use cases corresponding to the identifiedhistorical logs164 have been presented to the user. In another arrangement, each of the use cases can be presented to the user in a message, and the user can be prompted to select one of the use cases or select a button or icon indicating that none of the use cases correspond to the desired endpoint. Again, if the user selects a particular use case, the corresponding historical endpoint can be identified as a predicted endpoint, and the predictedpath166 to arrive at the predicted endpoint can be selected and communicated to the user/client system160.
If the user has indicted that none of such use cases corresponds to the desired endpoint, theautomated support system250 can escalate the user's inquiry. For example, theautomated support system250 can transfer the inquiry to the tendedsupport system150 ofFIG. 1, and a support engineer can interact with the user to attempt to guide the user to the desired endpoint. Again, if the support engineer finds a suitable path to the endpoint, that path/endpoint168 (FIG. 1) can be communicated to thequality management tool120, as previously described.
In one arrangement, the signature log162 can indicate a path that should be valid, but is not valid due to a defect in thecomputer program140. Based on thehistorical logs124, thepath search engine130 can identify the endpoint that should correspond to thesignature log162, and select another path/use case that arrives at the same endpoint. Thepath search engine130 can communicate the other path/use case to theautomated support system250. Based on the other path/use case, theautomated support system250 can communicate the predictedpath166 to the user/client system160 as an alternate path the user should use to reach the desired endpoint. Moreover, thehistorical log124 that corresponds to the signature log162 can identify a support ticket corresponding to an instance when it was discovered that the path that should be valid was discovered to be invalid due to the software defect. Thepath search engine130 can communicate that support ticket to theautomated support system250, which can communicate the support ticket, or a portion thereof, to the user/client system160. The user can evaluate the support ticket to determine a further course of action to access the desired endpoint.
FIG. 3 is a block diagram illustrating example architecture for aprocessing system300 executing one or more modules/applications of theuser support system100 ofFIG. 1. Theprocessing system300 can include at least one processor305 (e.g., a central processing unit) coupled tomemory elements310 through a system bus315 or other suitable circuitry. As such, theprocessing system300 can store program code within thememory elements310. Theprocessor305 can execute the program code accessed from thememory elements310 via the system bus315. It should be appreciated that theprocessing system300 can be implemented in the form of any system including a processor and memory that is capable of performing the functions and/or operations described within this specification. For example, theprocessing system300 can be implemented as a server.
Thememory elements310 can include one or more physical memory devices such as, for example,local memory320 and one or more bulk storage devices325.Local memory320 refers to random access memory (RAM) or other non-persistent memory device(s) generally used during actual execution of the program code. The bulk storage device(s)325 can be implemented as a hard disk drive (HDD), solid state drive (SSD), or other persistent data storage device. Theprocessing system300 also can include one or more cache memories (not shown) that provide temporary storage of at least some program code in order to reduce the number of times program code must be retrieved from the bulk storage device325 during execution.
One ormore network adapters330 also can be coupled toprocessing system300 to enableprocessing system300 to become coupled to other systems, computer systems, remote printers, and/or remote storage devices through intervening private or public networks. Modems, cable modems, transceivers, and Ethernet cards are examples of different types ofnetwork adapters330 that can be used with theprocessing system300.
As pictured inFIG. 3, thememory elements310 can store the components of thesystem100 ofFIG. 1, namely therequirements management tool110, thequality management tool120, thepath search engine130 and the tendedsupport system150. The memory elements also can store theautomated support system250 ofFIG. 2. Being implemented in the form of executable program code, these components of the processing system300 (or system200) can be executed by theprocessing system300 and, as such, can be considered part of theprocessing system300. Moreover, therequirements management tool110, thequality management tool120, thepath search engine130 and the support system(s)150,250, including any parameters, data and/or attributes utilized by such components, are functional data structures that impart functionality when employed as part of theprocessing system300 ofFIG. 3.
As noted, however, it is not necessary that therequirements management tool110, thequality management tool120, thepath search engine130 and the support system(s)150,250 each be executed on thesame processing system300. In this regard, theprocessing system300 can execute one or more of thesecomponents110,120,130,150,250, and one or more other processing systems can execute other components.
FIG. 4 is a block diagram illustrating example architecture for aclient system160. Theclient system160 can include at least one processor405 (e.g., a central processing unit) coupled tomemory elements410 through a system bus415 or other suitable circuitry. As such, theclient system160 can store program code within thememory elements410. Theprocessor405 can execute the program code accessed from thememory elements410 via the system bus415. It should be appreciated that theclient system160 can be implemented in the form of any system including a processor and memory that is capable of performing the functions and/or operations described within this specification. For example, theclient system160 can be implemented as a computer, a workstation, a mobile computer, a laptop computer, a tablet computer, a smart phone, a personal digital assistant, a gaming device, an appliance, and so on.
Thememory elements410 can include one or more physical memory devices such as, for example,local memory420 and one or morebulk storage devices425. Theclient system160 also can include one or more cache memories (not shown) that provide temporary storage of at least some program code in order to reduce the number of times program code must be retrieved from thebulk storage device425 during execution.
Input/output (I/O) devices such as adisplay430, apointing device435 and, optionally, akeyboard440 can be coupled to theclient system160. The I/O devices can be coupled to theclient system160 either directly or through intervening I/O controllers. For example, thedisplay430 can be coupled to theclient system160 via a graphics processing unit (GPU), which may be a component of theprocessor405 or a discrete device. One ormore network adapters445 also can be coupled toclient system160 to enableclient system160 to become coupled to other systems, computer systems, remote printers, and/or remote storage devices through intervening private or public networks. Modems, cable modems, transceivers, and Ethernet cards are examples of different types ofnetwork adapters445 that can be used with theclient system160.
As pictured inFIG. 4, thememory elements410 can store the computer program140 (e.g., an instance of thecomputer program140 being used by the client system160). In another arrangement, rather than storing thecomputer program140, thememory elements410 can store a web browser or other suitable application configured to access thecomputer program140 from a remote system. For example, thecomputer program140 can be a web application accessed by theclient system160. Being implemented in the form of executable program code, these components of theclient system160 can be executed by theclient system160 and, as such, can be considered part of theclient system160. Moreover, the signature log162 generated by theclient system160 is a functional data structure that imparts functionality when employed as part of thesystems100,200 ofFIGS. 1 and 2.
FIG. 5 is a flow chart illustrating an example of amethod500 of selecting a predicted path corresponding to a predicted endpoint in a computer program. At step505, a first signature generated by a first processing system can be received. The first signature log is a computer readable data structure and includes a first listing of at least a recorded series of user inputs received by a computer program. At step510, a path search engine executed using a processor can compare the recorded series of user inputs to at least one historical log indicating at least one historical path. Each historical path includes at least second listing of a series of historical user inputs that corresponds to a historical endpoint in the computer program. Atstep515, responsive to comparing the first listing of the recorded series of user inputs to the at least one historical log, at least one historical path to which the recorded series of user inputs at least partially corresponds can be identified. The least one historical endpoint can be identified as a predicted endpoint in the computer program. Atstep520, a predicted path corresponding to the predicted endpoint in the computer program can be selected based on the predicted endpoint. The predicted path can be output. For instance, the predicted path can be output for presentation to a user.
For purposes of simplicity and clarity of illustration, elements shown in the figures have not necessarily been drawn to scale. For example, the dimensions of some of the elements may be exaggerated relative to other elements for clarity. Further, where considered appropriate, reference numbers are repeated among the figures to indicate corresponding, analogous, or like features.
The present invention may be a system, a method, and/or a computer program product. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms “a,” “an,” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “includes,” “including,” “comprises,” and/or “comprising,” when used in this disclosure, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
Reference throughout this disclosure to “one embodiment,” “an embodiment,” or similar language means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment described within this disclosure. Thus, appearances of the phrases “in one embodiment,” “in an embodiment,” and similar language throughout this disclosure may, but do not necessarily, all refer to the same embodiment.
The term “plurality,” as used herein, is defined as two or more than two. The term “another,” as used herein, is defined as at least a second or more. The term “coupled,” as used herein, is defined as connected, whether directly without any intervening elements or indirectly with one or more intervening elements, unless otherwise indicated. Two elements also can be coupled mechanically, electrically, or communicatively linked through a communication channel, pathway, network, or system. The term “and/or” as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items. It will also be understood that, although the terms first, second, etc. may be used herein to describe various elements, these elements should not be limited by these terms, as these terms are only used to distinguish one element from another unless stated otherwise or the context indicates otherwise.
The term “if” may be construed to mean “when” or “upon” or “in response to determining” or “in response to detecting,” depending on the context. Similarly, the phrase “if it is determined” or “if [a stated condition or event] is detected” may be construed to mean “upon determining” or “in response to determining” or “upon detecting [the stated condition or event]” or “in response to detecting [the stated condition or event],” depending on the context.
The descriptions of the various embodiments of the present invention have been presented for purposes of illustration, but are not intended to be exhaustive or limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The terminology used herein was chosen to best explain the principles of the embodiments, the practical application or technical improvement over technologies found in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.