JP2009223412A - Software verification support device, software verification support method, and software verification support program - Google Patents

Software verification support device, software verification support method, and software verification support program Download PDF

Info

Publication number
JP2009223412A
JP2009223412A JP2008064512A JP2008064512A JP2009223412A JP 2009223412 A JP2009223412 A JP 2009223412A JP 2008064512 A JP2008064512 A JP 2008064512A JP 2008064512 A JP2008064512 A JP 2008064512A JP 2009223412 A JP2009223412 A JP 2009223412A
Authority
JP
Japan
Prior art keywords
gui
display
software
screen
software verification
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2008064512A
Other languages
Japanese (ja)
Other versions
JP5060996B2 (en
Inventor
Keigo Onishi
敬吾 大西
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.)
ILC KK
Original Assignee
ILC KK
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 ILC KK filed Critical ILC KK
Priority to JP2008064512A priority Critical patent/JP5060996B2/en
Publication of JP2009223412A publication Critical patent/JP2009223412A/en
Application granted granted Critical
Publication of JP5060996B2 publication Critical patent/JP5060996B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To reduce a verifier's labor, to shorten a development period and to attain the high accuracy of verification simultaneously in software verification. <P>SOLUTION: This software verification support device 100 icludes a display part 201, an execution part 202, a specifying part 203 and a display control part 204. The display part 201 displays a GUI (graphical user interface) screen on software to be verified. The execution part 202 executes GUI processing of the software when the GUI screen is displayed. The specifying part 203 specifies a GUI element related to the GUI processing executed by the execution part 202, from the GUI screen. The display control part 204 controls the GUI screen to make an emphasized display of a display area including the GUI element specified by the specifying part 203, out of the GUI screen. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

この発明は、検証対象となるソフトウェアの検証(デバッグ)を支援するソフトウェア検証支援装置、ソフトウェア検証支援方法、およびソフトウェア検証支援プログラムに関する。   The present invention relates to a software verification support apparatus, a software verification support method, and a software verification support program that support verification (debugging) of software to be verified.

従来、GUI(Graphical User Interface)処理を有するソフトウェア(以下、「GUIソフトウェア」という)の検証においては、当該ソフトウェアのプログラムの妥当性と、当該プログラムに基づいたGUI処理が設計通りにGUI画面上でおこなわれているかの妥当性(以下、「GUI画面の妥当性」という)との2点の検証が必要とされる。ソフトウェアのプログラムの妥当性の検証は、たとえば、プログラムのバグの発見や修正を支援するソフトウェア検証支援ツール、いわゆる、デバッガを用いることにより検証をおこなっている(たとえば、下記特許文献1を参照。)。   Conventionally, in verification of software having GUI (Graphical User Interface) processing (hereinafter referred to as “GUI software”), the validity of the program of the software and the GUI processing based on the program are displayed on the GUI screen as designed. It is necessary to verify two points of validity (hereinafter referred to as “GUI screen validity”). The validity of the software program is verified by using, for example, a software verification support tool for assisting in finding and correcting a bug in the program, that is, a so-called debugger (see, for example, Patent Document 1 below). .

一方、GUI画面の妥当性の検証は、デバッガでは検証しきれないこともあるため、検証者が実際にプログラムを実行させて、GUI画面を目視して確認することにより検証をおこなっている。   On the other hand, since the verification of the validity of the GUI screen may not be able to be verified by the debugger, the verification is performed by actually executing the program and visually checking the GUI screen.

図13は、従来技術によるソフトウェアの検証の一例を示す説明図である。図13で示した一例は、GUI画面上1300上のGUI要素1301〜1303のうち、GUI要素1303が非表示となるソフトウェアの検証である。まず、たとえば、検証者は、検証対象となるソフトウェアのプログラムを実行する。実行されたプログラムは、デバッガにより、その妥当性が検証される。   FIG. 13 is an explanatory diagram illustrating an example of software verification according to the related art. An example shown in FIG. 13 is verification of software in which the GUI element 1303 is not displayed among the GUI elements 1301 to 1303 on the GUI screen 1300. First, for example, a verifier executes a software program to be verified. The validity of the executed program is verified by the debugger.

つぎに、検証者は、GUI要素1303を非表示とするGUI処理が、設計通りにGUI画面1300上でおこなわれているかを目視して確認する。このように、検証者は、プログラムとGUI画面上の変化とを照らし合わせ、プログラムが正常に動作してGUI処理がおこなわれ、設計通りのGUI画面となったか、GUI画面の妥当性を検証する。   Next, the verifier visually checks whether the GUI processing for hiding the GUI element 1303 is performed on the GUI screen 1300 as designed. In this way, the verifier verifies the validity of the GUI screen by comparing the program with the change on the GUI screen, whether the program operates normally and GUI processing is performed, and the GUI screen is as designed. .

特開2004−192293号公報JP 2004-192293 A

しかしながら、上述した従来技術では、GUIソフトウェアの検証をおこなう場合、プログラムの妥当性の検証とGUI画面の妥当性の検証はそれぞれ独立しておこなわれているため、GUI画面の妥当性の検証は、検証者の熟練度に左右されることとなる。すなわち、熟練度が低い検証者は、GUI処理に関連する(たとえば非表示となる)GUI要素を推測することができず、検証者の作業負担が増大するとともに開発期間が長期化するという問題があった。また、熟練度が高い検証者は、GUI処理に関連するGUI要素を経験や勘により推測することになるが、GUI処理が膨大であるため、検証者の作業負担が増大するとともに設計期間が長期化するという問題があった。また、このように、検証者の推測に依存する作業は煩雑であり、検証者の見落としが発生するため、検証精度が低下するという問題があった。   However, in the above-described prior art, when the GUI software is verified, the validity of the program and the validity of the GUI screen are independently verified. It depends on the skill level of the verifier. That is, a verifier with a low skill level cannot estimate a GUI element related to GUI processing (for example, hidden), which increases the burden on the verifier and prolongs the development period. there were. Also, a verifier with a high level of skill would guess GUI elements related to GUI processing based on experience and intuition, but because the GUI processing is enormous, the burden on the verifier increases and the design period is long. There was a problem of becoming. Further, as described above, the operation depending on the guess of the verifier is complicated, and the oversight of the verifier occurs, so that there is a problem that the verification accuracy is lowered.

また、プログラムの妥当性の検証とGUI画面の妥当性の検証とがそれぞれ独立しておこなわれているため、GUI画面上に不具合を発見した場合、不具合の原因となるGUI処理を多数のプログラムの中から探す必要があり、該当するGUI処理を直ちに発見できないなど、多くの手間と時間が必要とされ、開発が非効率的となるという問題があった。   In addition, verification of the validity of the program and verification of the validity of the GUI screen are performed independently. Therefore, when a problem is found on the GUI screen, the GUI processing that causes the problem is performed for a number of programs. There is a problem in that the development is inefficient because much time and effort are required, such as the need to search from the inside, and the corresponding GUI processing cannot be immediately found.

また、手間や時間をかけず、このような検証を簡略化した場合には、直ちには発見できない不具合を見落とすことがある。たとえば、設計にはない不要なGUI要素が他のGUI要素の下に隠蔽された場合などの、直ちには発見できない不具合は見落とす可能性が高い。不要なGUI要素が残ってしまった場合、ソフトウェアを組み込んだ際に、コンピュータ装置のハードウェア資源の無駄遣いとなり、パフォーマンスの低下につながるという問題があった。   In addition, when such verification is simplified without taking time and effort, a defect that cannot be immediately discovered may be overlooked. For example, there is a high possibility of overlooking a defect that cannot be found immediately, such as when an unnecessary GUI element that is not in the design is hidden under another GUI element. When unnecessary GUI elements remain, there is a problem that when software is incorporated, hardware resources of the computer apparatus are wasted, leading to performance degradation.

この発明は、上述した従来技術による問題点を解消するため、プログラムの妥当性の検証と関連づけてGUI画面の妥当性の検証を同時に実現することにより、検証者の労力軽減、開発期間の短縮、および検証の高精度化を同時に図ることができるソフトウェア検証支援装置、ソフトウェア検証支援方法、およびソフトウェア検証支援プログラムを提供することを目的とする。   In order to solve the above-described problems caused by the prior art, the present invention simultaneously realizes the validity of the GUI screen in association with the validity of the program, thereby reducing the labor of the verifier, shortening the development period, Another object of the present invention is to provide a software verification support apparatus, a software verification support method, and a software verification support program that can simultaneously improve the accuracy of verification.

上述した課題を解決し、目的を達成するため、この発明にかかるソフトウェア検証支援装置は、検証対象となるソフトウェアに関するGUI画面を表示する表示手段と、前記GUI画面が表示されているときに前記ソフトウェアのGUI処理を実行する実行手段と、前記GUI画面の中から、前記実行手段によって実行されたGUI処理に関連するGUI要素を特定する特定手段と、前記GUI画面を制御して、前記GUI画面のうち前記特定手段によって特定されたGUI要素を含む表示領域を強調表示する表示制御手段と、を備えることを特徴とする。   In order to solve the above-described problems and achieve the object, a software verification support apparatus according to the present invention includes a display unit that displays a GUI screen related to software to be verified, and the software when the GUI screen is displayed. Executing means for executing the GUI process; specifying means for specifying a GUI element related to the GUI process executed by the executing means from the GUI screen; controlling the GUI screen; and The display control means for highlighting the display area including the GUI element specified by the specifying means.

この発明によれば、実行されたGUI処理と関連するGUI要素を、GUI処理を実行しながら、視覚的に明確にすることができる。   According to the present invention, the GUI element related to the executed GUI process can be visually clarified while executing the GUI process.

また、上記に記載の発明において、前記GUI画面の中から、前記GUI処理が実行されたことにより変化するGUI要素を特定することとしてもよい。   Further, in the above-described invention, a GUI element that changes due to execution of the GUI process may be specified from the GUI screen.

この発明によれば、実行されたGUI処理によって、直接的または間接的に影響を受けて変化するGUI要素を、GUI処理を実行しながら視覚的に明確にすることができる。   According to the present invention, it is possible to visually clarify GUI elements that change by being directly or indirectly influenced by the executed GUI processing while executing the GUI processing.

また、上記に記載の発明において、前記GUI画面の中のGUI要素のうち、前記GUI処理が実行されたことにより消失するGUI要素を特定することとしてもよい。   In the above-described invention, a GUI element that disappears when the GUI process is executed among the GUI elements in the GUI screen may be specified.

この発明によれば、実行されたGUI処理により直接的に影響を受けて、消失するGUI要素を、GUI処理を実行しながら視覚的に明確にすることができる。   According to the present invention, GUI elements that are directly affected by the executed GUI process and disappear can be clarified visually while executing the GUI process.

また、上記に記載の発明において、前記GUI画面の中から、前記GUI処理が実行されたことによりあらたに出現するGUI要素を特定することとしてもよい。   In the invention described above, a GUI element that newly appears when the GUI processing is executed may be specified from the GUI screen.

この発明によれば、実行されたGUI処理により直接的に影響を受けて、あらたに出現するGUI要素を、GUI処理を実行しながら視覚的に明確にすることができる。   According to the present invention, GUI elements that are directly influenced by the executed GUI processing and appear newly can be visually clarified while executing the GUI processing.

また、上記に記載の発明において、前記GUI画面の中のGUI要素のうち、前記GUI処理が実行されたことにより文字列、色、形状、またはサイズが変化するGUI要素を特定することとしてもよい。   Further, in the above-described invention, a GUI element whose character string, color, shape, or size is changed by executing the GUI process among the GUI elements in the GUI screen may be specified. .

この発明によれば、GUI処理により直接的に影響を受けて、文字列、色、形状、またはサイズが変化するGUI要素を、GUI処理を実行しながら視覚的に明確にすることができる。   According to the present invention, a GUI element that is directly influenced by the GUI processing and changes in character string, color, shape, or size can be visually clarified while executing the GUI processing.

また、上記に記載の発明において、前記GUI画面の中のGUI要素のうち、前記GUI処理が実行されたことにより移動または回転するGUI要素を特定することとしてもよい。   In the above-described invention, a GUI element that moves or rotates when the GUI process is executed among the GUI elements in the GUI screen may be specified.

この発明によれば、GUI処理により直接的に影響を受けて、移動または回転するGUI要素を、GUI処理を実行しながら視覚的に明確にすることができる。   According to the present invention, a GUI element that is directly influenced by the GUI process and moves or rotates can be visually clarified while executing the GUI process.

また、上記に記載の発明において、前記GUI画面の中のGUI要素のうち、前記GUI処理が実行されたことにより消失または移動するGUI要素によって出現するGUI要素を特定することとしてもよい。   In the above-described invention, a GUI element that appears due to a GUI element that disappears or moves when the GUI process is executed among GUI elements in the GUI screen may be specified.

この発明によれば、GUI処理により間接的に影響を受けて、出現するGUI要素を、GUI処理を実行しながら視覚的に明確にすることができる。   According to the present invention, it is possible to visually clarify GUI elements that appear indirectly influenced by the GUI processing while executing the GUI processing.

また、上記に記載の発明において、前記GUI画面の中のGUI要素のうち、前記GUI処理が実行されたことにより出現または移動するGUI要素に隠蔽されるGUI要素を特定することとしてもよい。   Further, in the above-described invention, a GUI element hidden or hidden by a GUI element that appears or moves when the GUI process is executed among the GUI elements in the GUI screen may be specified.

この発明によれば、GUI処理により間接的に影響を受けて、隠蔽されるGUI要素を、GUI処理を実行しながら視覚的に明確にすることができる。   According to the present invention, a GUI element that is indirectly influenced by the GUI processing and is hidden can be visually clarified while executing the GUI processing.

また、上記に記載の発明において、前記GUI処理の実行後に、前記GUI処理とは異なる他のGUI処理を実行し、前記特定手段は、前記表示制御手段によって前記表示領域(以下、「第1の表示領域」という)が強調表示されたGUI画面の中から、前記他のGUI処理に関連するGUI要素を特定し、前記表示制御手段は、前記GUI画面を制御して、前記第1の表示領域が強調表示されたGUI画面のうち前記特定手段によって特定されたGUI要素を含む第2の表示領域を強調表示することを特徴とする。   In the invention described above, after the GUI process is executed, another GUI process different from the GUI process is executed, and the specifying unit is configured to display the display area (hereinafter referred to as “first display”) by the display control unit. The GUI element related to the other GUI processing is specified from the GUI screen on which “display area” is highlighted, and the display control means controls the GUI screen to control the first display area. The second display area including the GUI element specified by the specifying means is highlighted in the GUI screen on which is highlighted.

この発明によれば、複数のGUI処理に対して、それぞれに対応するGUI要素を、GUI処理を実行しながら視覚的に明確にすることができる。   According to the present invention, GUI elements corresponding to a plurality of GUI processes can be visually clarified while executing the GUI process.

また、上記に記載の発明において、前記他のGUI処理の実行指示を受け付ける受付手段を備え、前記実行手段は、前記受付手段によって実行指示が受け付けられた他のGUI処理を実行することを特徴とする。   Further, in the above-described invention, there is provided reception means for receiving an instruction to execute the other GUI process, and the execution means executes another GUI process for which the execution instruction has been received by the reception means. To do.

この発明によれば、検証者の任意のタイミングで他のGUI処理を実行させることができる。   According to the present invention, another GUI process can be executed at any timing of the verifier.

また、上記に記載の発明において、前記GUI画面を制御して、前記第1の表示領域の強調表示を解除することを特徴とする。   In the invention described above, the GUI screen is controlled to cancel the highlighting of the first display area.

この発明によれば、必要に応じて強調表示を解除することができる。   According to the present invention, highlighting can be canceled as necessary.

また、上記に記載の発明において、前記GUI画面を制御して、前記第1および第2の表示領域を相対的に異なるように強調表示することを特徴とする。   In the invention described above, the GUI screen is controlled to highlight the first and second display areas so as to be relatively different from each other.

この発明によれば、相対的に異なるように強調表示し、複数のGUI処理に対して、それぞれに対応するGUI要素をより視覚的に明確にすることができる。   According to the present invention, highlighting is performed so as to be relatively different, and GUI elements corresponding to the respective GUI processes can be clarified more visually.

この発明にかかるソフトウェア検証支援装置、ソフトウェア検証支援方法、およびソフトウェア検証支援プログラムによれば、プログラムの妥当性の検証と関連づけてGUI画面の妥当性の検証を同時に実現することにより、検証者の労力軽減、開発期間の短縮、および検証の高精度化を同時に図ることができるという効果を奏する。   According to the software verification support apparatus, the software verification support method, and the software verification support program according to the present invention, it is possible to simultaneously verify the validity of the GUI screen in association with the verification of the validity of the program. There is an effect that reduction, shortening of the development period, and high accuracy of verification can be achieved at the same time.

以下に添付図面を参照して、この発明にかかるソフトウェア検証支援装置、ソフトウェア検証支援方法、およびソフトウェア検証支援プログラムの好適な実施の形態を詳細に説明する。   Exemplary embodiments of a software verification support apparatus, a software verification support method, and a software verification support program according to the present invention will be described below in detail with reference to the accompanying drawings.

(ソフトウェア検証支援装置の概要)
まず、この発明の実施の形態にかかるソフトウェア検証支援装置の概要について説明する。この発明の実施の形態にかかるソフトウェア検証支援装置は、たとえば、あらかじめ用意されたプログラムをパーソナル・コンピュータなどのコンピュータ装置にインストールし、実行させることにより実現される。
(Outline of software verification support device)
First, an outline of a software verification support apparatus according to an embodiment of the present invention will be described. The software verification support apparatus according to the embodiment of the present invention is realized, for example, by installing a program prepared in advance in a computer apparatus such as a personal computer and executing the program.

ソフトウェア検証支援装置は、検証対象となるソフトウェアに関するGUI画面において、GUI処理が実行された場合に、実行されたGUI処理と関連したGUI要素を含んだ表示領域を強調表示させることにより、実行されたGUI処理と当該GUI処理に関連するGUI要素とを同時に検証することができ、ソフトウェアの検証の効率化を図る。   The software verification support apparatus is executed by highlighting a display area including a GUI element related to the executed GUI process when the GUI process is executed on the GUI screen related to the software to be verified. A GUI process and a GUI element related to the GUI process can be verified at the same time, thereby improving the efficiency of software verification.

(ソフトウェア検証支援装置のハードウェア構成)
つぎに、この発明の実施の形態にかかるソフトウェア検証支援装置のハードウェア構成について説明する。図1は、この発明の実施の形態にかかるソフトウェア検証支援装置のハードウェア構成を示すブロック図である。
(Hardware configuration of software verification support device)
Next, a hardware configuration of the software verification support apparatus according to the embodiment of the present invention will be described. FIG. 1 is a block diagram showing a hardware configuration of a software verification support apparatus according to an embodiment of the present invention.

図1において、ソフトウェア検証支援装置100は、CPU101と、ROM102と、RAM103と、HDD(ハードディスクドライブ)104と、HD(ハードディスク)105と、R/W(リーダ/ライタ)106と、着脱可能な記録媒体の一例としてのDVD107と、ディスプレイ108と、I/F(インターフェース)109と、キーボード110と、マウス111と、スキャナ112と、プリンタ113と、を備えている。また、各構成部はバス120によってそれぞれ接続されている。   In FIG. 1, a software verification support apparatus 100 includes a CPU 101, a ROM 102, a RAM 103, an HDD (hard disk drive) 104, an HD (hard disk) 105, an R / W (reader / writer) 106, and a removable recording. As an example of the medium, a DVD 107, a display 108, an I / F (interface) 109, a keyboard 110, a mouse 111, a scanner 112, and a printer 113 are provided. Each component is connected by a bus 120.

CPU101は、コンピュータ装置の全体の制御を司る。ROM102は、ブートプログラムなどのプログラムを記録している。RAM103は、CPU101のワークエリアとして使用される。HDD104は、CPU101の制御にしたがってHD105に対するデータのリード/ライトを制御する。HD105は、HDD104の制御で書き込まれたデータを記録する。   The CPU 101 controls the entire computer device. The ROM 102 records a program such as a boot program. The RAM 103 is used as a work area for the CPU 101. The HDD 104 controls reading / writing of data with respect to the HD 105 according to the control of the CPU 101. The HD 105 records data written under the control of the HDD 104.

R/W106は、CPU101の制御にしたがってDVD107に対するデータのリード/ライトを制御する。DVD107は、R/W106の制御で書き込まれたデータを記録したり、DVD107に記録されたデータをコンピュータ装置に読み取らせたりする。   The R / W 106 controls reading / writing of data with respect to the DVD 107 according to the control of the CPU 101. The DVD 107 records data written under the control of the R / W 106, and allows the computer device to read data recorded on the DVD 107.

また、着脱可能な記録媒体として、DVD107のほか、CD−ROM(CD−R、CD−RW)、MO(Magneto Optical Disk)、FD(フレキシブルディスク)、メモリーカードなどであってもよい。ディスプレイ108は、カーソル、アイコンあるいはツールボックスをはじめ、文書、画像、機能情報などのデータを表示する。このディスプレイ108は、たとえば、CRT、TFT液晶ディスプレイ、プラズマディスプレイなどを採用することができる。   In addition to the DVD 107, the removable recording medium may be a CD-ROM (CD-R, CD-RW), MO (Magneto Optical Disk), FD (flexible disk), memory card, or the like. The display 108 displays data such as a document, an image, and function information as well as a cursor, an icon, or a tool box. As this display 108, for example, a CRT, a TFT liquid crystal display, a plasma display, or the like can be adopted.

I/F109は、通信回線を通じてインターネットなどのネットワークに接続され、このネットワークを介して他の装置に接続される。そして、I/F109は、ネットワークと内部のインターフェースを司り、外部装置からのデータの入出力を制御する。I/F109には、たとえばモデムやLANアダプタなどを採用することができる。   The I / F 109 is connected to a network such as the Internet through a communication line, and is connected to other devices via this network. The I / F 109 controls a network and an internal interface, and controls data input / output from an external device. For example, a modem or a LAN adapter may be employed as the I / F 109.

キーボード110は、文字、数字、各種指示などの入力のためのキーを備え、データの入力をおこなう。また、タッチパネル式の入力パッドやテンキーなどであってもよい。マウス111は、カーソルの移動や範囲選択、あるいはウィンドウの移動やサイズの変更などをおこなう。ポインティングデバイスとして同様に機能を備えるものであれば、トラックボールやジョイスティックなどであってもよい。   The keyboard 110 includes keys for inputting characters, numbers, various instructions, and the like, and inputs data. Moreover, a touch panel type input pad or a numeric keypad may be used. The mouse 111 performs cursor movement, range selection, window movement, size change, and the like. A trackball or a joystick may be used as long as they have the same function as a pointing device.

スキャナ112は、画像を光学的に読み取り、コンピュータ装置内に画像データを取り込む。なお、スキャナ112は、OCR機能を持たせてもよい。また、プリンタ113は、画像データや文書データを印刷する。プリンタ113には、たとえば、レーザプリンタやインクジェットプリンタを採用することができる。   The scanner 112 optically reads an image and takes in the image data into the computer apparatus. The scanner 112 may have an OCR function. The printer 113 prints image data and document data. For example, a laser printer or an ink jet printer can be employed as the printer 113.

(ソフトウェア検証支援装置の機能的構成)
つぎに、この発明の実施の形態にかかるソフトウェア検証支援装置の機能的構成について説明する。図2は、この発明の実施の形態にかかるソフトウェア検証支援装置の機能的構成を示すブロック図である。図2に示したように、この発明の実施の形態にかかるソフトウェア検証支援装置100は、表示部201と、実行部202と、特定部203と、表示制御部204とを備えている。
(Functional configuration of software verification support device)
Next, a functional configuration of the software verification support apparatus according to the embodiment of the present invention will be described. FIG. 2 is a block diagram showing a functional configuration of the software verification support apparatus according to the embodiment of the present invention. As shown in FIG. 2, the software verification support apparatus 100 according to the embodiment of the present invention includes a display unit 201, an execution unit 202, a specifying unit 203, and a display control unit 204.

表示部201は、検証対象となるソフトウェアに関するGUI画面を表示する機能を有する。検証対象となるソフトウェアに関するGUI画面とは、たとえば、検証対象とされたソフトウェアのプログラムによって表示される画面である。GUI画面には、たとえば、指示や命令を記号化した図形(いわゆる、アイコン)や、文字列が表示される図形(いわゆる、テキストボックス)などのGUI要素が表示される(たとえば、図9−1〜9−8を参照。)。表示部201は、たとえば、ディスプレイ108によって実現される。   The display unit 201 has a function of displaying a GUI screen regarding software to be verified. The GUI screen related to the software to be verified is, for example, a screen displayed by a program of software to be verified. On the GUI screen, for example, GUI elements such as graphics (so-called icons) symbolizing instructions and commands and graphics (so-called text boxes) displaying character strings are displayed (for example, FIG. 9-1). -9-9)). The display unit 201 is realized by the display 108, for example.

実行部202は、ソフトウェア検証支援装置100に関する各種の動作を実行する機能を有する。実行部202は、具体的には、たとえば、ソフトウェアの検証の支援や、検証対象となるソフトウェアのGUI処理などを実行する。実行部202は、たとえば、表示部201によって、GUI画面が表示されているときにソフトウェアのGUI処理を実行する。   The execution unit 202 has a function of executing various operations related to the software verification support apparatus 100. Specifically, the execution unit 202 executes, for example, software verification support or GUI processing of software to be verified. For example, the execution unit 202 executes the GUI process of software when the display unit 201 displays the GUI screen.

ここで、GUI処理とは、たとえば、或るGUI要素を変化させる処理や、或るGUI要素を移動させる処理など、GUI要素の表示に関する処理である。GUI処理は、具体的には、プログラムによって記述され、ROM102などに記録された当該プログラムをCPU101が読み込むことにより実行される。   Here, the GUI process is a process related to display of a GUI element, such as a process of changing a certain GUI element or a process of moving a certain GUI element. Specifically, the GUI processing is executed by the CPU 101 reading the program described in the program and recorded in the ROM 102 or the like.

特定部203は、実行部202によって実行されたGUI処理に関連するGUI要素を特定する機能を有する。特定部203は、たとえば、GUI処理が実行されたことにより非表示となるGUI要素を特定する。ここで、非表示とは、GUI画面上に表示されたGUI要素が、視認不可能な状態になることである。具体的には、たとえば、GUI処理の実行によってその対象となるGUI要素の、VRAMからの消去、アルファ値の変更による透明化、またはZバッファ法による隠蔽化などである。   The specifying unit 203 has a function of specifying a GUI element related to the GUI process executed by the execution unit 202. For example, the specifying unit 203 specifies a GUI element that is not displayed when the GUI process is executed. Here, “non-display” means that the GUI element displayed on the GUI screen becomes invisible. Specifically, for example, the GUI element to be processed by executing the GUI process is erased from the VRAM, made transparent by changing the alpha value, or concealed by the Z buffer method.

また、特定部203は、GUI処理が実行されたことによりあらたに出現するGUI要素を特定してもよい。ここで、出現とは、非表示であったGUI要素が、視認可能となる状態になることである。具体的には、たとえば、GUI処理の実行によってその対象となるGUI要素の、VRAMへの描き込み、アルファ値の変更による着色、またはZバッファ法を用いた前面化などである。   Further, the specifying unit 203 may specify a GUI element that newly appears when the GUI process is executed. Here, “appearance” means that a GUI element that has not been displayed becomes visible. Specifically, for example, the GUI element to be processed by the GUI process is drawn on the VRAM, colored by changing the alpha value, or front-facing using the Z buffer method.

たとえば、携帯電話において所定の時刻に音を鳴らすアラーム機能の設定に関するGUI処理が実行された場合、ディスプレイに表示されるGUI画面には、アラームをあらわすGUI要素(たとえば、ベルのマーク)が出現する。また、たとえば、アラーム機能の設定の解除に関するGUI処理が実行された場合、GUI画面では、アラームをあらわすGUI要素が非表示となる。   For example, when a GUI process related to the setting of an alarm function for sounding a predetermined time on a mobile phone is executed, a GUI element (for example, a bell mark) representing an alarm appears on the GUI screen displayed on the display. . Further, for example, when a GUI process related to canceling the setting of the alarm function is executed, a GUI element representing an alarm is not displayed on the GUI screen.

また、特定部203は、GUI処理が実行されたことにより文字列、色、形状、またはサイズが変化するGUI要素を特定してもよい。ここで、文字列、色、形状、またはサイズの変化とは、具体的に、テキストボックスなどのGUI要素が有する文字列を異なる文字列にしたり、表示されたGUI要素のRGBを変更して当該GUI要素の色を異なる色としたりすることである。   Further, the specifying unit 203 may specify a GUI element whose character string, color, shape, or size changes due to execution of the GUI process. Here, the change in the character string, color, shape, or size specifically means that the character string of the GUI element such as a text box is changed to a different character string, or the RGB of the displayed GUI element is changed. For example, the color of the GUI element may be different.

たとえば、現在時刻の計時機能に関するGUI処理が実行されている場合、GUI画面には、時刻をあらわすGUI要素(たとえば、○○:△△、○○は時、△△は分)が表示される。時刻をあらわすGUI要素は、1分経過するごとに、あらたな時刻(たとえば、12:34から12:35)に更新される。   For example, when a GUI process related to a timekeeping function for the current time is being executed, a GUI element indicating the time (for example, XX: △△, XX: hour, △△ is minute) is displayed on the GUI screen. . The GUI element representing the time is updated to a new time (for example, 12:34 to 12:35) every time one minute elapses.

また、特定部203は、GUI処理が実行されたことにより移動または回転するGUI要素を特定してもよい。ここで、移動とは、GUI画面上に表示されたGUI要素のGUI画面上の座標を変化させることである。たとえば、GUI画面上に表示されたマウスポインタは、マウス操作に関するGUI処理が実行された場合、GUI画面上を移動する。   The specifying unit 203 may specify a GUI element that moves or rotates when the GUI process is executed. Here, the movement is to change the coordinates on the GUI screen of the GUI element displayed on the GUI screen. For example, the mouse pointer displayed on the GUI screen moves on the GUI screen when GUI processing related to mouse operation is executed.

また、ここで、回転とは、GUI要素の表示される角度を変化させることである。たとえば、音楽を再生させる音楽再生ソフトウェアのGUI画面において、表示されたボリュームを調整するノブをあらわすGUI要素は、ユーザ操作による音量増減に関するGUI処理が実行された場合に回転する。   Here, the rotation means changing the angle at which the GUI element is displayed. For example, on a GUI screen of music playback software for playing music, a GUI element representing a knob for adjusting the displayed volume is rotated when a GUI process related to volume increase / decrease by a user operation is executed.

また、特定部203は、隠蔽していたGUI要素が非表示または移動することによって出現するGUI要素を特定することとしてもよい。ここで、隠蔽とは、具体的に、GUI画面上において、2つのGUI要素が重複して配置され、一方の上面に配置されたGUI要素によって、他方のGUI要素が非表示となる状態である。すなわち、特定部203は、上面に配置された一方のGUI要素が非表示または移動することにより、出現する他方のGUI要素を特定する。   Further, the specifying unit 203 may specify a GUI element that appears when a hidden GUI element is hidden or moved. Here, the concealment is specifically a state in which two GUI elements are overlapped on the GUI screen, and the other GUI element is hidden by the GUI element placed on one upper surface. . That is, the specifying unit 203 specifies the other GUI element that appears when one GUI element arranged on the upper surface is hidden or moved.

また、特定部203は、出現または移動するGUI要素によって隠蔽されるGUI要素を特定してもよい。すなわち、特定部203は、一方のGUI要素が他方のGUI要素上に出現または移動してくることにより他方のGUI要素に重複して、非表示とされた他方のGUI要素を特定する。   Further, the specifying unit 203 may specify a GUI element that is hidden by a GUI element that appears or moves. That is, the specifying unit 203 specifies the other GUI element that is hidden by overlapping with the other GUI element when one GUI element appears or moves on the other GUI element.

たとえば、マウスポインタが或るGUI要素上にある場合に、所定のキー(たとえば、右クリック)の入力を受け付けると、当該GUI要素のコンテキストメニューの表示に関するGUI処理が実行されて、マウスポインタの付近にコンテキストメニューが表示される。コンテキストメニューは、GUI画面上において常に最前面に表示され、コンテキストメニューと重複するGUI要素はコンテキストメニューによって隠蔽される。   For example, when an input of a predetermined key (for example, right click) is accepted when the mouse pointer is on a certain GUI element, GUI processing related to the display of the context menu of the GUI element is executed, and the vicinity of the mouse pointer A context menu is displayed. The context menu is always displayed in the foreground on the GUI screen, and GUI elements that overlap the context menu are hidden by the context menu.

また、コンテキストメニューは、コンテキストメニュー中に表示された何らかコマンドが選択された場合、そのGUI処理より、GUI画面上で非表示となる。これにともなって、隠蔽されていたGUI要素は、再びGUI画面上に出現する。   Further, when any command displayed in the context menu is selected, the context menu is not displayed on the GUI screen due to the GUI processing. Along with this, the hidden GUI element appears again on the GUI screen.

表示制御部204は、特定部203によって特定されたGUI要素を含む表示領域を強調表示して表示部201に表示させる機能を有する。強調表示とは、特定されたGUI要素を含む表示領域を、実行されたGUI処理による表示とは異なるように表示することである。たとえば、特定されたGUI要素を含む表示領域を点灯、または点滅させて、検証者が容易に認識できるように表示する。表示制御部204は、たとえば、ROM102などに記録された各種のプログラムをCPU101によって実行させることにより実現される。   The display control unit 204 has a function of highlighting and displaying the display area including the GUI element specified by the specifying unit 203 on the display unit 201. The highlighted display is to display a display area including the specified GUI element so as to be different from the display by the executed GUI process. For example, the display area including the specified GUI element is turned on or blinked so that the verifier can easily recognize it. The display control unit 204 is realized, for example, by causing the CPU 101 to execute various programs recorded in the ROM 102 or the like.

(ソフトウェア検証支援装置の処理手順)
つぎに、この発明の実施の形態にかかるソフトウェア検証支援装置の処理手順について説明する。図3は、この発明の実施の形態にかかるソフトウェア検証支援装置の処理手順を示すフローチャートである。図3に示したフローチャートは、たとえば、検証者によって、検証開始の指示を受け付けた場合に開始される。
(Processing procedure of software verification support device)
Next, a processing procedure of the software verification support apparatus according to the embodiment of the present invention will be described. FIG. 3 is a flowchart showing a processing procedure of the software verification support apparatus according to the embodiment of the present invention. The flowchart illustrated in FIG. 3 is started when, for example, a verification start instruction is received by a verifier.

まず、この発明の実施の形態にかかるソフトウェア検証支援装置100は、たとえば、検証者によって検証開始の指示を受け付けた場合に、未処理のGUI処理があるか否かを判定する(ステップS301)。未処理のGUI処理とは、たとえば、まだ検証がおこなわれていないGUI処理である。   First, the software verification support apparatus 100 according to the embodiment of the present invention determines whether there is an unprocessed GUI process, for example, when an instruction to start verification is received by the verifier (step S301). An unprocessed GUI process is, for example, a GUI process that has not yet been verified.

ステップS301において、未処理のGUI処理があると判定された場合(ステップS301:Yes)には、検証対象となるソフトウェアのプログラムに基づいてGUI処理を実行する(ステップS302)。具体的には、実行部202が、検証対象となるソフトウェアのプログラムの中から検証するGUI処理を実行する。   If it is determined in step S301 that there is an unprocessed GUI process (step S301: Yes), the GUI process is executed based on the software program to be verified (step S302). Specifically, the execution unit 202 executes a GUI process for verifying from software programs to be verified.

ステップS302において、GUI処理が実行されたのち、実行されたGUI処理に関連したGUI要素を特定する(ステップS303)。具体的には、特定部203が、実行部202によって実行されたGUI処理から、当該GUI処理に関連したGUI要素を特定する。   In step S302, after the GUI process is executed, a GUI element related to the executed GUI process is specified (step S303). Specifically, the specifying unit 203 specifies a GUI element related to the GUI process from the GUI process executed by the execution unit 202.

ステップS303において、関連したGUI要素が特定されたのち、特定されたGUI要素を含んだ表示領域が強調表示されたGUI画面を表示する(ステップS304)。具体的には、表示制御部204が、表示部201を制御して、特定部203によって特定されたGUI要素を含んだ表示領域を強調表示し、強調表示されたGUI画面を表示する。   In step S303, after a related GUI element is specified, a GUI screen in which a display area including the specified GUI element is highlighted is displayed (step S304). Specifically, the display control unit 204 controls the display unit 201 to highlight the display area including the GUI element specified by the specifying unit 203 and display the highlighted GUI screen.

ステップS304において、強調表示したのち、ステップS301へ戻り、再び、未処理のGUI処理があるか否かを判定する。未処理のGUI処理があると判定された場合には、上記と同様の処理を繰り返し、未処理のGUI処理がないと判定された場合(ステップS301:No)には、そのまま一連の処理を終了する。   In step S304, after highlighting, the process returns to step S301, and it is determined again whether there is an unprocessed GUI process. If it is determined that there is an unprocessed GUI process, the same process is repeated. If it is determined that there is no unprocessed GUI process (step S301: No), the series of processes is terminated. To do.

(ソフトウェア検証支援装置による具体的な表示例)
(ソフトウェア検証支援装置による強調表示)
つぎに、ソフトウェア検証支援装置による具体的な表示例について説明する。まず、この発明の実施の形態にかかるソフトウェア検証支援装置による強調表示について説明する。図4および図5は、この発明の実施の形態にかかるソフトウェア検証支援装置による強調表示を説明する説明図(その1)、(その2)である。なお、図4および図5では、一例として、関連するGUI要素を非表示とするGUI処理を実行して、関連するGUI要素を非表示に変化させた場合の例を図示している。
(Specific display example by software verification support device)
(Highlighting by software verification support device)
Next, a specific display example by the software verification support apparatus will be described. First, highlighting by the software verification support apparatus according to the embodiment of the present invention will be described. 4 and 5 are explanatory views (No. 1) and (No. 2) for explaining emphasis display by the software verification support apparatus according to the embodiment of the present invention. 4 and 5 show an example in which a GUI process for hiding related GUI elements is executed and the related GUI elements are changed to non-display as an example.

まず、図4において、表示されたGUI要素401に対して、ソフトウェア検証支援装置100が、GUI要素401を非表示とするGUI処理を実行する。ソフトウェア検証支援装置100がGUI処理を実行することにより、GUI要素401を非表示としたあらたなGUI要素401aが作成される。また、GUI要素401を含んでいた表示領域に、所定の色を有した矩形の点灯要素402が作成される。   First, in FIG. 4, the software verification support apparatus 100 executes a GUI process for hiding the GUI element 401 for the displayed GUI element 401. When the software verification support apparatus 100 executes the GUI process, a new GUI element 401a in which the GUI element 401 is not displayed is created. In addition, a rectangular lighting element 402 having a predetermined color is created in the display area including the GUI element 401.

GUI要素401aおよび点灯要素402が作成されたのち、GUI要素401aと点灯要素402とが合成される。ここで、合成とは、作成された2つの要素を重ね合わせることである。合成されたGUI要素401aと点灯要素402とは、強調表示要素(点灯)403として、GUI画面上に表示される。なお、強調表示要素(点灯)403は、所定の時間(たとえば、表示されてから100ms間)だけ表示される。   After the GUI element 401a and the lighting element 402 are created, the GUI element 401a and the lighting element 402 are combined. Here, the composition is to superimpose two created elements. The combined GUI element 401 a and the lighting element 402 are displayed on the GUI screen as the highlighting element (lighting) 403. The highlighted element (lighted) 403 is displayed for a predetermined time (for example, 100 ms after being displayed).

強調表示要素(点灯)403が表示されて所定の時間が経過後、図5において、点灯要素402の輪郭線上に点滅要素404が作成される。点滅要素404は、たとえば、点灯要素402と同一の色を有した点線によって作成される。点滅要素404が作成されたのち、GUI要素401aと点滅要素404とが合成され、強調表示要素(点滅)405として、GUI画面上に表示される。なお、強調表示要素(点滅)405は、所定の時間間隔(たとえば、500ms間隔)で点滅するように表示される。   After a highlighted display element (lighting) 403 is displayed and a predetermined time has elapsed, a blinking element 404 is created on the outline of the lighting element 402 in FIG. The blinking element 404 is created by a dotted line having the same color as the lighting element 402, for example. After the blinking element 404 is created, the GUI element 401a and the blinking element 404 are combined and displayed on the GUI screen as a highlighting element (flashing) 405. The highlighted element (blinking) 405 is displayed so as to blink at a predetermined time interval (for example, at an interval of 500 ms).

以上に説明したように、この発明の実施の形態にかかるソフトウェア検証支援装置100による強調表示は、強調表示要素(点灯)403と、強調表示要素(点滅)405とを表示させることよりおこなわれる。なお、強調表示要素(点灯)403と、強調表示要素(点滅)405とは、GUI画面上において最前面、すなわち、GUI要素に隠蔽されることなく表示される。   As described above, the highlight display by the software verification support apparatus 100 according to the embodiment of the present invention is performed by displaying the highlight display element (lighting) 403 and the highlight display element (flashing) 405. The highlighted element (lighted) 403 and the highlighted element (flashing) 405 are displayed on the front of the GUI screen, that is, without being hidden by the GUI element.

(表示色の設定)
また、この発明の実施の形態にかかるソフトウェア検証支援装置100は、GUI処理の処理内容と、当該処理内容に応じた表示色とを、あらかじめ関連づけておくことができる。これにより、処理内容に応じて異なる表示色を用いて、点灯要素402および点滅要素404を表示させることができる。
(Display color setting)
The software verification support apparatus 100 according to the embodiment of the present invention can associate the processing contents of the GUI processing with the display color corresponding to the processing contents in advance. Thereby, the lighting element 402 and the blinking element 404 can be displayed using different display colors depending on the processing content.

図6は、GUI処理の処理内容とそれに対応する表示色とを関連づけた状態を説明する説明図である。図6に示したように、GUI処理の処理内容に応じて、対応する表示色が関連づけられている。たとえば、この発明にかかる実施の形態のソフトウェア検証支援装置100は、GUI要素を表示・非表示とするGUI処理の場合には表示領域を黄色により強調表示し、GUI要素を移動させるGUI処理の場合には表示領域を緑色により強調表示するように関連づけられている。   FIG. 6 is an explanatory diagram for explaining a state in which the processing content of the GUI processing is associated with the display color corresponding thereto. As shown in FIG. 6, corresponding display colors are associated according to the processing contents of the GUI processing. For example, the software verification support apparatus 100 according to the embodiment of the present invention is a GUI process that highlights a display area in yellow in the case of a GUI process that displays / hides a GUI element, and moves the GUI element. Are associated so that the display area is highlighted in green.

なお、これらの表示色は、ソフトウェア検証支援装置100製造側によって、あらかじめ設定されていてもよいし、検証者によって任意に設定されてもよい。また、各表示色においてRGBで指定される色以外に、透明度を表すアルファ値(alpha value)を設定可能とし、アルファ値も任意に変更できることとしてもよい。アルファ値とは、公知の技術であるため詳細な説明は省略するが、透過度に関する情報である。   These display colors may be set in advance by the software verification support apparatus 100 manufacturing side, or may be arbitrarily set by the verifier. In addition to the colors designated by RGB for each display color, an alpha value representing the transparency can be set, and the alpha value can be arbitrarily changed. The alpha value is a known technique and is not described in detail, but is information on transparency.

アルファ値を設定した場合、ソフトウェア検証支援装置100は、アルファブレンディングを用いて強調表示することができる。アルファブレンディングとは、公知の技術のため詳細な説明は省略するが、半透明の画像(たとえば、強調表示)とほかの画像(たとえば、GUI要素)とを重ね合わせて表示させることである。これにより、たとえば、強調表示された場合においても、強調表示の下に配置されたGUI要素が視認可能となる。   When the alpha value is set, the software verification support apparatus 100 can perform highlighting using alpha blending. Alpha blending is to display a semi-transparent image (for example, highlighting) and another image (for example, a GUI element) in a superimposed manner, although detailed description is omitted because it is a known technique. Thereby, for example, even when highlighted, the GUI element arranged under the highlighted display becomes visible.

(ソフトウェア検証支援装置のユーザインターフェース)
つぎに、この発明の実施の形態にかかるソフトウェア検証装置のユーザインターフェースについて説明する。図7および図8は、この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースを示す説明図(その1)、(その2)である。
(User interface of software verification support device)
Next, a user interface of the software verification apparatus according to the embodiment of the present invention will be described. 7 and 8 are explanatory views (No. 1) and (No. 2) showing the user interface of the software verification support apparatus according to the embodiment of the present invention.

図7および8に示したように、この発明の実施の形態にかかるソフトウェア検証装置100のユーザインターフェース700は、表示ウィンドウ701と、メニュー702と、操作ボタン703とによって構成される。ユーザインターフェース700は、たとえば、ディスプレイ108上に表示される。   As shown in FIGS. 7 and 8, the user interface 700 of the software verification apparatus 100 according to the embodiment of the present invention includes a display window 701, a menu 702, and operation buttons 703. The user interface 700 is displayed on the display 108, for example.

表示ウィンドウ701には、検証対象となるソフトウェアに関するGUI画面が表示される。GUI画面には、GUI要素や、強調表示要素(点灯)や、強調表示要素(点滅)などが表示される。   The display window 701 displays a GUI screen related to the software to be verified. On the GUI screen, GUI elements, highlighted display elements (lighted), highlighted display elements (flashing), and the like are displayed.

メニュー702には、ソフトウェア検証支援装置100に与える各種のコマンドがあらかじめカテゴリーごとに分類されて階層的に表示される。コマンドとは、たとえば、ソフトウェア検証支援装置100に実行させる処理である。たとえば、図7および図8で示したように、ユーザインターフェース700には、まず、最上位の階層のメニューとして、「ファイル」や「デバッグ」が表示される。ここで、たとえば、図8に示したように、「デバッグ」を選択した場合、「デバッグ」に分類されたコマンドである、「開始」、「開始(ステップ実行)」、「中断」、および「クリア」がプルダウンメニューによって表示される。   In the menu 702, various commands given to the software verification support apparatus 100 are classified in advance and displayed hierarchically. The command is, for example, processing executed by the software verification support apparatus 100. For example, as shown in FIG. 7 and FIG. 8, “file” and “debug” are first displayed on the user interface 700 as a menu of the highest hierarchy. Here, for example, as shown in FIG. 8, when “debug” is selected, the commands classified as “debug” are “start”, “start (step execution)”, “interrupt”, and “ “Clear” is displayed by a pull-down menu.

検証者は、メニュー702から、コマンドを選択することにより、ソフトウェア検証支援装置100に所望の処理を実行させることができる。なお、ソフトウェア検証支援装置100の検証支援の際における代表的なコマンドについては後述する。   The verifier can cause the software verification support apparatus 100 to execute a desired process by selecting a command from the menu 702. Note that typical commands for the verification support of the software verification support apparatus 100 will be described later.

操作ボタン703は、それぞれ対応するコマンドと関連づけられ、メニュー702からコマンドを選択することなく、直接、対応するコマンドを実行させることのできる、いわゆるショートカットキーである。操作ボタン703は、たとえば、検証者が頻繁に使用するコマンドと関連づけられる。図7に示した操作ボタン703は、左からそれぞれ、「開始」、「中断」、「開始(ステップ実行)」、「ステップ実行」、「クリア」のコマンドと関連づけられて設定されている。   The operation buttons 703 are so-called shortcut keys that are associated with the corresponding commands and can directly execute the corresponding commands without selecting the commands from the menu 702. The operation button 703 is associated with, for example, a command frequently used by the verifier. The operation buttons 703 shown in FIG. 7 are set in association with commands of “start”, “interrupt”, “start (step execution)”, “step execution”, and “clear”, respectively, from the left.

(ソフトウェア検証支援装置の代表的なコマンド)
つぎに、ソフトウェア検証支援装置の検証支援の際における代表的なコマンドについて説明する。「開始」は、強調表示をおこなって、ソフトウェアを検証させる。すなわち、「開始」により、GUI処理の実行にあわせて、関連するGUI要素を含んだ表示領域の強調表示がおこなわれる。「中断」は、「開始」の選択をすることによって開始されたソフトウェアの検証を中断させる。
(Representative command of software verification support device)
Next, typical commands for the verification support of the software verification support apparatus will be described. “Start” highlights and verifies the software. That is, by “start”, the display area including the related GUI element is highlighted as the GUI process is executed. “Suspend” interrupts the verification of the software started by selecting “Start”.

「開始(ステップ実行)」は、GUI処理の実行を1ステップずつ(たとえば、プログラムを1行ずつ)おこない、実行された1ステップのGUI処理と関連したGUI要素を含んだ表示領域を強調表示して、ソフトウェアを検証させる。ステップ実行は、検証対象となるソフトウェアのプログラムに基づいて、GUI処理の実行を1ステップずつ実行する。「クリア」は、強調表示された表示領域の強調表示を解除する。   “Start (Step Execution)” executes GUI processing step by step (for example, program one line at a time) and highlights a display area including GUI elements related to the executed one-step GUI processing. To verify the software. In step execution, GUI processing is executed step by step based on a software program to be verified. “Clear” cancels highlighting of the highlighted display area.

(ユーザインターフェースに表示される具体的な表示例)
つぎに、上述したユーザインターフェース700に表示される具体的な表示例について説明する。図9−1〜9−8は、この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その1)〜(その8)である。
(Specific display example displayed on the user interface)
Next, a specific display example displayed on the above-described user interface 700 will be described. FIGS. 9-1 to 9-8 are explanatory views (No. 1) to (No. 8) showing specific display examples displayed on the user interface of the software verification support apparatus according to the embodiment of the present invention.

(あらたなGUI要素が表示される場合の表示例)
まず、図9−1を用いて、あらたなGUI要素が表示される場合の表示例について説明する。図9−1は、この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その1)である。図9−1に示したように、ユーザインターフェース700の表示ウィンドウ701には、検証対象となるソフトウェアに関するGUI画面900が表示されている。また、GUI画面900には、長方形のGUI要素901と、三角形のGUI要素902とが表示されている。
(Display example when a new GUI element is displayed)
First, a display example when a new GUI element is displayed will be described with reference to FIG. FIG. 9A is an explanatory diagram (part 1) of a specific display example displayed on the user interface of the software verification support apparatus according to the embodiment of the present invention. As illustrated in FIG. 9A, a GUI window 900 relating to software to be verified is displayed in the display window 701 of the user interface 700. In addition, the GUI screen 900 displays a rectangular GUI element 901 and a triangular GUI element 902.

ここで、たとえば、あらたなGUI要素として、円形のGUI要素903を表示させた場合、円形のGUI要素903が表示されるとともに、当該円形のGUI要素903を含む表示領域903aが強調表示される。すなわち、円形のGUI要素903が表示され、同時に、表示領域903aに上述した強調表示要素(点灯)および強調表示要素(点滅)が表示される。また、図6で示したように、GUI要素の表示・非表示と関連づけられた表示色が「黄」である場合には、強調表示要素(点灯)および強調表示要素(点滅)は黄色を用いて表示される。   Here, for example, when a circular GUI element 903 is displayed as a new GUI element, the circular GUI element 903 is displayed and the display area 903a including the circular GUI element 903 is highlighted. That is, a circular GUI element 903 is displayed, and at the same time, the above-described highlighted display element (lighted) and highlighted display element (flashing) are displayed in the display area 903a. Further, as shown in FIG. 6, when the display color associated with the display / non-display of the GUI element is “yellow”, the highlight element (lighted) and the highlight element (flashing) are yellow. Displayed.

(表示されているGUI要素を非表示とする場合の表示例)
つぎに、図9−2を用いて、表示されているGUI要素を非表示とする場合の表示例について説明する。図9−2は、この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その2)である。図9−2に示したように、ユーザインターフェース700の表示ウィンドウ701には、検証対象となるソフトウェアに関するGUI画面900が表示されている。また、GUI画面900には、長方形のGUI要素901と、三角形のGUI要素902と、円形のGUI要素903とが表示されている。
(Display example when hiding the displayed GUI element)
Next, a display example when the displayed GUI element is not displayed will be described with reference to FIG. FIG. 9-2 is an explanatory diagram (part 2) of a specific display example displayed on the user interface of the software verification support apparatus according to the embodiment of the present invention. As illustrated in FIG. 9B, the display window 701 of the user interface 700 displays a GUI screen 900 related to software to be verified. In addition, the GUI screen 900 displays a rectangular GUI element 901, a triangular GUI element 902, and a circular GUI element 903.

ここで、たとえば、表示されているGUI要素のうち、円形のGUI要素903を非表示とさせた場合、円形のGUI要素903が非表示とされるとともに、当該円形のGUI要素903を含む表示領域903aが強調表示される。すなわち、円形のGUI要素903が非表示とされ、同時に、表示領域903aに上述した強調表示要素(点灯)および強調表示要素(点滅)が表示される。また、図6で示したように、GUI要素の表示・非表示と関連づけられた表示色が「黄」である場合には、強調表示要素(点灯)および強調表示要素(点滅)は黄色を用いて表示される。   Here, for example, when the circular GUI element 903 is not displayed among the displayed GUI elements, the circular GUI element 903 is not displayed, and the display area includes the circular GUI element 903. 903a is highlighted. That is, the circular GUI element 903 is not displayed, and at the same time, the above-described highlighted display element (lighted) and highlighted display element (flashing) are displayed in the display area 903a. Further, as shown in FIG. 6, when the display color associated with the display / non-display of the GUI element is “yellow”, the highlight element (lighted) and the highlight element (flashing) are yellow. Displayed.

(表示されているGUI要素を移動させた場合の表示例)
つぎに、図9−3を用いて、表示されているGUI要素を移動させた場合の表示例について説明する。図9−3は、この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その3)である。図9−3に示したように、ユーザインターフェース700の表示ウィンドウ701には、検証対象となるソフトウェアに関するGUI画面900が表示されている。また、GUI画面900には、長方形のGUI要素901と、三角形のGUI要素902と、円形のGUI要素903とが表示されている。なお、これらの各GUI要素901〜903は、静止した状態で表示されている。
(Display example when the displayed GUI element is moved)
Next, a display example when the displayed GUI element is moved will be described with reference to FIG. FIG. 9-3 is an explanatory diagram (part 3) of a specific display example displayed on the user interface of the software verification support apparatus according to the embodiment of the present invention. As illustrated in FIG. 9C, the display window 701 of the user interface 700 displays a GUI screen 900 related to software to be verified. In addition, the GUI screen 900 displays a rectangular GUI element 901, a triangular GUI element 902, and a circular GUI element 903. These GUI elements 901 to 903 are displayed in a stationary state.

ここで、たとえば、表示されているGUI要素のうち、円形のGUI要素903を移動させた場合、円形のGUI要素903が移動されるとともに、当該円形のGUI要素903を含む表示領域903aが強調表示される。すなわち、円形のGUI要素903が所定の位置まで移動され、同時に、表示領域903aに上述した強調表示要素(点灯)および強調表示要素(点滅)が表示される。また、図6で示したように、GUI要素の移動と関連づけられた表示色が「緑」である場合には、強調表示要素(点灯)および強調表示要素(点滅)は緑色を用いて表示される。   Here, for example, when the circular GUI element 903 is moved among the displayed GUI elements, the circular GUI element 903 is moved, and the display area 903a including the circular GUI element 903 is highlighted. Is done. That is, the circular GUI element 903 is moved to a predetermined position, and at the same time, the above-described highlighted display element (lighted) and highlighted display element (flashing) are displayed in the display area 903a. Further, as shown in FIG. 6, when the display color associated with the movement of the GUI element is “green”, the highlighted element (lighted) and the highlighted element (flashing) are displayed using green. The

(表示されているGUI要素の形状を変更する場合の表示例)
つぎに、図9−4を用いて、表示されているGUI要素の形状を変更する場合の表示例について説明する。図9−4は、この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その4)である。図9−4に示したように、ユーザインターフェース700の表示ウィンドウ701には、検証対象となるソフトウェアに関するGUI画面900が表示されている。また、GUI画面900には、長方形のGUI要素901と、三角形のGUI要素902と、円形のGUI要素903とが表示されている。
(Display example when changing the shape of the displayed GUI element)
Next, a display example when the shape of the displayed GUI element is changed will be described with reference to FIGS. 9-4 is explanatory drawing (the 4) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. As shown in FIG. 9-4, a GUI window 900 related to software to be verified is displayed in the display window 701 of the user interface 700. In addition, the GUI screen 900 displays a rectangular GUI element 901, a triangular GUI element 902, and a circular GUI element 903.

ここで、たとえば、表示されているGUI要素のうち、三角形のGUI要素902の形状を変更させた場合、三角形のGUI要素902の形状が変更されて星型のGUI要素904が表示されるとともに、当該星形のGUI要素904を含む表示領域904aが強調表示される。すなわち、三角形のGUI要素902が星型のGUI要素904に形状を変更され、同時に、表示領域904aに上述した強調表示要素(点灯)および強調表示要素(点滅)が表示される。また、図6で示したように、GUI要素の形状の変更と関連づけられた表示色が「赤」である場合には、強調表示要素(点灯)および強調表示要素(点滅)は赤色を用いて表示される。   Here, for example, when the shape of the triangular GUI element 902 among the displayed GUI elements is changed, the shape of the triangular GUI element 902 is changed and the star-shaped GUI element 904 is displayed. A display area 904a including the star-shaped GUI element 904 is highlighted. That is, the triangular GUI element 902 is changed into a star-shaped GUI element 904, and at the same time, the above-described highlight display element (lighted) and highlight display element (flashing) are displayed in the display area 904a. Further, as shown in FIG. 6, when the display color associated with the change in the shape of the GUI element is “red”, the highlighted element (lighted) and the highlighted element (flashing) are red. Is displayed.

(表示されているGUI要素を回転させた場合の表示例)
つぎに、図9−5を用いて、表示されているGUI要素を回転させた場合の表示例について説明する。図9−5は、この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その5)である。図9−5に示したように、ユーザインターフェース700の表示ウィンドウ701には、検証対象となるソフトウェアに関するGUI画面900が表示されている。また、GUI画面900には、長方形のGUI要素901と、三角形のGUI要素902と、円形のGUI要素903とが表示されている。なお、これらの各GUI要素901〜903は、静止した状態で表示されている。
(Display example when the displayed GUI element is rotated)
Next, a display example when the displayed GUI element is rotated will be described with reference to FIG. 9-5 is explanatory drawing (the 5) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. As illustrated in FIG. 9-5, a GUI window 900 related to software to be verified is displayed in the display window 701 of the user interface 700. In addition, the GUI screen 900 displays a rectangular GUI element 901, a triangular GUI element 902, and a circular GUI element 903. These GUI elements 901 to 903 are displayed in a stationary state.

ここで、たとえば、表示されているGUI要素のうち、三角形のGUI要素902を回転させた場合、三角形のGUI要素902が回転されるとともに、当該三角形のGUI要素902を含んだ表示領域902aが強調表示される。すなわち、三角形のGUI要素902が所定の角度分だけ回転され、同時に、表示領域902aに上述した強調表示要素(点灯)および強調表示要素(点滅)が表示される。また、図6で示したように、GUI要素の回転と関連づけられた表示色が「青」である場合には、強調表示要素(点灯)および強調表示要素(点滅)は青色を用いて表示される。   Here, for example, when the triangular GUI element 902 among the displayed GUI elements is rotated, the triangular GUI element 902 is rotated and the display area 902a including the triangular GUI element 902 is highlighted. Is displayed. That is, the triangular GUI element 902 is rotated by a predetermined angle, and at the same time, the above-described highlighted display element (lighted) and highlighted display element (flashing) are displayed in the display area 902a. Further, as shown in FIG. 6, when the display color associated with the rotation of the GUI element is “blue”, the highlighted element (lighted) and the highlighted element (flashing) are displayed using blue. The

(表示されているGUI要素のサイズを変更(拡大)させた場合の表示例)
つぎに、図9−6を用いて、表示されているGUI要素のサイズを変更(拡大)させた場合の表示例について説明する。図9−6は、この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その6)である。図9−6に示したように、ユーザインターフェース700の表示ウィンドウ701には、検証対象となるソフトウェアに関するGUI画面900が表示されている。また、GUI画面900には、長方形のGUI要素901と、三角形のGUI要素902と、円形のGUI要素903とが表示されている。
(Display example when the size of the displayed GUI element is changed (enlarged))
Next, a display example when the size of the displayed GUI element is changed (enlarged) will be described with reference to FIG. FIGS. 9-6 is explanatory drawing (the 6) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. As shown in FIG. 9-6, a GUI window 900 related to software to be verified is displayed in the display window 701 of the user interface 700. In addition, the GUI screen 900 displays a rectangular GUI element 901, a triangular GUI element 902, and a circular GUI element 903.

ここで、たとえば、表示されているGUI要素のうち、円形のGUI要素903のサイズを拡大させた場合、円形のGUI要素903のサイズが拡大されるとともに、当該円形のGUI要素903を含む表示領域903aが強調表示される。すなわち、円形のGUI要素903が円形のGUI要素903bに拡大され、同時に、表示領域903aに上述した強調表示要素(点灯)および強調表示要素(点滅)が表示される。また、図6で示したように、GUI要素の拡大・縮小と関連づけられた表示色が「オレンジ」である場合には、強調表示要素(点灯)および強調表示要素(点滅)はオレンジ色を用いて表示される。   Here, for example, when the size of the circular GUI element 903 among the displayed GUI elements is enlarged, the size of the circular GUI element 903 is enlarged and the display area including the circular GUI element 903 is displayed. 903a is highlighted. That is, the circular GUI element 903 is enlarged to the circular GUI element 903b, and at the same time, the above-described highlighted display element (lighted) and highlighted display element (flashing) are displayed in the display area 903a. As shown in FIG. 6, when the display color associated with the enlargement / reduction of the GUI element is “orange”, the highlighted display element (lit) and the highlighted display element (flashing) use orange. Displayed.

(表示されているGUI要素のサイズを変更(縮小)させた場合の表示例)
つぎに、図9−7を用いて、表示されているGUI要素のサイズを変更(縮小)させた場合の表示例について説明する。図9−7は、この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その7)である。図9−7に示したように、ユーザインターフェース700の表示ウィンドウ701には、検証対象となるソフトウェアに関するGUI画面900が表示されている。また、GUI画面900には、長方形のGUI要素901と、三角形のGUI要素902と、円形のGUI要素903とが表示されている。
(Display example when the size of the displayed GUI element is changed (reduced))
Next, a display example when the size of the displayed GUI element is changed (reduced) will be described with reference to FIG. FIG. 9-7 is an explanatory diagram (part 7) of a specific display example displayed on the user interface of the software verification support apparatus according to the embodiment of the present invention. As shown in FIG. 9-7, a GUI window 900 related to the software to be verified is displayed in the display window 701 of the user interface 700. In addition, the GUI screen 900 displays a rectangular GUI element 901, a triangular GUI element 902, and a circular GUI element 903.

ここで、たとえば、表示されているGUI要素のうち、円形のGUI要素903のサイズを縮小させた場合、円形のGUI要素903のサイズが縮小されるとともに、当該円形のGUI要素903を含む表示領域903cが強調表示される。すなわち、円形のGUI要素903が円形のGUI要素903dに縮小され、同時に、表示領域903cに上述した強調表示要素(点灯)および強調表示要素(点滅)が表示される。また、図6で示したように、GUI要素の拡大・縮小と関連づけられた表示色が「オレンジ」である場合には、強調表示要素(点灯)および強調表示要素(点滅)はオレンジ色を用いて表示される。   Here, for example, when the size of the circular GUI element 903 among the displayed GUI elements is reduced, the size of the circular GUI element 903 is reduced and the display area including the circular GUI element 903 is displayed. 903c is highlighted. That is, the circular GUI element 903 is reduced to the circular GUI element 903d, and at the same time, the above-described highlighted display element (lighted) and highlighted display element (flashing) are displayed in the display area 903c. As shown in FIG. 6, when the display color associated with the enlargement / reduction of the GUI element is “orange”, the highlighted display element (lit) and the highlighted display element (flashing) use orange. Displayed.

(表示されているGUI要素(テキスト)の文字列を変更させた場合の表示例)
つぎに、図9−8を用いて、表示されているGUI要素(テキスト)の文字列を変更させた場合の表示例について説明する。図9−8は、この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その8)である。図9−8に示したように、ユーザインターフェース700の表示ウィンドウ701には、検証対象となるソフトウェアに関するGUI画面900が表示されている。また、GUI画面900には、GUI要素としてテキストボックスのGUI要素905と、三角形のGUI要素902と、円形のGUI要素903とが表示されている。
(Display example when the character string of the displayed GUI element (text) is changed)
Next, a display example when the character string of the displayed GUI element (text) is changed will be described with reference to FIGS. FIG. 9-8 is an explanatory diagram (part 8) of a specific display example displayed on the user interface of the software verification support apparatus according to the embodiment of the present invention. As shown in FIG. 9-8, the display window 701 of the user interface 700 displays a GUI screen 900 related to the software to be verified. Also, on the GUI screen 900, a GUI element 905 of a text box, a triangular GUI element 902, and a circular GUI element 903 are displayed as GUI elements.

ここで、たとえば、テキストボックスのGUI要素905に表示されている文字列を変更させた場合、テキストボックスのGUI要素905に表示されている文字列が変更されるとともに、当該テキストボックスのGUI要素905を含む表示領域905aが強調表示される。すなわち、テキストボックスのGUI要素905に表示されている文字列が所定の文字列に変更され、同時に、表示領域905aに上述した強調表示要素(点灯)および強調表示要素(点滅)が表示される。また、図6で示したように、テキスト表示の変更と関連づけられた表示色が「ピンク」である場合には、強調表示要素(点灯)および強調表示要素(点滅)はピンク色を用いて表示される。なお、テキストボックスのGUI要素905に表示されている文字列が流れ文字機能を用いて変更された場合には、紫色を用いて表示される。   Here, for example, when the character string displayed in the GUI element 905 of the text box is changed, the character string displayed in the GUI element 905 of the text box is changed, and the GUI element 905 of the text box is changed. A display area 905a including is highlighted. That is, the character string displayed in the GUI element 905 of the text box is changed to a predetermined character string, and at the same time, the above-described highlighted display element (lighted) and highlighted display element (flashing) are displayed in the display area 905a. Further, as shown in FIG. 6, when the display color associated with the change of the text display is “pink”, the highlighted element (lighted) and the highlighted element (flashing) are displayed using pink. Is done. If the character string displayed in the GUI element 905 of the text box is changed using the flow character function, the character string is displayed using purple.

(他のGUI要素の影響によってあらたにGUI要素が出現する場合の表示例)
つぎに、図9−9を用いて、非表示または移動するGUI要素の影響によってあらたなGUI要素が出現した場合の表示例について説明する。図9−9は、この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その9)である。図9−9に示したように、ユーザインターフェース700の表示ウィンドウ701には、検証対象となるソフトウェアに関するGUI画面900が表示されている。また、GUI画面900には、GUI要素として長方形のGUI要素901と、三角形のGUI要素902と、円形のGUI要素903とが表示されている。また、円形のGUI要素903の下には、星型のGUI要素906が配置されている。
(Display example when a GUI element newly appears due to the influence of another GUI element)
Next, a display example when a new GUI element appears due to the influence of a GUI element that is not displayed or moved will be described with reference to FIGS. 9-9 is explanatory drawing (the 9) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. As shown in FIG. 9-9, the display window 701 of the user interface 700 displays a GUI screen 900 related to the software to be verified. In addition, the GUI screen 900 displays a rectangular GUI element 901, a triangular GUI element 902, and a circular GUI element 903 as GUI elements. In addition, a star-shaped GUI element 906 is disposed under the circular GUI element 903.

ここで、たとえば、円形のGUI要素903を非表示とした場合、円形のGUI要素903の下に配置されていた星型のGUI要素906が出現するとともに、星型のGUI要素906を含む表示領域906aが強調表示される。すなわち、円形のGUI要素903が非表示となることによって星型のGUI要素906が出現し、同時に、表示領域906aに上述した強調表示要素(点灯)および強調表示要素(点滅)が表示される。また、図6で示したように、GUI要素の表示・非表示と関連づけられた表示色が「黄」である場合には、強調表示要素(点灯)および強調表示要素(点滅)は黄色を用いて表示される。なお、非表示とされた円形のGUI要素903を含む表示領域も強調表示することとしてもよい。   Here, for example, when the circular GUI element 903 is not displayed, a star-shaped GUI element 906 arranged under the circular GUI element 903 appears, and a display area including the star-shaped GUI element 906 is displayed. 906a is highlighted. That is, when the circular GUI element 903 is not displayed, the star-shaped GUI element 906 appears, and at the same time, the above-described highlighted display element (lighted) and highlighted display element (flashing) are displayed in the display area 906a. Further, as shown in FIG. 6, when the display color associated with the display / non-display of the GUI element is “yellow”, the highlight element (lighted) and the highlight element (flashing) are yellow. Displayed. The display area including the circular GUI element 903 that is not displayed may be highlighted.

(他のGUI要素の影響によってGUI要素が隠蔽される場合の表示例)
つぎに、図9−10を用いて、出現または移動するGUI要素の影響によってGUI要素が隠蔽された場合の表示例について説明する。図9−10は、この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その10)である。図9−10に示したように、ユーザインターフェース700の表示ウィンドウ701には、検証対象となるソフトウェアに関するGUI画面900が表示されている。また、GUI画面900には、GUI要素として長方形のGUI要素901と、三角形のGUI要素902と、星型のGUI要素906とが表示されている。
(Display example when the GUI element is hidden by the influence of other GUI elements)
Next, a display example when the GUI element is concealed due to the influence of the appearing or moving GUI element will be described with reference to FIGS. 9-10 is explanatory drawing (the 10) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. As shown in FIG. 9-10, the display window 701 of the user interface 700 displays a GUI screen 900 related to the software to be verified. Also, the GUI screen 900 displays a rectangular GUI element 901, a triangular GUI element 902, and a star-shaped GUI element 906 as GUI elements.

ここで、たとえば、円形のGUI要素903を星型のGUI要素906上に表示させた場合、星型のGUI要素906は円形のGUI要素903の下に配置されて隠蔽されるとともに、星型のGUI要素906を含む表示領域906aが強調表示される。すなわち、円形のGUI要素903が表示されることによって星型のGUI要素906が隠蔽され、同時に、表示領域906aに上述した強調表示要素(点灯)および強調表示要素(点滅)が表示される。また、図6で示したように、GUI要素の表示・非表示と関連づけられた表示色が「黄」である場合には、強調表示要素(点灯)および強調表示要素(点滅)は黄色を用いて表示される。なお、表示された円形のGUI要素903を含んだ表示領域も強調表示することとしてもよい。   Here, for example, when the circular GUI element 903 is displayed on the star-shaped GUI element 906, the star-shaped GUI element 906 is arranged under the circular GUI element 903 and is hidden, and the star-shaped GUI element 906 is displayed. A display area 906a including the GUI element 906 is highlighted. That is, by displaying the circular GUI element 903, the star-shaped GUI element 906 is hidden, and at the same time, the above-described highlighted display element (lighted) and highlighted display element (flashing) are displayed in the display area 906a. Further, as shown in FIG. 6, when the display color associated with the display / non-display of the GUI element is “yellow”, the highlight element (lighted) and the highlight element (flashing) are yellow. Displayed. Note that a display area including the displayed circular GUI element 903 may be highlighted.

(ソフトウェア検証支援装置の具体的な処理手順(その1))
つぎに、この発明の実施の形態にかかるソフトウェア検証支援装置100の具体的な処理手順を説明する。図10は、この発明の実施の形態にかかるソフトウェア検証支援装置の具体的な処理手順を示すフローチャート(その1)である。図10に示したフローチャートは、たとえば、検証者によってデバッグ開始が指示された場合に開始される。
(Specific Processing Procedure of Software Verification Support Device (Part 1))
Next, a specific processing procedure of the software verification support apparatus 100 according to the embodiment of the present invention will be described. FIG. 10 is a flowchart (part 1) showing a specific processing procedure of the software verification support apparatus according to the embodiment of the present invention. The flowchart shown in FIG. 10 is started when, for example, the start of debugging is instructed by the verifier.

まず、この発明の実施の形態にかかるソフトウェア検証支援装置100は、イベントが発生するまで待機する(ステップS1001:Noのループ)。イベントとは、たとえば、検証をおこなうためにGUI処理を実行させる各種のコマンド(たとえば、上述した「開始」や「開始(ステップ実行」など)である。   First, the software verification support apparatus 100 according to the embodiment of the present invention waits until an event occurs (step S1001: No loop). The event is, for example, various commands (for example, “start” or “start (step execution”) described above) for executing GUI processing for verification.

ステップS1001において、イベントが発生したと判定された場合(ステップS1001:Yes)には、つぎに、全GUI要素の強調表示フラグをOFFにする(ステップS1002)。具体的には、GUI画面上に強調表示された表示領域があるか否かを判定し、GUI画面上に強調表示された表示領域があった場合には、該当する表示領域の強調表示を解除する。強調表示された表示領域がない場合には、そのまま、つぎのステップへと進む。   If it is determined in step S1001 that an event has occurred (step S1001: Yes), then the highlight flag for all GUI elements is turned OFF (step S1002). Specifically, it is determined whether there is a highlighted display area on the GUI screen. If there is a highlighted display area on the GUI screen, the highlighted display area is canceled. To do. If there is no highlighted display area, the process proceeds to the next step as it is.

ステップS1002において、全GUI要素の強調表示フラグをOFFとしたのち、全GUI要素の強調表示がOFFとされたGUI画面を保存する(ステップS1003)。   In step S1002, the highlight flag of all GUI elements is turned off, and then the GUI screen in which the highlight display of all GUI elements is turned off is saved (step S1003).

ステップS1003において、GUI画面を保存したのち、未処理のGUI処理があるか否かを判定する(ステップS1004)。また、たとえば、検証対象となるソフトウェアのGUI処理のうち、検証させるGUI処理の範囲(たとえば、1番目〜10番目までのGUI処理)を指定させ、指定された範囲内において、未処理のGUI処理があるか否かを判定させることとしてもよい。   In step S1003, after saving the GUI screen, it is determined whether there is an unprocessed GUI process (step S1004). In addition, for example, among the GUI processes of the software to be verified, the range of the GUI process to be verified (for example, the first to the tenth GUI processes) is specified, and the unprocessed GUI process within the specified range It may be determined whether or not there is.

ステップS1004において、未処理のGUI処理があると判定された場合(ステップS1004:Yes)には、検証対象となるソフトウェアのプログラムに基づいてGUI処理を実行する(ステップS1005)。   If it is determined in step S1004 that there is an unprocessed GUI process (step S1004: Yes), the GUI process is executed based on the software program to be verified (step S1005).

ステップS1005において、検証対象となるソフトウェアのプログラムに基づいてGUI処理を実行されたのち、当該GUI処理に関連したGUI要素を特定し、特定されたGUI要素の強調表示フラグをONにする(ステップS1006)。具体的には、図9−1を用いて説明したように、円形のGUI要素903を表示させるGUI処理であった場合には、関連したGUI要素として、あらたに表示された円形のGUI要素903が特定され、円形のGUI要素903を含む表示領域904の強調表示フラグがONとされる。   In step S1005, after the GUI process is executed based on the software program to be verified, the GUI element related to the GUI process is specified, and the highlight flag of the specified GUI element is set to ON (step S1006). ). Specifically, as described with reference to FIG. 9A, in the case of GUI processing for displaying a circular GUI element 903, a circular GUI element 903 newly displayed as a related GUI element. And the highlight flag of the display area 904 including the circular GUI element 903 is turned ON.

ステップS1006において、関連したGUI要素が特定され、強調表示フラグがONとされたのち、強調表示フラグがONとなった状態のGUI画面を仮想VRAMに描画する(ステップS1007)。仮想VRAMとは、レンダリングされたGUI画面をVRAM(Video RAM)へ転送する前に、一時的に記録するためのバッファ領域である。仮想VRAMに描画したのち、ステップS1004へ戻り、再び、未処理のGUI処理があるか否かを判定し、未処理のGUI処理がないと判定された場合には、仮想VRAMに描画されたGUI画面をVRAMへ転送(ステップS1008)し、一連の処理を終了する。   In step S1006, the related GUI element is specified, and after the highlight flag is turned on, the GUI screen in a state where the highlight flag is turned on is drawn in the virtual VRAM (step S1007). The virtual VRAM is a buffer area for temporarily recording a rendered GUI screen before transferring it to a VRAM (Video RAM). After drawing in the virtual VRAM, the process returns to step S1004 to determine again whether there is an unprocessed GUI process. If it is determined that there is no unprocessed GUI process, the GUI drawn in the virtual VRAM is determined. The screen is transferred to the VRAM (step S1008), and the series of processes is terminated.

(ソフトウェア検証支援装置の具体的な処理手順(その2))
また、この発明の実施の形態にかかるソフトウェア検証支援装置100は、上述したステップ実行のコマンドを用いて、検証者の任意のタイミングで、1ステップずつGUI処理を実行させ、GUI処理の実行にあわせて、関連するGUI要素を含んだ表示領域を強調表示することができる。
(Specific processing procedure of the software verification support apparatus (part 2))
Further, the software verification support apparatus 100 according to the embodiment of the present invention causes the GUI process to be executed step by step at an arbitrary timing of the verifier using the above-described step execution command, and is synchronized with the execution of the GUI process. Thus, the display area including the related GUI element can be highlighted.

図11は、この発明の実施の形態にかかるソフトウェア検証支援装置の具体的な処理手順を示すフローチャート(その2)である。図11に示したフローチャートは、たとえば、検証者によってデバッグ開始が指示された場合に開始される。なお、ここでは、図10で示したフローチャートと同一の処理は、同一符号とし、説明を省略する。   FIG. 11 is a flowchart (part 2) showing a specific processing procedure of the software verification support apparatus according to the embodiment of the present invention. The flowchart shown in FIG. 11 is started when, for example, the start of debugging is instructed by a verifier. Here, the same processes as those in the flowchart shown in FIG. 10 are denoted by the same reference numerals, and the description thereof is omitted.

ステップS1007において、強調表示フラグがONとなった状態のGUI画面が仮想VRAMに描画したのち、ステップ実行開始の指示が受け付けられたか否かを判定する(ステップS1101:Noのループ)。ステップ実行開始の指示を受け付けた場合(ステップS1101:Yes)には、強調表示フラグがONとなった状態のGUI画面をVRAMへ転送し、ディスプレイ108上に表示したのち、ステップS1004へ戻り、再び、未処理のGUI処理があるか否かを判定し、未処理のGUI処理がないと判定された場合には、そのまま一連の処理を終了する。   In step S1007, after the GUI screen with the highlight flag turned ON is drawn in the virtual VRAM, it is determined whether or not an instruction to start step execution has been accepted (step S1101: No loop). When an instruction to start step execution is accepted (step S1101: Yes), the GUI screen with the highlight flag turned on is transferred to the VRAM and displayed on the display 108, and then the process returns to step S1004 and again. Then, it is determined whether or not there is an unprocessed GUI process. If it is determined that there is no unprocessed GUI process, the series of processes is terminated as it is.

(前回画面との比較)
また、この発明の実施の形態にかかるソフトウェア検証支援装置100は、GUI処理を実行する前のGUI画面を保存しておくことにより、GUI処理を実行する前のGUI画面と、GUI処理を実行した後のGUI画面とを並べて表示することができる。これにより、検証者は並べて表示されたGUI処理を実行する前のGUI画面と、GUI処理を実行した後のGUI画面とを比較して、検証をおこなうことができる。
(Comparison with the previous screen)
Further, the software verification support apparatus 100 according to the embodiment of the present invention executes the GUI screen and the GUI process before executing the GUI process by saving the GUI screen before executing the GUI process. Later GUI screens can be displayed side by side. Accordingly, the verifier can perform verification by comparing the GUI screen before executing the GUI processing displayed side by side with the GUI screen after executing the GUI processing.

図12は、この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その11)である。図12に示したように、ユーザインターフェース700の表示ウィンドウ701には、検証対象となるソフトウェアに関するGUI画面900が表示されている。   FIG. 12 is an explanatory diagram (part 11) illustrating a specific display example displayed on the user interface of the software verification support apparatus according to the embodiment of the present invention. As shown in FIG. 12, a GUI window 900 related to the software to be verified is displayed in the display window 701 of the user interface 700.

このとき、検証者は、あらかじめ設定された所定の指示により、GUI処理を実行する前のGUI画面をGUI画面900と並べて表示させることができる。たとえば、上述したキーボード110に設けられた「Ctrlキー」と「←キー」とを同時に押下することにより、GUI処理を実行する前のGUI画面1200が、GUI画面900の背面から左側方向に向かってスライドするように徐々に現れ、GUI画面900の左側に並んで表示される。GUI処理を実行する前のGUI画面1200には、GUI要素として長方形のGUI要素901と、三角形のGUI要素902と、円形のGUI要素903とが表示されている。   At this time, the verifier can display the GUI screen before executing the GUI process side by side with the GUI screen 900 according to a predetermined instruction set in advance. For example, by simultaneously pressing the “Ctrl key” and the “← key” provided on the keyboard 110 described above, the GUI screen 1200 before executing the GUI processing is shifted from the back of the GUI screen 900 toward the left side. It gradually appears as if it slides, and is displayed side by side on the left side of the GUI screen 900. On the GUI screen 1200 before the GUI processing is executed, a rectangular GUI element 901, a triangular GUI element 902, and a circular GUI element 903 are displayed as GUI elements.

これにより、検証者は、GUI処理を実行する前のGUI画面1200と、GUI処理を実行した後のGUI画面900とを比較することにより、GUI処理によって円形のGUI要素903が非表示とされたことを容易に確認することができる。   As a result, the verifier compares the GUI screen 1200 before executing the GUI processing with the GUI screen 900 after executing the GUI processing, so that the circular GUI element 903 is hidden by the GUI processing. This can be easily confirmed.

また、GUI処理を実行する前のGUI画面1200は、GUI画面に対し、たとえば、「Ctrlキー」と「↑キー」では上側、「Ctrlキー」と「↓キー」では下側といったように、表示される位置をあらかじめ設定しておくことができる。これにより、理検証者の任意の位置に、GUI処理を実行する前のGUI画面1200を表示させることができる。また、GUI画面900には強調表示がされることとして、当該強調表示とGUI処理を実行する前のGUI画面1200とを同時に参照することにより、検証をおこなうことができるようにしてもよい。   Further, the GUI screen 1200 before executing the GUI processing is displayed on the GUI screen, for example, “Ctrl key” and “↑ key” on the upper side, and “Ctrl key” and “↓ key” on the lower side. The position to be performed can be set in advance. Thereby, the GUI screen 1200 before executing the GUI process can be displayed at an arbitrary position of the physical verifier. Further, as the GUI screen 900 is highlighted, the verification may be performed by simultaneously referring to the highlighted display and the GUI screen 1200 before executing the GUI processing.

上述したように、この発明の実施の形態にかかるソフトウェア検証支援装置100によれば、実行されたGUI処理に関連したGUI要素が特定され、特定されたGUI要素を含む表示領域が強調表示されるため、検証者は、実行されたGUI処理と当該GUI処理に関連するGUI要素とを同時に検証することができ、GUI処理とGUI要素との関連を同時に的確に知ることができるので、ソフトウェアの検証を正確かつ短時間でおこなうことができる。   As described above, according to the software verification support apparatus 100 according to the embodiment of the present invention, the GUI element related to the executed GUI process is specified, and the display area including the specified GUI element is highlighted. Therefore, the verifier can verify the executed GUI process and the GUI element related to the GUI process at the same time, and can accurately know the relationship between the GUI process and the GUI element at the same time. Can be performed accurately and in a short time.

具体的には、この発明の実施の形態にかかるソフトウェア検証支援装置100によれば、GUI処理を実行することにより、消失したGUI要素や、あらたに出現するGUI要素や、文字列、色、形状、またはサイズが変化するGUI要素や、移動または回転するGUI要素などを含む表示領域が強調表示されるため、これらのGUI要素を同時に容易に検証することができる。   Specifically, according to the software verification support apparatus 100 according to the embodiment of the present invention, GUI elements that have disappeared, GUI elements that newly appear, character strings, colors, and shapes by executing GUI processing Alternatively, the display area including a GUI element whose size changes or a GUI element which moves or rotates is highlighted, so that these GUI elements can be easily verified simultaneously.

また、この発明の実施の形態にかかるソフトウェア検証支援装置100によれば、実行されたGUI処理の処理内容にあわせて、異なる表示色を用いて、強調表示させることにより、検証者はより直感的に、GUI処理とGUI要素との関連を的確に知ることができるので、ソフトウェアの検証を正確かつ短時間でおこなうことができる。   In addition, according to the software verification support apparatus 100 according to the embodiment of the present invention, the verifier is more intuitive by highlighting using different display colors according to the processing content of the executed GUI processing. In addition, since the relationship between the GUI process and the GUI element can be accurately known, the software can be verified accurately and in a short time.

また、本実施の形態では、強調表示されるGUI要素として、GUI処理が実行されることにより、直接的に変化のあったGUI要素としたが、これに限らない。たとえば、GUI処理を実行することにより、消失または移動するGUI要素によって出現するGUI要素を含む表示領域が強調表示されることとしてもよい。   Further, in the present embodiment, the GUI element that is directly changed by executing the GUI process as the GUI element to be highlighted is not limited to this. For example, by executing the GUI process, a display area including a GUI element that appears due to a GUI element that disappears or moves may be highlighted.

また、GUI処理を実行することにより、出現または移動するGUI要素に隠蔽されるGUI要素を含む表示領域が強調表示されることとしてもよい。これにより、GUI処理を実行することにより変化のあったGUI要素の影響によって、間接的に変化させられた(たとえば、GUI処理を実行することにより変化のあったGUI要素により遮蔽されることによって非表示とされた)他のGUI要素も強調表示とすることができる。   Further, by executing the GUI process, a display area including a GUI element hidden by a GUI element that appears or moves may be highlighted. As a result, it is indirectly changed by the influence of the GUI element that has been changed by executing the GUI process (for example, non-shielded by being blocked by the GUI element that has been changed by executing the GUI process). Other GUI elements (displayed) can also be highlighted.

これにより、検証者はGUI処理と当該GUI処理によって間接的に影響のあるGUI要素との関連を的確に知ることができるので、ソフトウェアの検証を正確かつ短時間でおこなうことができる。また、隠蔽されたGUI要素を含む表示領域が強調表示されるため、隠蔽されたGUI要素も見落とすことなく、検証することができる。これにより、ソフトウェアから無駄なGUI要素を削減し、パフォーマンスを向上させることができる。   As a result, the verifier can accurately know the relationship between the GUI process and the GUI element that is indirectly influenced by the GUI process, so that the software can be verified accurately and in a short time. In addition, since the display area including the hidden GUI element is highlighted, it is possible to verify the hidden GUI element without overlooking it. Thereby, useless GUI elements can be reduced from the software, and the performance can be improved.

また、この発明の実施の形態にかかるソフトウェア検証支援装置100よれば、複数のGUI処理に対して、それぞれに対応するGUI要素を容易かつ同時に検証することができる。これにより、検証者は、それぞれのGUI処理とそれぞれのGUI要素との関連を的確に知ることができるので、ソフトウェアの検証を正確かつ短時間でおこなうことができる。   Further, according to the software verification support apparatus 100 according to the embodiment of the present invention, it is possible to easily and simultaneously verify GUI elements corresponding to a plurality of GUI processes. As a result, the verifier can accurately know the relationship between each GUI process and each GUI element, so that the software can be verified accurately and in a short time.

また、この発明の実施の形態にかかるソフトウェア検証支援装置100よれば、ステップ実行を用いて、GUI処理が実行されたのち、検証者の任意のタイミングで他のGUI処理を実行させるため、検証者の任意のタイミングでソフトウェアの検証をおこなうことができる。これにより、ソフトウェアの検証を正確におこなうことができる。   Further, according to the software verification support apparatus 100 according to the embodiment of the present invention, since the GUI process is executed using step execution, another GUI process is executed at an arbitrary timing of the verifier. Software can be verified at any timing. Thereby, software verification can be performed accurately.

また、この発明の実施の形態にかかるソフトウェア検証支援装置100では、強調表示を強調表示要素(点灯)と、強調表示要素(点滅)とを用いて表示することとしたが、これに限るものではない。強調表示は、検証者が容易に視認できればよく、それを満たすならば、表示の仕方は何でもよい。   Further, in the software verification support apparatus 100 according to the embodiment of the present invention, the highlighted display is displayed using the highlighted display element (lighted) and the highlighted display element (flashing). However, the present invention is not limited to this. Absent. The highlighted display only needs to be easily visible to the verifier, and any display method may be used as long as it is satisfied.

以上に説明したように、この発明にかかるソフトウェア検証支援装置、ソフトウェア検証支援方法、およびソフトウェア検証支援プログラムによれば、プログラムの妥当性の検証と関連づけてGUI画面の妥当性の検証を同時に実現することにより、検証者の労力軽減、開発期間の短縮、検証の高精度化を同時に図ることができる。   As described above, according to the software verification support apparatus, the software verification support method, and the software verification support program according to the present invention, the verification of the validity of the GUI screen is realized simultaneously with the verification of the validity of the program. As a result, it is possible to simultaneously reduce the labor of the verifier, shorten the development period, and increase the accuracy of the verification.

なお、本実施の形態で説明したソフトウェア検証支援方法は、あらかじめ用意されたプログラムをパーソナル・コンピュータやワークステーション等のコンピュータで実行することにより実現することができる。このプログラムは、ハードディスク、フレキシブルディスク、CD−ROM、MO、DVD等のコンピュータで読み取り可能な記録媒体に記録され、コンピュータによって記録媒体から読み出されることによって実行される。またこのプログラムは、インターネット等のネットワークを介して配布することが可能な媒体であってもよい。   The software verification support method described in this embodiment can be realized by executing a program prepared in advance on a computer such as a personal computer or a workstation. This program is recorded on a computer-readable recording medium such as a hard disk, a flexible disk, a CD-ROM, an MO, and a DVD, and is executed by being read from the recording medium by the computer. The program may be a medium that can be distributed through a network such as the Internet.

以上のように、本発明にかかるソフトウェア検証支援装置、ソフトウェア検証支援方法、およびソフトウェア検証支援プログラムは、ソフトウェアの検証を支援する際に有用であり、特に、GUIが採用されたソフトウェアの検証に適している。   As described above, the software verification support apparatus, the software verification support method, and the software verification support program according to the present invention are useful when supporting software verification, and are particularly suitable for verification of software using a GUI. ing.

この発明の実施の形態にかかるソフトウェア検証支援装置のハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置の機能的構成を示すブロック図である。It is a block diagram which shows the functional structure of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置による強調表示を説明する説明図(その1)である。It is explanatory drawing (the 1) explaining the highlight display by the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置による強調表示を説明する説明図(その2)である。It is explanatory drawing (the 2) explaining the highlight display by the software verification assistance apparatus concerning embodiment of this invention. GUI処理の処理内容とそれに対応する表示色とを関連づけた状態を説明する説明図である。It is explanatory drawing explaining the state which linked | related the processing content of GUI processing, and the display color corresponding to it. この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースを示す説明図(その1)である。It is explanatory drawing (the 1) which shows the user interface of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースを示す説明図(その2)である。It is explanatory drawing (the 2) which shows the user interface of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その1)である。It is explanatory drawing (the 1) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その2)である。It is explanatory drawing (the 2) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その3)である。It is explanatory drawing (the 3) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その4)である。It is explanatory drawing (the 4) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その5)である。It is explanatory drawing (the 5) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その6)である。It is explanatory drawing (the 6) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その7)である。It is explanatory drawing (the 7) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その8)である。It is explanatory drawing (the 8) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その9)である。It is explanatory drawing (the 9) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その10)である。It is explanatory drawing (the 10) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置の具体的な処理手順を示すフローチャート(その1)である。It is a flowchart (the 1) which shows the specific process sequence of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置の具体的な処理手順を示すフローチャート(その2)である。It is a flowchart (the 2) which shows the specific process sequence of the software verification assistance apparatus concerning embodiment of this invention. この発明の実施の形態にかかるソフトウェア検証支援装置のユーザインターフェースに表示される具体的な表示例を示す説明図(その11)である。It is explanatory drawing (the 11) which shows the specific example of a display displayed on the user interface of the software verification assistance apparatus concerning embodiment of this invention. 従来技術によるソフトウェアの検証の一例を示す説明図である。It is explanatory drawing which shows an example of the verification of the software by a prior art.

符号の説明Explanation of symbols

100 ソフトウェア検証支援装置
201 表示部
202 実行部
203 特定部
204 表示制御部
DESCRIPTION OF SYMBOLS 100 Software verification assistance apparatus 201 Display part 202 Execution part 203 Specification part 204 Display control part

Claims (14)

検証対象となるソフトウェアに関するGUI画面を表示する表示手段と、
前記GUI画面が表示されているときに前記ソフトウェアのGUI処理を実行する実行手段と、
前記GUI画面の中から、前記実行手段によって実行されたGUI処理に関連するGUI要素を特定する特定手段と、
前記GUI画面を制御して、前記GUI画面のうち前記特定手段によって特定されたGUI要素を含む表示領域を強調表示する表示制御手段と、
を備えることを特徴とするソフトウェア検証支援装置。
Display means for displaying a GUI screen related to the software to be verified;
Execution means for executing GUI processing of the software when the GUI screen is displayed;
A specifying means for specifying a GUI element related to the GUI processing executed by the execution means from the GUI screen;
Display control means for controlling the GUI screen to highlight a display area including the GUI element specified by the specifying means in the GUI screen;
A software verification support apparatus comprising:
前記特定手段は、
前記GUI画面の中から、前記GUI処理が実行されたことにより変化するGUI要素を特定することを特徴とする請求項1に記載のソフトウェア検証支援装置。
The specifying means is:
The software verification support apparatus according to claim 1, wherein a GUI element that changes due to execution of the GUI process is identified from the GUI screen.
前記特定手段は、
前記GUI画面の中のGUI要素のうち、前記GUI処理が実行されたことにより消失するGUI要素を特定することを特徴とする請求項2に記載のソフトウェア検証支援装置。
The specifying means is:
3. The software verification support apparatus according to claim 2, wherein a GUI element that disappears when the GUI process is executed is specified from GUI elements in the GUI screen. 4.
前記特定手段は、
前記GUI画面の中から、前記GUI処理が実行されたことによりあらたに出現するGUI要素を特定することを特徴とする請求項2に記載のソフトウェア検証支援装置。
The specifying means is:
The software verification support apparatus according to claim 2, wherein a GUI element that newly appears as a result of execution of the GUI process is specified from the GUI screen.
前記特定手段は、
前記GUI画面の中のGUI要素のうち、前記GUI処理が実行されたことにより文字列、色、形状、またはサイズが変化するGUI要素を特定することを特徴とする請求項2に記載のソフトウェア検証支援装置。
The specifying means is:
3. The software verification according to claim 2, wherein a GUI element whose character string, color, shape, or size changes as a result of execution of the GUI processing is specified from among the GUI elements in the GUI screen. Support device.
前記特定手段は、
前記GUI画面の中のGUI要素のうち、前記GUI処理が実行されたことにより移動または回転するGUI要素を特定することを特徴とする請求項2に記載のソフトウェア検証支援装置。
The specifying means is:
3. The software verification support apparatus according to claim 2, wherein GUI elements that move or rotate when the GUI process is executed are specified from among the GUI elements in the GUI screen.
前記特定手段は、
前記GUI画面の中のGUI要素のうち、前記GUI処理が実行されたことにより消失または移動するGUI要素によって出現するGUI要素を特定することを特徴とする請求項1に記載のソフトウェア検証支援装置。
The specifying means is:
2. The software verification support apparatus according to claim 1, wherein a GUI element that appears due to a GUI element that disappears or moves as a result of execution of the GUI process is specified from the GUI elements in the GUI screen.
前記特定手段は、
前記GUI画面の中のGUI要素のうち、前記GUI処理が実行されたことにより出現または移動するGUI要素に隠蔽されるGUI要素を特定することを特徴とする請求項1に記載のソフトウェア検証支援装置。
The specifying means is:
2. The software verification support apparatus according to claim 1, wherein a GUI element that is concealed by a GUI element that appears or moves as a result of execution of the GUI process is specified from the GUI elements in the GUI screen. .
前記実行手段は、
前記GUI処理の実行後に、前記GUI処理とは異なる他のGUI処理を実行し、
前記特定手段は、
前記表示制御手段によって前記表示領域(以下、「第1の表示領域」という)が強調表示されたGUI画面の中から、前記他のGUI処理に関連するGUI要素を特定し、
前記表示制御手段は、
前記GUI画面を制御して、前記第1の表示領域が強調表示されたGUI画面のうち前記特定手段によって特定されたGUI要素を含む第2の表示領域を強調表示することを特徴とする請求項1〜8のいずれか一つに記載のソフトウェア検証支援装置。
The execution means includes
After execution of the GUI process, another GUI process different from the GUI process is executed,
The specifying means is:
From the GUI screen in which the display area (hereinafter referred to as “first display area”) is highlighted by the display control means, a GUI element related to the other GUI processing is specified,
The display control means includes
The GUI screen is controlled to highlight the second display area including the GUI element specified by the specifying means in the GUI screen in which the first display area is highlighted. The software verification support apparatus according to any one of 1 to 8.
前記他のGUI処理の実行指示を受け付ける受付手段を備え、
前記実行手段は、
前記受付手段によって実行指示が受け付けられた他のGUI処理を実行することを特徴とする請求項9に記載のソフトウェア検証支援装置。
Receiving means for receiving an instruction to execute the other GUI process;
The execution means includes
The software verification support apparatus according to claim 9, wherein another GUI process whose execution instruction is received by the reception unit is executed.
前記表示制御手段は、
前記GUI画面を制御して、前記第1の表示領域の強調表示を解除することを特徴とする請求項9または10に記載のソフトウェア検証支援装置。
The display control means includes
The software verification support apparatus according to claim 9 or 10, wherein the GUI screen is controlled to cancel the highlighting of the first display area.
前記表示制御手段は、
前記GUI画面を制御して、前記第1および第2の表示領域を相対的に異なるように強調表示することを特徴とする請求項9または10に記載のソフトウェア検証支援装置。
The display control means includes
The software verification support apparatus according to claim 9 or 10, wherein the GUI screen is controlled to highlight the first and second display areas so as to be relatively different from each other.
検証対象となるソフトウェアに関するGUI画面が表示されているときに前記ソフトウェアのGUI処理を実行する実行工程と、
前記GUI画面の中から、前記実行工程によって実行されたGUI処理に関連するGUI要素を特定する特定工程と、
前記GUI画面のうち前記特定工程によって特定されたGUI要素を含む表示領域を強調表示する表示工程と、
を含んだことを特徴とするソフトウェア検証支援方法。
An execution step of executing a GUI process of the software when a GUI screen related to the software to be verified is displayed;
A specifying step for specifying a GUI element related to the GUI processing executed by the execution step from the GUI screen;
A display step of highlighting a display area including the GUI element specified by the specifying step in the GUI screen;
A software verification support method characterized by including:
コンピュータを、
検証対象となるソフトウェアに関するGUI画面が表示されているときに前記ソフトウェアのGUI処理を実行する実行手段、
前記GUI画面の中から、前記実行手段によって実行されたGUI処理に関連するGUI要素を特定する特定手段、
前記GUI画面のうち前記特定手段によって特定されたGUI要素を含む表示領域を強調表示する表示制御手段、
として機能させることを特徴とするソフトウェア検証支援プログラム。
Computer
Execution means for executing a GUI process of the software when a GUI screen related to the software to be verified is displayed;
A specifying means for specifying a GUI element related to the GUI processing executed by the execution means from the GUI screen;
Display control means for highlighting a display area including the GUI element specified by the specifying means in the GUI screen;
Software verification support program characterized by functioning as
JP2008064512A 2008-03-13 2008-03-13 Software verification support apparatus, software verification support method, and software verification support program Active JP5060996B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008064512A JP5060996B2 (en) 2008-03-13 2008-03-13 Software verification support apparatus, software verification support method, and software verification support program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008064512A JP5060996B2 (en) 2008-03-13 2008-03-13 Software verification support apparatus, software verification support method, and software verification support program

Publications (2)

Publication Number Publication Date
JP2009223412A true JP2009223412A (en) 2009-10-01
JP5060996B2 JP5060996B2 (en) 2012-10-31

Family

ID=41240156

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008064512A Active JP5060996B2 (en) 2008-03-13 2008-03-13 Software verification support apparatus, software verification support method, and software verification support program

Country Status (1)

Country Link
JP (1) JP5060996B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7265305B1 (en) * 2021-10-25 2023-04-26 Fairy Devices株式会社 Remote control system and terminal equipment
WO2023074472A1 (en) * 2021-10-25 2023-05-04 Fairy Devices株式会社 Remote control system and terminal device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06290520A (en) * 1993-04-06 1994-10-18 Matsushita Electric Ind Co Ltd Magnetic recording and reproducing device
JPH10198586A (en) * 1997-01-08 1998-07-31 Nec Corp Automatic gui system operating device and operation macro-executing device
JP2000214834A (en) * 1999-01-26 2000-08-04 Sony Corp Information display method, information display device, and reception display device
JP2005251173A (en) * 2004-01-28 2005-09-15 Microsoft Corp Method and system for masking dynamic region in user interface to enable testing of user interface consistency
JP2008027048A (en) * 2006-07-19 2008-02-07 I L C:Kk Information processing apparatus, verification method and program for allowing computer to execute the method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06290520A (en) * 1993-04-06 1994-10-18 Matsushita Electric Ind Co Ltd Magnetic recording and reproducing device
JPH10198586A (en) * 1997-01-08 1998-07-31 Nec Corp Automatic gui system operating device and operation macro-executing device
JP2000214834A (en) * 1999-01-26 2000-08-04 Sony Corp Information display method, information display device, and reception display device
JP2005251173A (en) * 2004-01-28 2005-09-15 Microsoft Corp Method and system for masking dynamic region in user interface to enable testing of user interface consistency
JP2008027048A (en) * 2006-07-19 2008-02-07 I L C:Kk Information processing apparatus, verification method and program for allowing computer to execute the method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7265305B1 (en) * 2021-10-25 2023-04-26 Fairy Devices株式会社 Remote control system and terminal equipment
WO2023074472A1 (en) * 2021-10-25 2023-05-04 Fairy Devices株式会社 Remote control system and terminal device

Also Published As

Publication number Publication date
JP5060996B2 (en) 2012-10-31

Similar Documents

Publication Publication Date Title
JP2732557B2 (en) Method and data processing system for changing function of GUI
US6049336A (en) Transition animation for menu structure
US5966114A (en) Data processor having graphical user interface and recording medium therefor
US20040239684A1 (en) System and method for customizing the visual layout of screen display areas
JP6428053B2 (en) Graph display device, program, and server device
JP2007147410A (en) Electronic device
KR20140081793A (en) Explicit touch selection and cursor placement
AU2014277722A1 (en) Graph display control device, electronic device, graph display method and Storage medium recording graph display control processing program
WO2014132863A1 (en) Information terminal and control program
JP2008071279A (en) Information processor and control method therefor
US7334194B2 (en) Text editing apparatus
JP2005182463A (en) Information processor and display control method
JP2006065558A (en) Input display device
JP5060996B2 (en) Software verification support apparatus, software verification support method, and software verification support program
EP0926588A2 (en) Information processing apparatus, information processing method, and storage medium containing a program for controlling information processing apparatus
JP2007323346A (en) Information processor and display method
US9417780B2 (en) Information processing apparatus
JP2007066077A (en) Method and apparatus for generating gui, computer program, and storage medium
US9501210B2 (en) Information processing apparatus
JP4941674B2 (en) Simulation system
JP2011129164A (en) Information processing device and display method
JP2012221262A (en) Display device
JP2006004086A (en) Window display controller, its method, and program
KR20180006725A (en) Electronic apparatus and control method thereof
TW202109249A (en) Control method for enabling user interface and electronic device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110310

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

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

Free format text: PAYMENT UNTIL: 20150810

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5060996

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250