JPH04317112A - Error message treatment of man-machine-interface - Google Patents

Error message treatment of man-machine-interface

Info

Publication number
JPH04317112A
JPH04317112A JP3083920A JP8392091A JPH04317112A JP H04317112 A JPH04317112 A JP H04317112A JP 3083920 A JP3083920 A JP 3083920A JP 8392091 A JP8392091 A JP 8392091A JP H04317112 A JPH04317112 A JP H04317112A
Authority
JP
Japan
Prior art keywords
input
error
error message
software
application software
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.)
Pending
Application number
JP3083920A
Other languages
Japanese (ja)
Inventor
Kimio Aoki
青木 公男
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.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP3083920A priority Critical patent/JPH04317112A/en
Publication of JPH04317112A publication Critical patent/JPH04317112A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Input From Keyboards Or The Like (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To facilitate and ensure the development of error message software by setting an error message treatment means in application software. CONSTITUTION:At the time of the execution of application software, input of a user's name is obtained and stored. When input which is necessary for software execution is operated, whether the input operation has a fault or not is checked. When the input fault occurs, it is successively written in an error log file as the history of the input fault in the unit of the type of the input fault, the mark of an error message and the user's name. After the error log file accumulates the proper number of data, the types and the frequency of input fault contents, furthermore, the names of users who are apt to make the input faults by individual types and the like are grasped by the statistical analysis of data concerned. Then, the analyzed result is reflected on an input order, input contents and guiding display and the like to prevent the input faults at application software which is newly produced and is utilized.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、コンピュータのマン・
マシン・インターフェースに係り、特にエラーメッセー
ジ処理方法に関する。
[Industrial Application Field] The present invention
The present invention relates to machine interfaces, and particularly to error message handling methods.

【0002】0002

【従来の技術】マン・マシン・インターフェースは、ユ
ーザがコンピュータを容易に利用できるよう対話形式に
よるソフトウェアやハードウェアを備え、さらにユーザ
の入力ミスによるエラー発生を防止するためにエラーメ
ッセージを発生してユーザに正しい入力を促すエラーメ
ッセージ機能も備える。
[Prior Art] A man-machine interface is equipped with interactive software and hardware so that a user can easily use a computer, and also generates error messages to prevent errors caused by input errors by the user. It also has an error message function that prompts the user to input the correct information.

【0003】このエラーメッセージ処理は、予想される
各種の入力ミスに対するエラーメッセージを用意してお
き、ユーザが入力ミスを起こしたときにそれに対応する
メッセージを出力し、ユーザに入力ミスを認識させると
共に正しい入力操作を促す。
[0003] This error message processing prepares error messages for various types of input errors that can be expected, and when the user makes an input error, outputs a corresponding message to make the user aware of the input error and also Promote correct input operations.

【0004】0004

【発明が解決しようとする課題】従来のエラーメッセー
ジ処理では、ユーザの入力ミスに対するエラーメッセー
ジ出力を与える。ここで、新規に開発するアプリケーシ
ョンソフトにエラーメッセージ機能を持たせるには、ア
プリケーションソフトが持つ各種入力に対し、予想され
る入力ミスを抽出し、これに対するエラーメッセージを
作成する必要があり、アプリケーションソフトの開発に
入力ミス列挙のための多くの時間と人手を必要とするし
、予想される入力ミスの全部を列挙するのが難しくなる
Conventional error message processing provides an error message output in response to a user's input error. In order to provide an error message function to newly developed application software, it is necessary to extract expected input errors from the various inputs of the application software and create error messages for them. Development requires a lot of time and manpower to enumerate input errors, and it becomes difficult to enumerate all expected input errors.

【0005】本発明の目的は、エラーメッセージソフト
の開発を容易に、しかも確実にするエラーメッセージ処
理方法を提供することにある。
An object of the present invention is to provide an error message processing method that facilitates and secures the development of error message software.

【0006】[0006]

【課題を解決するための手段】本発明は、前記課題の解
決を図るため、アプリケーションソフトの起動に際して
ユーザ名の入力データを得、該ソフトの入力操作に入力
ミスが発生したときに該入力ミスのタイプとエラーメッ
セージのコードと前記ユーザ名をエラーログファイルに
保存しておくと共に該エラーメッセージを出力し、前記
エラーログファイルの内容の統計解析によってエラーメ
ッセージ処理データを得ることを特徴とする。
[Means for Solving the Problems] In order to solve the above-mentioned problems, the present invention obtains the input data of the user name when starting the application software, and when an input error occurs in the input operation of the software, the input data The type of error message, the code of the error message, and the user name are stored in an error log file, the error message is output, and error message processing data is obtained by statistical analysis of the contents of the error log file.

【0007】[0007]

【作用】上記方法になる本発明は、アプリケーションソ
フトの実使用に際して入力ミスのタイプ,エラーメッセ
ージ,ユーザ名をファイルに記録保存しておき、このフ
ァイルの内容から入力ミスの内容を予想し、必要なエラ
ーメッセージ等のデータを得る。
[Operation] The present invention, which is the method described above, records and saves the type of input error, error message, and user name in a file when actually using application software, predicts the content of the input error from the contents of this file, and uses it as needed. Obtain data such as error messages.

【0008】[0008]

【実施例】図1は本発明の一実施例を示すアプリケーシ
ョンソフトのフローチャートである。アプリケーション
ソフトの実行に際し、ユーザ名入力を求めて当該ソフト
の使用者名を記憶しておく(ステップS1)。この後、
ソフト実行に必要な入力操作(コマンドやファイル指定
)がなされたとき(ステップS2)、当該入力操作にミ
スが有るか無いかをチェックする(ステップS3)。
Embodiment FIG. 1 is a flowchart of application software showing an embodiment of the present invention. When executing application software, a user name input is requested and the user name of the software is stored (step S1). After this,
When an input operation (command or file specification) necessary for software execution is performed (step S2), it is checked whether there is an error in the input operation (step S3).

【0009】上記チェックで入力ミスが無ければ、入力
操作内容に応じた処理を実行し(ステップS4)、全処
理が終了するまで(ステップS5)次の入力操作(S2
)に戻って処理を繰り返す。
[0009] If there is no input error in the above check, processing according to the input operation content is executed (step S4), and the next input operation (S2) is performed until all processing is completed (step S5).
) and repeat the process.

【0010】ここで、入力ミスが発生したとき、この入
力ミス状況をエラーログファイルに保存する(ステップ
S6)と共にエラーメッセージ出力を行い(ステップS
7)、正しい入力操作(S2)を待つ。エラーログファ
イルは下記表に示すメンバを持つ構造体にされ、アスキ
ー形式で保存される。
[0010] Here, when an input error occurs, the input error situation is saved in an error log file (step S6) and an error message is output (step S6).
7) Wait for a correct input operation (S2). The error log file is made into a structure with the members shown in the table below and is saved in ASCII format.

【0011】[0011]

【表1】[Table 1]

【0012】このうち、タイプ番号は入力ミスのタイプ
にされ、下記表に示すように予め区別される。
[0012] Among these, the type number is set to the type of input error and is distinguished in advance as shown in the table below.

【0013】[0013]

【表2】[Table 2]

【0014】また、エラーメッセージはタイプ別にコー
ド化された入力ミス内容が用意され、例えば入力に未定
義コマンドがあるとタイプ番号には“2”、エラーメッ
セージには“該当するコマンドがありません”を用意し
、このエラーメッセージをステップS7によって画面等
に表示させる。ユーザ名はステップS1で入力されたユ
ーザ名を書き込む。
[0014] In addition, error messages are prepared with input error contents coded for each type. For example, if there is an undefined command in the input, the type number will be "2" and the error message will be "No corresponding command". This error message is displayed on a screen or the like in step S7. As the user name, write the user name input in step S1.

【0015】このようなエラーメッセージ処理手段をア
プリケーションソフトに設けておくことにより、当該ソ
フトが使用されたときに入力ミスが発生すると、入力ミ
スのタイプとエラーメッセージの符号とユーザ名の単位
で入力ミスの履歴としてエラーログファイルに順次書き
込まれる。
[0015] By providing such an error message processing means in the application software, when an input error occurs when the software is used, the input error type, error message code, and user name are input. It is written sequentially to the error log file as a history of mistakes.

【0016】このエラーログファイルは、適当なデータ
件数の蓄積がなされた後、該データの統計解析によって
入力ミスの入力ミス内容の種別(タイプの分布)や頻度
さらにはタイプ別の入力ミスを起こし易いユーザ名等が
把握される。この解析結果は新しく作成されるアプリケ
ーションソフトでの入力ミス防止のための入力手順や入
力内容,ガイド表示等に反映させることで該アプリケー
ションソフトの操作性向上や処理内容そのものの適正化
に利用できる。
[0016] After an appropriate number of data items have been accumulated, this error log file is created by statistical analysis of the data to determine the type (type distribution) and frequency of input errors, as well as the occurrence of input errors by type. An easy-to-understand user name etc. can be grasped. The results of this analysis can be reflected in the input procedure, input content, guide display, etc. to prevent input errors in newly created application software, thereby improving the operability of the application software and optimizing the processing content itself.

【0017】このようなエラーログファイルを利用した
エラーメッセージソフトの開発は、アプリケーションソ
フトの実際の使用による入力ミス内容から必要なデータ
を収集することができ、入力ミス発生の実状に即したエ
ラーメッセージソフトを容易,確実に得ることができる
[0017] Developing error message software using such an error log file makes it possible to collect necessary data from the content of input errors made during actual use of the application software, and to create error messages that match the actual circumstances of input errors. Software can be obtained easily and reliably.

【0018】なお、実施例において、エラーログファイ
ルの内容の統計解析処理ソフトはアプリケーションソフ
ト自体に用意しておくことで使い勝手を良くすることが
できる。
In the embodiment, ease of use can be improved by providing statistical analysis processing software for the contents of error log files in the application software itself.

【0019】[0019]

【発明の効果】以上のとおり、本発明によれば、アプリ
ケーションソフトの実使用に際してユーザ名データと入
力ミスの発生によるタイプ名とエラーメッセージとユー
ザ名をファイル保存しておき、ファイルの統計解析によ
ってエラーメッセージ処理データを得るようにしたため
、アプリケーションソフトの開発にエラーメッセージソ
フトの作成に利用でき、エラーメッセージソフトの開発
を容易に、しかも入力ミス状況を確実に把握してエラー
メッセージ処理を確実にする。
[Effects of the Invention] As described above, according to the present invention, when actually using application software, user name data, type names due to input errors, error messages, and user names are saved in a file, and statistical analysis of the file is performed. Since error message processing data is obtained, it can be used to create error message software for application software development, making it easier to develop error message software, and also ensuring accurate error message processing by accurately understanding input error situations. .

【図面の簡単な説明】[Brief explanation of the drawing]

【図1】本発明の一実施例を示すフローチャート。FIG. 1 is a flowchart showing one embodiment of the present invention.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  アプリケーションソフトの起動に際し
てユーザ名の入力データを得、該ソフトの入力操作に入
力ミスが発生したときに該入力ミスのタイプとエラーメ
ッセージのコードと前記ユーザ名をエラーログファイル
に保存しておくと共に該エラーメッセージを出力し、前
記エラーログファイルの内容の統計解析によってエラー
メッセージ処理データを得ることを特徴とするマン・マ
シン・インターフェースのエラーメッセージ処理方法。
Claim 1: Obtain the input data of a user name when starting an application software, and when an input error occurs in the input operation of the software, the type of the input error, the code of the error message, and the user name are stored in an error log file. A method for processing an error message in a man-machine interface, characterized in that the error message is stored and outputted, and error message processing data is obtained by statistical analysis of the contents of the error log file.
JP3083920A 1991-04-16 1991-04-16 Error message treatment of man-machine-interface Pending JPH04317112A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3083920A JPH04317112A (en) 1991-04-16 1991-04-16 Error message treatment of man-machine-interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3083920A JPH04317112A (en) 1991-04-16 1991-04-16 Error message treatment of man-machine-interface

Publications (1)

Publication Number Publication Date
JPH04317112A true JPH04317112A (en) 1992-11-09

Family

ID=13816042

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3083920A Pending JPH04317112A (en) 1991-04-16 1991-04-16 Error message treatment of man-machine-interface

Country Status (1)

Country Link
JP (1) JPH04317112A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473167A (en) * 2013-09-09 2013-12-25 华为技术有限公司 Fault display method and device of server

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473167A (en) * 2013-09-09 2013-12-25 华为技术有限公司 Fault display method and device of server
CN103473167B (en) * 2013-09-09 2016-08-10 华为技术有限公司 The fault display method of server and device

Similar Documents

Publication Publication Date Title
EP0785510B1 (en) Program debugging system for debugging a program having a graphical user interface
CN108509344B (en) Daily cutting batch test method, equipment and readable storage medium
JP4215255B2 (en) Degradation confirmation inspection method, degradation confirmation inspection system, and program therefor
JPH06348766A (en) Method and device for incorporating tool
JPH04317112A (en) Error message treatment of man-machine-interface
JPS5922140A (en) Interactive compiling system
Davis et al. Requirements language processing for the effective testing of real-time systems
Šimoňák et al. Enhancing Formal Methods Integration with ACP2Petri
CN113220596B (en) Application testing method, device, equipment, storage medium and program product
JP2525393B2 (en) Logic simulation test coverage method
JP2001084163A (en) Device and method for preliminarily examining influence of update processing and device and method for testing operation of update processing program
JPH1031584A (en) Automatic device for verification of software
CN111143221A (en) Test method and device
JPS61184647A (en) Performance test system of computer equipment
JPH07306801A (en) Program testing system
CN116107897A (en) Code coverage rate statistics method and device
CN114693254A (en) Data processing method, device and computer readable storage medium
JP2002287966A (en) Method of preparing data item dictionary
JPH05120069A (en) Testing and verifying method for computer program
JPH03116354A (en) Automatic generating device for online system operating environment
JPH11110202A (en) Automatic job control language preparation method
JPS63228341A (en) Program syntax checking system
JPH08212105A (en) Program managing device
JP2001134468A (en) Device and method for testing gui program test
JPH03242736A (en) Abnormality processing system