JP5067328B2 - Evaluation apparatus, evaluation method, and program - Google Patents

Evaluation apparatus, evaluation method, and program Download PDF

Info

Publication number
JP5067328B2
JP5067328B2 JP2008242384A JP2008242384A JP5067328B2 JP 5067328 B2 JP5067328 B2 JP 5067328B2 JP 2008242384 A JP2008242384 A JP 2008242384A JP 2008242384 A JP2008242384 A JP 2008242384A JP 5067328 B2 JP5067328 B2 JP 5067328B2
Authority
JP
Japan
Prior art keywords
area
image
evaluation
gui
switching
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.)
Expired - Fee Related
Application number
JP2008242384A
Other languages
Japanese (ja)
Other versions
JP2010073099A (en
Inventor
亮介 大久保
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2008242384A priority Critical patent/JP5067328B2/en
Publication of JP2010073099A publication Critical patent/JP2010073099A/en
Application granted granted Critical
Publication of JP5067328B2 publication Critical patent/JP5067328B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Description

本発明は、システムのユーザビリティに関する評価項目を有する評価装置、評価方法および評価プログラムに関する。特に、画面の部分的な表示切替について切替わる領域の内外を区別する境界表現の妥当性評価に関する。   The present invention relates to an evaluation apparatus, an evaluation method, and an evaluation program having evaluation items related to system usability. In particular, the present invention relates to the validity evaluation of the boundary expression that distinguishes the inside and the outside of the area to be switched for partial display switching of the screen.

近年、利用者とシステムとの間を仲介することを目的として、システムに対して動作を指示する入力を画面を介して利用者から受け付け、該指示をシステムへ出力するGUI(グラフィカルユーザインターフェース)が広く用いられている。   In recent years, for the purpose of mediating between a user and a system, there is a GUI (Graphical User Interface) that accepts an input for instructing an operation to the system from a user via a screen and outputs the instruction to the system. Widely used.

GUIが利用者にとって使いにくいものである場合、利用者はシステムを容易に動作させることができないため、システム自体も利用者にとって使いにくいものとなってしまう。そのため、利用者にとってシステムを使い易いものにするためには、GUIの改良を行う必要がある。   If the GUI is difficult for the user to use, the user cannot easily operate the system, and the system itself is also difficult for the user to use. Therefore, in order to make the system easy for the user, it is necessary to improve the GUI.

しかしながら、GUIが利用者にとって使いやすいかどうかを正確に把握することができない状態ではGUIの改良を行ったとしても、GUIの使い易さを必ずしも向上させることができるとは限らない。   However, even if the GUI is improved in a state where it is impossible to accurately grasp whether the GUI is easy to use for the user, the ease of use of the GUI is not necessarily improved.

そのため、利用者にとってシステムが使い易いものとする上で、GUIが利用者にとって使い易いかどうかの程度を表すユーザビリティを正確に評価することが重要となる。   Therefore, in order to make the system easy to use for the user, it is important to accurately evaluate the usability representing the degree of whether the GUI is easy to use for the user.

上述したGUIのユーザビリティを評価するための方法の1つとして、該ユーザビリティを人手により評価する方法がある。   One method for evaluating the GUI usability described above is to manually evaluate the usability.

ユーザビリティを人手により評価する場合には、評価者が、GUI画面のなかに表示されているGUI要素を実際に操作し、評価者自身が確認して評価を行う必要がある。   When evaluating usability manually, the evaluator must actually operate the GUI element displayed in the GUI screen, and the evaluator himself / herself needs to confirm and perform the evaluation.

そのため、人手による評価方法では、評価を行う際に評価者が行うべき作業量が大きなものとなってしまうという問題点がある。また、人手による評価方法では、ユーザビリティの評価について一定の知見を評価者が有していない場合や、ユーザビリティの評価結果を左右する欠陥などを評価者が見落としてしまった場合には、適正なユーザビリティの評価結果を得ることができなくなってしまうという問題点がある。   Therefore, the manual evaluation method has a problem that the amount of work to be performed by the evaluator when performing the evaluation becomes large. In addition, in the manual evaluation method, if the evaluator does not have a certain level of usability evaluation, or if the evaluator has overlooked defects that affect the usability evaluation results, appropriate usability There is a problem that it becomes impossible to obtain the evaluation result.

そこで、GUIのユーザビリティの評価を評価者が人手により行う代わりに、装置を用いてユーザビリティの評価を行う技術が考えられている(例えば、特許文献1、2および3参照。)。   In view of this, a technique has been considered in which usability is evaluated using an apparatus instead of an evaluator manually evaluating GUI usability (see, for example, Patent Documents 1, 2, and 3).

特許文献1に記載された技術においては、人手によらずに、GUI自動評価装置が、画面設計ガイドに従ってGUI画面が構成されているかどうかを評価する。なお、この技術においては、GUI自動評価装置は、外部から入力された画面設計ガイドのデータを形式的なルールに変換して、該ルールを記憶しておく。また、GUI自動評価装置は、製品の仕様書やソースプログラムやGUI構築ツールなどを用いて、評価対象システムのGUIオブジェクトのデータをウィンドウごとに属性情報と属性値として記載したGUI情報を生成する。そして、GUI自動評価装置は、記憶しているルールとGUI情報との比較に基づいて、GUI画面それぞれの構成が画面設計ガイドに適合しているかどうかを示す評価結果を出力する。   In the technique described in Patent Document 1, the GUI automatic evaluation apparatus evaluates whether or not the GUI screen is configured according to the screen design guide, without relying on human hands. In this technique, the GUI automatic evaluation apparatus converts screen design guide data input from the outside into formal rules and stores the rules. Further, the GUI automatic evaluation apparatus generates GUI information in which the data of the GUI object of the evaluation target system is described as attribute information and attribute value for each window, using a product specification, a source program, a GUI construction tool, and the like. Then, the GUI automatic evaluation apparatus outputs an evaluation result indicating whether the configuration of each GUI screen is compatible with the screen design guide based on the comparison between the stored rule and the GUI information.

また、特許文献2に記載された技術においては、人手によらずに、テスト実行装置が、規定の操作手順に従って規定のユーザシーケンスが正常に実行できたかどうかを確認するためのテストを実行する。なお、この技術においては、テスト実行装置は、テストを実行する際にユーザが指定するユーザシーケンスと、当該ユーザシーケンスを手順通りに実行するために補完される補完シーケンスとを操作DBに記憶している。そして、テスト実行装置は、ユーザシーケンスの実行手順に従ってユーザシーケンスを順次実行する際、GUI部が当該ユーザシーケンスを実行可能であるかどうかを判別する。実行可能で可能であると判別した場合、テスト実行装置は、ユーザシーケンスを実行し、実行不可能であると判別した場合、操作DBから検索した適切な補完シーケンスを一旦実行した後にユーザシーケンスを実行する。   Moreover, in the technique described in Patent Document 2, the test execution device executes a test for confirming whether or not the specified user sequence has been normally executed according to the specified operation procedure, without relying on human hands. In this technique, the test execution device stores a user sequence designated by the user when executing the test and a complement sequence supplemented to execute the user sequence according to the procedure in the operation DB. Yes. Then, when the test execution apparatus sequentially executes the user sequence according to the user sequence execution procedure, the test execution apparatus determines whether the user sequence can be executed. If it is determined that the execution is possible, the test execution device executes the user sequence. If it is determined that the execution is not possible, the test execution apparatus executes the user sequence after executing the appropriate complementary sequence retrieved from the operation DB. To do.

また、特許文献3に記載された技術においては、人手によらずに、Web画面作成ツールおよび用語チェックツールが、Web画面のソースファイルの記述のうちに表記を誤りやすい用語の誤記の有無をチェックする。なお、この技術においては、同音異義語や送り仮名や類義語のように表記を誤りやすい用語をあらかじめ登録しておく。そして、Web画面作成ツールおよび用語チェックツールは、Web画面のソースファイルのうちからあらかじめ登録された表記を誤りやすい用語を検出する。ソースファイルのうちから登録されている用語を検出した場合、Web画面作成ツールおよび用語チェックツールは、該用語に対する修正候補を一覧表示する。
特開平08−241191号公報 特開2004−110267号公報 特開2004−234402号公報
In the technique described in Patent Document 3, the Web screen creation tool and the term check tool check whether there is an error in the terminology that is easily mislabeled in the description of the source file on the Web screen, without manual intervention. To do. In this technique, terms that are easily misrepresented, such as homonyms, feed kana and synonyms, are registered in advance. Then, the Web screen creation tool and the term check tool detect terms that are easily misregistered in advance from the source files of the Web screen. When a registered term is detected from the source file, the Web screen creation tool and the term check tool display a list of correction candidates for the term.
Japanese Patent Laid-Open No. 08-241191 JP 2004-110267 A Japanese Patent Laid-Open No. 2004-234402

上述した特許文献1に開示された技術においては、開発中のプロトタイプや他社製品など仕様書やソースを取得できない場合にはGUI情報を手作業で記載する必要があるが、該GUI情報を正しく作成すること自体が困難になる。また、この技術においては、仕様書が入手できる場合でも、仕様書自体が誤っている可能性もあるため、実際に動作する評価対象とするシステムにて人手による評価を行うことが必要となってしまうという問題点がある。   In the technology disclosed in Patent Document 1 described above, if it is not possible to obtain specifications and sources such as a prototype under development or a product of another company, it is necessary to manually write the GUI information, but the GUI information is created correctly. It becomes difficult to do. In addition, in this technology, even if the specifications are available, the specifications themselves may be incorrect, so it is necessary to perform manual evaluation on the system that is the target of the evaluation that actually operates. There is a problem that.

また、特許文献2に開示された技術においては、規定のユーザシーケンスが正常に実行できたか否かについては評価することができる。しかしながら、この技術においては、評価対象とするシステムに応じたシーケンスを用意する必要があると共に、シーケンス実行におけるGUI部分やシーケンス自体の評価を行うことはできないという問題点がある。   Moreover, in the technique disclosed in Patent Document 2, it is possible to evaluate whether or not a specified user sequence has been successfully executed. However, this technique has a problem that it is necessary to prepare a sequence according to the system to be evaluated, and it is impossible to evaluate the GUI portion or the sequence itself in sequence execution.

また、特許文献3に開示された技術においては、登録されていない用語についてのユーザビリティは評価することができないという問題点がある。   In addition, the technique disclosed in Patent Document 3 has a problem that usability cannot be evaluated for terms that are not registered.

さらに、GUIに対するユーザビリティを評価する指標のうちには様々な指標が存在する。このようなユーザビリティを評価する指標のうちには、GUI画面に表示されている画像領域が適正に切替わるかどうかについての評価指標も存在する。   Furthermore, there are various indexes among the indexes for evaluating the usability for the GUI. Among such indices for evaluating usability, there is an evaluation index as to whether or not the image area displayed on the GUI screen is appropriately switched.

上述したGUI画面に表示されている画像領域の切替の評価を行う場合、当該GUI画面を介して動作指示の入力を利用者から受け付けた際に、該入力の前後においてGUI画面に表示されているうちの一部の画像領域が切り替わった場合、該切替わった一部の画像領域(以後、「切替領域」と呼ぶ)が視覚的に適切に表現されているかどうかを評価する必要がある。なお、切替領域が適切に表現されていることとは、入力前後のGUI画面それぞれのなかの切替領域の範囲が共通の境界表現によって適切に分けられていることである。   When the switching of the image area displayed on the GUI screen described above is evaluated, when an operation instruction input is received from the user via the GUI screen, it is displayed on the GUI screen before and after the input. When some of the image areas are switched, it is necessary to evaluate whether or not the part of the switched image areas (hereinafter referred to as “switching area”) is visually expressed appropriately. Note that that the switching area is appropriately expressed means that the range of the switching area in each of the GUI screens before and after the input is appropriately divided by a common boundary expression.

そのため、特許文献1、2および3に開示された技術を用いた場合でも、GUI画面のなかの画像領域の切替についてはユーザビリティを評価することができないという共通の問題点がある。   For this reason, even when the techniques disclosed in Patent Documents 1, 2, and 3 are used, there is a common problem that usability cannot be evaluated for switching the image area in the GUI screen.

つまり、これらの技術においても、GUI画面のなかの画像領域の切替についてユーザビリティを評価する場合には人手により行う必要があり、評価者が行うべき作業量が大きなものとなってしまうという問題点が残ってしまう。   That is, even in these technologies, when usability is evaluated for switching the image area in the GUI screen, it is necessary to perform it manually, and the amount of work to be performed by the evaluator becomes large. It will remain.

また、GUI画面のなかの画像領域の切替についてユーザビリティの評価を人手により行う場合、評価者がGUI画面における切替領域を見落としてしまった場合、適正なユーザビリティの評価結果を得ることができなくなってしまうという問題点も残ってしまう。   In addition, when the usability evaluation is manually performed for switching the image area in the GUI screen, if the evaluator misses the switching area on the GUI screen, it becomes impossible to obtain an appropriate usability evaluation result. The problem remains.

本発明は、上述した課題を解決する評価装置、評価方法およびプログラムを提供することを目的とする。   An object of this invention is to provide the evaluation apparatus, the evaluation method, and program which solve the subject mentioned above.

上記課題を解決するために、本発明の評価装置は、動作指示の入力を利用者から受付けた際、該入力の前後において画面に表示されているうちの一部の画像領域が切り替わるGUI(グラフィカルユーザインターフェース)を評価する評価装置であって、前記GUIの画面の評価を実行する動作指示の入力を前記利用者から受付けた場合、該GUIの画面に含まれているGUI要素へ動作指示を出力するトリガー特定部と、前記動作指示を出力した場合、前記一部の画像領域を囲むうちで面積が最小となる矩形の切替領域と、前記出力の前後において画像が切替わらないGUI要素との間の領域を、探索領域として決定する探索領域決定部と、前記切替領域と前記画像が切替わらないGUI要素との境界を示す境界表現が前記探索領域のなかに存在するかどうかを示す評価結果を出力する境界表現判定部とを有することを特徴とする。   In order to solve the above-described problems, the evaluation apparatus according to the present invention has a GUI (graphical) in which, when an operation instruction is input from a user, a part of the image area displayed on the screen is switched before and after the input. When an input of an operation instruction for executing an evaluation of the GUI screen is received from the user, the operation instruction is output to a GUI element included in the GUI screen. Between the trigger specifying unit that performs the operation, the rectangular switching region that has the smallest area while surrounding the partial image region, and the GUI element that does not switch the image before and after the output. In the search area, a boundary expression indicating a boundary between a search area determination unit that determines the area as a search area and a GUI element that does not switch the switching area and the image is included in the search area. And having a boundary representation judging unit that outputs an evaluation result indicating whether present.

上記課題を解決するために、本発明の評価方法は、動作指示の入力を利用者から受付けた際、該入力の前後において画面に表示されているうちの一部の画像領域が切り替わるGUI(グラフィカルユーザインターフェース)を評価する評価方法であって、前記GUIの画面の評価を実行する動作指示の入力を前記利用者から受付けた場合、該GUIの画面に含まれているGUI要素へ動作指示を出力するトリガー特定処理と、前記動作指示を出力した場合、前記一部の画像領域を囲むうちで面積が最小となる矩形の切替領域と、前記出力の前後において画像が切替わらないGUI要素との間の領域を、探索領域として決定する探索領域決定処理と、前記切替領域と前記画像が切替わらないGUI要素との境界を示す境界表現が前記探索領域のなかに存在するかどうかを示す評価結果を出力する境界表現判定処理とを有することを特徴とする。   In order to solve the above-described problem, the evaluation method of the present invention is a GUI (graphical) in which a part of an image area displayed on the screen is switched before and after the input of an operation instruction is received from a user. A user interface is evaluated, and when an input of an operation instruction for executing an evaluation of the GUI screen is received from the user, the operation instruction is output to a GUI element included in the GUI screen. A trigger identification process to be performed, and when the operation instruction is output, a rectangular switching area that has the smallest area while surrounding the partial image area, and a GUI element in which an image is not switched before and after the output A search area determination process for determining the search area as a search area, and a boundary expression indicating a boundary between the switching area and the GUI element to which the image is not switched is an area of the search area. And having a boundary representation determining process for outputting an evaluation result indicating whether there crab.

また、コンピュータに実行させるプログラムであって、動作指示の入力を利用者から受付けた際、該入力の前後において画面に表示されているうちの一部の画像領域が切り替わるGUI(グラフィカルユーザインターフェース)を評価する評価装置に、前記GUIの画面の評価を実行する動作指示の入力を前記利用者から受付けた場合、該GUIの画面に含まれているGUI要素へ動作指示を出力するトリガー特定手順と、前記動作指示を出力した場合、前記一部の画像領域を囲むうちで面積が最小となる矩形の切替領域と、前記出力の前後において画像が切替わらないGUI要素との間の領域を、探索領域として決定する探索領域決定手順と、前記切替領域と前記画像が切替わらないGUI要素との境界を示す境界表現が前記探索領域のなかに存在するかどうかを示す評価結果を出力する境界表現判定手順とを実行させる。   Also, a program to be executed by a computer, a GUI (Graphical User Interface) that switches a part of the image area displayed on the screen before and after the input of an operation instruction is received from a user. A trigger identification procedure for outputting an operation instruction to a GUI element included in the GUI screen when an evaluation instruction to be evaluated is received from the user as an operation instruction to perform evaluation of the GUI screen; When the operation instruction is output, an area between a rectangular switching area that has the smallest area while enclosing the partial image area and a GUI element that does not switch the image before and after the output is a search area. The search area determination procedure determined as follows, and the boundary expression indicating the boundary between the switching area and the GUI element to which the image is not switched are the search area. Executing a boundary representation determining step of outputting the evaluation result indicating whether present in.

本発明によれば、評価装置が有するトリガー特定部は、GUIの画面の評価を実行する動作指示の入力を利用者から受付けた場合、GUIの画面に含まれているGUI要素へ動作指示を出力する。探索領域決定部は、トリガー特定部が動作指示を出力した場合、一部の画像領域を囲むうちで面積が最小となる矩形の切替領域と、出力の前後において画像が切替わらないGUI要素との間の領域を、探索領域として決定する。すると、境界表現判定部は、切替領域と画像が切替わらないGUI要素との境界を示す境界表現が探索領域のなかに存在するかどうかを示す評価結果を出力する。   According to the present invention, when the trigger specifying unit of the evaluation apparatus receives an input of an operation instruction for executing an evaluation of the GUI screen from the user, the trigger specifying unit outputs the operation instruction to the GUI element included in the GUI screen. To do. When the trigger specifying unit outputs an operation instruction, the search region determination unit includes a rectangular switching region that has the smallest area while surrounding a part of the image region, and a GUI element that does not switch the image before and after the output. The area between is determined as a search area. Then, the boundary expression determination unit outputs an evaluation result indicating whether or not a boundary expression indicating a boundary between the switching area and a GUI element whose image is not switched exists in the search area.

このような構成としたため、切替領域の内部のGUI要素と外部のGUI要素とが視覚的に分割されていないため境界表現に欠陥がある箇所を特定でき、ひいては、GUI画面における切替領域を分離する境界表現の妥当性を人手によらずに評価することができる。   Due to such a configuration, the GUI element inside the switching area and the external GUI element are not visually divided, so that a location having a defect in the boundary expression can be specified, and as a result, the switching area on the GUI screen is separated. The validity of the boundary expression can be evaluated without human intervention.

以下、本発明の実施形態に従った評価装置(評価方法およびプログラムを含む)を説明する。   Hereinafter, an evaluation apparatus (including an evaluation method and a program) according to an embodiment of the present invention will be described.

まず、GUI評価装置1(以下、「評価装置1」という)の構成について、図1を参照して説明する。   First, the configuration of the GUI evaluation device 1 (hereinafter referred to as “evaluation device 1”) will be described with reference to FIG.

図1に示すように、評価装置1は、入力部11と、トリガー特定部12と、探索領域決定部13と、境界表現判定部14と、記憶部15と、出力部16とを備える。なお、本評価装置1の構成における大きな技術的特徴は、探索領域決定部13と、境界表現判定部14とを備えることである。   As shown in FIG. 1, the evaluation device 1 includes an input unit 11, a trigger specifying unit 12, a search area determination unit 13, a boundary expression determination unit 14, a storage unit 15, and an output unit 16. A major technical feature of the configuration of the evaluation apparatus 1 is that it includes a search area determination unit 13 and a boundary expression determination unit 14.

入力部11は、評価対象システム17と利用者とを仲介するGUI画面WNDを介して、該評価対象システム17に対して動作を指示する入力を評価者から受け付ける。   The input unit 11 receives an input for instructing the evaluation target system 17 to perform an operation from the evaluator via the GUI screen WND that mediates the evaluation target system 17 and the user.

例えば、入力部11は、GUI画面WNDの評価を実行する動作指示の入力を利用者から受付ける。入力部11としては、マウスやキーボードなどが挙げられる。   For example, the input unit 11 receives an input of an operation instruction for executing an evaluation of the GUI screen WND from the user. Examples of the input unit 11 include a mouse and a keyboard.

ここでいう「GUI画面WND」とは、GUI要素EMを含むように構成されている画面である。   The “GUI screen WND” here is a screen configured to include the GUI element EM.

また、「GUI要素EM」とは、例えば、ボタン、タブ、ラジオボタン、テキストボックス、コンボボックス、チェックボックス、リストボックス、ドロップダウンリスト、ディスクロージャまたはリンクなどの一般的なGUI部品である。   The “GUI element EM” is a general GUI component such as a button, tab, radio button, text box, combo box, check box, list box, drop-down list, disclosure, or link.

なお、以下では、評価を行う対象とするGUI画面WNDを「評価対象画面WND」という。また、以下では、評価対象画面WNDが、図2に示すウィンドウAである場合を例に挙げて説明する。   Hereinafter, the GUI screen WND to be evaluated is referred to as “evaluation target screen WND”. In the following, a case where the evaluation target screen WND is the window A shown in FIG. 2 will be described as an example.

トリガー特定部12は、GUI画面WNDの評価を実行する動作指示の入力を入力部11が利用者から受付けた場合、評価対象画面WNDに含まれているGUI要素EMのうちからトリガーTRとして機能するGUI要素EMを特定する役割を果たす。   The trigger specifying unit 12 functions as a trigger TR from among the GUI elements EM included in the evaluation target screen WND when the input unit 11 receives an input of an operation instruction for executing evaluation of the GUI screen WND from the user. It plays a role of specifying the GUI element EM.

ここでいう「トリガーTR」とは、評価対象システム17に対する動作指示を入力した場合、評価対象画面WNDに表示されている「一部の画像領域」を切替えるGUI要素EMのことを指す。なお、以下では、トリガーTRによって切替えられる一部の画像領域を「切替領域SW」という。   Here, “trigger TR” refers to a GUI element EM that switches “partial image area” displayed on the evaluation target screen WND when an operation instruction to the evaluation target system 17 is input. In the following, a part of the image area switched by the trigger TR is referred to as “switching area SW”.

さらに、ここでいう「動作指示」とは、例えば、評価対象システム17の評価対象要素CNDが有する選択項目を選択する指示(例えば、ボタンやボタンのグループであれば押下に対応する指示、リストであれば未選択の項目を選択する指示など)のことを指す。   Furthermore, the “operation instruction” here is, for example, an instruction to select a selection item included in the evaluation target element CND of the evaluation target system 17 (for example, an instruction corresponding to pressing in the case of a button or a group of buttons, a list). If there are any, select an unselected item.

トリガー特定部12は、記憶部15に記憶されているGUI要素情報151を参照して、評価対象画面WNDに含まれているGUI要素EMを1つずつ順に抽出する。そして、トリガー特定部12は、抽出したGUI要素EMを、評価対象画面WND内のトリガーTRであるかどうかの評価対象である「評価対象要素CND」として決定する。   The trigger identifying unit 12 refers to the GUI element information 151 stored in the storage unit 15 and sequentially extracts the GUI elements EM included in the evaluation target screen WND one by one. Then, the trigger specifying unit 12 determines the extracted GUI element EM as an “evaluation target element CND” that is an evaluation target of whether or not the trigger TR is in the evaluation target screen WND.

なお、「GUI要素情報151」とは、評価対象画面WNDを構成するGUI要素EM(テキストや入出力部品)の座標、当該入出力部品の種類、または、評価対象画面WNDに含まれているテキストの記述内容であるデータなどを示す情報である。   The “GUI element information 151” is the coordinates of the GUI element EM (text or input / output component) constituting the evaluation target screen WND, the type of the input / output component, or the text included in the evaluation target screen WND. This is information indicating the data that is the description content.

GUI要素情報151は、図2に示したウィンドウAを構成するGUI要素EMのうちの一部について記述した場合、図3に一例として示すデータ構造を有する。   The GUI element information 151 has a data structure shown as an example in FIG. 3 when a part of the GUI elements EM constituting the window A shown in FIG. 2 is described.

図3に示すGUI要素情報151には、ウィンドウAのなかに配置されているGUI要素EMそれぞれについて、項番と、GUI要素EMそれぞれの種類と、テキストの記述内容であるデータと、ウィンドウAが有するウィンドウ枠の左上を原点(0,0)とする座標範囲RNGとが記憶されている。   In the GUI element information 151 shown in FIG. 3, for each GUI element EM arranged in the window A, the item number, the type of each GUI element EM, the data describing the text, and the window A A coordinate range RNG having the origin (0, 0) at the upper left of the window frame is stored.

ここで、座標範囲RNGとは、GUI要素EMそれぞれを示す画像がウィンドウAにおいて占める範囲である。この説明例では、座標範囲を、GUI要素EM1〜EM10の画像を囲む矩形の左上の端点の座標(X1,Y1)と、GUI要素EM1〜EM10の画像を囲む矩形の右下の端点の座標(X2,Y2)とで表す。例えば、図2に示したラジオボタン1A(GUI要素EM1)であれば、その座標範囲RNGとして、図3に示したGUI要素情報151のなかに、左上の端点の座標(10,50)〜右下の端点の座標(50,57)が記憶されている。   Here, the coordinate range RNG is a range that the image indicating each GUI element EM occupies in the window A. In this example, the coordinate range is defined by the coordinates (X1, Y1) of the upper left corner of the rectangle surrounding the GUI elements EM1 to EM10 and the coordinates (X1 and Y1) of the lower right corner of the rectangle surrounding the images of the GUI elements EM1 to EM10. X2, Y2). For example, if the radio button 1A (GUI element EM1) shown in FIG. 2 is used, the coordinate range RNG of the GUI element information 151 shown in FIG. The coordinates (50, 57) of the lower end point are stored.

なお、図1に示したトリガー特定部12は、評価対象要素CNDを決定する際、GUI要素情報151を用いて抽出したGUI要素EMが、ボタンやラジオボタンやリンクなどのように同一種類のGUI要素EM(例えば、図2に示したラジオボタン1Aおよび2)がグループとして連続的に配置されることでトリガーTRとして機能するGUI要素EMであるかどうかを判別する。該判別の結果、評価対象要素CNDと同一種類のGUI要素EMが直線状に配置されていると判別した場合、トリガー特定部12は、これらのGUI要素EMのグルーピングを行い、該グルーピングによって生成したグループを1つの評価対象要素CNDとして決定する。   When the trigger identification unit 12 shown in FIG. 1 determines the evaluation target element CND, the GUI element EM extracted using the GUI element information 151 is the same type of GUI such as a button, a radio button, or a link. It is determined whether or not the element EM (for example, the radio buttons 1A and 2 shown in FIG. 2) is a GUI element EM functioning as the trigger TR by being continuously arranged as a group. As a result of the determination, when it is determined that the same kind of GUI element EM as the evaluation target element CND is arranged in a straight line, the trigger specifying unit 12 performs grouping of these GUI elements EM and generates the grouping A group is determined as one evaluation target element CND.

また、トリガー特定部12は、決定した評価対象要素CNDに対して動作指示を出力する前に、評価対象画面WNDの画像を取得する。続いて、トリガー特定部12は、取得した評価対象画面WNDの画像に対して「出力前」を示すラベルを付与する。   In addition, the trigger specifying unit 12 acquires an image of the evaluation target screen WND before outputting an operation instruction to the determined evaluation target element CND. Subsequently, the trigger specifying unit 12 assigns a label indicating “before output” to the acquired image of the evaluation target screen WND.

その後、トリガー特定部12は、決定した評価対象要素CNDに対して動作指示を出力する。なお、トリガー特定部12は、評価対象要素CNDがリストなどのように複数の選択項目を内包するGUI要素EMである場合、選択項目ごとの動作指示を出力する。   Thereafter, the trigger specifying unit 12 outputs an operation instruction to the determined evaluation target element CND. When the evaluation target element CND is a GUI element EM including a plurality of selection items such as a list, the trigger specifying unit 12 outputs an operation instruction for each selection item.

さらに、評価対象要素CNDに対する動作指示の出力の後、トリガー特定部12は、評価対象画面WNDの画像を取得する。なお、トリガー特定部12は、複数の選択項目を内包する評価対象要素CNDに対して動作指示を行った場合、それぞれの選択項目ごとの出力後における評価対象画面WNDの画像を取得する。   Further, after outputting an operation instruction to the evaluation target element CND, the trigger specifying unit 12 acquires an image of the evaluation target screen WND. In addition, the trigger specific | specification part 12 acquires the image of the evaluation object screen WND after the output for every selection item, when operation instruction | indication is performed with respect to the evaluation object element CND which contains several selection items.

続いて、トリガー特定部12は、動作指示の出力後に取得した評価対象画像WNDに対して「出力後」を示すラベルを付与する。   Subsequently, the trigger specifying unit 12 assigns a label indicating “after output” to the evaluation target image WND acquired after the operation instruction is output.

その後、トリガー特定部12は、動作指示の出力の前後において評価対象画面WND上で一部の画像領域が切替わったかどうかに基づいて、評価対象要素CNDがトリガーTRであるかどうかを判別する。   Thereafter, the trigger specifying unit 12 determines whether or not the evaluation target element CND is the trigger TR based on whether or not a part of the image area is switched on the evaluation target screen WND before and after the output of the operation instruction.

当該判別を行う際、トリガー特定部12は、出力前と出力後とのそれぞれにおける評価対象要素CNDを示す画像同士の差分を決定する。そして、決定した差分に基づいて、該出力の前後において評価対象画面WND上で画像が切替わったかどうかを判別する。   When performing the determination, the trigger specifying unit 12 determines a difference between images indicating the evaluation target element CND before and after output. Then, based on the determined difference, it is determined whether or not the image is switched on the evaluation target screen WND before and after the output.

なお、トリガー特定部12は、評価対象要素CNDがリストなどのように複数の選択項目を内包するGUI要素EMである場合、選択項目毎に出力前後における画像の差分を決定する。画像の差分を決定する手法は、一般的な手法でよく、例えば、該手法を実現している「ImageDiff」などを用いてもよい。   In addition, the trigger specific | specification part 12 determines the difference of the image before and behind output for every selection item, when the evaluation object element CND is GUI element EM which includes several selection items like a list. A method for determining the difference between images may be a general method, and for example, “ImageDiff” that realizes the method may be used.

トリガー特定部12は、評価対象要素CNDに対する動作指示の出力の前後にてそれぞれ取得した評価対象画面WNDの画像同士の差分を検出できなかった場合、当該評価対象要素CNDをトリガーTRでないと判別する。   If the difference between the images of the evaluation target screen WND acquired before and after the output of the operation instruction for the evaluation target element CND cannot be detected, the trigger specifying unit 12 determines that the evaluation target element CND is not the trigger TR. .

一方、トリガー特定部12は、評価対象要素CNDに対する動作指示の出力の前後にてそれぞれ取得した評価対象画面WNDの画像同士の差分を検出した場合、当該評価対象要素CNDがトリガーTRであると判別し、該評価対象要素CNDをトリガーTRとして特定する。   On the other hand, when the trigger identification unit 12 detects the difference between the images of the evaluation target screen WND acquired before and after the output of the operation instruction for the evaluation target element CND, it determines that the evaluation target element CND is the trigger TR. Then, the evaluation target element CND is specified as the trigger TR.

また、トリガー特定部12は、評価対象要素CNDをトリガーTRとして特定した場合、該トリガーTRに関する情報を探索領域決定部13へ出力する。   When the trigger specifying unit 12 specifies the evaluation target element CND as the trigger TR, the trigger specifying unit 12 outputs information on the trigger TR to the search region determining unit 13.

ここでいうトリガーTRに関する情報とは、例えば、トリガーTRとして特定されたGUI要素を示す画像の座標範囲RNGや、選択項目それぞれに応じて表示が切替わったときのトリガーTRの画像などである。   The information on the trigger TR here is, for example, the coordinate range RNG of the image indicating the GUI element specified as the trigger TR, the image of the trigger TR when the display is switched according to each selection item, and the like.

その後、トリガー特定部12は、トリガー特定部12は、トリガーTRであるかどうかの評価を行っていないGUI要素EMについて、当該評価を行う。   Thereafter, the trigger specifying unit 12 performs the evaluation on the GUI element EM that has not been evaluated whether the trigger specifying unit 12 is the trigger TR.

探索領域決定部13は、評価対象画面WNDのなかから、「境界表現BDR」が存在するべき領域である「探索領域SRC」を決定する役割を果たす。   The search area determination unit 13 plays a role of determining a “search area SRC”, which is an area where the “boundary expression BDR” should exist, from the evaluation target screen WND.

ここでいう「境界表現BDR」とは、トリガー特定部12が特定したトリガーTRに対して動作指示を出力したときに、該出力の前後にて評価対象画面WNDのなかで画像が切替わる切替領域SWと、当該出力の前後にて切替わらないGUI要素EMとの境界を示す表現である。   The “boundary expression BDR” here is a switching area in which images are switched in the evaluation target screen WND before and after the output of an operation instruction to the trigger TR specified by the trigger specifying unit 12. It is an expression showing a boundary between SW and a GUI element EM that is not switched before and after the output.

探索領域SRCを決定する際、まず、探索領域決定部13は、トリガー特定部12から出力されてきた動作指示の出力前の画像と該出力後の画像とを比較し、該比較結果に基づいて、出力の前後にて画像が切替わる切替領域SWを決定する。   When determining the search region SRC, first, the search region determination unit 13 compares the image before the output of the operation instruction output from the trigger specifying unit 12 with the image after the output, and based on the comparison result The switching area SW where the image is switched before and after the output is determined.

また、探索領域決定部13は、決定した切替領域SWを囲みつつ該切替領域SWの外において他のGUI要素EMを含んでおらず、かつ、面積が最大となる矩形領域(以下、「隣接最大領域MX」という)を特定する。   In addition, the search area determination unit 13 surrounds the determined switching area SW, does not include other GUI elements EM outside the switching area SW, and has a maximum area (hereinafter, “adjacent maximum”). Area MX ”).

そして、探索領域決定部13は、特定した隣接最大領域MXのうちから切替領域SWを除いた残りの領域(つまり、隣接最大領域MXのうち切替領域SW以外の領域)を、探索領域SRCとして決定する。   Then, the search area determination unit 13 determines the remaining area excluding the switching area SW from the specified adjacent maximum area MX (that is, the area other than the switching area SW in the adjacent maximum area MX) as the search area SRC. To do.

また、探索領域決定部13は、探索領域SRCを決定した場合、該探索領域SRCを囲む矩形が有する4辺のうちから非終端辺NOEを特定する。   In addition, when the search area SRC is determined, the search area determination unit 13 specifies the non-terminal side NOE from among the four sides of the rectangle surrounding the search area SRC.

ここで、「非終端辺NOE」とは、決定した探索領域SRCにおいて、境界表現BDRによって切替領域SWと分離されていなければならない領域端となるような当該探索領域SRCが有する辺のことを指す。   Here, “non-terminal side NOE” refers to a side of the determined search area SRC that is the end of the search area SRC that must be separated from the switching area SW by the boundary representation BDR.

境界表現判定部14は、探索領域決定部13によって決定された探索領域SRCのなかから境界表現BDRを示す画像を、該境界表現BDRの種類に応じたルールに基づき決定する。   The boundary expression determination unit 14 determines an image indicating the boundary expression BDR from the search area SRC determined by the search area determination unit 13 based on a rule corresponding to the type of the boundary expression BDR.

これにより、境界表現判定部14は、動作指示の出力の前後において切替わる切替領域SWの内部に存在するGUI要素EMと、当該切替領域SWの外部に存在するGUI要素EMとが境界表現BDRによって分割されていない箇所、つまり、視覚的に適切に表現されておらず欠陥がある箇所を判定する。   Thereby, the boundary expression determination unit 14 uses the boundary expression BDR to convert the GUI element EM that exists inside the switching area SW that is switched before and after the output of the operation instruction and the GUI element EM that exists outside the switching area SW. A portion that is not divided, that is, a portion that is not visually expressed properly and has a defect is determined.

そして、境界表現判定部14は、境界表現BDRの評価結果RSTを出力部16へ出力する。   Then, the boundary expression determination unit 14 outputs the evaluation result RST of the boundary expression BDR to the output unit 16.

なお、この説明例においては、「境界表現BDR」は、罫線と、背景色の差と、一定値以上の幅を有する余白とのいずれかである。しかしながら、境界表現BDRは、これらに限らず、切替領域SWと、動作指示の入力前後にてその画像が切替わらないGUI要素EMとを視覚的に互いに分割するものであれば任意でよい。   In this example, the “boundary expression BDR” is any one of a ruled line, a background color difference, and a margin having a width equal to or greater than a certain value. However, the boundary representation BDR is not limited to these, and any boundary representation BDR may be used as long as it visually divides the switching area SW and the GUI element EM whose image is not switched before and after the input of the operation instruction.

また、境界表現判定部14は、境界表現BDR(この例では、罫線、背景色の差または余白)について適切な境界表現BDRであるかどうかを判定するための基準となるルールを記憶している。ここで、適切な境界表現BDRであるかどうかの評価基準についてのルールは任意であり、特に限定しない。   Further, the boundary expression determination unit 14 stores a rule serving as a reference for determining whether or not the boundary expression BDR (in this example, ruled line, background color difference or margin) is an appropriate boundary expression BDR. . Here, the rule about the evaluation criteria as to whether or not the boundary representation BDR is appropriate is arbitrary and is not particularly limited.

記憶部15は、図3に示したGUI要素情報151などを記憶する。   The storage unit 15 stores the GUI element information 151 shown in FIG.

出力部16は、境界表現判定部14から出力されてきた境界表現BDRについての評価結果RSTを出力する。出力部16としては、ディスプレイなどが挙げられる。   The output unit 16 outputs the evaluation result RST for the boundary expression BDR output from the boundary expression determination unit 14. An example of the output unit 16 is a display.

つぎに、上述した構成を有する評価装置1において、トリガー特定部12がトリガーTRを特定する動作と、探索領域決定部13が探索領域SRCを決定する動作と、境界表現判定部14が境界表現BDRを評価する動作とについて詳細に説明する。   Next, in the evaluation apparatus 1 having the above-described configuration, the operation of the trigger specifying unit 12 specifying the trigger TR, the operation of the search region determining unit 13 determining the search region SRC, and the boundary expression determining unit 14 of the boundary expression BDR The operation for evaluating the above will be described in detail.

まず、トリガー特定部12が、評価対象画面WNDに含まれているGUI要素EMについてトリガーTRであるかどうかを1つずつ評価することで、トリガーTRを特定する方法について詳細に説明する。   First, the trigger identification unit 12 will be described in detail with respect to a method for identifying the trigger TR by evaluating whether or not the GUI element EM included in the evaluation target screen WND is the trigger TR one by one.

GUIの画面の評価を実行する動作指示の入力を入力部11が利用者から受付けた場合、まず、トリガー特定部12は、記憶部15内のGUI要素情報151を参照して、図2に示したウィンドウA内のトリガーTRであるかどうかの評価対象要素CNDとなるGUI要素EMを抽出する。なお、以下では、トリガー特定部12が、ラジオボタン1(EM1)、ラジオボタン2(EM2)、ドロップダウンリスト(EM6)およびタブ(EM8)の4つのGUI構成要素を、トリガーTRの評価対象要素CNDとして抽出した場合を例に挙げて説明する。   When the input unit 11 receives an input of an operation instruction for executing the evaluation of the GUI screen from the user, first, the trigger specifying unit 12 refers to the GUI element information 151 in the storage unit 15, and is shown in FIG. 2. The GUI element EM that is the evaluation target element CND for determining whether the trigger TR is in the window A is extracted. In the following, the trigger specifying unit 12 includes four GUI components, that is, radio button 1 (EM1), radio button 2 (EM2), drop-down list (EM6), and tab (EM8), as evaluation target elements of trigger TR. The case of extracting as CND will be described as an example.

まず、トリガー特定部12は、評価対象要素CNDとして抽出したGUI要素EMが、ラジオボタンなどのように同一種類のGUI要素EMがグループとして連続的に配置されることでトリガーTRとして機能するGUI要素EMであるかどうかを判別する。   First, the trigger specifying unit 12 uses a GUI element that functions as a trigger TR when GUI elements EM extracted as evaluation target elements CND are continuously arranged as a group of GUI elements EM of the same type such as radio buttons. It is determined whether it is EM.

判別の結果、当該評価対象要素CNDが連続的に配置されることでトリガーTRとして機能するGUI要素EMであると判別した場合、トリガー特定部12は、記憶部15に記述されている座標範囲RNGを参照して、評価対象要素CNDと同一種類のGUI要素EMが直線状に配置されているかどうかを判別する。   As a result of the determination, when it is determined that the evaluation target element CND is a GUI element EM that functions as the trigger TR by continuously arranging the evaluation target element CND, the trigger specifying unit 12 reads the coordinate range RNG described in the storage unit 15. , It is determined whether or not the same type of GUI element EM as the evaluation target element CND is arranged in a straight line.

評価対象要素CNDと同一種類のGUI要素EMが直線状に配置されていると判別した場合、トリガー特定部12は、これらのGUI要素EMのグルーピングを行い、該グルーピングによって生成したグループを1つの評価対象要素CNDとして決定する。   When it is determined that the same type of GUI element EM as the evaluation target element CND is arranged in a straight line, the trigger specifying unit 12 groups these GUI elements EM and evaluates the group generated by the grouping as one evaluation. The target element CND is determined.

図2に示したウィンドウAの例では、ラジオボタン1(EM1)とラジオボタン2(EM2)とは同一種類のGUI要素である上に、ラジオボタン1(EM1)とラジオボタン2(EM2)とは直線状に配置されている。そのため、トリガー特定部12は、ラジオボタン1(EM1)とラジオボタン2(EM2)とをグルーピングして、そのグループを1つの評価対象要素CNDとして決定する。   In the example of window A shown in FIG. 2, radio button 1 (EM1) and radio button 2 (EM2) are the same type of GUI elements, and radio button 1 (EM1) and radio button 2 (EM2) Are arranged in a straight line. Therefore, the trigger specifying unit 12 groups the radio button 1 (EM1) and the radio button 2 (EM2), and determines the group as one evaluation target element CND.

続いて、トリガー特定部12は、グルーピングにより生成したグループ(EM1およびEM2)と、ドロップダウンリスト(EM6)と、タブ(EM8)との3つの評価対象要素CNDとして決定した評価対象要素CNDについて、各評価対象要素CNDがトリガーTRであるかどうかを順次評価していく。   Subsequently, the trigger identification unit 12 determines the evaluation target element CND determined as the three evaluation target elements CND of the group (EM1 and EM2) generated by the grouping, the drop-down list (EM6), and the tab (EM8). It is sequentially evaluated whether each evaluation target element CND is the trigger TR.

まず、グループ(EM1およびEM2)について評価する場合について説明する。   First, the case where the group (EM1 and EM2) is evaluated will be described.

まず、トリガー特定部12は、決定した評価対象要素CND(この例では、ラジオボタン1Aとラジオボタン2)に対する動作指示の出力前に、該出力前の評価対象画面WNDの画像を取得する。続いて、トリガー特定部12は、出力前に取得した評価対象画面WNDの画像に対して「出力前」を示すラベルを付与する。   First, the trigger specifying unit 12 acquires an image of the evaluation target screen WND before output before outputting an operation instruction for the determined evaluation target element CND (in this example, the radio button 1A and the radio button 2). Subsequently, the trigger specifying unit 12 assigns a label indicating “before output” to the image of the evaluation target screen WND acquired before output.

すると、トリガー特定部12は、評価対象要素CNDに対して動作指示を出力する。トリガー特定部12は、評価対象システム17の評価対象要素CNDが有する選択項目を選択する動作指示(例えば、ボタンのグループであれば押下に対応する指示など)を出力する。   Then, the trigger specifying unit 12 outputs an operation instruction to the evaluation target element CND. The trigger specifying unit 12 outputs an operation instruction (for example, an instruction corresponding to pressing in the case of a button group) for selecting a selection item included in the evaluation target element CND of the evaluation target system 17.

この説明例では、ラジオボタン2(EM2)を選択する動作指示を出力した場合、該出力後にて図4に示す評価対象画面WNDが表示される。図4に示した評価対象画面WNDにおいては、図2に示したGUI要素EM3に代えて、GUI要素EM11が表示されている。   In this example, when an operation instruction for selecting the radio button 2 (EM2) is output, an evaluation target screen WND shown in FIG. 4 is displayed after the output. In the evaluation target screen WND shown in FIG. 4, a GUI element EM11 is displayed instead of the GUI element EM3 shown in FIG.

出力後、トリガー特定部12は、動作指示の出力後における評価対象画面WNDの画像を取得する。続いて、トリガー特定部12は、出力後に取得した評価対象画像WNDに対して「出力後」を示すラベルを付与する。   After the output, the trigger specifying unit 12 acquires an image of the evaluation target screen WND after the operation instruction is output. Subsequently, the trigger specifying unit 12 assigns a label indicating “after output” to the evaluation target image WND acquired after output.

さらに、トリガー特定部12は、該出力の前後において評価対象画面WND上で一部の画像領域が切替わったかどうかを判別する。当該判別を行う際、トリガー特定部12は、評価対象要素CNDがリストなどのように複数の選択項目を内包するGUI要素EMである場合、選択項目毎に出力前後における画像の差分を決定する。そして、決定した差分に基づいて、該出力の前後において評価対象画面WND上で一部の画像領域が切替わったかどうかを判別する。   Further, the trigger specifying unit 12 determines whether or not a part of the image area is switched on the evaluation target screen WND before and after the output. When performing the determination, when the evaluation target element CND is a GUI element EM including a plurality of selection items such as a list, the trigger specifying unit 12 determines the difference between the images before and after output for each selection item. Then, based on the determined difference, it is determined whether or not a part of the image area is switched on the evaluation target screen WND before and after the output.

該判別の結果、評価対象画面WND上で一部の画像領域が切替わったと判別した場合、トリガー特定部12は、その評価対象要素CNDをトリガーTRとして特定する。図2および図4に示した例では、ラジオボタン2に対する動作指示の出力前においてはGUI要素EM3が表示されていたが、出力後においては、出力前に表示されていたうちの一部の画像領域が切替わってGUI要素EM11が表示されている。そのため、トリガー特定部12は、出力前後における評価対象画面WNDの画像同士の比較により、ラジオボタン1(EM1)およびラジオボタン2(EM2)それぞれを、トリガーTRとして特定する。   As a result of the determination, when it is determined that a part of the image area is switched on the evaluation target screen WND, the trigger specifying unit 12 specifies the evaluation target element CND as the trigger TR. In the example shown in FIGS. 2 and 4, the GUI element EM3 is displayed before the output of the operation instruction for the radio button 2, but after the output, a part of the image displayed before the output is displayed. The area is switched and the GUI element EM11 is displayed. Therefore, the trigger specifying unit 12 specifies each of the radio button 1 (EM1) and the radio button 2 (EM2) as the trigger TR by comparing the images on the evaluation target screen WND before and after the output.

さらに、トリガー特定部12は、評価対象要素CNDをトリガーTRとして特定した場合、該トリガーTRに関する情報を探索領域決定部13へ出力する。例えば、トリガーTRとして特定されたGUI要素を示す画像(この例では、ラジオボタン1および2)の座標範囲RNGや、選択項目それぞれに応じて表示が切替わったときの評価対象画面WNDの画像などを出力する。なお、トリガー特定部12が探索領域決定部13へ出力する画像のうち、動作指示の出力前の評価対象画面WNDの画像には「出力前」を示すラベルが付与されており、動作指示の出力後の評価対象画面WNDの画像には「出力後」を示すラベルが付与されている。   Furthermore, when the evaluation target element CND is specified as the trigger TR, the trigger specifying unit 12 outputs information on the trigger TR to the search region determining unit 13. For example, an image indicating a GUI element specified as the trigger TR (in this example, radio buttons 1 and 2), a coordinate range RNG, an image of the evaluation target screen WND when the display is switched according to each selection item, and the like Is output. Of the images output from the trigger specifying unit 12 to the search region determining unit 13, the image indicating the “before output” is attached to the image of the evaluation target screen WND before the operation instruction is output, and the operation instruction is output. A label indicating “after output” is attached to the image of the later evaluation target screen WND.

なお、トリガー特定部12は、評価対象画面WNDのなかのGUI要素EMすべてについてトリガーTRを特定するための処理を実行する。図2に示したウィンドウAの例では、グループ(EM1とEM2)の選択項目はラジオボタン1(EM1)とラジオボタン2(EM2)とであり、選択指示を出力する前においてはラジオボタン1(EM1)が選択されている。そのため、トリガー特定部12は、未選択の項目ラジオボタン2(EM2)を選択する指示を出力する。   The trigger specifying unit 12 executes a process for specifying the trigger TR for all the GUI elements EM in the evaluation target screen WND. In the example of window A shown in FIG. 2, the selection items of the group (EM1 and EM2) are the radio button 1 (EM1) and the radio button 2 (EM2). Before the selection instruction is output, the radio button 1 ( EM1) is selected. Therefore, the trigger specifying unit 12 outputs an instruction to select an unselected item radio button 2 (EM2).

つぎに、探索領域決定部13が、トリガー特定部12が特定したトリガーTRについて、切替領域SWと該切替領域SW以外の領域とを分ける境界表現BDR(例えば、罫線や背景など)が存在すべき「探索領域SRC」を決定する方法について説明する。   Next, for the trigger TR specified by the trigger specifying unit 12, the search region determining unit 13 should have a boundary representation BDR (for example, ruled line or background) that separates the switching region SW and the region other than the switching region SW. A method for determining the “search area SRC” will be described.

まず、探索領域決定部13は、探索領域SRCを決定するための第1段階として、切替領域SWの決定を行う。   First, the search area determination unit 13 determines the switching area SW as a first stage for determining the search area SRC.

切替領域SWを決定する際、探索領域決定部13は、トリガーTRが内包する選択項目それぞれに応じた評価対象画面WNDの画像全体同士について、同一の相対位置における画像領域の差分を決定する。該決定する場合、探索領域決定部13は、トリガー特定部12から出力されてきた、動作指示の出力前の評価対象画面WNDの画像と、該出力後の評価対象画面WNDの画像とを比較する。   When determining the switching area SW, the search area determination unit 13 determines the difference between the image areas at the same relative position for all the images on the evaluation target screen WND corresponding to the selection items included in the trigger TR. When the determination is made, the search area determination unit 13 compares the image of the evaluation target screen WND output from the trigger specifying unit 12 with the output of the operation instruction and the image of the evaluation target screen WND after the output. .

そして、探索領域決定部13は、該比較によって差分が現れた箇所(すなわち、画像領域が切替わった箇所)を囲み、かつ、その面積が最小となる矩形領域を、切替領域SWとして決定する。   Then, the search area determination unit 13 determines, as the switching area SW, a rectangular area that surrounds a place where a difference appears by the comparison (that is, a place where the image area is switched) and has the smallest area.

例えば、図2に示したウィンドウAの画像と図4に示したウィンドウAの画像とを比較した場合、該比較によって検出した差分すべてを含んでおり、かつ、その面積が最小となる矩形領域は、図5中に破線で示す領域である。そのため、探索領域決定部13は、該領域を切替領域SWとして決定する。   For example, when the image of window A shown in FIG. 2 and the image of window A shown in FIG. 4 are compared, a rectangular area that includes all the differences detected by the comparison and has the smallest area is 5 is a region indicated by a broken line in FIG. Therefore, the search area determination unit 13 determines the area as the switching area SW.

切替領域SWを決定した後、探索領域決定部13は、第2段階として、探索領域SRCの決定を行う。   After determining the switching area SW, the search area determination unit 13 determines the search area SRC as a second stage.

この場合、まず、探索領域決定部13は、決定した切替領域SWを囲みつつ該切替領域SWの外において他のGUI要素EMを含んでおらず、かつ、面積が最大となる矩形の隣接最大領域MXを特定する。   In this case, first, the search area determination unit 13 surrounds the determined switching area SW, does not include other GUI elements EM outside the switching area SW, and has a maximum area adjacent to the rectangle. Specify MX.

図5に示した切替領域SWの例では、該切替領域SWを囲みつつ切替領域SWの外においてその他のGUI要素(EM1、EM2、EM5およびEM11)を含まず、かつ、面積が最大となる矩形の領域は、図6(a)中に実線で示す領域である。そのため、探索領域決定部13は、当該領域を隣接最大領域MXとして特定する。   In the example of the switching area SW shown in FIG. 5, a rectangle that surrounds the switching area SW, does not include other GUI elements (EM1, EM2, EM5, and EM11) outside the switching area SW and has the largest area. This area is indicated by a solid line in FIG. Therefore, the search area determination unit 13 identifies the area as the adjacent maximum area MX.

続いて、探索領域決定部13は、特定した隣接最大領域MXのうちから切替領域SWを除いた残りの領域を、探索領域SRCとして決定する。図6(a)に示す例では、探索領域決定部13は、隣接最大領域MXと切替領域SWとの間の領域、つまり、隣接最大領域MXから切替領域SWを除いた残りの領域を、探索領域SRCとして決定する。   Subsequently, the search area determination unit 13 determines the remaining area excluding the switching area SW from the specified adjacent maximum area MX as the search area SRC. In the example shown in FIG. 6A, the search area determination unit 13 searches for an area between the adjacent maximum area MX and the switching area SW, that is, a remaining area excluding the switching area SW from the adjacent maximum area MX. It determines as area | region SRC.

つまり、決定された探索領域SRCの辺は、切替領域SWの外に位置しているGUI要素EMと接しているか、トリガーTRと接しているか、評価対象画面WNDの端部(例えば、ウィンドウ枠など)と接しているかのいずれかの状態になる。なお、探索領域決定部13は、切替領域SWの外に位置しているGUI要素EMの座標を、GUI要素情報151から読み出して取得する。   That is, the determined side of the search area SRC is in contact with the GUI element EM located outside the switching area SW, is in contact with the trigger TR, or the end of the evaluation target screen WND (for example, a window frame or the like) ). The search area determination unit 13 reads out and acquires the coordinates of the GUI element EM located outside the switching area SW from the GUI element information 151.

最後に、第3段階として、探索領域決定部13は、決定した探索領域SRCを囲む4辺のうちから、当該探索領域SRCにおいて、境界表現BDRによって切替領域SWと他のGUI要素とを分離する辺(探索領域SRCの領域端)となっている「非終端辺NOE」を定める。この説明例では、探索領域決定部13は、決定した探索領域SRCを囲む4辺のうちで切替領域SWの外に位置しているGUI要素EMと接している辺を「非終端辺NOE」として定める。   Finally, as a third stage, the search area determination unit 13 separates the switching area SW and other GUI elements from the four sides surrounding the determined search area SRC by the boundary expression BDR in the search area SRC. A “non-terminal side NOE” that is a side (region end of the search region SRC) is defined. In this illustrative example, the search area determination unit 13 determines the side that is in contact with the GUI element EM located outside the switching area SW among the four sides surrounding the determined search area SRC as “non-terminal side NOE”. .

つまり、探索領域決定部13は、隣接最大領域MXを囲む矩形が有する4辺のうちで画像が切替わらないGUI要素EMと接している辺を、非終端辺NOEとして特定する。   That is, the search area determination unit 13 specifies, as a non-terminal edge NOE, an edge that is in contact with the GUI element EM whose image is not switched among the four edges included in the rectangle surrounding the adjacent maximum area MX.

図6(b)に示すように、図6(a)に示した探索領域SRCの4辺のうち、上辺はトリガーTRとして特定されたラジオボタン1(EM1)およびラジオボタン2(EM2)と接しており、また、探索領域SRCの左辺は評価対象画面WNDの端部と接している。そのため、探索領域決定部13は、図6(b)に示した上辺および左辺は非終端辺NOEでないと判別する。   As shown in FIG. 6B, among the four sides of the search area SRC shown in FIG. 6A, the upper side is in contact with the radio button 1 (EM1) and the radio button 2 (EM2) specified as the trigger TR. In addition, the left side of the search area SRC is in contact with the end of the evaluation target screen WND. Therefore, the search area determination unit 13 determines that the upper side and the left side shown in FIG. 6B are not non-terminal sides NOE.

一方、図6(b)に示した下辺EG1はGUI要素EM11と接しており、また、右辺EG2はGUI要素EM5と接している。そのため、探索領域決定部13は、下辺EG1および右辺EG2が非終端辺NOEであると特定する。   On the other hand, the lower side EG1 shown in FIG. 6B is in contact with the GUI element EM11, and the right side EG2 is in contact with the GUI element EM5. Therefore, the search area determination unit 13 specifies that the lower side EG1 and the right side EG2 are non-terminal sides NOE.

その後、探索領域決定部13は、このようにして得られた探索領域SRCに関する情報を境界表現判定部14へ出力する。   Thereafter, the search area determination unit 13 outputs information regarding the search area SRC obtained in this way to the boundary expression determination unit 14.

ここで、探索領域SRCに関する情報とは、例えば、探索領域SRCの座標範囲、切替領域SWの座標範囲、隣接最大領域MXの座標範囲、非終端辺NOEそれぞれの端点の座標、および、動作指示の出力前後のうちの少なくとも一方の評価対象画面WNDの画像(例えば、図4に示したラジオボタン2に対する動作指示の出力後におけるウィンドウAの画像)などである。   Here, the information related to the search area SRC includes, for example, the coordinate range of the search area SRC, the coordinate range of the switching area SW, the coordinate range of the adjacent maximum area MX, the coordinates of each end point of the non-terminal side NOE, and the output of the operation instruction It is an image of at least one of the front and rear evaluation target screens WND (for example, an image of window A after the output of an operation instruction for the radio button 2 shown in FIG. 4).

つぎに、境界表現判定部14が、探索領域決定部13が決定した探索領域SRCのなかから境界表現BDRを決定して、当該境界表現BDRが適切なものであるかの評価を行う方法について詳細に説明する。   Next, the boundary expression determination unit 14 determines a boundary expression BDR from the search area SRC determined by the search area determination unit 13 and evaluates whether the boundary expression BDR is appropriate. Explained.

なお、以下の説明例では、境界表現BDRの1つである罫線についてのルールとして、「平行に位置する切替領域SWの辺が存在し、その辺の8割以上の長さを持つ幅10px(ピクセル)以下の罫線が存在すること」と定める。なお、画像から罫線を決定する手法は、一般的に知られておりOCR(Optical Character Reader)製品などに利用されている既存の手法などでよい。   In the following description example, as a rule for a ruled line that is one of the boundary representations BDR, “a width of the switching region SW located in parallel exists, and a width of 10 px ( Pixel) The following ruled line exists ”. The method for determining the ruled line from the image may be an existing method that is generally known and used in an OCR (Optical Character Reader) product or the like.

また、この説明例では、背景色の差についてのルールとして、「互いの明度の差が125以上である2色を背景色とする矩形領域の境界が存在すること」と定める。   In this example, the rule for the background color difference is defined as “there is a boundary of a rectangular area having two colors whose background color difference is 125 or more”.

また、この説明例では、余白についてのルールとして、「非終端辺NOEと対応する探索領域SRCの辺が100px(ピクセル)以上離れていること」と定める。   In this example, the rule for the margin is defined as “the side of the search area SRC corresponding to the non-terminal side NOE is 100 px (pixels) or more apart”.

以下、境界表現判定部14が、上述したルールに従って、図6(a)に示した探索領域決定部13が決定した探索領域SRCのなかに適切な境界表現BDRが含まれているかどうかを評価する場合について説明する。境界表現判定部14は、境界表現BDRの種類ごとに、探索領域内にその境界表現が含まれているかを評価していく。   Hereinafter, the boundary expression determination unit 14 evaluates whether or not the appropriate boundary expression BDR is included in the search area SRC determined by the search area determination unit 13 shown in FIG. The case will be described. The boundary expression determination unit 14 evaluates whether the boundary expression is included in the search area for each type of boundary expression BDR.

まず、境界表現判定部14は、境界表現BDRの種類(罫線、背景色の差または余白)ごとに、探索領域SRCのなかに含まれている境界表現BDRを決定していく。境界表現判定部14は、境界表現BDRを決定した場合、該決定した境界表現BDRの座標と種類とを保持する。   First, the boundary expression determination unit 14 determines the boundary expression BDR included in the search area SRC for each type of boundary expression BDR (ruled line, background color difference or margin). When the boundary expression determination unit 14 determines the boundary expression BDR, the boundary expression determination unit 14 holds the coordinates and the type of the determined boundary expression BDR.

図4に示した評価対象画面WNDの例では、境界表現判定部14は、図7に示す罫線L1とL2とL3とを境界表現BDRとして決定し、境界表現BDRとして決定した罫線L1、L2およびL3それぞれの座標と種類とを保持する。   In the example of the evaluation target screen WND illustrated in FIG. 4, the boundary expression determination unit 14 determines the ruled lines L1, L2, and L3 illustrated in FIG. 7 as the boundary expression BDR, and the ruled lines L1, L2 and Each coordinate and type of L3 are held.

続いて、境界表現判定部14は、各非終端辺NOEについて対応する境界表現BDRが存在するかどうかを判定する。具体的には、境界表現判定部14は、非終端辺NOE(図6(b)に示した下辺EG1および右辺EG2)それぞれについて、非終端辺NOEと並行している切替領域SWの2辺のうちで該非終端辺NOEから最も近くに位置している切替領域SWの1辺と、該非終端辺NOEの一部を当該最も近くに位置している1辺の対辺として有する矩形領域のなかに、該非終端辺NOEおよび該切替領域SWの1辺と並行な位置関係にある境界表現BDRがあるかどうかを判別する。   Subsequently, the boundary expression determination unit 14 determines whether or not a corresponding boundary expression BDR exists for each non-terminal side NOE. Specifically, the boundary expression determination unit 14 determines, for each of the non-terminal sides NOE (the lower side EG1 and the right side EG2 illustrated in FIG. 6B), of the two sides of the switching area SW that is parallel to the non-terminal side NOE. In the rectangular region having one side of the switching region SW closest to the non-terminal side NOE and a part of the non-terminal side NOE as a side opposite to the one side, the non-terminal side It is determined whether or not there is a boundary expression BDR in a positional relationship parallel to the side NOE and one side of the switching area SW.

図6(b)に示した例において該判別を行う場合、境界表現判定部14は、境界表現BDRとして決定した罫線L1〜L3が、非終端辺NOEと切替領域SWとの間の図7に示した領域R1およびR2それぞれに存在しているかどうかを判別する。   When performing the determination in the example illustrated in FIG. 6B, the boundary expression determination unit 14 indicates that the ruled lines L1 to L3 determined as the boundary expression BDR are illustrated in FIG. 7 between the non-terminal side NOE and the switching area SW. It is determined whether or not each region exists in each of the regions R1 and R2.

そして、図7に示した例では、当該判別により、境界表現判定部14は、領域R1とR2との両方のなかに境界表現BDRがそれぞれ存在していると判別する。この結果より、境界表現判定部14は、トリガーTRであるラジオボタン1(EM1)およびラジオボタン2(EM2)による画像の切替については境界表現BDRが適正に表現されている(つまり、欠陥なし)旨を示す判定結果を出力部12へ出力する。   In the example illustrated in FIG. 7, the boundary expression determination unit 14 determines that the boundary expressions BDR exist in both of the regions R1 and R2 by the determination. From this result, the boundary expression determination unit 14 appropriately expresses the boundary expression BDR for the image switching by the radio button 1 (EM1) and the radio button 2 (EM2) as the trigger TR (that is, there is no defect). A determination result indicating that is output to the output unit 12.

なお、非終端辺NOEおよび該切替領域SWの1辺と並行な位置関係にある境界表現BDRの有無の判別の結果、探索領域決定部13が特定した非終端辺NOEのうちに、該非終端辺NOEに対応する境界表現BDRが存在しない非終端辺NOEがたとえ1つでも存在する場合、境界表現判定部14は、「欠陥あり」と判別する。そして、境界表現判定部14は、該判別結果とともに、トリガーTRの位置と切替領域SWの位置とをマーキングした画像を出力部16へ出力する。なお、当該マーキングを行う場合、トリガーTRの位置については、トリガー特定部12がトリガーTRを特定した際の当該トリガーの座標範囲RNGを用いればよい。また、切替領域SWの位置については、探索領域決定部13が切替領域SWを決定した際の当該切替領域SWの座標範囲を用いればよい。   As a result of determining whether or not there is a boundary expression BDR in a positional relationship parallel to one side of the non-terminal edge NOE and the switching area SW, the non-terminal edge NOE specified by the search area determination unit 13 is included in the non-terminal edge NOE. If there is even one non-terminal edge NOE for which no corresponding boundary expression BDR exists, the boundary expression determination unit 14 determines that “there is a defect”. Then, the boundary expression determination unit 14 outputs an image in which the position of the trigger TR and the position of the switching area SW are marked together with the determination result to the output unit 16. In addition, when performing the said marking, what is necessary is just to use the coordinate range RNG of the said trigger when the trigger specific | specification part 12 specifies trigger TR about the position of trigger TR. As for the position of the switching area SW, the coordinate range of the switching area SW when the search area determining unit 13 determines the switching area SW may be used.

評価装置1は、ラジオボタン1および2について適切な境界表現BDRの有無の判定が終了すると、まだ評価を行なっていないGUI要素EM(ドロップダウンリストEM6とタブEM8)について、トリガー特定部12によるトリガーTRであるかどうかの評価と、切替領域SWや探索領域SRCの決定と、境界表現判定部14による境界表現BDRの決定とを引き続き実行する。   When the evaluation device 1 determines whether or not the appropriate boundary expression BDR exists for the radio buttons 1 and 2, the trigger specifying unit 12 triggers the GUI elements EM (the drop-down list EM6 and the tab EM8) that have not been evaluated yet. The evaluation of whether or not it is TR, the determination of the switching area SW and the search area SRC, and the determination of the boundary expression BDR by the boundary expression determination unit 14 are continued.

以下に、評価装置1が、ドロップダウンリストEM6について評価するときの動作について説明する。   Hereinafter, an operation when the evaluation apparatus 1 evaluates the drop-down list EM6 will be described.

この説明例では、図2に示したラジオボタン2(EM2)を選択する指示を出力した場合、該出力後にて図8に示す評価対象画面WNDが表示される。図8に示した評価対象画面WNDにおいては、図2に示したGUI要素EM7に代えて、GUI要素EM12が表示されている。   In this example, when an instruction to select the radio button 2 (EM2) shown in FIG. 2 is output, an evaluation target screen WND shown in FIG. 8 is displayed after the output. In the evaluation target screen WND shown in FIG. 8, a GUI element EM12 is displayed instead of the GUI element EM7 shown in FIG.

この場合、探索領域決定部13は、図8中に破線で示す領域を切替領域SWとして決定する。続いて、探索領域決定部13は、図8中に示した破線と実線との間の領域R3を、探索領域SRCとして決定する。すると、探索領域決定部13は、探索領域SRCの下辺EG3を、非終端辺NOEとして決定する。そして、探索領域決定部13は、決定した切替領域SWと探索領域SRCと非終端辺NOEとの情報を境界表現判定部14へ出力する。   In this case, the search area determination unit 13 determines an area indicated by a broken line in FIG. 8 as the switching area SW. Subsequently, the search region determination unit 13 determines a region R3 between the broken line and the solid line shown in FIG. 8 as the search region SRC. Then, the search area determination unit 13 determines the lower side EG3 of the search area SRC as a non-terminal side NOE. Then, the search area determination unit 13 outputs information on the determined switching area SW, search area SRC, and non-terminal side NOE to the boundary expression determination unit 14.

すると、境界表現判定部14は、非終端辺NOE(下辺EG3)と、該非終端辺NOEと並行しているうちで該非終端辺NOEの最も近くに位置している切替領域SWの辺との間の領域R3に、境界表現BDRが存在していないと判別する。そして、境界表現判定部14は、トリガーTRであるドロップダウンリスト(EM6)によって切替えられる画像については適正な境界表現BDRが存在しない旨(つまり、欠陥あり)を示す評価結果RSTを出力部16へ出力する。   Then, the boundary expression determination unit 14 between the non-terminal side NOE (lower side EG3) and the side of the switching area SW that is positioned closest to the non-terminal side NOE while being parallel to the non-terminal side NOE. It is determined that the boundary expression BDR does not exist in the region R3. Then, the boundary expression determination unit 14 outputs an evaluation result RST indicating that there is no appropriate boundary expression BDR (that is, there is a defect) to the output unit 16 for the image switched by the drop-down list (EM6) that is the trigger TR. Output.

なお、ドロップダウンリスト(EM6)について適切な境界表現BDRの有無の判定が終了すると、評価装置1は、まだ評価を行なっていないGUI要素EM8(タブ)についての境界表現BDRの有無の評価を引き続き実行する。   When the determination of the presence or absence of an appropriate boundary expression BDR for the drop-down list (EM6) is completed, the evaluation apparatus 1 continues to evaluate the presence or absence of the boundary expression BDR for the GUI element EM8 (tab) that has not been evaluated yet. Execute.

以下に、評価装置1が、タブ(EM8)についての境界表現BDRの有無の評価するときの動作について説明する。   Hereinafter, an operation when the evaluation apparatus 1 evaluates the presence or absence of the boundary expression BDR for the tab (EM8) will be described.

この説明例では、図2に示したタブ2(EM8)を選択する指示を出力した場合、該出力後にて図9に示す評価対象画面WNDが表示される。図9に示した評価対象画面WNDにおいては、図2に示したGUI要素EM9に代えて、GUI要素EM13が表示されている。   In this example, when an instruction to select the tab 2 (EM8) shown in FIG. 2 is output, the evaluation target screen WND shown in FIG. 9 is displayed after the output. In the evaluation target screen WND shown in FIG. 9, a GUI element EM13 is displayed instead of the GUI element EM9 shown in FIG.

この場合、探索領域決定部13は、図9中に破線で示す領域を切替領域SWとして決定する。続いて、探索領域決定部13は、図9中に示した破線と実線との間の領域R4を、探索領域SRCとして決定する。すると、探索領域決定部13は、探索領域SRCの下辺EG4を、非終端辺NOEとして決定する。そして、探索領域決定部13は、決定した切替領域SWと探索領域SRCと非終端辺NOEとの情報を境界表現判定部14へ出力する。   In this case, the search area determination unit 13 determines an area indicated by a broken line in FIG. 9 as the switching area SW. Subsequently, the search region determination unit 13 determines a region R4 between the broken line and the solid line shown in FIG. 9 as the search region SRC. Then, the search area determination unit 13 determines the lower side EG4 of the search area SRC as a non-terminal side NOE. Then, the search area determination unit 13 outputs information on the determined switching area SW, search area SRC, and non-terminal side NOE to the boundary expression determination unit 14.

すると、境界表現判定部14は、該非終端辺NOE(下辺EG4)と並行している切替領域SWの2辺のうちで該非終端辺NOEの最も近くに位置している切替領域SWの1辺と、非終端辺NOE(下辺EG4)の一部を当該最も近くに位置している1辺の対辺とする矩形の領域R4に、境界表現BDRが存在していないと判別する。そして、境界表現判定部14は、トリガーTRであるタブ(EM8)による画像の切替については適正な境界表現BDRが存在しない旨(つまり、欠陥あり)を示す評価結果RSTを出力部16へ出力する。すると、出力部16は、当該評価結果RSTともに、トリガーTRの位置と切替領域SWの位置とをマーキングした画像を出力部16へ出力する。   Then, the boundary expression determination unit 14 selects one side of the switching region SW that is closest to the non-terminal side NOE among the two sides of the switching region SW parallel to the non-terminal side NOE (lower side EG4). Then, it is determined that the boundary expression BDR does not exist in the rectangular region R4 having a part of the non-terminal side NOE (lower side EG4) as the opposite side of the nearest side. Then, the boundary expression determination unit 14 outputs to the output unit 16 an evaluation result RST indicating that there is no appropriate boundary expression BDR (that is, there is a defect) with respect to image switching by the tab (EM8) that is the trigger TR. . Then, the output unit 16 outputs an image in which the position of the trigger TR and the position of the switching region SW are marked to the output unit 16 together with the evaluation result RST.

上述したラジオボタン(EM1およびEM2)、ドロップダウンリスト(EM6)およびタブ(EM8)についての評価結果RSTは、図10に例示するように、ラジオボタン1および2(EM1およびEM2)については「欠陥なし」の旨を示している。   The evaluation results RST for the radio buttons (EM1 and EM2), the drop-down list (EM6), and the tab (EM8) described above are “defects” for the radio buttons 1 and 2 (EM1 and EM2) as illustrated in FIG. “None”.

一方、ドロップダウンリスト(EM6)とタブ(EM8)とについては、評価結果RSTは「欠陥あり」の旨を示している。さらに、ドロップダウンリスト(EM6)とタブ(EM8)とについては、評価結果RSTの詳細な説明に、非終端辺NOEに対応する境界表現BDRが存在しなかった場合、該非終端辺NOEと切替領域SWとの間における適切な境界表現BDRがなかった位置が示されている。   On the other hand, for the drop-down list (EM6) and the tab (EM8), the evaluation result RST indicates that “there is a defect”. Further, regarding the drop-down list (EM6) and the tab (EM8), when the boundary expression BDR corresponding to the non-terminal side NOE does not exist in the detailed description of the evaluation result RST, the non-terminal side NOE and the switching area SW The position where there was no appropriate boundary representation BDR between the two is shown.

なお、GUI要素EMすべてについて境界表現BDRの有無の評価を終了した場合、評価装置1は、ユーザビリティを評価するための処理を終了する。   Note that when the evaluation of the presence or absence of the boundary expression BDR is completed for all the GUI elements EM, the evaluation device 1 ends the process for evaluating usability.

つぎに、上述した境界表現BDRの有無を評価装置1が評価するときの動作について、図11に示すフローチャートを参照して説明する。   Next, the operation when the evaluation apparatus 1 evaluates the presence or absence of the boundary expression BDR described above will be described with reference to the flowchart shown in FIG.

図11に示すように、まず、トリガー特定部12は、未評価のトリガー候補のGUI要素EMのなかで画面内の最も左上に位置しているGUI要素EMを、評価対象要素CNDとして決定する(ステップS1)。   As shown in FIG. 11, first, the trigger identification unit 12 determines the GUI element EM located at the upper left in the screen among the GUI elements EM of the unevaluated trigger candidates as the evaluation target element CND ( Step S1).

続いて、トリガー特定部12は、評価対象要素CNDとして決定したGUI要素EMに対するグループ化が可能であるかどうかを判別する。この説明例では、トリガー特定部12は、評価対象画面WNDのなかに、決定した評価対象要素CNDと同一種類のGUI要素が直線状に配置されているかどうかを判別する。該判別により、評価対象要素CNDがグループ化可能であると判別した場合、評価対象要素CNDについてのグルーピングを行い、生成したグループを1つの評価対象要素CNDとして決定する(ステップS2)。   Subsequently, the trigger specifying unit 12 determines whether or not grouping with respect to the GUI element EM determined as the evaluation target element CND is possible. In this illustrative example, the trigger specifying unit 12 determines whether or not the same type of GUI element as the determined evaluation target element CND is linearly arranged in the evaluation target screen WND. If it is determined that the evaluation target element CND can be grouped by the determination, grouping is performed on the evaluation target element CND, and the generated group is determined as one evaluation target element CND (step S2).

その後、トリガー特定部12は、評価対象要素CNDに対する動作指示の出力前における評価対象画面WNDの画像と、当該出力後における評価対象画面WNDの画像とを比較する。当該比較により、表示されている一部の画像領域が切替わったと判別した場合は、当該評価対象要素CNDをトリガーTRとして特定する(ステップS3)。   Thereafter, the trigger specifying unit 12 compares the image of the evaluation target screen WND before the output of the operation instruction for the evaluation target element CND with the image of the evaluation target screen WND after the output. If it is determined by the comparison that some of the displayed image areas have been switched, the evaluation target element CND is specified as the trigger TR (step S3).

ステップS3にてトリガーTRが特定されなかった場合(ステップS4;No)、該評価対象要素CNDについてトリガーTRであるかどうかの評価を終了し、ステップS1の処理を再度実行する。   If the trigger TR is not specified in step S3 (step S4; No), the evaluation of whether or not the evaluation target element CND is the trigger TR is terminated, and the process of step S1 is executed again.

一方、ステップS3にてトリガーTRが特定された場合(ステップS4;Yes)、探索領域決定部13がステップS5の処理を実行する。ステップS5にて、探索領域決定部13は、トリガーTRに対する動作指示の出力前後における評価対象画面WNDの画像の比較の結果、該出力前後にて差分が現れた箇所(すなわち、一部の画像領域が切替わった箇所)を囲み、かつ、その面積が最小となる矩形領域を、切替領域SWとして決定する。   On the other hand, when the trigger TR is specified in step S3 (step S4; Yes), the search area determination unit 13 executes the process of step S5. In step S5, the search area determination unit 13 compares the image of the evaluation target screen WND before and after the output of the operation instruction with respect to the trigger TR. A rectangular area that surrounds and has the smallest area is determined as the switching area SW.

続いて、探索領域決定部13は、決定した切替領域SWを囲みつつ該切替領域SWの外において他のGUI要素EMを含んでおらず、かつ、面積が最大となる矩形の隣接最大領域MXを特定する。続いて、探索領域決定部13は、特定した隣接最大領域MXのうちから切替領域SWを除いた残りの領域を、探索領域SRCとして決定する(ステップS6)。   Subsequently, the search area determination unit 13 surrounds the determined switching area SW, does not include another GUI element EM outside the switching area SW, and has a rectangular adjacent maximum area MX having a maximum area. Identify. Subsequently, the search area determination unit 13 determines the remaining area excluding the switching area SW from the specified adjacent maximum area MX as the search area SRC (step S6).

さらに、探索領域決定部13は、探索領域SRCを囲む矩形の4辺のうちで、切替領域SWの外に位置しているGUI要素EMと接している辺を非終端辺NOEとして決定する(ステップS7)。   Further, the search area determination unit 13 determines, as a non-terminal edge NOE, a side that is in contact with the GUI element EM located outside the switching area SW among the four sides of the rectangle surrounding the search area SRC (step S7). ).

境界表現判定部14は、自己が記憶している境界表現BDRの種類ごとに定められたルールに基づいて、探索領域SRCの中から境界表現BDRを決定する(ステップS8)。   The boundary expression determination unit 14 determines the boundary expression BDR from the search area SRC based on the rule defined for each type of boundary expression BDR stored in the memory (step S8).

切替領域と非終端辺とを分ける境界表現BDRが探索領域SRCのなかに存在しない場合は、境界表現判定部14は、「欠陥あり」と判定する。そして、境界表現判定部14は、該判定結果と、トリガーTRの位置と切替領域SWの位置とがマーキングされた画像とを出力部16へ出力する(ステップS9)。   When the boundary representation BDR that separates the switching region and the non-terminal side does not exist in the search region SRC, the boundary representation determination unit 14 determines that “there is a defect”. Then, the boundary expression determination unit 14 outputs the determination result and an image in which the position of the trigger TR and the position of the switching region SW are marked to the output unit 16 (step S9).

さらに、評価対象画面WNDのなかに未評価のGUI要素EMが存在する場合(ステップS10;Yes)、トリガー特定部12は、ステップS1の処理を実行する。一方、評価対象画面WNDのなかに未評価のGUI要素が存在しない場合(ステップS10;No)、評価装置1は、評価対象画面WNDを評価するための一連の処理を終了する。   Furthermore, when the unevaluated GUI element EM exists in the evaluation target screen WND (step S10; Yes), the trigger specifying unit 12 executes the process of step S1. On the other hand, when there is no unevaluated GUI element in the evaluation target screen WND (step S10; No), the evaluation apparatus 1 ends a series of processes for evaluating the evaluation target screen WND.

次に、図11に示したステップS3の処理、つまり、トリガー特定部12による評価対象要素CNDがトリガーTRであるかどうかを評価する処理について、図12を参照して詳細に説明する。   Next, the process of step S3 shown in FIG. 11, that is, the process of evaluating whether the evaluation target element CND is the trigger TR by the trigger specifying unit 12 will be described in detail with reference to FIG.

トリガー特定部12は、評価対象画面WNDのなかから静止画像を取得し、該取得した静止画像に対して「出力前」を示すラベルを付与する(ステップS31)。   The trigger specifying unit 12 acquires a still image from the evaluation target screen WND, and gives a label indicating “before output” to the acquired still image (step S31).

続いて、トリガー特定部12は、評価対象要素CNDが内包する選択項目のうちから、まだ評価を行っていない選択項目を選択する動作指示を順次出力していく(ステップS32)。   Subsequently, the trigger specifying unit 12 sequentially outputs an operation instruction for selecting a selection item that has not yet been evaluated from the selection items included in the evaluation target element CND (step S32).

さらに、トリガー特定部12は、評価対象要素CNDが内包する選択項目を選択する動作指示の出力を完了するごとに、該出力後の評価対象画面WNDの画像を取得し、該取得した画像に対して「出力後」を示すラベルを付与する(ステップS33)。   Furthermore, whenever the trigger specifying unit 12 completes the output of the operation instruction for selecting the selection item included in the evaluation target element CND, the trigger specifying unit 12 acquires the image of the evaluation target screen WND after the output, Then, a label indicating “after output” is assigned (step S33).

続いて、トリガー特定部12は、ステップS31にて取得した出力前における画像と、ステップS33にて取得した出力後における画像とを順次比較していく(ステップS34)。   Subsequently, the trigger specifying unit 12 sequentially compares the pre-output image acquired in step S31 and the post-output image acquired in step S33 (step S34).

ステップS34における比較の結果、評価対象要素CND以外の領域に差異が見られる画像が1つ以上存在する場合(ステップS35)、トリガー特定部12は、当該評価対象要素CNDをトリガーTRとして特定する(ステップS36)。   As a result of the comparison in step S34, when one or more images in which a difference is seen in a region other than the evaluation target element CND exist (step S35), the trigger specifying unit 12 specifies the evaluation target element CND as a trigger TR ( Step S36).

以上説明したように、本発明によれば、トリガー特定部12は、動作指示を出力し、該出力前後のGUI画面WNDにおいて画像領域を切替えるトリガーTRを特定する。すると、探索領域決定部13は、トリガー特定部12が特定したトリガーTRによって画像が切替えられた切替領域SWと、出力の前後において画像が切替わらないGUI要素との間の領域を、探索領域SRCとして決定する。すると、境界表現判定部14は、当該探索領域SRCのなかに、一部の画像領域が切替わった切替領域SWと、出力の前後において画像が切替わらないGUI要素EMとの境界表現BDRが存在するかどうかを判定し、該境界表現BDRが存在するかどうかを示す評価結果RSTを出力部16へ出力する。   As described above, according to the present invention, the trigger specifying unit 12 outputs an operation instruction and specifies the trigger TR for switching the image area on the GUI screen WND before and after the output. Then, the search area determination unit 13 searches the search area SRC for an area between the switching area SW in which the image is switched by the trigger TR specified by the trigger specifying unit 12 and the GUI element in which the image is not switched before and after the output. Determine as. Then, the boundary representation determination unit 14 includes a boundary representation BDR between the switching region SW in which a part of the image region is switched and the GUI element EM in which the image is not switched before and after the output in the search region SRC. The evaluation result RST indicating whether or not the boundary expression BDR exists is output to the output unit 16.

このような構成としたため、切替領域SWの内に位置するGUI要素と、切替領域SWの外に位置するGUI要素とが視覚的に分割されておらず境界表現BDRに欠陥がある箇所を評価対象画面WNDにおいて特定することができる。そのため、GUI画面WNDに含まれている切替領域SWを分離するべき適切な境界表現BDRの有無を人手によらずに評価することができる。   Because of such a configuration, a GUI element located within the switching area SW and a GUI element located outside the switching area SW are not visually divided, and a portion having a defect in the boundary representation BDR is evaluated. It can be specified on the screen WND. Therefore, it is possible to evaluate the presence or absence of an appropriate boundary expression BDR for separating the switching area SW included in the GUI screen WND without human intervention.

なお、本発明においては、評価装置1内の処理は上述の専用のハードウェアにより実現されるもの以外に、その機能を実現するためのプログラムを評価装置1にて読取可能な記録媒体に記録し、この記録媒体に記録されたプログラムを評価装置1に読み込ませ、実行するものであってもよい。評価装置1にて読取可能な記録媒体とは、フロッピーディスク(登録商標)、光磁気ディスク、DVD、CDなどの移設可能な記録媒体の他、評価装置1に内蔵されたHDD等を指す。この記録媒体に記録されたプログラムは、例えば、評価装置1が有するトリガー特定部12、探索領域決定部13および境界表現判定部14にて読み込まれ、トリガー特定部12、探索領域決定部13および境界表現判定部14の制御によって、上述したものと同様の処理が行われる。   In the present invention, the processing in the evaluation device 1 is recorded on a recording medium readable by the evaluation device 1 in addition to the processing realized by the dedicated hardware described above. The program recorded on the recording medium may be read by the evaluation apparatus 1 and executed. The recording medium readable by the evaluation apparatus 1 refers to a transfer medium such as a floppy disk (registered trademark), a magneto-optical disk, a DVD, and a CD, as well as an HDD incorporated in the evaluation apparatus 1. The program recorded on the recording medium is read by, for example, the trigger specifying unit 12, the search region determining unit 13, and the boundary expression determining unit 14 included in the evaluation device 1, and the trigger specifying unit 12, the search region determining unit 13, and the boundary The same processing as described above is performed under the control of the expression determination unit 14.

ここで、評価装置1が有するトリガー特定部12、探索領域決定部13および境界表現判定部14は、プログラムが記録された記録媒体から読み込まれたプログラムを実行するコンピュータとして動作するものである。   Here, the trigger specifying unit 12, the search area determining unit 13, and the boundary expression determining unit 14 included in the evaluation device 1 operate as a computer that executes a program read from a recording medium on which the program is recorded.

以上、実施形態を参照して本発明を説明したが、本発明は上記実施形態に限定されるものではない。本発明の構成や詳細には、本発明の要旨を逸脱しない範囲で当業者が理解し得る各種の変形が可能である。   The present invention has been described above with reference to the embodiments, but the present invention is not limited to the above embodiments. Various modifications that can be understood by those skilled in the art can be made to the configuration and details of the present invention without departing from the gist of the present invention.

本発明の実施形態に従った評価装置の構成を示す図である。It is a figure which shows the structure of the evaluation apparatus according to embodiment of this invention. 図1に示した評価対象画面の画面構成の一例を示す図である。It is a figure which shows an example of a screen structure of the evaluation object screen shown in FIG. 図1に示したGUI要素情報のデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of GUI element information shown in FIG. 図2に示した評価対象画面においてラジオボタンを選択する動作指示を出力した後に表示される評価対象画面の画面構成の一例を示す図である。It is a figure which shows an example of the screen structure of the evaluation object screen displayed after outputting the operation instruction | indication which selects a radio button in the evaluation object screen shown in FIG. ラジオボタンに対する動作指示を出力する前の切替領域およびその周辺の画像を示す図である。It is a figure which shows the switching area | region before outputting the operation instruction | indication with respect to a radio button, and its peripheral image. (a)ラジオボタンに対する動作指示を出力した後の切替領域およびその周辺の画像を示す図である。(b)探索領域を構成する辺のうちの非終端辺を示す図である。(A) It is a figure which shows the switching area | region after outputting the operation instruction | indication with respect to a radio button, and its peripheral image. (B) It is a figure which shows the non-terminal edge | side among the edges which comprise a search area | region. 境界表現の存在の有無について判別が行われる領域の一例を示す図である。It is a figure which shows an example of the area | region where discrimination | determination is performed about the presence or absence of boundary expression. 図2に示した評価対象画面においてドロップダウンリストを選択する動作指示を出力した後に表示される評価対象画面の画面構成の一例を示す図である。It is a figure which shows an example of a screen structure of the evaluation object screen displayed after outputting the operation instruction | indication which selects a drop-down list in the evaluation object screen shown in FIG. 図2に示した評価対象画面においてタブを選択する動作指示を出力した後に表示される評価対象画面の画面構成の一例を示す図である。It is a figure which shows an example of a screen structure of the evaluation object screen displayed after outputting the operation instruction | indication which selects a tab in the evaluation object screen shown in FIG. 図1に示した評価結果のデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of the evaluation result shown in FIG. 評価装置が境界表現の有無を評価するときの動作を示すフローチャートである。It is a flowchart which shows operation | movement when an evaluation apparatus evaluates the presence or absence of a boundary expression. 図11に示した処理において、トリガー特定部がトリガーを特定するときの動作を示すフローチャートである。FIG. 12 is a flowchart illustrating an operation when a trigger specifying unit specifies a trigger in the process illustrated in FIG. 11.

符号の説明Explanation of symbols

1 GUI評価装置
11 入力部
12 トリガー特定部
13 探索領域決定部
14 境界表現判定部
15 記憶部
151 GUI要素情報
16 出力部
17 評価対象システム
DESCRIPTION OF SYMBOLS 1 GUI evaluation apparatus 11 Input part 12 Trigger specific | specification part 13 Search area | region determination part 14 Boundary expression determination part 15 Memory | storage part 151 GUI element information 16 Output part 17 Evaluation object system

Claims (12)

動作指示の入力を利用者から受付けた際、該入力の前後において画面に表示されているうちの一部の画像領域が切り替わるGUI(グラフィカルユーザインターフェース)を評価する評価装置であって、
前記GUIの画面の評価を実行する動作指示の入力を前記利用者から受付けた場合、該GUIの画面に含まれているGUI要素へ動作指示を出力するトリガー特定部と、
前記動作指示を出力した場合、前記一部の画像領域を囲むうちで面積が最小となる矩形の切替領域と、前記出力の前後において画像が切替わらないGUI要素との間の領域を、探索領域として決定する探索領域決定部と、
前記切替領域と前記画像が切替わらないGUI要素との境界を示す境界表現が前記探索領域のなかに存在するかどうかを示す評価結果を出力する境界表現判定部とを有することを特徴とする評価装置。
An evaluation apparatus that evaluates a GUI (graphical user interface) in which a part of an image area displayed on a screen is switched before and after the input of an operation instruction is received from a user,
A trigger identification unit that outputs an operation instruction to a GUI element included in the GUI screen when an input of an operation instruction to perform evaluation of the GUI screen is received from the user;
When the operation instruction is output, an area between a rectangular switching area that has the smallest area while enclosing the partial image area and a GUI element that does not switch the image before and after the output is a search area. A search area determination unit to determine as:
A boundary expression determination unit that outputs an evaluation result indicating whether or not a boundary expression indicating a boundary between the switching area and the GUI element to which the image is not switched exists in the search area; apparatus.
請求項1に記載の評価装置において、
前記境界表現判定部は、前記画像が切替わらないGUI要素と前記切替領域との位置関係に応じて前記境界表現を特定し、該特定した境界表現が前記探索領域のなかに存在するかどうかを示す評価結果を出力することを特徴とする評価装置。
The evaluation apparatus according to claim 1,
The boundary expression determination unit specifies the boundary expression according to a positional relationship between a GUI element that does not switch the image and the switching area, and determines whether the specified boundary expression exists in the search area. An evaluation apparatus that outputs an evaluation result to be displayed.
請求項1または2に記載の評価装置において、
前記探索領域決定部は、前記切替領域を囲みつつ該切替領域以外の領域において前記画像が切替わらないGUI要素を含んでおらず、かつ、面積が最大となる矩形の隣接最大領域を特定し、該隣接最大領域のうち前記切替領域以外の領域を、前記探索領域として決定することを特徴とする評価装置。
In the evaluation apparatus according to claim 1 or 2,
The search area determination unit specifies a rectangular adjacent maximum area that surrounds the switching area, does not include a GUI element that does not switch the image in an area other than the switching area, and has a maximum area, An evaluation apparatus, wherein an area other than the switching area in the adjacent maximum area is determined as the search area.
請求項3に記載の評価装置において、
前記探索領域決定部は、
前記隣接最大領域を囲む矩形が有する4辺のうち前記画像が切替わらないGUI要素と接している辺を、非終端辺として特定し、
前記境界表現判定部は、
前記特定された非終端辺と、該非終端辺と並行している前記切替領域の2辺のうちで該非終端辺から最も近くに位置している辺を1辺として有し前記非終端辺の一部を当該1辺の対辺として有する矩形領域のなかに、該非終端辺と並行な境界表現が存在するかどうかを示す評価結果を出力することを特徴とする評価装置。
The evaluation apparatus according to claim 3,
The search area determination unit
Of the four sides of the rectangle surrounding the adjacent maximum region, the side that is in contact with the GUI element that does not switch the image is specified as a non-terminal side,
The boundary expression determination unit
One of the specified non-terminal side and the two sides of the switching region that are parallel to the non-terminal side is located closest to the non-terminal side, and a part of the non-terminal side is An evaluation apparatus that outputs an evaluation result indicating whether or not a boundary expression parallel to the non-terminal side exists in a rectangular area having the opposite side of the one side.
動作指示の入力を利用者から受付けた際、該入力の前後において画面に表示されているうちの一部の画像領域が切り替わるGUI(グラフィカルユーザインターフェース)を評価する評価方法であって、
前記GUIの画面の評価を実行する動作指示の入力を前記利用者から受付けた場合、該GUIの画面に含まれているGUI要素へ動作指示を出力するトリガー特定処理と、
前記動作指示を出力した場合、前記一部の画像領域を囲むうちで面積が最小となる矩形の切替領域と、前記出力の前後において画像が切替わらないGUI要素との間の領域を、探索領域として決定する探索領域決定処理と、
前記切替領域と前記画像が切替わらないGUI要素との境界を示す境界表現が前記探索領域のなかに存在するかどうかを示す評価結果を出力する境界表現判定処理とを有することを特徴とする評価方法。
An evaluation method for evaluating a GUI (graphical user interface) in which a part of an image area displayed on a screen is switched before and after the input of an operation instruction is received from a user,
A trigger specifying process for outputting an operation instruction to a GUI element included in the GUI screen when an input of an operation instruction for executing evaluation of the GUI screen is received from the user;
When the operation instruction is output, an area between a rectangular switching area that has the smallest area while enclosing the partial image area and a GUI element that does not switch the image before and after the output is a search area. Search area determination processing to be determined as
And a boundary expression determination process for outputting an evaluation result indicating whether or not a boundary expression indicating a boundary between the switching area and the GUI element to which the image is not switched exists in the search area. Method.
請求項5に記載の評価方法において、
前記境界表現判定処理では、前記画像が切替わらないGUI要素と前記切替領域との位置関係に応じて前記境界表現を特定し、該特定した境界表現が前記探索領域のなかに存在するかどうかを示す評価結果を出力することを特徴とする評価方法。
The evaluation method according to claim 5,
In the boundary expression determination process, the boundary expression is specified according to the positional relationship between the GUI element that does not switch the image and the switching area, and whether or not the specified boundary expression exists in the search area is determined. An evaluation method characterized by outputting an evaluation result to be shown.
請求項5または6に記載の評価方法において、
前記探索領域決定処理では、前記切替領域を囲みつつ該切替領域以外の領域において前記画像が切替わらないGUI要素を含んでおらず、かつ、面積が最大となる矩形の隣接最大領域を特定し、該隣接最大領域のうち前記切替領域以外の領域を、前記探索領域として決定することを特徴とする評価方法。
In the evaluation method according to claim 5 or 6,
In the search area determination process, a rectangular adjacent maximum area that does not include a GUI element that surrounds the switching area and does not switch the image in an area other than the switching area and has a maximum area, An evaluation method, wherein an area other than the switching area among the adjacent maximum areas is determined as the search area.
請求項7に記載の評価方法において、
前記探索領域決定処理では、
前記隣接最大領域を囲む矩形が有する4辺のうち前記画像が切替わらないGUI要素と接している辺を、非終端辺として特定し、
前記境界表現判定処理では、
前記特定された非終端辺と、該非終端辺と並行している前記切替領域の2辺のうちで該非終端辺から最も近くに位置している辺を1辺として有し前記非終端辺の一部を当該1辺の対辺として有する矩形領域のなかに、該非終端辺と並行な境界表現が存在するかどうかを示す評価結果を出力することを特徴とする評価方法。
The evaluation method according to claim 7,
In the search area determination process,
Of the four sides of the rectangle surrounding the adjacent maximum region, the side that is in contact with the GUI element that does not switch the image is specified as a non-terminal side,
In the boundary expression determination process,
One of the specified non-terminal side and the two sides of the switching region that are parallel to the non-terminal side is located closest to the non-terminal side, and a part of the non-terminal side is An evaluation method, comprising: outputting an evaluation result indicating whether or not a boundary expression parallel to the non-terminal side exists in a rectangular region having the opposite side of the one side.
動作指示の入力を利用者から受付けた際、該入力の前後において画面に表示されているうちの一部の画像領域が切り替わるGUI(グラフィカルユーザインターフェース)を評価する評価装置に、
前記GUIの画面の評価を実行する動作指示の入力を前記利用者から受付けた場合、該GUIの画面に含まれているGUI要素へ動作指示を出力するトリガー特定手順と、
前記動作指示を出力した場合、前記一部の画像領域を囲むうちで面積が最小となる矩形の切替領域と、前記出力の前後において画像が切替わらないGUI要素との間の領域を、探索領域として決定する探索領域決定手順と、
前記切替領域と前記画像が切替わらないGUI要素との境界を示す境界表現が前記探索領域のなかに存在するかどうかを示す評価結果を出力する境界表現判定手順とを実行させるプログラム。
An evaluation apparatus that evaluates a GUI (graphical user interface) in which a part of an image area displayed on the screen is switched before and after the input of an operation instruction is received from a user.
A trigger specifying procedure for outputting an operation instruction to a GUI element included in the GUI screen when an input of an operation instruction for executing evaluation of the GUI screen is received from the user;
When the operation instruction is output, an area between a rectangular switching area that has the smallest area while enclosing the partial image area and a GUI element that does not switch the image before and after the output is a search area. A search area determination procedure to be determined as
A program for executing a boundary expression determination procedure for outputting an evaluation result indicating whether a boundary expression indicating a boundary between the switching area and a GUI element to which the image is not switched exists in the search area.
請求項9に記載のプログラムにおいて、
前記境界表現判定手順では、前記画像が切替わらないGUI要素と前記切替領域との位置関係に応じて前記境界表現を特定し、該特定した境界表現が前記探索領域のなかに存在するかどうかを示す評価結果を出力することを特徴とするプログラム。
The program according to claim 9,
In the boundary expression determination procedure, the boundary expression is specified according to the positional relationship between the GUI element that does not switch the image and the switching area, and whether or not the specified boundary expression exists in the search area is determined. A program characterized by outputting an evaluation result to be shown.
請求項9または10に記載のプログラムにおいて、
前記探索領域決定手順では、前記切替領域を囲みつつ該切替領域以外の領域において前記画像が切替わらないGUI要素を含んでおらず、かつ、面積が最大となる矩形の隣接最大領域を特定し、該隣接最大領域のうち前記切替領域以外の領域を、前記探索領域として決定することを特徴とするプログラム。
The program according to claim 9 or 10,
In the search area determination procedure, a rectangular adjacent maximum area that does not include a GUI element that surrounds the switching area but does not switch the image in an area other than the switching area and has a maximum area, A program for determining an area other than the switching area among the adjacent maximum areas as the search area.
請求項11に記載のプログラムにおいて、
前記探索領域決定手順では、
前記隣接最大領域を囲む矩形が有する4辺のうち前記画像が切替わらないGUI要素と接している辺を、非終端辺として特定し、
前記境界表現判定手順では、
前記特定された非終端辺と、該非終端辺と並行している前記切替領域の2辺のうちで該非終端辺から最も近くに位置している辺を1辺として有し前記非終端辺の一部を当該1辺の対辺として有する矩形領域のなかに、該非終端辺と並行な境界表現が存在するかどうかを示す評価結果を出力することを特徴とするプログラム。
The program according to claim 11,
In the search area determination procedure,
Of the four sides of the rectangle surrounding the adjacent maximum region, the side that is in contact with the GUI element that does not switch the image is specified as a non-terminal side,
In the boundary expression determination procedure,
One of the specified non-terminal side and the two sides of the switching region that are parallel to the non-terminal side is located closest to the non-terminal side, and a part of the non-terminal side is A program that outputs an evaluation result indicating whether or not a boundary expression parallel to the non-terminal side exists in the rectangular area having the opposite side of the one side.
JP2008242384A 2008-09-22 2008-09-22 Evaluation apparatus, evaluation method, and program Expired - Fee Related JP5067328B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008242384A JP5067328B2 (en) 2008-09-22 2008-09-22 Evaluation apparatus, evaluation method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008242384A JP5067328B2 (en) 2008-09-22 2008-09-22 Evaluation apparatus, evaluation method, and program

Publications (2)

Publication Number Publication Date
JP2010073099A JP2010073099A (en) 2010-04-02
JP5067328B2 true JP5067328B2 (en) 2012-11-07

Family

ID=42204785

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008242384A Expired - Fee Related JP5067328B2 (en) 2008-09-22 2008-09-22 Evaluation apparatus, evaluation method, and program

Country Status (1)

Country Link
JP (1) JP5067328B2 (en)

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8225231B2 (en) 2005-08-30 2012-07-17 Microsoft Corporation Aggregation of PC settings
US20120159395A1 (en) 2010-12-20 2012-06-21 Microsoft Corporation Application-launching interface for multiple modes
US8689123B2 (en) 2010-12-23 2014-04-01 Microsoft Corporation Application reporting in an application-selectable user interface
US8612874B2 (en) 2010-12-23 2013-12-17 Microsoft Corporation Presenting an application change through a tile
US9423951B2 (en) 2010-12-31 2016-08-23 Microsoft Technology Licensing, Llc Content-based snap point
US9383917B2 (en) 2011-03-28 2016-07-05 Microsoft Technology Licensing, Llc Predictive tiling
US20120304132A1 (en) 2011-05-27 2012-11-29 Chaitanya Dev Sareen Switching back to a previously-interacted-with application
US9658766B2 (en) 2011-05-27 2017-05-23 Microsoft Technology Licensing, Llc Edge gesture
US9104307B2 (en) 2011-05-27 2015-08-11 Microsoft Technology Licensing, Llc Multi-application environment
US9158445B2 (en) 2011-05-27 2015-10-13 Microsoft Technology Licensing, Llc Managing an immersive interface in a multi-application immersive environment
US20130057587A1 (en) 2011-09-01 2013-03-07 Microsoft Corporation Arranging tiles
US9557909B2 (en) 2011-09-09 2017-01-31 Microsoft Technology Licensing, Llc Semantic zoom linguistic helpers
US10353566B2 (en) 2011-09-09 2019-07-16 Microsoft Technology Licensing, Llc Semantic zoom animations
US20130067412A1 (en) * 2011-09-09 2013-03-14 Microsoft Corporation Grouping selectable tiles
US8922575B2 (en) 2011-09-09 2014-12-30 Microsoft Corporation Tile cache
US9146670B2 (en) 2011-09-10 2015-09-29 Microsoft Technology Licensing, Llc Progressively indicating new content in an application-selectable user interface
US9244802B2 (en) 2011-09-10 2016-01-26 Microsoft Technology Licensing, Llc Resource user interface
CN105359111A (en) * 2013-07-05 2016-02-24 日本电气方案创新株式会社 User-interface review method, device, and program
US20240153241A1 (en) * 2021-03-17 2024-05-09 Nippon Telegraph And Telephone Corporation Classification device, classification method, and classification program

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08241191A (en) * 1995-03-02 1996-09-17 Matsushita Electric Ind Co Ltd Gui automatic evaluation device
JP4822166B2 (en) * 2000-10-17 2011-11-24 日本電気株式会社 GUI evaluation system, GUI evaluation method thereof, and recording medium on which GUI evaluation program is recorded
JP2004252872A (en) * 2003-02-21 2004-09-09 Bank Of Tokyo-Mitsubishi Ltd System and method for evaluating operability of screen, program, and computer-readable storage medium

Also Published As

Publication number Publication date
JP2010073099A (en) 2010-04-02

Similar Documents

Publication Publication Date Title
JP5067328B2 (en) Evaluation apparatus, evaluation method, and program
US10222949B2 (en) Scenario generation method in which various data are associated with each other, scenario execution method in which various data are associated with each other, scenario generation device, and scenario execution device
US20160350137A1 (en) Guide file creation program
US9772805B2 (en) Information processor and digital plate inspection method
US20070052685A1 (en) Information processing apparatus and gui component display method for performing display operation on document data
US20140019852A1 (en) Document association device, document association method, and non-transitory computer readable medium
US11348331B2 (en) Information processing apparatus and non-transitory computer readable medium
JP4591229B2 (en) Image processing apparatus, image processing method, and computer program
US20100262598A1 (en) User interface recognition device and user interface recognition method
US20100329545A1 (en) Method and system for training classification and extraction engine in an imaging solution
JP2016024527A (en) Information processing apparatus, program, and automatic page replacement method
JP4692316B2 (en) Image processing apparatus, image processing method, and computer program
JP6094691B2 (en) Software execution operation assistance device and software execution operation assistance method
RU2571379C2 (en) Intelligent electronic document processing
JP5330714B2 (en) Search support device and search support program
US20210042555A1 (en) Information Processing Apparatus and Table Recognition Method
JP4835791B2 (en) GUI evaluation system, GUI evaluation method, and GUI evaluation program
JP4543741B2 (en) Graph creating apparatus, program, and recording medium
JP4446715B2 (en) Document search device, document search method, and document search program
JP2001101340A (en) Character reader and character recognition method
JP5315890B2 (en) Evaluation system and evaluation method
US20230041298A1 (en) Information processing apparatus, information processing method, and medium
JP4953896B2 (en) Program review support device
JP6739599B1 (en) Information processing program, information processing method, and information processing apparatus
US11606469B2 (en) Image processing system that computerizes document, control method thereof, and storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110815

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120704

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: 20120717

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120730

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150824

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5067328

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees