JP2014102634A - Method and apparatus for supporting user operation - Google Patents

Method and apparatus for supporting user operation Download PDF

Info

Publication number
JP2014102634A
JP2014102634A JP2012253422A JP2012253422A JP2014102634A JP 2014102634 A JP2014102634 A JP 2014102634A JP 2012253422 A JP2012253422 A JP 2012253422A JP 2012253422 A JP2012253422 A JP 2012253422A JP 2014102634 A JP2014102634 A JP 2014102634A
Authority
JP
Japan
Prior art keywords
screen
gui
user
gui component
image
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
JP2012253422A
Other languages
Japanese (ja)
Other versions
JP5885204B2 (en
Inventor
Koki Nakanishi
弘毅 中西
Takeshi Masuda
健 増田
Hajime Nakajima
中島  一
Yuto Kawabata
祐人 川端
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2012253422A priority Critical patent/JP5885204B2/en
Publication of JP2014102634A publication Critical patent/JP2014102634A/en
Application granted granted Critical
Publication of JP5885204B2 publication Critical patent/JP5885204B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To support correct operation through GUI, for an application which may cause trial-and-error operation and includes non-stereotyped operation with fluid screen transition.SOLUTION: When an operation support request is inputted from a user, an operation information acquisition unit 7 acquires an operation screen at the point of time (present) and GUI constitution information and an assumed screen generation unit 8 selectably displays images of respective states of a GUI component capable of obtaining two or more visually different states out of GUI components on the present operation screen on the basis of a GUI component state management table and generates an assumed screen by changing the visual states of the GUI components on the present operation screen to a state selected by the user. A retrieval key is generated from a GUI component XML tree corresponding to the assumed screen and an operation example storage unit 1 is retrieved by using the operation key.

Description

本発明は、企業における業務システム等を実現する、コンピュータ上で動作するアプリケーションプログラムに対するユーザ(オペレータ)の操作を支援する技術に関する。   The present invention relates to a technique for supporting a user (operator) operation on an application program operating on a computer, which realizes a business system in a company.

近年のアプリケーションプログラム(以下、アプリケーション)は、その大部分がグラフィカル・ユーザ・インタフェース(以下、GUI)を備えている。GUIでは、表示装置に表示された画面上のボタンやテキストボックスなどのGUI部品(GUIコンポーネント)を操作することで、アプリケーションに対する指示や入力が行われる。なお、ここでの操作とは、具体的にはユーザによるマウスクリックやキーボード入力などのことである。   Most of recent application programs (hereinafter referred to as applications) are provided with a graphical user interface (hereinafter referred to as GUI). In the GUI, an instruction or input to an application is performed by operating a GUI component (GUI component) such as a button or a text box on the screen displayed on the display device. The operation here specifically means mouse click or keyboard input by the user.

この際、画面上のGUI部品に対する操作が実行されると、当該画面(GUI画面)が変化する。これを画面遷移と呼ぶ。画面遷移は、単にボタンが反転表示される場合もあれば、ウィンドウ内のテキストが変化したり、別のウィンドウが開かれる場合もある。アプリケーションにおける一つの作業は、通常、画面遷移によって次々に表示される所定の複数の画面において正しい操作が行われたときに完了する如くなっている。   At this time, when an operation is performed on a GUI component on the screen, the screen (GUI screen) changes. This is called screen transition. In the screen transition, the button may be displayed in reverse video, the text in the window may change, or another window may be opened. One work in an application is normally completed when a correct operation is performed on a plurality of predetermined screens displayed one after another by screen transition.

予め操作の順番が決められ、画面遷移が固定的な定型作業については、個々の画面において正しい操作を行うための様々な支援方法が開発・提案されている。しかし、操作が試行錯誤を伴い、画面遷移も流動的な非定型作業については、個々の画面において正しい操作を行うための支援方法がなく、想定画面を予測しながらヒューリスティックに判断の参考になる操作事例を検索できるようなシステムが望まれている。   For routine work in which the order of operations is determined in advance and the screen transition is fixed, various support methods for performing correct operations on individual screens have been developed and proposed. However, there is no support method for performing correct operations on individual screens for atypical work that involves trial and error and fluid screen transitions, and operations that can be used for heuristic judgment while predicting the expected screen A system that can search for cases is desired.

初歩的な定型作業では、操作マニュアル、作業マニュアル、ヘルプ機能、アノテーション機能、チェック機能等によって、ユーザに対して操作支援が行われてきた。これらの方法ではユーザに提示される操作支援情報が入力情報に対して固定的である。より高度な作業に対応するためには様々な場合に応じた膨大な操作支援のためにデータを作成する必要がある。仮に膨大な操作支援データを作成したとしても、大量の操作支援データからユーザが必要とする情報を検索する場合、ユーザが望んでいるような的確な操作支援データを特定するためには、多くの検索キー情報を入力しなければならない。   In elementary routine work, operation support has been provided to users by an operation manual, work manual, help function, annotation function, check function, and the like. In these methods, the operation support information presented to the user is fixed with respect to the input information. In order to cope with more advanced work, it is necessary to create data for a large amount of operation support according to various cases. Even if a large amount of operation support data is created, when searching for information required by the user from a large amount of operation support data, in order to specify the exact operation support data desired by the user, You must enter search key information.

上述したような操作マニュアル等が対象としている初歩的な定型作業については近年、自動化が進み、量は減少しつつある。   In recent years, the basic routine work targeted by the operation manual and the like as described above has been automated and the amount thereof is decreasing.

一方、突発的な障害復旧対応、障害分析、ネットワーク設計のような高度なレベルの操作が必要な場合は、前述したような固定的な操作マニュアル等では対応が困難である。このような作業では、与えられた状況に対してユーザが臨機応変に対応する必要がある。これまでは、その場その場に応じて過去の様々な経験を元にそれらを組み合わせたり、他の高スキルのオペレータの指導でユーザがその状況に応じて判断を行い、操作を行っていた。   On the other hand, when a high-level operation such as sudden failure recovery, failure analysis, or network design is required, it is difficult to cope with a fixed operation manual as described above. In such work, the user needs to respond flexibly to a given situation. Up to now, users have combined them based on various past experiences according to the situation, and the user has made judgments according to the situation under the guidance of other high-skilled operators.

[従来技術]
1.テキストを検索キーとしてテキストを検索(Namazu)
操作事例に含まれる文字列を検索対象とするならば、テキスト検索システムを用いることで文字列を検索キーとした検索は容易に可能である(非特許文献1参照)。
[Conventional technology]
1. Search text using text as search key (Namazu)
If a character string included in an operation example is a search target, a search using a character string as a search key can be easily performed by using a text search system (see Non-Patent Document 1).

2.テキストを検索キーとして画像を検索する検索(Filckr)
文字列を検索キーとする場合、検索対象を画像とすると、画像データに何らかの文字列を対応付けておくことが必要となる。例えば、Web上の写真共有サービスであるFlickrでは、投稿時にユーザが自身で入力するタグ(文字列)や、画像の付加情報であるExifデータから抽出した撮影日時、場所、機材や撮影時の設定等のデータなどが一つ一つの画像に対応づけられている。この文字列データを対象に、ユーザが文字列の検索キー(例えば、"Everest mountain")を入力することで、該当する画像(例えば、"Everest"と"mountain"というタグを有する画像)の一覧を得ることができる(非特許文献2参照)。
2. Search to search for images using text as search key (Filckr)
When a character string is used as a search key, if the search target is an image, it is necessary to associate some character string with the image data. For example, in Flickr, a photo sharing service on the Web, the shooting date / time, location, equipment, and shooting settings extracted from the tag (character string) that the user inputs at the time of posting or Exif data that is additional information of the image Etc. are associated with each image. A list of corresponding images (for example, images having tags “Everest” and “mountain”) by inputting a character string search key (for example, “Everest mountain”) for this character string data. Can be obtained (see Non-Patent Document 2).

3.画像を検索キーとして画像を検索(CBIR:Content-Based Image Retrieval)
ヒストグラムやデータサイズなどの画像の特徴ベクトルを抽出して、検索対象の画像の特徴ベクトルと比較して検索を行う方法。課題:処理負荷が大きく、大量のデータから検索する場合には処理に時間がかかる。文字や記号を用いた、またはセマンティックな検索が難しい(非特許文献3参照)。
3. Search for an image using the image as a search key (CBIR: Content-Based Image Retrieval)
A method of extracting a feature vector of an image such as a histogram or data size and performing a search by comparing with a feature vector of an image to be searched. Problem: Processing load is heavy, and processing takes time when searching from a large amount of data. It is difficult to search using characters or symbols or semantically (see Non-Patent Document 3).

4.文字列と画像の組合せを検索キーとして画像を検索
まず画像による検索を行って絞り込まれた結果を、文字列によってさらに検索する等といったことが可能である。この手法によって、アプリケーションのマニュアルや操作の事例集などを検索対象とすると、検索したい状況を示すキャプチャ画像とユーザが明示的に意識しているキーワードをもとに、より細かく望む情報を絞り込むことができる。 課題:文字列の記入はユーザに依存するため、ユーザが適切な文字列を入力しなければならない。
4). Searching for an image using a combination of a character string and an image as a search key First, it is possible to perform a search by image and further search the result narrowed down by a character string. With this method, if you search for application manuals or operation examples, you can narrow down the information you want more precisely based on the captured image that shows the situation you want to search and the keywords that the user is explicitly aware of. it can. Problem: Since entry of a character string depends on the user, the user must input an appropriate character string.

5.画像で検索(Google)
現在のGoogle画像検索では文字列を検索キーとした検索と、画像を検索キーとした検索のサービスを提供している。しかし、画像を検索キーとした検索を実現する仕組みは、まず検索キーとして与えられた画像を独自の画像コレクション等と照合して画像を表す文字列を生成し、次にその文字列を検索キーとした検索の実行結果を提示するというものである。課題:画像を表している文字列はユーザ依存であり、適切な文字列が画像に関連付けられている必要がある。
5. Search by image (Google)
The current Google image search provides a search service using text as a search key and search using an image as a search key. However, the mechanism for realizing a search using an image as a search key is to first generate a character string representing the image by matching the image given as the search key with an original image collection, etc., and then use that character string as the search key. The search execution result is presented. Problem: A character string representing an image is user-dependent, and an appropriate character string needs to be associated with the image.

6.ユーザ端末の画面と画面情報で検索
ユーザの操作画面と画面情報を検索キーとして操作事例を検索する方法が提案されている(特願2012−149522)。ここでは、ユーザの操作画面と画面情報を検索キーとすることで検索キーの課題点を克服している。課題:ユーザが想定した画面に類似した操作事例ではなく、ユーザの操作画面に類似した操作事例が検索される。
6). Search using user terminal screen and screen information A method of searching for an operation example using a user operation screen and screen information as a search key has been proposed (Japanese Patent Application No. 2012-149522). Here, the problem of the search key is overcome by using the user's operation screen and screen information as the search key. Problem: An operation example similar to the user's operation screen is searched instead of an operation example similar to the screen assumed by the user.

上述した従来の技術では、以下のような問題点があった。   The conventional techniques described above have the following problems.

1.ユーザによる現在の操作画面と想定画面、想定画面と操作事例を照らし合わしながら、ヒューリスティックに操作の参考となる操作事例を検索することができなかった。   1. While checking the current operation screen and the assumed screen by the user, and the assumed screen and the operation example, it was not possible to heuristically search for an operation example that serves as a reference for the operation.

2.現時点で表示されている画面(As is)を検索キーとして検索することはできるが、GUI部品についての専門用語を知らないユーザが想定した画面(To Be)で検索することができなかった。   2. Although it is possible to search using the currently displayed screen (As is) as a search key, it has not been possible to perform a search on a screen (To Be) assumed by a user who does not know the technical terms of the GUI component.

3.画像を検索キーとしてデータベースを検索した場合、ボタンやテキストボックス、ラジオボタンなどのGUI部品に特化したセマンティックな検索ができなかった。   3. When a database is searched using an image as a search key, a semantic search specialized for GUI parts such as buttons, text boxes, and radio buttons cannot be performed.

本発明の目的は、操作が試行錯誤を伴い、画面遷移が流動的な非定型作業を含むアプリケーションに対するGUIを通じた正しい操作の支援を可能とすることにある。   An object of the present invention is to enable support of correct operation through a GUI for an application including an atypical work in which the operation involves trial and error and the screen transition is fluid.

本発明では、前記目的を達成するため、任意のコンピュータ上で動作する操作対象アプリケーションに対するGUIを通じたユーザの操作を支援する方法であって、前記任意のコンピュータもしくは当該任意のコンピュータにネットワークを介して接続された他のコンピュータが、操作対象アプリケーションにおける操作事例のログデータを取得し、当該操作事例において示された時系列の複数の操作画面および当該各操作画面のGUI部品XMLツリーを含む操作事例情報を操作事例蓄積部に蓄積する操作事例情報収集工程と、前記ログデータ中の操作画面および当該操作画面のGUI部品XMLツリーに基づき、視覚的に異なる2以上の状態を取り得るGUI部品について当該GUI部品の画像と当該状態を制御する属性値を管理するGUI部品状態管理テーブルを生成するGUI部品状態管理テーブル生成工程と、ユーザから操作支援の要求が入力された時に現在の操作画面の画像情報およびGUI部品構成情報を取得する操作情報取得工程と、前記GUI部品状態管理テーブルに基づき、現在の操作画面および当該現在の操作画面におけるGUI部品の状態から想定画面を生成する想定画面生成工程と、前記操作事例蓄積部から前記想定画面に類似した操作画面を含む操作事例情報を検索する検索工程と、検索された操作事例情報中の時系列の各操作画面のいずれかをユーザによって選択可能に表示する検索結果表示工程と、ユーザによって選択された操作事例情報中の操作画面と現在の操作画面とをGUI部品単位で照合し、不一致個所を明示した画面を表示する照合処理・結果表示工程とを実行することを特徴とする。   In order to achieve the above object, the present invention provides a method for assisting a user operation through a GUI for an operation target application operating on an arbitrary computer, the network being connected to the arbitrary computer or the arbitrary computer via a network. Other connected computers acquire operation case log data in the operation target application, and include operation case information including a plurality of time-series operation screens indicated in the operation case and a GUI part XML tree of the operation screens. GUI components that can take two or more visually different states based on the operation case information collection step for storing the operation case information in the operation case storage unit, the operation screen in the log data, and the GUI component XML tree of the operation screen. G for managing component images and attribute values that control the state A GUI component state management table generating step for generating an I component state management table, an operation information acquiring step for acquiring image information and GUI component configuration information of the current operation screen when an operation support request is input from the user, Based on the GUI component state management table, an assumed screen generating step for generating an assumed screen from the current operation screen and the state of the GUI component on the current operation screen, and an operation screen similar to the assumed screen from the operation case storage unit A search process for searching operation case information including, a search result display process for displaying any one of time-series operation screens in the searched operation case information in a selectable manner by the user, and operation case information selected by the user The collation process that collates the current operation screen with the current operation screen in units of GUI parts and displays a screen that clearly shows the inconsistencies. · Characterized in that it results executes the display process.

また、本発明では、前記目的を達成するため、任意のコンピュータ上で動作する操作対象アプリケーションに対するGUIを通じたユーザの操作を支援する装置であって、操作対象アプリケーションにおける操作事例に関する各種の情報を蓄積する操作事例蓄積部と、視覚的に異なる2以上の状態を取り得るGUI部品について当該GUI部品の画像と当該状態を制御する属性値とを管理するGUI部品状態管理テーブルを蓄積するGUI部品状態管理テーブル蓄積部と、操作対象アプリケーションにおける操作事例のログデータを取得し、当該操作事例において示された時系列の複数の操作画面および当該各操作画面のGUI部品XMLツリーを含む前記操作事例情報を操作事例蓄積部に蓄積する操作事例情報収集部と、前記ログデータ中の操作画面の画像情報およびGUI部品XMLツリーに基づき、視覚的に異なる2以上の状態を取り得るGUI部品について当該GUI部品の画像と当該状態を制御する属性値を管理するGUI部品状態管理テーブルを生成してGUI部品状態管理テーブル蓄積部に蓄積するGUI部品状態管理テーブル生成部と、ユーザから操作支援の要求が入力された時に現在の操作画面の画像情報およびGUI部品構成情報を取得する操作情報取得部と、前記GUI部品状態管理テーブル蓄積部中のGUI部品状態管理テーブルに基づき、現在の操作画面および当該現在の操作画面におけるGUI部品の状態から想定画面を生成する想定画面生成部と、前記操作事例蓄積部から前記想定画面に類似した操作画面を含む操作事例情報を検索する検索部と、検索された操作事例情報中の時系列の各操作画面のいずれかをユーザによって選択可能に表示する検索結果表示部と、ユーザによって選択された操作画面と現在の操作画面とをGUI部品単位で照合し、不一致個所を明示した画面を表示する照合処理・結果表示部とを備えたことを特徴とする。   In order to achieve the above object, the present invention is a device that supports user operation through a GUI for an operation target application that operates on an arbitrary computer, and stores various types of information related to operation cases in the operation target application. GUI component state management that stores a GUI component state management table that manages an image of the GUI component and an attribute value that controls the state of a GUI component that can take two or more visually different states. Acquire log data of operation cases in the table storage unit and the operation target application, and operate the operation case information including a plurality of time-series operation screens shown in the operation cases and a GUI part XML tree of the operation screens. The operation case information collection unit to be stored in the case storage unit and the log data Based on the image information of the operation screen and the GUI part XML tree, a GUI part state management table for managing the GUI part image and attribute values for controlling the state is generated for GUI parts that can take two or more visually different states. And a GUI component state management table generation unit that stores the GUI component state management table storage unit, and operation information acquisition that acquires image information and GUI component configuration information of the current operation screen when an operation support request is input from the user An assumption screen generation unit that generates an assumption screen from the current operation screen and the state of the GUI component on the current operation screen based on the GUI component state management table in the GUI component state management table storage unit, and the operation A search unit for searching operation case information including an operation screen similar to the assumed screen from the case storage unit; The search result display unit that displays any of the time-series operation screens in the searched operation case information that can be selected by the user, and the operation screen selected by the user and the current operation screen are collated in units of GUI parts. And a collation processing / result display unit for displaying a screen clearly showing the inconsistent portions.

本発明によれば、
1.画像に検索のためのテキスト情報を入れる必要がない、
2.ユーザにGUI部品についての専門的な知識を必要とせず、検索キーとしてテキストの入力なしにユーザに対して想定される画面を提示することができる、
3.ユーザが検索キーを想定したGUI部品の画像で行うことで、よりユーザのイメージに合った検索結果を得ることができる、
4.検索条件を設定することにより、ユーザにとって柔軟に照合の対象を変更することができる、
といった効果を奏することができる。
According to the present invention,
1. There is no need to include text information for search in the image.
2. The user does not need specialized knowledge about GUI parts and can present a screen assumed for the user without inputting text as a search key.
3. The user can obtain a search result more suited to the user's image by performing the GUI part image assuming the search key.
4). By setting search conditions, the target of matching can be changed flexibly for the user.
Such effects can be achieved.

本発明のユーザ操作支援装置の実施の形態の一例を示す構成図The block diagram which shows an example of embodiment of the user operation assistance apparatus of this invention GUI部品状態管理テーブルの一例を示す説明図Explanatory drawing which shows an example of a GUI component state management table GUI部品状態管理テーブル生成のルールを示す説明図Explanatory drawing which shows the rule of GUI component state management table generation 本発明のユーザ操作支援装置における動作フローチャートOperation flowchart in user operation support device of the present invention 操作支援要求から検索キー生成までの流れを示す説明図Explanatory diagram showing the flow from operation support request to search key generation 操作支援要求時の画面の一例を示す説明図Explanatory drawing which shows an example of the screen at the time of operation support request 想定画面生成の一例を示す説明図Explanatory drawing which shows an example of assumption screen generation 検索結果表示画面の一例を示す説明図Explanatory drawing which shows an example of a search result display screen 時系列表示画面の一例を示す説明図Explanatory drawing showing an example of a time series display screen 照合処理の流れを示す説明図Explanatory diagram showing the flow of verification processing 照合結果表示画面の一例を示す説明図Explanatory drawing which shows an example of a collation result display screen

図1は本発明のユーザ操作支援装置の実施の形態の一例、ここでは周知のコンピュータ上に実現した例を示すもので、図中、1は操作事例蓄積部、2はGUI部品状態管理テーブル蓄積部、3はログデータ取得部、4はデータインポート部、5は関連テーブル生成部、6はGUI部品状態管理テーブル生成部、7は操作情報取得部、8は想定画面生成部、9はGUI部品XMLツリー生成部、10は検索実行部、11は検索結果表示部、12は照合処理・結果表示部である。   FIG. 1 shows an example of an embodiment of a user operation support apparatus according to the present invention, here an example realized on a well-known computer. In the figure, 1 is an operation example storage unit, and 2 is a GUI component state management table storage. , 3 is a log data acquisition unit, 4 is a data import unit, 5 is a related table generation unit, 6 is a GUI component state management table generation unit, 7 is an operation information acquisition unit, 8 is an assumed screen generation unit, and 9 is a GUI component. An XML tree generation unit, 10 is a search execution unit, 11 is a search result display unit, and 12 is a collation processing / result display unit.

操作事例蓄積部1は、操作対象アプリケーションにおける操作事例に関する各種の情報を蓄積するためのもので、各操作事例における時系列の複数の操作画面の画像情報を蓄積する画像イメージ蓄積部1aと、各操作画面におけるGUI部品XMLツリーを蓄積するGUI部品XMLツリー蓄積部1bと、前記操作画面の画像情報とGUI部品XMLツリーとの関連を示す関連テーブルを蓄積する関連テーブル蓄積部1cとを備えている。   The operation case accumulation unit 1 is for accumulating various types of information related to operation cases in the operation target application, and includes an image image accumulation unit 1a that accumulates image information of a plurality of time-series operation screens in each operation case, A GUI component XML tree storage unit 1b for storing a GUI component XML tree on the operation screen, and a related table storage unit 1c for storing a related table indicating the relationship between the image information on the operation screen and the GUI component XML tree are provided. .

GUI部品状態管理テーブル蓄積部2は、視覚的(画像的)に異なる2以上の状態を取り得るGUI部品について当該GUI部品の画像と当該状態を制御する属性値とを管理するGUI部品状態管理テーブルを蓄積する。   The GUI component state management table storage unit 2 is a GUI component state management table that manages an image of a GUI component and an attribute value that controls the state of a GUI component that can take two or more visually (image-like) states. Accumulate.

ログデータ取得部3は、操作対象アプリケーションにおける様々な操作事例に関する自動試験を、例えば視覚にハンデキャップを持っている人や自動試験のために画面のGUI情報を生成・取得するライブラリを提供するMicrosoft(登録商標) UI Automation技術を用いて実行し、その際、生成される時系列の複数の操作画面の画像情報やGUI部品XMLツリーをログデータとして取得する。   The log data acquisition unit 3 provides a library for generating and acquiring GUI information on screens for automatic tests related to various operation cases in the application to be operated, for example, a person who has a visual handicap or an automatic test. (Registered trademark) This is executed using UI Automation technology, and at that time, image information and GUI part XML trees of a plurality of time-series operation screens generated are acquired as log data.

データインポート部4は、前記ログデータ中の操作画面の画像情報およびGUI部品XMLツリーをそれぞれ、操作事例蓄積部1の画像イメージ蓄積部1aおよびGUI部品XMLツリー蓄積部1bに蓄積する。関連テーブル生成部5は、前記ログデータ中の操作画面の画像情報とGUI部品XMLツリーとの関連を示す関連テーブルを生成して関連テーブル蓄積部1cに蓄積する。   The data import unit 4 stores the image information of the operation screen and the GUI part XML tree in the log data in the image image storage unit 1a and the GUI part XML tree storage unit 1b of the operation case storage unit 1, respectively. The related table generating unit 5 generates a related table indicating the relationship between the image information of the operation screen in the log data and the GUI part XML tree, and stores it in the related table storage unit 1c.

なお、ログデータ取得部3、データインポート部4および関連テーブル生成部5が、特許請求の範囲でいう操作事例情報収集部を構成する。   The log data acquisition unit 3, the data import unit 4, and the related table generation unit 5 constitute an operation case information collection unit referred to in the claims.

GUI部品状態管理テーブル生成部6は、前記ログデータ中の操作画面の画像情報およびGUI部品XMLツリーに基づき、視覚的(画像的)に異なる2以上の状態を取り得るGUI部品について当該GUI部品の画像と当該状態を制御する属性値とを管理するGUI部品状態管理テーブルを生成する。   The GUI component state management table generation unit 6 uses a GUI component of the GUI component that can take two or more visually different states based on the image information of the operation screen in the log data and the GUI component XML tree. A GUI component state management table that manages images and attribute values that control the state is generated.

図2はGUI部品状態管理テーブルの一例を示すもので、GUI部品の種別毎に、視覚的に異なる2以上の状態の各画像と、その状態を制御するプロパティ(属性)と、当該各画像に対応するプロパティのバリュー(値)とが登録されている。   FIG. 2 shows an example of a GUI component status management table. Each GUI component type has two or more visually different images, properties (attributes) that control the status, and the images. The value of the corresponding property is registered.

なお、GUI部品状態管理テーブル生成時に、あるGUI部品に関する視覚的に異なる2以上の状態を制御する属性(値)と画像の組のレコードをGUI部品状態管理テーブルへ追加・削除する判定方法は、当該あるGUI部品に関する、GUI部品XMLツリー中の各属性(値)のうちから、GUI部品XMLツリー中の座標位置情報から取得される当該あるGUI部品の画像との関係が図3(○(画像およびプロパティ値が両者とも同じ又は異なる場合)は該当レコードをテーブルに追加、×(プロパティ値が同じで画像が異なる場合)は当該レコードをテーブルから削除、△(画像が同じでプロパティ値が異なる場合)は当該レコードをテーブルに残すことを表す。)に示すルールを満たすもの(実際には、操作事例蓄積部1中の当該あるGUI部品に関する多数のデータにおいて前記ルールを満たすもの)を選出することによって行うことができる。   Note that when generating a GUI component state management table, a determination method for adding / deleting a record of a set of attributes (values) and images that control two or more visually different states related to a certain GUI component to the GUI component state management table is as follows: FIG. 3 shows the relationship between the attribute of the GUI part XML tree and the image of the GUI part acquired from the coordinate position information in the GUI part XML tree among the attributes (values) in the GUI part XML tree. And the property value is the same or different), add the corresponding record to the table, × (when the property value is the same and the image is different) delete the record from the table, △ (when the image is the same and the property value is different) ) Indicates that the record is left in the table.) That satisfies the rule shown in FIG. That the number of data related to GUI components that satisfy the rule) can be carried out by selecting the.

操作情報取得部7は、ユーザから操作支援の要求が入力された時に、その時点(現在)の操作画面の画像情報およびGUI部品構成情報を取得する。   When an operation support request is input from the user, the operation information acquisition unit 7 acquires image information and GUI component configuration information of the operation screen at that time (current).

想定画面生成部8は、GUI部品状態管理テーブル蓄積部2中のGUI部品状態管理テーブルに基づき、現在の操作画面および当該現在の操作画面におけるGUI部品の状態から想定画面を生成する。詳細には、例えば現在の操作画面におけるGUI部品のうち、視覚的に異なる2以上の状態を取り得るGUI部品について各状態の画像をユーザによって選択可能に表示し、現在の操作画面におけるGUI部品の視覚的な状態をユーザによって選択された視覚的な状態に変更した想定画面を生成する。   The assumed screen generation unit 8 generates an assumed screen from the current operation screen and the state of the GUI component on the current operation screen based on the GUI component state management table in the GUI component state management table storage unit 2. In detail, for example, among the GUI parts on the current operation screen, an image of each state is displayed so as to be selectable by the user for GUI parts that can take two or more visually different states, and the GUI parts on the current operation screen are displayed. An assumed screen in which the visual state is changed to the visual state selected by the user is generated.

GUI部品XMLツリー生成部9は、前記想定画面に対応するGUI部品XMLツリーを生成する。検索実行部10は、前記GUI部品XMLツリーから検索キーを生成し、当該検索キーで操作事例蓄積部1を検索することにより、前記想定画面に類似した操作画面を含む操作事例情報を検索する。前述した検索キーとしては、例えば視覚的な状態を変更したGUI部品については変更後の属性値とし、それ以外のGUI部品については属性値を不定とした、テキストデータによる検索キーを生成することができる。   The GUI component XML tree generation unit 9 generates a GUI component XML tree corresponding to the assumed screen. The search execution unit 10 generates a search key from the GUI part XML tree, and searches the operation case storage unit 1 using the search key, thereby searching for operation case information including an operation screen similar to the assumed screen. As the search key described above, for example, it is possible to generate a search key based on text data in which the attribute value is changed for a GUI component whose visual state has been changed, and the attribute value is undefined for other GUI components. it can.

なお、GUI部品XMLツリー生成部9および検索実行部10が、特許請求の範囲でいう検索部を構成する。   The GUI part XML tree generation unit 9 and the search execution unit 10 constitute a search unit referred to in the claims.

検索結果表示部11は、検索された操作事例情報中の時系列の各操作画面のいずれかをユーザによって選択可能に表示する。また、複数の操作事例情報が検索された場合は、各操作事例情報のいずれかをユーザによって選択可能に表示し、さらに当該選択された操作事例情報中の時系列の各操作画面のいずれかをユーザによって選択可能に表示する。   The search result display unit 11 displays any one of the time-series operation screens in the searched operation case information so as to be selectable by the user. In addition, when a plurality of operation case information is searched, any one of the operation case information is displayed to be selectable by the user, and any one of the time-series operation screens in the selected operation case information is displayed. Display selectable by the user.

照合処理・結果表示部12は、ユーザによって選択された操作事例情報中の操作画面と現在の操作画面とをGUI部品単位で照合し、不一致個所を明示した画面を表示する。   The collation processing / result display unit 12 collates the operation screen in the operation case information selected by the user with the current operation screen in units of GUI parts, and displays a screen that clearly shows the mismatched portion.

図4は本発明のユーザ操作支援装置における動作フローチャートを示すもので、以下、本発明のユーザ操作支援方法における処理について説明する。   FIG. 4 shows an operation flowchart in the user operation support apparatus of the present invention. Hereinafter, processing in the user operation support method of the present invention will be described.

まず、ログデータ取得部3が操作対象アプリケーションにおける様々な操作事例に関する自動試験を実行し、その際、生成される時系列の複数の操作画面の画像情報やGUI部品XMLツリーをログデータとして取得し、データインポート部4が前記ログデータ中の操作画面の画像情報およびGUI部品XMLツリーをそれぞれ、操作事例蓄積部1の画像イメージ蓄積部1aおよびGUI部品XMLツリー蓄積部1bに蓄積する(s1)。   First, the log data acquisition unit 3 executes an automatic test regarding various operation cases in the operation target application, and at that time, acquires image information of a plurality of time-series operation screens generated and GUI part XML trees as log data. The data import unit 4 stores the image information of the operation screen and the GUI part XML tree in the log data in the image image storage unit 1a and the GUI part XML tree storage unit 1b of the operation case storage unit 1, respectively (s1).

次に、関連テーブル生成部5が前記操作画面の画像情報とGUI部品XMLツリーとの関連を示す関連テーブルを生成して関連テーブル蓄積部1cに蓄積する(s2)。   Next, the relation table generation unit 5 generates a relation table indicating the relation between the image information on the operation screen and the GUI part XML tree, and accumulates the relation table in the relation table accumulation unit 1c (s2).

さらに、GUI部品状態管理テーブル生成部6が操作事例蓄積部1中の情報に基づき、視覚的(画像的)に異なる2以上の状態を取り得るGUI部品について当該GUI部品の画像と当該状態を制御する属性値とを管理するGUI部品状態管理テーブルを生成し、GUI部品状態管理テーブル蓄積部2に蓄積する(s3)。   Further, the GUI component state management table generation unit 6 controls the image of the GUI component and the state of the GUI component that can take two or more visually (image-like) states based on the information in the operation example storage unit 1. A GUI component state management table for managing attribute values to be generated is generated and stored in the GUI component state management table storage unit 2 (s3).

なお、ここまでの処理はユーザが操作対象アプリケーションに対するGUIを通じた操作を行う以前において実行されるものとする。   The processing so far is assumed to be executed before the user performs an operation on the operation target application through the GUI.

図5は操作支援要求から検索キー生成までの流れを示すものである。   FIG. 5 shows a flow from an operation support request to search key generation.

操作対象アプリケーションに対するGUIを通じた操作中、ユーザから操作支援の要求が入力される(s4)と、操作情報取得部7は、その時点(現在)の操作画面の画像情報およびGUI部品構成情報を取得する(s5)。図5の例では、操作画面として、GUI部品「Button」、「Slider」、「CheckBox」等を含む装置設定画面と、GUI部品「StatusView」を含む設計結果画面とを取得する(1)。   When an operation support request is input from the user during operation of the operation target application through the GUI (s4), the operation information acquisition unit 7 acquires image information and GUI component configuration information of the operation screen at that time (current). (S5). In the example of FIG. 5, an apparatus setting screen including GUI parts “Button”, “Slider”, “CheckBox” and the like and a design result screen including GUI part “StatusView” are acquired as operation screens (1).

図6は操作支援要求時の画面の一例を示すもので、ユーザがマウス左クリックでタブを表示した時に、本発明の操作支援要求に該当する命令である「Log検索」を表示する(1−1)。ここで、ユーザがマウスで「Log検索」を選択すると、(1−3)および(1−4)の処理を行い、検索画面ウィンドウに遷移する(1−2)。なお、(1−3)の処理ではデスクトップ画面の最前面の画像イメージファイルを取得し、(1−4)の処理ではマウスで左クリックしたウィンドウを構成しているGUI部品構成情報を取得する。   FIG. 6 shows an example of a screen at the time of an operation support request, and when the user displays a tab by left clicking the mouse, a “Log search” which is a command corresponding to the operation support request of the present invention is displayed (1- 1). Here, when the user selects “Log search” with the mouse, the processing of (1-3) and (1-4) is performed, and the screen is changed to the search screen window (1-2). In the process (1-3), the image image file on the foreground of the desktop screen is acquired, and in the process (1-4), GUI component configuration information that configures the window left-clicked with the mouse is acquired.

現在の操作画面の画像情報およびGUI部品構成情報が取得されると、想定画面生成部8は、GUI部品状態管理テーブル蓄積部2中のGUI部品状態管理テーブルに基づき、想定画面を生成する(s6)。図5の例では、設計結果画面に含まれる属性値が「Red」であるGUI部品「StatusView」に対して、属性値が「Green」および「Yellow」である「StatusView」の画像のリストを表示し(2)、そのうち、例えば属性値が「Green」である「StatusView」の画像がユーザによって選択されると(3)、属性値が「Red」のGUI部品「StatusView」の画像を属性値が「Green」のGUI部品「StatusView」の画像に入れ替えて合成し(4)、想定画像を生成する(5)。   When the image information and the GUI component configuration information of the current operation screen are acquired, the assumed screen generation unit 8 generates an assumed screen based on the GUI component state management table in the GUI component state management table storage unit 2 (s6). ). In the example of FIG. 5, a GUI component “StatusView” whose attribute value is “Red” included in the design result screen is displayed with a list of images of “StatusView” whose attribute values are “Green” and “Yellow”. (2) Among them, for example, when an image of “StatusView” whose attribute value is “Green” is selected by the user (3), the attribute value of the GUI component “StatusView” whose attribute value is “Red” The image of the “Green” GUI component “StatusView” is replaced and synthesized (4) to generate an assumed image (5).

図7は想定画面生成の一例を示すもので、ここではGUI部品「Slider」の属性値の変更に伴ってその画像および関連するテキストの内容が変化するケース、また、GUI部品「Button」の属性値の変更に伴ってその画像が変化するケースを示している。   FIG. 7 shows an example of the assumed screen generation. Here, the case where the content of the image and the associated text changes in accordance with the change of the attribute value of the GUI part “Slider”, and the attribute of the GUI part “Button” The case where the image changes as the value changes is shown.

想定画面が生成されると、GUI部品XMLツリー生成部9は、前記想定画面に対応するGUI部品XMLツリーを生成する(6)(s7)。検索実行部10は、前記GUI部品XMLツリーから検索キーを生成し(7)、当該検索キーで操作事例蓄積部1を検索することにより、前記想定画面に類似した操作画面を含む操作事例情報を検索する(s8)。   When the assumed screen is generated, the GUI component XML tree generating unit 9 generates a GUI component XML tree corresponding to the assumed screen (6) (s7). The search execution unit 10 generates a search key from the GUI part XML tree (7), and searches the operation case storage unit 1 with the search key to obtain operation case information including an operation screen similar to the assumed screen. Search (s8).

検索結果表示部11は、検索された操作事例情報を表示するが、複数の操作事例情報が検索された場合は、各操作事例情報のいずれかをユーザによって選択可能に表示する(s9)。   The search result display unit 11 displays the searched operation case information, but when a plurality of operation case information is searched, any one of the operation case information is displayed so as to be selectable by the user (s9).

図8は検索結果表示画面の一例を示すもので、複数の操作事例情報が、そのタイトル、検索条件にマッチした画像のサムネイルおよび比較照合ボタンを単位として表示されている。この際、タイトル(のアンカー)がクリックされると、操作事例情報中の時系列の各操作画面のいずれかをユーザによって選択可能に表示する操作ログ時系列表示画面に遷移する。また、検索結果表示画面において、比較照合ボタンが押し下げられると、比較照合画面に遷移する。   FIG. 8 shows an example of a search result display screen, in which a plurality of operation case information is displayed in units of titles, thumbnails of images that match the search conditions, and comparison and collation buttons. At this time, when the title (an anchor) is clicked, the screen transitions to an operation log time series display screen in which any one of the time series operation screens in the operation case information is displayed to be selectable by the user. In addition, when the comparison / collation button is pressed on the search result display screen, the screen changes to the comparison / collation screen.

図9は時系列表示画面の一例を示すもので、検索結果表示画面においてサムネイル表示された画像を基準として、それ以前またはそれ以後の時系列の複数の操作画像をユーザによって選択可能に表示し、ユーザがそのうちの任意の操作画像を選択すると検索結果表示画面に戻る。   FIG. 9 shows an example of a time-series display screen, which displays a plurality of time-series operation images before or after that on the basis of images displayed as thumbnails on the search result display screen so that the user can select them. When the user selects any of the operation images, the search result display screen returns.

検索結果表示画面において、比較照合ボタンが押し下げられると、照合処理・結果表示部12は、ユーザによって選択された操作事例情報中の操作画面と現在の操作画面とをGUI部品単位で照合し、不一致個所を明示した画面を表示する(s10)。   When the comparison / collation button is pressed on the search result display screen, the collation processing / result display unit 12 collates the operation screen in the operation case information selected by the user with the current operation screen in units of GUI parts, and does not match. A screen specifying the location is displayed (s10).

図10は照合処理の流れを示すもので、現在の操作画面のGUI部品XMLツリーを生成し(1)、これと操作事例画面のGUI部品XMLツリー中のGUI部品の画像の状態を制御するプロパティ値について、GUI部品状態管理テーブル蓄積部2中のGUI部品状態管理テーブルを参照して比較し(2)、照合結果(不一致個所を示す枠)と画面とを合成して表示する(3)。   FIG. 10 shows the flow of the collation process. A GUI part XML tree of the current operation screen is generated (1), and a property for controlling the state of the GUI part image in the GUI part XML tree of the operation example screen. The values are compared by referring to the GUI component state management table in the GUI component state management table storage unit 2 (2), and the collation result (frame indicating the unmatched part) and the screen are combined and displayed (3).

図11は照合結果表示画面の一例を示すもので、図中、破線で示した枠が照合結果(不一致個所)を示している。   FIG. 11 shows an example of a collation result display screen. In the figure, a frame indicated by a broken line indicates a collation result (mismatched portion).

1:操作事例蓄積部、2:GUI部品状態管理テーブル蓄積部、3:ログデータ取得部、4:データインポート部、5:関連テーブル生成部、6:GUI部品状態管理テーブル生成部、7:操作情報取得部、8:想定画面生成部、9:GUI部品XMLツリー生成部、10:検索実行部、11:検索結果表示部、12:照合処理・結果表示部。   1: operation example storage unit, 2: GUI component state management table storage unit, 3: log data acquisition unit, 4: data import unit, 5: related table generation unit, 6: GUI component state management table generation unit, 7: operation Information acquisition unit, 8: assumption screen generation unit, 9: GUI part XML tree generation unit, 10: search execution unit, 11: search result display unit, 12: collation processing / result display unit.

“全文検索システム Namazu”、[online]、Copyright (C) 2000-2011 Namazu Project. All rights reserved.[平成24年10月23日検索]、インターネット<URL:http://www.namazu.org/index.html.ja>“Full-text search system Namazu”, [online], Copyright (C) 2000-2011 Namazu Project. All rights reserved. [October 23, 2012 search] Internet <URL: http://www.namazu.org/ index.html.en> “filckr”、[online]、Copyright (C) 2012 Yahoo! inc. All rights reserved.[平成24年10月23日検索]、インターネット<URL:http://www.filckr.com/>“Flickr”, [online], Copyright (C) 2012 Yahoo! inc. All rights reserved. [Search October 23, 2012], Internet <URL: http://www.filckr.com/> A.W.M. Smeulders, M. Worring, S. Santini, A. Gupta, R. Jain, "Content-based image retrieval at the end of the early years," Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol.22, no.12, pp.1349-1380, Dec 2000AWM Smeulders, M. Worring, S. Santini, A. Gupta, R. Jain, "Content-based image retrieval at the end of the early years," Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol.22, no. 12, pp.1349-1380, Dec 2000

Claims (8)

任意のコンピュータ上で動作する操作対象アプリケーションに対するGUIを通じたユーザの操作を支援する方法であって、
前記任意のコンピュータもしくは当該任意のコンピュータにネットワークを介して接続された他のコンピュータが、
操作対象アプリケーションにおける操作事例のログデータを取得し、当該操作事例において示された時系列の複数の操作画面および当該各操作画面のGUI部品XMLツリーを含む操作事例情報を操作事例蓄積部に蓄積する操作事例情報収集工程と、
前記ログデータ中の操作画面および当該操作画面のGUI部品XMLツリーに基づき、視覚的に異なる2以上の状態を取り得るGUI部品について当該GUI部品の画像と当該状態を制御する属性値を管理するGUI部品状態管理テーブルを生成するGUI部品状態管理テーブル生成工程と、
ユーザから操作支援の要求が入力された時に現在の操作画面の画像情報およびGUI部品構成情報を取得する操作情報取得工程と、
前記GUI部品状態管理テーブルに基づき、現在の操作画面および当該現在の操作画面におけるGUI部品の状態から想定画面を生成する想定画面生成工程と、
前記操作事例蓄積部から前記想定画面に類似した操作画面を含む操作事例情報を検索する検索工程と、
検索された操作事例情報中の時系列の各操作画面のいずれかをユーザによって選択可能に表示する検索結果表示工程と、
ユーザによって選択された操作事例情報中の操作画面と現在の操作画面とをGUI部品単位で照合し、不一致個所を明示した画面を表示する照合処理・結果表示工程とを実行する
ことを特徴とするユーザ操作支援方法。
A method for supporting a user operation through a GUI for an operation target application operating on an arbitrary computer,
The arbitrary computer or another computer connected to the arbitrary computer via a network,
Log data of operation cases in the operation target application is acquired, and operation case information including a plurality of time-series operation screens indicated in the operation cases and a GUI part XML tree of the operation screens is stored in the operation case storage unit. Operation case information collection process,
Based on the operation screen in the log data and the GUI component XML tree of the operation screen, a GUI component that manages an image of the GUI component and an attribute value that controls the state of the GUI component that can take two or more visually different states A GUI component state management table generating step for generating a component state management table;
An operation information acquisition step of acquiring image information and GUI component configuration information of the current operation screen when an operation support request is input from the user;
Based on the GUI component state management table, an assumed screen generating step for generating an assumed screen from the current operation screen and the state of the GUI component on the current operation screen;
A search step for searching operation case information including an operation screen similar to the assumed screen from the operation case storage unit;
A search result display step for displaying any one of the time-series operation screens in the searched operation case information so as to be selectable by the user,
The operation screen in the operation case information selected by the user is collated with the current operation screen in units of GUI parts, and a collation process and a result display step for displaying a screen clearly showing the inconsistent portion are executed. User operation support method.
あるGUI部品に関する視覚的に異なる2以上の状態を制御する属性値と画像の組のレコードのGUI部品状態管理テーブルへ追加・削除について、当該あるGUI部品に関する、GUI部品XMLツリー中の座標位置情報から取得される当該あるGUI部品の画像との関係が、画像および属性値が両者とも同じ又は異なる場合は該当レコードをテーブルに追加し、属性値が同じで画像が異なる場合は当該レコードをテーブルから削除し、画像が同じで属性値が異なる場合は当該レコードをテーブルに残すGUI部品状態管理テーブル生成工程を含む
ことを特徴とする請求項1に記載のユーザ操作支援方法。
Coordinate position information in the GUI part XML tree related to a certain GUI part regarding addition / deletion to the GUI part state management table of a record of a set of attribute values and images that control two or more visually different states related to a certain GUI part If the image and the attribute value are the same or different from each other, the corresponding record is added to the table. If the attribute value is the same and the image is different, the record is added from the table. 2. The user operation support method according to claim 1, further comprising: a GUI component state management table generation step that deletes and stores the record in the table when the image is the same and the attribute value is different.
想定画面生成工程は、
現在の操作画面におけるGUI部品のうち、視覚的に異なる2以上の状態を取り得るGUI部品について各状態の画像をユーザによって選択可能に表示する工程と、
現在の操作画面におけるGUI部品の視覚的な状態をユーザによって選択された視覚的な状態に変更した想定画面を生成する工程とを含む
ことを特徴とする請求項1に記載のユーザ操作支援方法。
Assumed screen generation process
A step of displaying an image of each state selectable by the user for GUI parts that can take two or more visually different states among the GUI parts on the current operation screen;
The user operation support method according to claim 1, further comprising: generating an assumption screen in which a visual state of the GUI component on the current operation screen is changed to a visual state selected by the user.
検索工程は、
想定画面に対応するGUI部品XMLツリーを生成し、視覚的な状態を変更したGUI部品については変更後の属性値とし、それ以外のGUI部品については属性値を不定とした検索キーを生成する工程と、
前記操作事例蓄積部を前記検索キーで検索することにより、前記想定画面に類似した操作画面を含む操作事例情報を検索する工程とからなる
ことを特徴とする請求項1に記載のユーザ操作支援方法。
The search process
A process of generating a GUI part XML tree corresponding to an assumed screen, generating a search key with an attribute value after change for a GUI part whose visual state has been changed, and an attribute value being undefined for other GUI parts When,
The user operation support method according to claim 1, further comprising: searching operation case information including an operation screen similar to the assumed screen by searching the operation case storage unit with the search key. .
任意のコンピュータ上で動作する操作対象アプリケーションに対するGUIを通じたユーザの操作を支援する装置であって、
操作対象アプリケーションにおける操作事例に関する各種の情報を蓄積する操作事例蓄積部と、
視覚的に異なる2以上の状態を取り得るGUI部品について当該GUI部品の画像と当該状態を制御する属性値とを管理するGUI部品状態管理テーブルを蓄積するGUI部品状態管理テーブル蓄積部と、
操作対象アプリケーションにおける操作事例のログデータを取得し、当該操作事例において示された時系列の複数の操作画面および当該各操作画面のGUI部品XMLツリーを含む前記操作事例情報を操作事例蓄積部に蓄積する操作事例情報収集部と、
前記ログデータ中の操作画面の画像情報およびGUI部品XMLツリーに基づき、視覚的に異なる2以上の状態を取り得るGUI部品について当該GUI部品の画像と当該状態を制御する属性値を管理するGUI部品状態管理テーブルを生成してGUI部品状態管理テーブル蓄積部に蓄積するGUI部品状態管理テーブル生成部と、
ユーザから操作支援の要求が入力された時に現在の操作画面の画像情報およびGUI部品構成情報を取得する操作情報取得部と、
前記GUI部品状態管理テーブル蓄積部中のGUI部品状態管理テーブルに基づき、現在の操作画面および当該現在の操作画面におけるGUI部品の状態から想定画面を生成する想定画面生成部と、
前記操作事例蓄積部から前記想定画面に類似した操作画面を含む操作事例情報を検索する検索部と、
検索された操作事例情報中の時系列の各操作画面のいずれかをユーザによって選択可能に表示する検索結果表示部と、
ユーザによって選択された操作画面と現在の操作画面とをGUI部品単位で照合し、不一致個所を明示した画面を表示する照合処理・結果表示部とを備えた
ことを特徴とするユーザ操作支援装置。
An apparatus that supports user operation through a GUI for an operation target application that runs on an arbitrary computer,
An operation case storage unit that stores various types of information about operation cases in the operation target application;
A GUI component state management table storage unit that stores a GUI component state management table that manages an image of the GUI component and an attribute value that controls the state of the GUI component that can take two or more visually different states;
Acquire log data of operation cases in the operation target application, and store the operation case information including a plurality of time-series operation screens shown in the operation cases and a GUI part XML tree of the operation screens in the operation case storage unit. An operation case information collection unit to
A GUI component that manages an image of the GUI component and an attribute value that controls the state of the GUI component that can take two or more visually different states based on the image information of the operation screen and the GUI component XML tree in the log data A GUI component state management table generation unit that generates a state management table and stores the state management table in the GUI component state management table storage unit;
An operation information acquisition unit that acquires image information and GUI component configuration information of the current operation screen when an operation support request is input from the user;
Based on the GUI component state management table in the GUI component state management table storage unit, an assumed screen generation unit that generates an assumed screen from the current operation screen and the state of the GUI component on the current operation screen;
A search unit for searching operation case information including an operation screen similar to the assumed screen from the operation case storage unit;
A search result display unit that displays any of the time-series operation screens in the searched operation case information so that the user can select the operation results; and
A user operation support apparatus comprising: a collation processing / result display unit that collates an operation screen selected by a user with a current operation screen in units of GUI parts and displays a screen in which a mismatch portion is clearly indicated.
あるGUI部品に関する視覚的に異なる2以上の状態を制御する属性値と画像の組のレコードのGUI部品状態管理テーブルへ追加・削除について、当該あるGUI部品に関する、GUI部品XMLツリー中の座標位置情報から取得される当該あるGUI部品の画像との関係が、画像および属性値が両者とも同じ又は異なる場合は該当レコードをテーブルに追加し、属性値が同じで画像が異なる場合は当該レコードをテーブルから削除し、画像が同じで属性値が異なる場合は当該レコードをテーブルに残すGUI部品状態管理テーブル生成部を備えた
ことを特徴とする請求項5に記載のユーザ操作支援装置。
Coordinate position information in the GUI part XML tree related to a certain GUI part regarding addition / deletion to the GUI part state management table of a record of a set of attribute values and images that control two or more visually different states related to a certain GUI part If the image and the attribute value are the same or different from each other, the corresponding record is added to the table. If the attribute value is the same and the image is different, the record is added from the table. 6. The user operation support device according to claim 5, further comprising a GUI component state management table generation unit that deletes and stores the record in the table when the image is the same and the attribute value is different.
現在の操作画面におけるGUI部品のうち、視覚的に異なる2以上の状態を取り得るGUI部品について各状態の画像をユーザによって選択可能に表示し、現在の操作画面におけるGUI部品の視覚的な状態をユーザによって選択された視覚的な状態に変更した想定画面を生成する想定画面生成部を備えた
ことを特徴とする請求項5に記載のユーザ操作支援装置。
Among the GUI parts on the current operation screen, the GUI parts that can take two or more visually different states are displayed in a selectable manner by the user, and the visual state of the GUI part on the current operation screen is displayed. The user operation support apparatus according to claim 5, further comprising an assumed screen generation unit that generates an assumed screen that has been changed to a visual state selected by a user.
想定画面に対応するGUI部品XMLツリーを生成し、視覚的な状態を変更したGUI部品については変更後の属性値とし、それ以外のGUI部品については属性値を不定とした検索キーを生成し、前記操作事例蓄積部を前記検索キーで検索することにより、前記想定画面に類似した操作画面を含む操作事例情報を検索する検索部を備えた
ことを特徴とする請求項5に記載のユーザ操作支援装置。
Generate a GUI part XML tree corresponding to the assumed screen, generate a search key with the changed attribute value for the GUI part whose visual state has been changed, and generate an indefinite attribute value for the other GUI part, The user operation support according to claim 5, further comprising: a search unit that searches operation case information including an operation screen similar to the assumed screen by searching the operation case storage unit with the search key. apparatus.
JP2012253422A 2012-11-19 2012-11-19 User operation support method and apparatus Expired - Fee Related JP5885204B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012253422A JP5885204B2 (en) 2012-11-19 2012-11-19 User operation support method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012253422A JP5885204B2 (en) 2012-11-19 2012-11-19 User operation support method and apparatus

Publications (2)

Publication Number Publication Date
JP2014102634A true JP2014102634A (en) 2014-06-05
JP5885204B2 JP5885204B2 (en) 2016-03-15

Family

ID=51025101

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012253422A Expired - Fee Related JP5885204B2 (en) 2012-11-19 2012-11-19 User operation support method and apparatus

Country Status (1)

Country Link
JP (1) JP5885204B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017146729A (en) * 2016-02-16 2017-08-24 日本電信電話株式会社 Information processing device, operation support method, and operation support program
JP2022530607A (en) * 2019-04-30 2022-06-30 ウォークミー リミテッド GUI element acquisition using multiple alternative notations for GUI elements
WO2023276160A1 (en) * 2021-07-02 2023-01-05 日本電信電話株式会社 Setting confirmation device, setting confirmation method, and setting confirmation program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1027089A (en) * 1996-07-11 1998-01-27 Fuji Xerox Co Ltd Computer operation assisting device
WO2010023886A1 (en) * 2008-08-28 2010-03-04 パナソニック株式会社 Operation assistance system and operation assistance method
WO2010061520A1 (en) * 2008-11-25 2010-06-03 パナソニック株式会社 Operation support device and method thereof
JP2011198103A (en) * 2010-03-19 2011-10-06 Fujitsu Ltd Operation support program, operation support method, and operation support device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1027089A (en) * 1996-07-11 1998-01-27 Fuji Xerox Co Ltd Computer operation assisting device
WO2010023886A1 (en) * 2008-08-28 2010-03-04 パナソニック株式会社 Operation assistance system and operation assistance method
WO2010061520A1 (en) * 2008-11-25 2010-06-03 パナソニック株式会社 Operation support device and method thereof
JP2011198103A (en) * 2010-03-19 2011-10-06 Fujitsu Ltd Operation support program, operation support method, and operation support device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017146729A (en) * 2016-02-16 2017-08-24 日本電信電話株式会社 Information processing device, operation support method, and operation support program
JP2022530607A (en) * 2019-04-30 2022-06-30 ウォークミー リミテッド GUI element acquisition using multiple alternative notations for GUI elements
JP7386889B2 (en) 2019-04-30 2023-11-27 ウォークミー リミテッド GUI element acquisition using multiple alternative representations of GUI elements
WO2023276160A1 (en) * 2021-07-02 2023-01-05 日本電信電話株式会社 Setting confirmation device, setting confirmation method, and setting confirmation program

Also Published As

Publication number Publication date
JP5885204B2 (en) 2016-03-15

Similar Documents

Publication Publication Date Title
JP4796185B2 (en) Business flow diagram generation program, business flow diagram generation device, and business flow diagram generation method
US9372843B2 (en) Document association device, document association method, and non-transitory computer readable medium
WO2010045143A2 (en) Automated development of data processing results
JP2008310582A (en) Maintenance work support apparatus and system, and maintenance work support method
JP5539127B2 (en) Document management system, search specification method, program
JP2011128777A (en) Operation monitoring apparatus
JP5885204B2 (en) User operation support method and apparatus
JP3601675B2 (en) Information retrieval apparatus, information retrieval method, and recording medium
US9626445B2 (en) Search results modulator
US10579718B2 (en) System and method for interacting in layers in channels over the display of a resource by another application
JP2017228020A (en) Management device, management method and management program
JP5656230B2 (en) Application operation case search method, apparatus and program
US20170322970A1 (en) Data organizing and display for dynamic collaboration
JP5768571B2 (en) Browsing information editing device, program, and browsing information editing method
US9910838B2 (en) Alternates of assets
US8122039B2 (en) Apparatus for multimedia integrated retrieval and storage medium storing a multimedia integrated retrieval program
CN113360225A (en) Graphical user interface for non-hierarchical file systems
US11809398B1 (en) Methods and systems for connecting data with non-standardized schemas in connected graph data exchanges
JP2013050884A (en) Information browsing method, information browsing system, server device, and client device
JP5617535B2 (en) Information processing apparatus, information processing apparatus processing method, and program.
JP5742290B2 (en) Browsing information editing device and browsing information editing method
JP2010218459A (en) Apparatus and method for processing information, and program
JP2005316881A (en) Program for drawing retrieval, drawing retrieval device, and method for displaying drawing retrieval result
KR101802284B1 (en) Method and system hiding the storage location for file in computer
JP2013250996A (en) Information search method, program and device

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20140306

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150108

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20151118

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151118

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160112

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20160203

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160203

R150 Certificate of patent or registration of utility model

Ref document number: 5885204

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees