JP7344521B1 - Program, method, information processing device, and system - Google Patents
Program, method, information processing device, and system Download PDFInfo
- Publication number
- JP7344521B1 JP7344521B1 JP2022194349A JP2022194349A JP7344521B1 JP 7344521 B1 JP7344521 B1 JP 7344521B1 JP 2022194349 A JP2022194349 A JP 2022194349A JP 2022194349 A JP2022194349 A JP 2022194349A JP 7344521 B1 JP7344521 B1 JP 7344521B1
- Authority
- JP
- Japan
- Prior art keywords
- test
- test set
- design document
- items
- user
- 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.)
- Active
Links
- 230000010365 information processing Effects 0.000 title claims description 22
- 238000000034 method Methods 0.000 title claims description 13
- 238000012360 testing method Methods 0.000 claims abstract description 819
- 238000013461 design Methods 0.000 claims abstract description 139
- 230000006870 function Effects 0.000 claims abstract description 27
- 230000004044 response Effects 0.000 claims abstract description 15
- 238000012790 confirmation Methods 0.000 claims description 17
- 230000002776 aggregation Effects 0.000 claims description 4
- 238000004220 aggregation Methods 0.000 claims description 4
- 230000004931 aggregating effect Effects 0.000 claims description 3
- 238000010586 diagram Methods 0.000 abstract description 36
- 238000004891 communication Methods 0.000 description 30
- 238000004458 analytical method Methods 0.000 description 26
- 238000012545 processing Methods 0.000 description 18
- 230000005540 biological transmission Effects 0.000 description 8
- 230000006399 behavior Effects 0.000 description 7
- 230000005236 sound signal Effects 0.000 description 5
- 230000008859 change Effects 0.000 description 4
- 239000000284 extract Substances 0.000 description 4
- 230000008569 process Effects 0.000 description 4
- 230000007547 defect Effects 0.000 description 3
- 238000007689 inspection Methods 0.000 description 3
- 230000002093 peripheral effect Effects 0.000 description 3
- 238000005401 electroluminescence Methods 0.000 description 2
- 238000010295 mobile communication Methods 0.000 description 2
- 238000012795 verification Methods 0.000 description 2
- 230000008901 benefit Effects 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000003780 insertion Methods 0.000 description 1
- 230000037431 insertion Effects 0.000 description 1
- 239000013067 intermediate product Substances 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000007774 longterm Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000003825 pressing Methods 0.000 description 1
- 239000000047 product Substances 0.000 description 1
- 238000013102 re-test Methods 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Landscapes
- Debugging And Monitoring (AREA)
Abstract
【課題】テストの品質を維持したまま、テスト設計の負担を軽減する。【解決手段】本開示のプログラムは、プロセッサと、メモリとを備えるコンピュータに実行させるためのプログラムである。プログラムは、プロセッサに、テスト設計書の指定を受け付けるステップと、指定を受け付けたテスト設計書において、所定の機能に含まれる複数のテスト項目のうち、少なくともいずれかのテスト項目に対する指定を受け付けるステップと、指定されたテスト項目のテストを実施するための情報をテストセットとして、任意のユーザがアクセス可能に記憶するステップと、任意のユーザからの要求に応じ、記憶するテストセットを読み出し、読み出したテストセットを、任意のユーザが作成しているテスト設計書の所定領域に挿入するステップとを実行させる。【選択図】図4[Problem] To reduce the burden of test design while maintaining test quality. A program according to the present disclosure is a program to be executed by a computer including a processor and a memory. The program includes a step of receiving a designation of a test design document from the processor, and a step of receiving a designation for at least one test item among a plurality of test items included in a predetermined function in the test design document for which the designation has been accepted. , a step of storing information for carrying out a test of a specified test item as a test set so that any user can access it; and a step of reading out the stored test set in response to a request from any user and performing the read test. and inserting the set into a predetermined area of a test design document created by an arbitrary user. [Selection diagram] Figure 4
Description
本開示は、プログラム、方法、情報処理装置、及びシステムに関する。 The present disclosure relates to a program, a method, an information processing device, and a system.
試験工程の開始前に適切に試験項目を抽出し、開発期間の延伸や追加費用の発生を抑止して高品質のソフトウェアを開発する発明が提案されている(特許文献1参照)。 An invention has been proposed that develops high-quality software by appropriately extracting test items before the start of a testing process to prevent extension of development period and additional costs (see Patent Document 1).
特許文献1では、過去に開発された機能部と実施された試験と各試験の実施の優先度合いを示す優先度とが対応付けされて記憶されている。特許文献1では、例えば、特定された過去の機能部についてのバグ情報を参照し、過去の機能部の特徴量に応じてバグを重大性の順に特定し、そのバグに対応する試験項目を実施する試験項目として抽出している。しかしながら、特許文献1では、試験項目を抽出しているが、テストの品質を維持したまま、テスト設計の負担を軽減することについては記載されていない。 In Patent Document 1, functional units developed in the past, tests conducted, and priorities indicating the priority level of each test are stored in association with each other. In Patent Document 1, for example, bug information about identified past functional units is referred to, bugs are identified in order of severity according to the feature values of past functional units, and test items corresponding to the bugs are implemented. It has been extracted as a test item. However, although Patent Document 1 extracts test items, it does not describe how to reduce the burden of test design while maintaining test quality.
本開示の目的は、テストの品質を維持したまま、テスト設計の負担を軽減することである。 The purpose of the present disclosure is to reduce the burden of test design while maintaining test quality.
上記課題を解決するため、本開示のプログラムは、プロセッサと、メモリとを備えるコンピュータに実行させるためのプログラムである。プログラムは、プロセッサに、テスト設計書の指定を受け付けるステップと、指定を受け付けたテスト設計書において、所定の機能に含まれる複数のテスト項目のうち、少なくともいずれかのテスト項目に対する指定を受け付けるステップと、指定されたテスト項目のテストを実施するための情報をテストセットとして、任意のユーザがアクセス可能に記憶するステップと、任意のユーザからの要求に応じ、記憶するテストセットを読み出し、読み出したテストセットを、任意のユーザが作成しているテスト設計書の所定領域に挿入するステップとを実行させる。 In order to solve the above problems, a program of the present disclosure is a program to be executed by a computer including a processor and a memory. The program includes a step of receiving a designation of a test design document from the processor, and a step of receiving a designation for at least one test item among a plurality of test items included in a predetermined function in the test design document for which the designation has been accepted. , a step of storing information for carrying out a test of a specified test item as a test set so that it can be accessed by any user; and a step of reading out the stored test set in response to a request from any user and performing the read test. and inserting the set into a predetermined area of a test design document created by an arbitrary user.
本開示によれば、テストの品質を維持したまま、テスト設計の負担を軽減できる。 According to the present disclosure, the burden of test design can be reduced while maintaining test quality.
以下、図面を参照しながら、実施の形態について説明する。なお、以下に説明する本実施形態は、特許請求の範囲に記載された本開示の内容を不当に限定するものではない。また、本実施形態で説明される構成の全てが、本開示の必須構成要件であるとは限らない。 Embodiments will be described below with reference to the drawings. Note that the present embodiment described below does not unduly limit the content of the present disclosure described in the claims. Furthermore, not all of the configurations described in this embodiment are essential configuration requirements of the present disclosure.
<概要>
本実施形態に係るシステム1は、過去のテスト設計書から、ユーザが指定する範囲でテストセットを設定して蓄積する。システム1は、任意のユーザがテスト設計書を作成する場合、蓄積したテストセットのうちいずれかについての指定をユーザから受け付け、指定されたテストセットを、作成中のテスト設計書に挿入する。
<Summary>
The system 1 according to the present embodiment sets and accumulates test sets within a range specified by the user from past test design documents. When an arbitrary user creates a test design document, the system 1 receives a designation from the user regarding any one of the accumulated test sets, and inserts the designated test set into the test design document being created.
本実施形態において、テスト設計書は、検査対象が有する機能を検査するためのテストが設計されているデータである。検査対象は、検査の対象を表し、例えば、所定のプロジェクトで開発される、ハードウェア、又はソフトウェア等である。検査対象には、例えば、試作品、中間品、最終製品が含まれる。 In this embodiment, the test design document is data in which a test for testing the functions of the test target is designed. The inspection target represents an inspection target, and is, for example, hardware, software, or the like developed in a predetermined project. Inspection targets include, for example, prototypes, intermediate products, and final products.
本実施形態において、テストセットは、複数のテスト項目に係るテストを実施するための情報のセットである。複数のテスト項目に係るテストを実施するための情報には、例えば、テスト観点、確認項目、期待値、因子、水準、パターン等が含まれる。テスト観点は、テストの拠り所となる見地(考え方)を表す。確認項目は、実施するテストを特定するための情報を表す。期待値は、確認の際に発現が期待される挙動を表す。因子は、コンピュータの状態変化に影響を与え得る要因を表す。水準は、因子の具体的な要素を表す。パターンは、実際のテストケースが規定された情報を表す。 In this embodiment, a test set is a set of information for conducting tests related to a plurality of test items. Information for conducting a test related to a plurality of test items includes, for example, test viewpoints, confirmation items, expected values, factors, levels, patterns, and the like. The test perspective represents the perspective (way of thinking) on which the test is based. The confirmation items represent information for specifying the test to be performed. The expected value represents the behavior that is expected to occur during confirmation. Factors represent factors that can affect changes in the state of a computer. A level represents a specific element of a factor. Patterns represent information for which actual test cases are defined.
<1 全体構成>
図1は、本実施形態のシステム1の全体構成を示す図である。図1に示すように、システム1は、端末装置10と、サーバ20とを備えている。端末装置10と、サーバ20とは、有線又は無線の通信規格を用い、ネットワーク80を介して相互に通信可能に接続されている。ネットワーク80は、例えば、インターネット、及び/又は通信事業者が提供する通信網等により実現される。図示の例では、複数の端末装置10がシステム1に含まれている。
<1 Overall configuration>
FIG. 1 is a diagram showing the overall configuration of a system 1 of this embodiment. As shown in FIG. 1, the system 1 includes a terminal device 10 and a server 20. The terminal device 10 and the server 20 are connected to be able to communicate with each other via a network 80 using a wired or wireless communication standard. The network 80 is realized, for example, by the Internet and/or a communication network provided by a communication carrier. In the illustrated example, a plurality of terminal devices 10 are included in the system 1.
なお、図1では、サーバ20が1台のコンピュータである場合を示しているが、サーバ20は、複数台のコンピュータが組み合わされて実現されてもよい。 Note that although FIG. 1 shows a case where the server 20 is one computer, the server 20 may be realized by combining a plurality of computers.
端末装置10は、サーバ20により提供されるサービスを利用するユーザが使用する情報処理装置である。例えば、端末装置10は、テスト設計書を作成するテスト設計者が利用する情報処理装置である。また、例えば、端末装置10は、ソフトウェアを開発する開発者が利用する情報処理装置である。また、端末装置10は、テスト設計書に基づくテストを実施するテスターが利用する情報処理装置である。 The terminal device 10 is an information processing device used by a user who uses services provided by the server 20. For example, the terminal device 10 is an information processing device used by a test designer who creates a test design document. Further, for example, the terminal device 10 is an information processing device used by a developer who develops software. Further, the terminal device 10 is an information processing device used by a tester who conducts a test based on a test design document.
端末装置10は、例えば、据え置き型のPC(Personal Computer)、ラップトップPC、ヘッドマウントディスプレイ等により実現される。また、端末装置10は、スマートフォン、又はタブレット端末等の携行性を備えたコンピュータであってもよい。 The terminal device 10 is realized by, for example, a stationary PC (Personal Computer), a laptop PC, a head-mounted display, or the like. Furthermore, the terminal device 10 may be a portable computer such as a smartphone or a tablet terminal.
図1に示すように、端末装置10は、通信IF(Interface)12と、入力装置13と、出力装置14と、メモリ15と、ストレージ16と、プロセッサ19とを備える。通信IF12、入力装置13、出力装置14、メモリ15、ストレージ16、及びプロセッサ19は、例えば、バスを介して互いに通信可能に接続されている。 As shown in FIG. 1, the terminal device 10 includes a communication IF (Interface) 12, an input device 13, an output device 14, a memory 15, a storage 16, and a processor 19. The communication IF 12, input device 13, output device 14, memory 15, storage 16, and processor 19 are communicably connected to each other via a bus, for example.
通信IF12は、端末装置10が外部の装置と通信するため、信号を送受信するためのインタフェースである。入力装置13は、ユーザ(従業員)からの入力操作を受け付けるための入力装置である。入力装置13は、例えば、タッチパネル、タッチパッド、マウス等のポインティングデバイス、キーボード等を含む。出力装置14は、ユーザに対し情報を提示するための出力装置である。出力装置14は、例えば、ディスプレイ、スピーカ等を含む。 The communication IF 12 is an interface for transmitting and receiving signals so that the terminal device 10 communicates with an external device. The input device 13 is an input device for receiving input operations from a user (employee). The input device 13 includes, for example, a touch panel, a touch pad, a pointing device such as a mouse, a keyboard, and the like. The output device 14 is an output device for presenting information to the user. The output device 14 includes, for example, a display, a speaker, and the like.
メモリ15は、プログラム、及び、プログラム等で処理されるデータ等を一時的に記憶するためのものであり、例えば、DRAM(Dynamic Random Access Memory)等の揮発性のメモリにより実現される。ストレージ16は、データを保存するための記憶装置であり、例えば、フラッシュメモリ、HDD(Hard Disc Drive)等の不揮発性のメモリにより実現される。プロセッサ19は、プログラムに記述された命令セットを実行するためのハードウェアであり、演算装置、レジスタ、周辺回路等により構成される。 The memory 15 is for temporarily storing programs, data processed by the programs, etc., and is realized by, for example, a volatile memory such as DRAM (Dynamic Random Access Memory). The storage 16 is a storage device for storing data, and is realized by, for example, a nonvolatile memory such as a flash memory or an HDD (Hard Disc Drive). The processor 19 is hardware for executing a set of instructions written in a program, and is composed of an arithmetic unit, registers, peripheral circuits, and the like.
サーバ20は、テスト設計書の作成を支援する情報処理装置である。また、サーバ20は、テスト設計書に基づいて規定されるテストの実施状況、及び実施結果を管理する情報処理装置である。サーバ20は、例えば、ネットワーク80に接続されたコンピュータである。 The server 20 is an information processing device that supports creation of a test design document. Further, the server 20 is an information processing device that manages the implementation status and implementation results of tests defined based on the test design document. The server 20 is, for example, a computer connected to the network 80.
図1に示すように、サーバ20は、通信IF22と、入出力IF23と、メモリ25と、ストレージ26と、プロセッサ29とを備える。通信IF22、入出力IF23、メモリ25、ストレージ26、及びプロセッサ29は、例えば、バスを介して互いに通信可能に接続されている。 As shown in FIG. 1, the server 20 includes a communication IF 22, an input/output IF 23, a memory 25, a storage 26, and a processor 29. The communication IF 22, input/output IF 23, memory 25, storage 26, and processor 29 are communicably connected to each other via a bus, for example.
通信IF22は、サーバ20が外部の装置と通信するため、信号を送受信するためのインタフェースである。入出力IF23は、ユーザからの入力操作を受け付けるための入力装置、及び、ユーザに対し情報を提示するための出力装置とのインタフェースとして機能する。メモリ25は、プログラム、及び、プログラム等で処理されるデータ等を一時的に記憶するためのものであり、例えばDRAM等の揮発性のメモリにより実現される。 The communication IF 22 is an interface for transmitting and receiving signals so that the server 20 communicates with an external device. The input/output IF 23 functions as an interface with an input device for receiving input operations from a user and an output device for presenting information to the user. The memory 25 is for temporarily storing programs, data processed by the programs, etc., and is realized by, for example, volatile memory such as DRAM.
ストレージ26は、データを保存するための記憶装置であり、例えばフラッシュメモリ、HDD等の不揮発性のメモリにより実現される。ストレージ26は、必ずしも単独の回路により実現されなくてもよい。ストレージ26は、例えば、複数の記憶回路により実現されてもよい。プロセッサ29は、プログラムに記述された命令セットを実行するためのハードウェアであり、演算装置、レジスタ、周辺回路などにより構成される。 The storage 26 is a storage device for storing data, and is realized by, for example, a nonvolatile memory such as a flash memory or an HDD. Storage 26 does not necessarily have to be realized by a single circuit. The storage 26 may be realized by, for example, a plurality of storage circuits. The processor 29 is hardware for executing a set of instructions written in a program, and is composed of an arithmetic unit, registers, peripheral circuits, and the like.
<1.1 端末装置の構成>
図2は、図1に示す情報処理装置10の構成例を表すブロック図である。図2に示すように、情報処理装置10は、通信部120と、入力装置13と、出力装置14と、音声処理部17と、マイク171と、スピーカー172と、カメラ160と、位置情報センサ150と、記憶部180と、制御部190とを備える。情報処理装置10に含まれる各ブロックは、例えば、バス等により電気的に接続される。
<1.1 Terminal device configuration>
FIG. 2 is a block diagram showing a configuration example of the information processing device 10 shown in FIG. 1. As shown in FIG. As shown in FIG. 2, the information processing device 10 includes a communication unit 120, an input device 13, an output device 14, an audio processing unit 17, a microphone 171, a speaker 172, a camera 160, and a position information sensor 150. , a storage section 180 , and a control section 190 . Each block included in the information processing device 10 is electrically connected by, for example, a bus or the like.
通信部120は、端末装置10が他の装置と通信するための処理を行う。通信部120は、制御部190で生成された信号に送信処理を施し、外部(例えば、サーバ20)へ送信する。通信部120は、外部から受信した信号に受信処理を施し、制御部190へ出力する。 The communication unit 120 performs processing for the terminal device 10 to communicate with other devices. The communication unit 120 performs transmission processing on the signal generated by the control unit 190, and transmits the signal to the outside (for example, the server 20). The communication unit 120 performs reception processing on a signal received from the outside, and outputs the signal to the control unit 190.
入力装置13は、端末装置10を操作するユーザが指示、又は情報を入力するための装置である。入力装置13は、例えば、操作面へ触れることで指示が入力されるタッチ・センシティブ・デバイス131等により実現される。情報処理装置10がPC等である場合には、入力装置13は、リーダー、キーボード、マウス等により実現されてもよい。入力装置13は、ユーザから入力される指示を電気信号へ変換し、電気信号を制御部190へ出力する。なお、入力装置13には、例えば、外部の入力機器から入力される電気信号を受け付ける受信ポートが含まれてもよい。 The input device 13 is a device for a user operating the terminal device 10 to input instructions or information. The input device 13 is realized, for example, by a touch-sensitive device 131, etc., into which an instruction is input by touching an operation surface. When the information processing device 10 is a PC or the like, the input device 13 may be realized by a reader, a keyboard, a mouse, or the like. The input device 13 converts an instruction input from a user into an electrical signal, and outputs the electrical signal to the control unit 190. Note that the input device 13 may include, for example, a reception port that receives electrical signals input from an external input device.
出力装置14は、端末装置10を操作するユーザへ情報を提示するための装置である。出力装置14は、例えば、ディスプレイ141等により実現される。ディスプレイ141は、制御部190の制御に応じたデータを表示する。ディスプレイ141は、例えば、LCD(Liquid Crystal Display)、又は有機EL(Electro-Luminescence)ディスプレイ等によって実現される。 The output device 14 is a device for presenting information to a user operating the terminal device 10. The output device 14 is realized by, for example, a display 141 or the like. The display 141 displays data according to the control of the control unit 190. The display 141 is realized by, for example, an LCD (Liquid Crystal Display), an organic EL (Electro-Luminescence) display, or the like.
音声処理部17は、例えば、音声信号のデジタル-アナログ変換処理を行う。音声処理部17は、マイク171から与えられる信号をデジタル信号に変換して、変換後の信号を制御部190へ与える。また、音声処理部17は、音声信号をスピーカー172へ与える。音声処理部17は、例えば音声処理用のプロセッサによって実現される。マイク171は、音声入力を受け付けて、当該音声入力に対応する音声信号を音声処理部17へ与える。スピーカー172は、音声処理部17から与えられる音声信号を音声に変換して当該音声を端末装置10の外部へ出力する。 The audio processing unit 17 performs, for example, digital-to-analog conversion processing of audio signals. The audio processing unit 17 converts the signal provided from the microphone 171 into a digital signal, and provides the converted signal to the control unit 190. Furthermore, the audio processing section 17 provides an audio signal to the speaker 172. The audio processing unit 17 is realized, for example, by a processor for audio processing. The microphone 171 receives a voice input and provides a voice signal corresponding to the voice input to the voice processing unit 17. The speaker 172 converts the audio signal provided from the audio processing unit 17 into audio and outputs the audio to the outside of the terminal device 10 .
カメラ160は、受光素子により光を受光し、撮影信号として出力するためのデバイスである。 The camera 160 is a device that receives light with a light receiving element and outputs it as a photographic signal.
位置情報センサ150は、端末装置10の位置を検出するセンサであり、例えばGPS(Global Positioning System)モジュールである。GPSモジュールは、衛星測位システムで用いられる受信装置である。衛星測位システムでは、少なくとも3個または4個の衛星からの信号を受信し、受信した信号に基づいて、GPSモジュールが搭載される端末装置10の現在位置を検出する。位置情報センサ150は、端末装置10が接続する無線基地局の位置から、端末装置10の現在の位置を検出してもよい。 The position information sensor 150 is a sensor that detects the position of the terminal device 10, and is, for example, a GPS (Global Positioning System) module. A GPS module is a receiving device used in a satellite positioning system. The satellite positioning system receives signals from at least three or four satellites, and detects the current position of the terminal device 10 equipped with a GPS module based on the received signals. The location information sensor 150 may detect the current location of the terminal device 10 from the location of a wireless base station to which the terminal device 10 connects.
記憶部180は、例えば、メモリ15、及びストレージ16等により実現され、情報処理装置10が使用するデータ、及びプログラムを記憶する。記憶部180は、例えば、ユーザ情報181を記憶する。ユーザ情報181は、端末装置10を利用するユーザに関する情報を含む。 The storage unit 180 is realized by, for example, the memory 15, the storage 16, etc., and stores data and programs used by the information processing device 10. The storage unit 180 stores user information 181, for example. User information 181 includes information regarding a user who uses terminal device 10.
制御部190は、プロセッサ19が記憶部180に記憶されるプログラムを読み込み、プログラムに含まれる命令を実行することにより実現される。制御部190は、端末装置10の動作を制御する。制御部190は、プログラムに従って動作することにより、操作受付部191と、送受信部192と、提示制御部193ととしての機能を発揮する。 The control unit 190 is realized by the processor 19 reading a program stored in the storage unit 180 and executing instructions included in the program. The control unit 190 controls the operation of the terminal device 10. The control unit 190 functions as an operation reception unit 191, a transmission/reception unit 192, and a presentation control unit 193 by operating according to a program.
操作受付部191は、入力装置13から入力される指示、又は情報を受け付けるための処理を行う。具体的には、例えば、操作受付部191は、タッチ・センシティブ・デバイス131等から入力される指示、又は情報を受け付ける。 The operation reception unit 191 performs processing for accepting instructions or information input from the input device 13. Specifically, for example, the operation reception unit 191 receives instructions or information input from the touch-sensitive device 131 or the like.
また、操作受付部191は、マイク171から入力される音声指示を受け付ける。具体的には、例えば、操作受付部191は、マイク171から入力され、音声処理部17でデジタル信号に変換された音声信号を受信する。操作受付部191は、例えば、受信した音声信号を分析して所定の名詞を抽出することで、ユーザからの指示を取得する。 Further, the operation reception unit 191 receives voice instructions input from the microphone 171. Specifically, for example, the operation reception unit 191 receives an audio signal input from the microphone 171 and converted into a digital signal by the audio processing unit 17. The operation reception unit 191 obtains an instruction from the user by, for example, analyzing the received audio signal and extracting a predetermined noun.
送受信部192は、端末装置10が、サーバ20等の外部の装置と、通信プロトコルに従ってデータを送受信するための処理を行う。具体的には、例えば、送受信部192は、ユーザから入力された指示又は情報をサーバ20へ送信する。また、送受信部192は、サーバ20から提供される情報を受信する。 The transmitting/receiving unit 192 performs processing for the terminal device 10 to transmit and receive data with an external device such as the server 20 according to a communication protocol. Specifically, for example, the transmitting/receiving unit 192 transmits instructions or information input by the user to the server 20. Further, the transmitting/receiving unit 192 receives information provided from the server 20.
提示制御部193は、サーバ20から出力される情報をユーザに対して提示するため、出力装置14を制御する。具体的には、例えば、提示制御部193は、テスト設計者がテスト設計書を作成するための画像をディスプレイ141に表示させる。また、例えば、提示制御部193は、テスト設計書に基づくテストをテスターが実施するための画像をディスプレイ141に表示させる。 The presentation control unit 193 controls the output device 14 in order to present the information output from the server 20 to the user. Specifically, for example, the presentation control unit 193 causes the display 141 to display an image for a test designer to create a test design document. Further, for example, the presentation control unit 193 causes the display 141 to display an image for the tester to perform a test based on the test design document.
<1.2 サーバの機能的構成>
図3は、本実施形態のシステム1に含まれるサーバ20の機能的な構成を示すブロック図である。図3に示すように、サーバ20は、通信部201、記憶部202、及び制御部203としての機能を発揮する。
<1.2 Functional configuration of the server>
FIG. 3 is a block diagram showing the functional configuration of the server 20 included in the system 1 of this embodiment. As shown in FIG. 3, the server 20 functions as a communication section 201, a storage section 202, and a control section 203.
通信部201は、サーバ20が外部の装置と通信するための処理を行う。 The communication unit 201 performs processing for the server 20 to communicate with external devices.
記憶部202は、サーバ20が使用するデータ及びプログラムを記憶する。例えば、記憶部202は、テスト設計書テーブル2021、テストセットテーブル2022、パターンテーブル2023等を有する。記憶部202で記憶されるテーブルは、これらに限定されない。 The storage unit 202 stores data and programs used by the server 20. For example, the storage unit 202 includes a test design table 2021, a test set table 2022, a pattern table 2023, and the like. The tables stored in the storage unit 202 are not limited to these.
テスト設計書テーブル2021は、テスト設計書を記憶するためのテーブルである。詳細は後述する。 The test design document table 2021 is a table for storing test design documents. Details will be described later.
テストセットテーブル2022は、テストセットを記憶するためのテーブルである。詳細は後述する。 Test set table 2022 is a table for storing test sets. Details will be described later.
パターンテーブル2023は、パターンを記憶するためのテーブルである。テスト設計書は、例えば、テストで挙動を確認する項目が規定された情報、及び、確認する内容と発現される挙動の条件とに基づいて設定される実際のテストケースが規定された情報等を含む。パターンは、実際のテストケースが規定された情報を表すものである。具体的には、パターンでは、確認する内容、確認処理により発現される挙動の条件、及び確認内容と条件とが組み合わされてなる具体的なテストケースが規定されている。パターンテーブル2023についての詳細は後述する。 Pattern table 2023 is a table for storing patterns. The test design document includes, for example, information that specifies the items whose behavior is to be confirmed in the test, and information that specifies the actual test cases that are set based on the content to be confirmed and the conditions of the behavior that will be expressed. include. Patterns represent information for which actual test cases are defined. Specifically, the pattern defines the content to be checked, the conditions for the behavior expressed by the confirmation process, and a specific test case that is a combination of the content to be checked and the conditions. Details of the pattern table 2023 will be described later.
制御部203は、プロセッサ29が記憶部202に記憶されるプログラムを読み込み、プログラムに含まれる命令を実行することにより実現される。制御部203は、サーバ20の動作を制御する。具体的には、例えば、制御部203は、プログラムに従って動作することにより、受信制御モジュール2031、送信制御モジュール2032、管理モジュール2033、支援モジュール2034、分析モジュール2035、及び提示制御モジュール2036として示す機能を発揮する。 The control unit 203 is realized by the processor 29 reading a program stored in the storage unit 202 and executing instructions included in the program. The control unit 203 controls the operation of the server 20. Specifically, for example, the control unit 203 performs functions shown as a reception control module 2031, a transmission control module 2032, a management module 2033, a support module 2034, an analysis module 2035, and a presentation control module 2036 by operating according to a program. Demonstrate.
受信制御モジュール2031は、サーバ20が外部の装置から通信プロトコルに従って信号を受信する処理を制御する。 The reception control module 2031 controls the process by which the server 20 receives signals from an external device according to a communication protocol.
送信制御モジュール2032は、サーバ20が外部の装置に対し通信プロトコルに従って信号を送信する処理を制御する。 The transmission control module 2032 controls the process by which the server 20 transmits a signal to an external device according to a communication protocol.
管理モジュール2033は、記憶部202のテーブルに記憶される情報を管理する。具体的には、例えば、管理モジュール2033は、テスト設計書テーブル2021への情報の書き込みが要求されると、要求された情報をテスト設計書テーブル2021に書き込む。管理モジュール2033は、テスト設計書テーブル2021から情報の読み出しが要求されると、要求された情報をテスト設計書テーブル2021から読み出す。管理モジュール2033は、テストセットテーブル2022への情報の書き込みが要求されると、要求された情報をテストセットテーブル2022に書き込む。管理モジュール2033は、テストセットテーブル2022から情報の読み出しが要求されると、要求された情報をテストセットテーブル2022から読み出す。管理モジュール2033は、パターンテーブル2023への情報の書き込みが要求されると、要求された情報をパターンテーブル2023に書き込む。管理モジュール2033は、パターンテーブル2023から情報の読み出しが要求されると、要求された情報をパターンテーブル2023から読み出す。 The management module 2033 manages information stored in the table of the storage unit 202. Specifically, for example, when the management module 2033 is requested to write information to the test design document table 2021, the management module 2033 writes the requested information to the test design document table 2021. When requested to read information from the test design table 2021, the management module 2033 reads the requested information from the test design table 2021. When requested to write information to the test set table 2022, the management module 2033 writes the requested information to the test set table 2022. When requested to read information from the test set table 2022, the management module 2033 reads the requested information from the test set table 2022. When requested to write information to the pattern table 2023, the management module 2033 writes the requested information to the pattern table 2023. When requested to read information from the pattern table 2023, the management module 2033 reads the requested information from the pattern table 2023.
また、管理モジュール2033は、テスターが実施したテストケースについての結果を管理する。具体的には、例えば、管理モジュール2033は、テストケースについて実施したテストの結果を記憶部202に記憶する。 The management module 2033 also manages the results of test cases executed by the tester. Specifically, for example, the management module 2033 stores the results of tests performed on test cases in the storage unit 202.
支援モジュール2034は、テスト設計書の作成を支援する。具体的には、例えば、支援モジュール2034は、テスト設計者がテスト設計書を作成する際、作成の負担を軽減し得る情報を出力する。より具体的には、支援モジュール2034は、テスト設計者がテスト設計書を作成する際、テスト設計者が必要とするテストセットを出力する。また、支援モジュール2034は、テストセットの記憶を支援する。 The support module 2034 supports creation of a test design document. Specifically, for example, the support module 2034 outputs information that can reduce the burden of creating a test design document when the test designer creates the test design document. More specifically, the support module 2034 outputs a test set required by the test designer when the test designer creates a test design document. The support module 2034 also supports storage of test sets.
分析モジュール2035は、テストセットに係るテストケースのテスト結果を分析する。例えば、分析モジュール2035は、テストセットについて、テスト結果を分析する。具体的には、例えば、分析モジュール2035は、記憶部202に記憶されているテスト結果を分析し、テストセットにおけるバグ発生率を算出する。 The analysis module 2035 analyzes test results of test cases related to the test set. For example, analysis module 2035 analyzes test results for a test set. Specifically, for example, the analysis module 2035 analyzes the test results stored in the storage unit 202 and calculates the bug occurrence rate in the test set.
分析モジュール2035は、テストセットに含まれるテストケースについて、テスト結果を分析してもよい。分析モジュール2035は、例えば、テスト結果を分析し、不具合を発生しやすいテストケースを抽出する。 Analysis module 2035 may analyze test results for test cases included in the test set. For example, the analysis module 2035 analyzes test results and extracts test cases that are likely to cause defects.
また、分析モジュール2035は、テストセットが利用された回数を集計する。 The analysis module 2035 also counts the number of times the test set has been used.
提示制御モジュール2036は、テスト設計書の作成に関する情報をテスト設計者に提示する。具体的には、例えば、提示制御モジュール2036は、テスト設計書を作成するための情報を含む画像を、端末装置10を介してテスト設計者に表示する。テスト設計書を作成するための情報は、例えば、テスト設計書テーブル2021、テストセットテーブル2022、パターンテーブル2023に記憶される情報を含む。 The presentation control module 2036 presents information regarding the creation of the test design document to the test designer. Specifically, for example, the presentation control module 2036 displays an image containing information for creating a test design document to the test designer via the terminal device 10. Information for creating a test design document includes, for example, information stored in a test design document table 2021, a test set table 2022, and a pattern table 2023.
また、提示制御モジュール2036は、テストを実施するための情報をテスターに提示する。具体的には、例えば、提示制御モジュール2036は、テストを実施するための情報を含む画像を、端末装置10を介してテスターに表示する。テストを実施するための情報は、例えば、テスト設計書テーブル2021に記憶される情報を含む。 The presentation control module 2036 also presents information for conducting a test to the tester. Specifically, for example, the presentation control module 2036 displays an image containing information for conducting a test to the tester via the terminal device 10. Information for implementing the test includes, for example, information stored in the test design document table 2021.
<2 データ構造>
図4~図6は、サーバ20が記憶するテーブルのデータ構造を示す図である。なお、図4~図6は一例であり、記載されていないデータを除外するものではない。また、同一のテーブルに記載されるデータであっても、記憶部202において離れた記憶領域に記憶されていることもあり得る。
<2 Data structure>
4 to 6 are diagrams showing data structures of tables stored in the server 20. Note that FIGS. 4 to 6 are examples, and do not exclude data not described. Further, even data written in the same table may be stored in separate storage areas in the storage unit 202.
図4は、テスト設計書テーブル2021のデータ構造を示す図である。図4に示すテスト設計書テーブル2021は、ファイル名をキーとして、ステータス、バージョン、更新日時、担当者、テストセットID等のカラムを有するテーブルである。 FIG. 4 is a diagram showing the data structure of the test design document table 2021. The test design table 2021 shown in FIG. 4 is a table that uses the file name as a key and has columns such as status, version, update date and time, person in charge, and test set ID.
ファイル名は、テスト設計書の名称を記憶する項目である。ステータスは、テスト設計書の現在の状態を記憶する項目である。項目「ステータス」には、例えば、着手中であることを表す「Working」、確認中であることを表す「Reviewing」、完成したことを表す「Done」のいずれかが記憶される。バージョンは、テスト設計書が更新、又は改訂された版を記憶する項目である。更新日時は、テスト設計書が更新された日時を記憶する項目である。担当者は、テスト設計書を作成する者を記憶する項目である。項目「担当者」に記憶される情報は、担当者の氏名でもよいし、担当者を識別するための所定のIDであってもよい。テストセットIDは、テスト設計書を作成した際に利用したテストセットのテストセットIDを記憶する項目である。 The file name is an item that stores the name of the test design document. Status is an item that stores the current state of the test design document. The item "Status" stores, for example, one of "Working" indicating that the task is under way, "Reviewing" indicating that the task is being confirmed, and "Done" indicating that the task is completed. The version is an item that stores the updated or revised version of the test design document. The update date and time is an item that stores the date and time when the test design document was updated. Person in charge is an item for storing the person who creates the test design document. The information stored in the item "person in charge" may be the name of the person in charge or a predetermined ID for identifying the person in charge. The test set ID is an item that stores the test set ID of the test set used when creating the test design document.
図5は、テストセットテーブル2022のデータ構造を示す図である。図5に示すテストセットテーブル2022は、テストセットIDをキーとして、テストセット名、作成者、作成日、流用回数、バグ発生率、タグ、テストセットに含まれるテスト項目に関する情報のカラムを有するテーブルである。テストセットテーブル2022は、これらに加え、例えば、テストセットについてテスト設計者が入力した説明文を記憶するカラムを有してもよい。また、テストセットテーブル2022は、これらに加え、例えば、テストセットについてテスターが入力した注意書き(コメント)を記憶するカラムを有してもよい。 FIG. 5 is a diagram showing the data structure of the test set table 2022. The test set table 2022 shown in FIG. 5 is a table that uses the test set ID as a key and has columns of test set name, creator, creation date, number of diversions, bug occurrence rate, tag, and information regarding test items included in the test set. It is. In addition to these, the test set table 2022 may have, for example, a column that stores explanatory text input by the test designer about the test set. Further, in addition to these, the test set table 2022 may have a column for storing notes (comments) input by the tester regarding the test set, for example.
テストセットIDは、テストセットを一意に識別するためのIDを記憶する項目である。テストセット名は、テストセットの名称を記憶する項目である。作成者は、テストセットを作成した者を記憶する項目である。項目「作成者」に記憶される情報は、作成者の氏名でもよいし、作成者を識別するための所定のIDであってもよい。作成日は、テストセットを作成した日時を記憶する項目である。流用回数は、テスト設計書を作成するのに流用された回数を記憶する項目である。流用回数に代えて、又は加えて、テストセットの内容を確認した回数を表す閲覧回数を記憶するカラムがあってもよい。バグ発生率は、テストセットに係るテストケースについて不具合(バグ)が発生した確率を記憶する項目である。項目「バグ発生率」には、例えば、分析モジュール2035により分析された結果が格納される。タグは、例えば、テストセットの特徴を端的に、又は概念的に表す情報を記憶する項目である。タグは、例えば、テストセットの作成者が設定可能である。 The test set ID is an item that stores an ID for uniquely identifying a test set. The test set name is an item that stores the name of the test set. The creator is an item that stores the person who created the test set. The information stored in the item "Creator" may be the name of the creator or a predetermined ID for identifying the creator. The creation date is an item that stores the date and time when the test set was created. The number of diversions is an item that stores the number of times the test design document has been diversioned. In place of or in addition to the number of diversions, there may be a column that stores the number of views representing the number of times the contents of the test set have been confirmed. The bug occurrence rate is an item that stores the probability that a defect (bug) occurs in a test case related to a test set. The item “bug occurrence rate” stores, for example, the results analyzed by the analysis module 2035. A tag is, for example, an item that stores information that simply or conceptually represents the characteristics of a test set. The tag can be set, for example, by the creator of the test set.
テストセットに含まれるテスト項目に関する情報は、例えば、テスト区分、区分1、区分2、テスト対象、パターン、テスト観点、確認項目等を含む。テスト区分、区分1、区分2は、例えば、テスト項目が属する区分を記憶する項目である。区分の範囲は、例えば、テスト区分が最も広く、区分2が最も狭い。テスト対象は、テストの対象を記憶する項目である。テスト対象は、例えば、テストの対象となる機能を記憶すると換言可能である。パターンは、パターンを識別するためのIDを記憶する項目である。テスト観点は、テストの拠り所となる見地(考え方)を記憶する項目である。確認項目は、実施するテストで確認するべき内容を記憶する項目である。項目「テスト観点」に記憶される情報と、項目「確認項目」に記憶される情報とは、対応付けられている。 Information regarding test items included in the test set includes, for example, test classification, classification 1, classification 2, test target, pattern, test viewpoint, confirmation item, and the like. The test category, category 1, and category 2 are items for storing, for example, the category to which the test item belongs. As for the range of the divisions, for example, the test division is the widest and the division 2 is the narrowest. The test target is an item that stores the test target. The test target can be expressed as, for example, storing a function to be tested. The pattern is an item that stores an ID for identifying the pattern. The test viewpoint is an item that stores the viewpoint (way of thinking) on which the test is based. The confirmation items are items for storing contents to be confirmed in the test to be performed. The information stored in the item "Test viewpoint" and the information stored in the item "Confirmation item" are associated with each other.
図5に示す例では、項目「テスト区分」:フロントログイン、項目「区分1」:ログイン画面、項目「区分2」:認証、項目「テスト対象」:ID/PW認証、項目「パターン」:P1、項目「テスト観点」:正常認証、項目「確認項目」:正常時の挙動検証等が記憶されている。 In the example shown in Figure 5, item "Test category": Front login, item "Category 1": Login screen, item "Category 2": Authentication, item "Test target": ID/PW authentication, item "Pattern": P1 , item "test perspective": normal authentication, item "confirmation item": behavior verification at normal time, etc. are stored.
図6は、パターンテーブル2023のデータ構造を示す図である。図6に示すパターンテーブル2023は、パターン番号をキーとして、パターン名、因子、水準、確認項目、期待値等のカラムを有するテーブルである。パターンテーブル2023は、実際のテストケースが規定されたパターン表(図示せず)を含む。 FIG. 6 is a diagram showing the data structure of the pattern table 2023. The pattern table 2023 shown in FIG. 6 is a table that uses a pattern number as a key and has columns such as pattern name, factor, level, confirmation item, and expected value. The pattern table 2023 includes a pattern table (not shown) in which actual test cases are defined.
パターン番号は、パターンを識別するためのIDを記憶する項目である。パターン名は、パターンの名称を記憶する項目である。因子は、コンピュータの状態変化に影響を与え得る要因を記憶する項目である。水準は、因子の具体的な要素を記憶する項目である。確認項目は、実施するテストで確認するべき内容を記憶する項目である。期待値は、確認の際に発見が期待される挙動を記憶する項目である。 The pattern number is an item that stores an ID for identifying a pattern. The pattern name is an item that stores the name of the pattern. A factor is an item that stores factors that can affect changes in the state of the computer. The level is an item for storing specific elements of a factor. The confirmation items are items for storing contents to be confirmed in the test to be performed. The expected value is an item that stores the behavior that is expected to be discovered during confirmation.
<3 動作>
端末装置10と、サーバ20との動作について説明する。
<3 Operation>
The operation of the terminal device 10 and the server 20 will be explained.
(テストセットの記憶)
図7は、テストセットを記憶する際の端末装置10とサーバ20との動作の例を説明するための図である。まず、テスト設計者は、テスト設計書を作成している。テスト設計者は、作成中のテスト設計書において、所定のテスト項目のセットが他のテスト設計書においても流用可能である、又は流用すると、他のテスト設計書の作成において効果的であると判断する。テスト設計者は、作成中のテスト設計書における所定のテスト項目に係る情報を指定する。なお、テストセットを作成するのは、テスト設計者に限定されず、テストに関連するユーザであればだれでも構わない。
(memory of test set)
FIG. 7 is a diagram for explaining an example of the operation of the terminal device 10 and the server 20 when storing a test set. First, the test designer creates a test design document. The test designer determines that a set of predetermined test items in the test design document being created can be used in other test design documents, or that reusing it will be effective in creating other test design documents. do. The test designer specifies information related to predetermined test items in the test design document being created. Note that the person who creates the test set is not limited to the test designer, but may be any user related to the test.
ステップS11において、端末装置10の制御部190は、操作受付部191により、テストセットを記憶する旨の指示をテスト設計者から受け付ける。 In step S11, the control unit 190 of the terminal device 10 receives, through the operation reception unit 191, an instruction to store the test set from the test designer.
図8は、テスト設計書の作成画面の例を表す模式図である。制御部190は、提示制御部193により、ディスプレイ141に、テスト設計書の作成画面1411を表示させる。作成画面1411には、例えば、確認項目一覧を表示する領域14111と、パターン一覧を表示する領域14112とが含まれる。図8に示される作成画面1411は、ツリー形式で表示されている。作成画面1411は、テーブル形式で表示されてもよい。 FIG. 8 is a schematic diagram showing an example of a test design document creation screen. The control unit 190 causes the presentation control unit 193 to display a test design document creation screen 1411 on the display 141. The creation screen 1411 includes, for example, an area 14111 that displays a list of confirmation items, and an area 14112 that displays a list of patterns. The creation screen 1411 shown in FIG. 8 is displayed in a tree format. The creation screen 1411 may be displayed in a table format.
テスト設計者は、入力装置13を介し、領域14111において、他のテスト設計書においても流用可能であると考えるテスト項目を指定する。他のテスト設計書においても流用可能であると考えるテスト項目群は、例えば、所定の機能をテストするためのテスト項目である。 The test designer specifies, via the input device 13, in area 14111 test items that are considered to be applicable to other test design documents. A test item group that can be used in other test design documents is, for example, a test item for testing a predetermined function.
図9は、テスト項目が指定されている場合の、テスト設計書の作成画面の例を表す模式図である。図9では、テスト設計書において、項目「テスト区分」:フロントログイン、項目「区分1」:ログイン画面、項目「区分2」:認証、項目「テスト対象」:ID/PW認証、項目「パターン」:P1、項目「テスト観点」:正常認証、項目「確認項目」:正常時の挙動検証等がテスト設計者により指定されている。 FIG. 9 is a schematic diagram showing an example of a test design document creation screen when test items are specified. In Figure 9, in the test design document, item "Test category": Front login, item "Category 1": Login screen, item "Category 2": Authentication, item "Test target": ID/PW authentication, item "Pattern" :P1, item "test perspective": normal authentication, item "confirmation item": behavior verification under normal conditions, etc. are specified by the test designer.
テスト設計者は、テスト項目を指定すると、ボタン14113を押下する。ボタン14113は、テストセットを記憶する指示を入力するためのボタンである。 After specifying a test item, the test designer presses button 14113. Button 14113 is a button for inputting an instruction to store a test set.
ボタン14113が押下されると、提示制御部193は、テストセットを記憶させる指示を入力するための画面をディスプレイ141に表示させる。 When the button 14113 is pressed, the presentation control unit 193 causes the display 141 to display a screen for inputting an instruction to memorize the test set.
図10は、テストセットを記憶させる指示を入力するための画面の例を表す模式図である。図10において、提示制御部193は、例えば、ウィンドウ14114をディスプレイ141に表示させる。ウィンドウ14114は、テストセットの登録を確定させる指示を入力するためのウィンドウである。ウィンドウ14114は、テストセット名を入力するための領域141141と、テストセットの登録を確定させる指示を入力するためのボタン141142とを含む。 FIG. 10 is a schematic diagram showing an example of a screen for inputting an instruction to store a test set. In FIG. 10, the presentation control unit 193 displays a window 14114 on the display 141, for example. Window 14114 is a window for inputting an instruction to confirm test set registration. The window 14114 includes an area 141141 for inputting a test set name and a button 141142 for inputting an instruction to confirm test set registration.
テスト設計者は、テストセットを登録する場合、領域141141にテストセット名を入力し、ボタン141142を押下する。テスト設計者は、テストセットに対してタグを付してもよい。例えば、テスト設計者は、タグ設定のための指示子、タグ入力のための入力画面等からタグを設定してもよい。 When registering a test set, the test designer inputs the test set name in area 141141 and presses button 141142. Test designers may add tags to test sets. For example, the test designer may set tags from an indicator for setting tags, an input screen for inputting tags, or the like.
また、テスト設計者は、テストセットに対し、テストセットの説明を入力してもよい。例えば、テスト設計者は、テストセットの説明を入力するための入力画面等から、テストセットの説明を入力してもよい。入力される説明には、例えば、テストセット名では表し切れない、テストセットに対する注意点、テストセットに含まれるテストの特徴等が含まれる。 Further, the test designer may input a description of the test set to the test set. For example, the test designer may input the description of the test set from an input screen for inputting the description of the test set. The input description includes, for example, points to be noted about the test set, characteristics of the tests included in the test set, etc. that cannot be expressed by the test set name.
ボタン141142が押下されると、制御部190は、送受信部192により、テストセット名、テスト設計者により指定されたテスト項目に関する情報等をサーバ20へ送信する。 When the button 141142 is pressed, the control unit 190 causes the transmitting/receiving unit 192 to transmit the test set name, information regarding the test items specified by the test designer, etc. to the server 20.
ステップS12において、サーバ20は、テスト設計者により指定されたテストセットを記憶する。具体的には、サーバ20の制御部203は、例えば、受信制御モジュール2031により、テストセット名、テスト設計者により指定されたテスト項目に関する情報等を受け付ける。制御部203は、例えば、管理モジュール2033により、テストセットテーブル2022に新たなレコードを作成する。管理モジュール2033は、作成したレコードに、テストセット名、作成者、作成日、タグ、テストセットに含まれるテスト項目に関する情報を格納する。これにより、任意のテスト設計者を含む任意のユーザが、テストセットを利用可能となる。 In step S12, the server 20 stores the test set specified by the test designer. Specifically, the control unit 203 of the server 20 receives, for example, the test set name, information regarding test items specified by the test designer, etc. through the reception control module 2031. For example, the control unit 203 creates a new record in the test set table 2022 using the management module 2033. The management module 2033 stores information regarding the test set name, creator, creation date, tag, and test items included in the test set in the created record. This allows any user, including any test designer, to use the test set.
図11は、サーバ20に記憶されたテストセットの表示画面の例を表す模式図である。図11において、提示制御部193は、テスト設計者等のユーザからの指示に応じ、テストセットテーブル2022に記憶されているテストセットを表示する表示画面1412を、ディスプレイ141に表示させる。ユーザは、表示画面1412から、テストセットを編集可能である。操作受付部191は、ユーザから、編集開始のためのボタン14121の押下を受け付ける。送受信部192は、受け付けた編集の内容をサーバ20へ送信する。サーバ20は、編集内容に基づき、テストセットテーブル2022を更新する。 FIG. 11 is a schematic diagram showing an example of a display screen of a test set stored in the server 20. In FIG. 11, the presentation control unit 193 causes the display 141 to display a display screen 1412 that displays the test sets stored in the test set table 2022 in response to an instruction from a user such as a test designer. The user can edit the test set from the display screen 1412. The operation reception unit 191 receives a press of a button 14121 for starting editing from the user. The transmitting/receiving unit 192 transmits the received edited content to the server 20. The server 20 updates the test set table 2022 based on the edited content.
ステップS12において、管理モジュール2033は、登録するテストセットと類似するテストセットが存在するか否かを判断してもよい。具体的には、例えば、提示制御部193は、テストセットを記憶させる指示を入力するための画面において、類似するテストセットを確認する指示を入力するための指示子を表示する。 In step S12, the management module 2033 may determine whether a test set similar to the test set to be registered exists. Specifically, for example, the presentation control unit 193 displays an indicator for inputting an instruction to check a similar test set on a screen for inputting an instruction to store a test set.
図12は、テストセットを記憶させる指示を入力するための画面のその他の例を表す模式図である。図12において、提示制御部193は、例えば、ウィンドウ14114に、類似のテストセットの存在を確認する指示を入力するためのボタン141143を表示する。 FIG. 12 is a schematic diagram showing another example of a screen for inputting an instruction to store a test set. In FIG. 12, the presentation control unit 193 displays, for example, a button 141143 in a window 14114 for inputting an instruction to confirm the existence of a similar test set.
テスト設計者は、類似するテストセットの存在を確認する場合、領域141141にテストセット名を入力し、ボタン141143を押下する。ボタン141143が押下されると、制御部190は、送受信部192により、テストセット名、テスト設計者により指定されたテスト項目に関する情報等をサーバ20へ送信する。 When confirming the existence of a similar test set, the test designer enters the test set name in area 141141 and presses button 141143. When the button 141143 is pressed, the control unit 190 causes the transmitting/receiving unit 192 to transmit the test set name, information regarding the test items specified by the test designer, etc. to the server 20.
管理モジュール2033は、入力された情報を参照し、類似するテストセットが存在するか否かを判断する。具体的には、例えば、管理モジュール2033は、入力されたテストセット名と類似するテストセット名を、テストセットテーブル2022から抽出する。類似するテストセット名の抽出は、既存のいかなる手法を利用してもよい。管理モジュール2033は、例えば、所定の手法により、登録を希望されているテストセットのテストセット名と、テストセットテーブル2022に記憶されているテストセットのテストセット名との類似度を算出し、予め設定された類似度を超えるテストセットをテストセットテーブル2022から読み出す。送信制御モジュール2032は、読み出した情報を端末装置10へ送信する。提示制御モジュール2036は、テスト設計者が登録を希望しているテストセットと、情報を受信したテストセットとを比較可能に端末装置10に表示させる。 The management module 2033 refers to the input information and determines whether a similar test set exists. Specifically, for example, the management module 2033 extracts test set names similar to the input test set name from the test set table 2022. Any existing method may be used to extract similar test set names. For example, the management module 2033 uses a predetermined method to calculate the degree of similarity between the test set name of the test set that is desired to be registered and the test set name of the test set stored in the test set table 2022, and Test sets that exceed the set similarity are read from the test set table 2022. The transmission control module 2032 transmits the read information to the terminal device 10. The presentation control module 2036 causes the terminal device 10 to display the test set that the test designer wishes to register and the test set for which information has been received so that they can be compared.
提示制御部193は、テスト設計者が登録を希望しているテストセットと、情報を受信したテストセットとを比較可能にディスプレイ141に表示させる。テストセット名が類似するテストセットが複数存在する場合、提示制御部193は、例えば、類似度が高い順にテストセットをディスプレイ141に表示させる。提示制御部193は、テスト設計者からテストセットの選択を受け付け、テスト設計者に選択されたテストセットについて、登録を希望されているテストセットとの比較画像をディスプレイ141に表示させる。 The presentation control unit 193 causes the display 141 to display the test set that the test designer wishes to register and the test set for which information has been received so that they can be compared. If there are multiple test sets with similar test set names, the presentation control unit 193 displays the test sets on the display 141 in descending order of similarity, for example. The presentation control unit 193 receives a selection of a test set from the test designer, and causes the display 141 to display a comparison image of the test set selected by the test designer with the test set desired to be registered.
図13は、テストセットを比較するための画面の例を表す模式図である。図13において、提示制御部193は、例えば、領域14131及び領域14132をディスプレイ141に表示させる。領域14131は、テスト設計者が登録を希望するテストセットに関する情報を表示するための領域である。領域14132は、受信したテストセットに関する情報を表示するための領域である。図13において、提示制御部193は、例えば、テストセット名を変更する指示を入力するためのボタン14133と、テストセットの登録を確定させる指示を入力するためのボタン14134とをディスプレイ141に表示させる。なお、提示制御部193は、テストセットの登録を取り止めることを入力するためのボタンを表示してもよい。 FIG. 13 is a schematic diagram showing an example of a screen for comparing test sets. In FIG. 13, the presentation control unit 193 causes the display 141 to display an area 14131 and an area 14132, for example. Area 14131 is an area for displaying information regarding the test set that the test designer desires to register. Area 14132 is an area for displaying information regarding the received test set. In FIG. 13, the presentation control unit 193 causes the display 141 to display, for example, a button 14133 for inputting an instruction to change the test set name, and a button 14134 for inputting an instruction to confirm the registration of the test set. . Note that the presentation control unit 193 may display a button for inputting to cancel registration of the test set.
テスト設計者は、領域14131と領域14132とに表示されるテストセットを比較し、登録するテストセットの内容と、テストセット名とを確認する。テストセット名を変更する必要がある場合、テスト設計者は、例えば、ボタン14133を押下する。ボタン14133が押下されると、提示制御部193は、例えば、新たなテストセット名の入力を受け付ける領域を表示する。テスト設計者は、表示された領域に新たなテストセット名を入力する。 The test designer compares the test sets displayed in area 14131 and area 14132 and confirms the contents of the test set to be registered and the test set name. If it is necessary to change the test set name, the test designer presses button 14133, for example. When the button 14133 is pressed, the presentation control unit 193 displays, for example, an area for accepting input of a new test set name. The test designer enters a new test set name in the displayed area.
提示制御部193は、テストセットを再設定する指示を入力するためのボタンを表示してもよい。テストセットの内容、テストセット名、又はこれらの両方を変更する必要がある場合、テスト設計者は、例えば、このボタンを押下する。ボタンが押下されると、提示制御部193は、例えば、図8に示す画面をディスプレイ141に表示させる。テスト設計者は、テスト項目を再度指定し、指定したテスト項目からなるテストセットに対し、新たなテストセット名を付ける。 The presentation control unit 193 may display a button for inputting an instruction to reset the test set. If it is necessary to change the contents of the test set, the test set name, or both, the test designer presses this button, for example. When the button is pressed, the presentation control unit 193 causes the display 141 to display the screen shown in FIG. 8, for example. The test designer specifies the test items again and gives a new test set name to the test set consisting of the specified test items.
すなわち、管理モジュール2033は、類似するテストセットが既に記憶されている場合、テストセット名の設定、テスト項目の指定、又はこれらの両方を再度受け付ける。 That is, if a similar test set is already stored, the management module 2033 accepts the setting of the test set name, the designation of the test item, or both of these again.
提示制御モジュール2036は、テストセット名が予め設定した類似度より高く、テストセットの内容が異なる場合、テストセット名を変更することを提案するメッセージを端末装置10に表示させてもよい。 The presentation control module 2036 may cause the terminal device 10 to display a message suggesting changing the test set name when the test set name is higher than a preset degree of similarity and the contents of the test sets are different.
テストセットの内容、及びテストセット名を変更する必要がない場合、テスト設計者は、ボタン14134を押下する。ボタン14134が押下されると、送受信部192は、テストセット名、テスト設計者により指定されたテスト項目に関する情報等をサーバ20へ送信する。 If there is no need to change the contents of the test set or the test set name, the test designer presses button 14134. When the button 14134 is pressed, the transmitting/receiving unit 192 transmits the test set name, information regarding the test items specified by the test designer, etc. to the server 20.
類似するテストセットの検索は、テストセット名に基づく検索に限定されない。管理モジュール2033は、テストセットテーブル2022に記憶されているテストセット名以外の情報、例えば、テスト観点、確認項目等に基づき、類似するテストセットを検索してもよい。管理モジュール2033は、所定の手法により、登録を希望されているテストセットの内容と、テストセットテーブル2022に記憶されているテストセットの内容との類似度を算出し、予め設定された類似度を超えるテストセットをテストセットテーブル2022から読み出す。送信制御モジュール2032は、読み出したテストセットに関する情報を端末装置10へ送信する。提示制御モジュール2036は、テスト設計者が登録を希望しているテストセットと、情報を受信したテストセットとを比較可能に端末装置10に表示させる。 Searching for similar test sets is not limited to searching based on test set names. The management module 2033 may search for similar test sets based on information other than the test set name stored in the test set table 2022, such as test viewpoints and confirmation items. The management module 2033 uses a predetermined method to calculate the similarity between the content of the test set that is desired to be registered and the content of the test set stored in the test set table 2022, and calculates the similarity based on the preset similarity. The test set exceeding the limit is read from the test set table 2022. The transmission control module 2032 transmits information regarding the read test set to the terminal device 10. The presentation control module 2036 causes the terminal device 10 to display the test set that the test designer wishes to register and the test set for which information has been received so that they can be compared.
提示制御部193は、テスト設計者が登録を希望しているテストセットと、情報を受信したテストセットとを比較可能にディスプレイ141に表示させる。テストセットの内容が類似するテストセットが複数存在する場合、提示制御部193は、例えば、類似度が高い順にテストセットをディスプレイ141に表示させる。提示制御部193は、テスト設計者からテストセットの選択を受け付け、テスト設計者に選択されたテストセットについて、登録を希望されているテストセットとの比較画像をディスプレイ141に表示させる。 The presentation control unit 193 causes the display 141 to display the test set that the test designer wishes to register and the test set for which information has been received so that they can be compared. If there are multiple test sets with similar content, the presentation control unit 193 displays the test sets on the display 141 in descending order of similarity, for example. The presentation control unit 193 receives a selection of a test set from the test designer, and causes the display 141 to display a comparison image of the test set selected by the test designer with the test set desired to be registered.
(テストセットの分析及び集計)
図14は、テストセットに関する分析を実施する際のサーバ20の動作の例を示すフローチャートである。
(Analysis and aggregation of test set)
FIG. 14 is a flowchart illustrating an example of the operation of the server 20 when performing analysis on a test set.
まず、管理モジュール2033は、テスターが実施するテストのテスト結果を管理している。テスターが実施するテストは、テスト設計者により作成されたテスト設計書に基づいて規定されている。テスト設計書の作成に、テストセットテーブル2022に記憶されているテストセットが使用された場合、作成されたテスト設計書においてテストセットに由来するテスト項目であることが識別可能となっている。例えば、このテスト設計書に基づくテストが実施された場合、管理モジュール2033は、テスト結果を、テストセットに関連付けて管理する。 First, the management module 2033 manages test results of tests performed by testers. Tests performed by testers are defined based on test design documents created by test designers. When a test set stored in the test set table 2022 is used to create a test design document, test items derived from the test set can be identified in the created test design document. For example, when a test is performed based on this test design document, the management module 2033 manages the test results in association with the test set.
ステップS21において、分析モジュール2035は、テストセットに係るテスト結果を取得する。具体的には、分析モジュール2035は、所定のタイミングで、テストセットに係るテスト結果を取得する。分析モジュール2035は、例えば、以下のタイミングで、テスト結果を取得する。
・所定のテスト設計書に規定される対応するテストケースについてのテストが終了したとき
・所定のテスト設計書に規定される所定のテストケースまでのテストが終了したとき
・所定の周期
・所定の時間になったとき
・ユーザからの指示が入力されたとき
In step S21, the analysis module 2035 obtains test results related to the test set. Specifically, the analysis module 2035 obtains test results related to the test set at predetermined timing. The analysis module 2035 obtains test results, for example, at the following timings.
・When the test for the corresponding test case specified in the specified test design document is completed ・When the test up to the specified test case specified in the specified test design document is completed ・In the specified period/predetermined time・When an instruction from the user is input
ステップS22において、分析モジュール2035は、テストセットについて取得したテスト結果を分析する。具体的には、分析モジュール2035は、例えば、取得したテスト結果を分析し、テストセットのバグ発生率(不具合率)を算出する。なお、分析により取得される情報は、バグ発生率に限定されない。バグ発生率以外のパラメータが算出されてもよい。管理モジュール2033は、算出したバグ発生率をテストセットテーブル2022の項目「バグ発生率」に記憶する。 In step S22, the analysis module 2035 analyzes the test results obtained for the test set. Specifically, the analysis module 2035 analyzes the obtained test results and calculates the bug occurrence rate (failure rate) of the test set, for example. Note that the information obtained through analysis is not limited to the bug occurrence rate. Parameters other than the bug occurrence rate may be calculated. The management module 2033 stores the calculated bug occurrence rate in the item “bug occurrence rate” of the test set table 2022.
また、管理モジュール2033は、テストセットがテスト設計書で流用された回数を管理している。テスト設計書の作成に、テストセットテーブル2022に記憶されているテストセットが利用された場合、管理モジュール2033は、例えば、テストセットが利用された回数(流用回数)をインクリメントする。分析モジュール2035は、例えば、テストセットの流用回数を所定のタイミングで分析する。所定のタイミングは、例えば、以下である。
・所定の周期
・所定の時間になったとき
・ユーザからの指示が入力されたとき
The management module 2033 also manages the number of times the test set has been used in the test design document. When a test set stored in the test set table 2022 is used to create a test design document, the management module 2033 increments, for example, the number of times the test set has been used (the number of times the test set has been used). For example, the analysis module 2035 analyzes the number of diversions of the test set at a predetermined timing. For example, the predetermined timing is as follows.
・When a predetermined cycle/time is reached・When an instruction from the user is input
具体的には、分析モジュール2035は、例えば、流用回数を分析し、所定の期間(直近1週間)での流用回数を算出する。なお、分析により取得される情報は、所定期間の流用回数に限定されない。所定期間の流用回数以外にも、平均流用回数等、その他のパラメータが算出されてもよい。管理モジュール2033は、例えば、算出した分析結果をテストセットテーブル2022に記憶する。 Specifically, the analysis module 2035 analyzes the number of diversions and calculates the number of diversions in a predetermined period (the most recent one week), for example. Note that the information acquired through analysis is not limited to the number of times of diversion in a predetermined period. In addition to the number of times of diversion during a predetermined period, other parameters such as the average number of times of diversion may be calculated. For example, the management module 2033 stores the calculated analysis results in the test set table 2022.
(テストセットの活用)
図15は、テスト設計書の作成においてテストセットを活用する際の端末装置10とサーバ20との動作の例を説明するための図である。
(Utilization of test set)
FIG. 15 is a diagram for explaining an example of the operation of the terminal device 10 and the server 20 when using a test set in creating a test design document.
まず、テスト設計者は、テスト設計書の作成指示を入力し、テスト設計書の作成を開始する。テスト設計者は、作成途中のテスト設計書がある場合には、作成途中のテスト設計書を選択し、選択したテスト設計書の作成を再開してもよい。 First, the test designer inputs an instruction to create a test design document and starts creating the test design document. If there is a test design document in progress, the test designer may select the test design document in progress and resume creation of the selected test design document.
ステップS31において、端末装置10は、テストセットの提示要求を受け付ける。具体的に、テスト設計者は、例えば、テスト設計書の作成画面において、所定の領域に、テスト項目に関する情報を入力する。送受信部192は、テスト項目に関する情報を、テストセットの提示要求としてサーバ20へ送信する。送受信部192は、テスト項目に関する情報が入力された後、テストセットの提示を要求する指示に応じ、テストセットの提示要求をサーバ20へ送信してもよい。また、テスト設計者は、例えば、テスト設計書の作成画面において、テストセットの提示を要求する指示を入力する。送受信部192は、テストセットの提示要求をサーバ20へ送信する。 In step S31, the terminal device 10 receives a test set presentation request. Specifically, the test designer inputs information regarding test items into a predetermined area on, for example, a test design document creation screen. The transmitter/receiver 192 transmits information regarding test items to the server 20 as a test set presentation request. The transmitting/receiving unit 192 may transmit a test set presentation request to the server 20 in response to an instruction requesting presentation of a test set after the information regarding the test item is input. Further, the test designer inputs an instruction to request presentation of a test set, for example, on the test design creation screen. The transmitter/receiver 192 transmits a test set presentation request to the server 20 .
図16は、テスト設計書の作成画面のその他の例を表す模式図である。提示制御部193は、作成画面1411に、例えば、テストセットを挿入する指示を入力するためのボタン14115を表示する。提示制御部193は、テスト項目に関する情報を入力するための領域14116を表示する。なお、領域14116が表示される位置は、図16に示すものに限定されない。 FIG. 16 is a schematic diagram showing another example of the test design document creation screen. The presentation control unit 193 displays, for example, a button 14115 for inputting an instruction to insert a test set on the creation screen 1411. Presentation control unit 193 displays area 14116 for inputting information regarding test items. Note that the position where area 14116 is displayed is not limited to that shown in FIG. 16.
テスト設計者は、領域14116にテスト項目に関する情報、例えば、「認証テスト」と入力する。送受信部192は、「認証テスト」に関するテストセットを提示する要求をサーバ20へ送信する。 The test designer inputs information regarding the test item, for example, "certification test" into area 14116. The transmitting/receiving unit 192 transmits to the server 20 a request to present a test set related to the “authentication test”.
また、テスト設計者は、例えば、テスト設計書の作成画面1411において、テストセットの挿入位置を選択し、ボタン14115を押下する。ボタン14115が押下されると、送受信部192は、テストセットを提示する要求をサーバ20へ送信する。なお、ボタン14115の近傍に、テストセットに関する検索キーワードの入力を受け付けるためのボックスが設けられてもよい。テスト設計者は、ボックスへ探索キーワードを入力した後、ボタン14115を押下してもよい。これにより、検索キーワードに応じたテストセットの要求が送信される。 Further, the test designer selects the insertion position of the test set on the test design document creation screen 1411, and presses a button 14115, for example. When button 14115 is pressed, transmitter/receiver 192 transmits a request to present a test set to server 20. Note that a box may be provided near the button 14115 for accepting input of a search keyword related to the test set. The test designer may press button 14115 after inputting the search keyword into the box. As a result, a request for a test set corresponding to the search keyword is sent.
ステップS32において、サーバ20は、要求されたテストセットをテストセットテーブル2022から読み出す。具体的には、領域14116に入力された情報に関するテストセットを提示する要求があった場合、支援モジュール2034は、テストセットテーブル2022から、対応するテストセットを検索する。例えば、支援モジュール2034は、入力された情報を、テストセット名、又はテストセットの内容(テスト項目に関する情報、テストの説明)に含むテストセットをテストセットテーブル2022から読み出す。支援モジュール2034は、テストセットの検索を、例えば、学習済みモデルを用いて行ってもよい。 In step S32, the server 20 reads the requested test set from the test set table 2022. Specifically, when there is a request to present a test set regarding information entered in area 14116, support module 2034 retrieves the corresponding test set from test set table 2022. For example, the support module 2034 reads test sets that include the input information in the test set name or test set contents (information regarding test items, test description) from the test set table 2022. The support module 2034 may search for a test set using, for example, a trained model.
また、支援モジュール2034は、ボタン14115が押下されることで送信された要求を受信した場合、テストセットテーブル2022に記憶されているテストセットを読み出す。 Further, when the support module 2034 receives a request transmitted by pressing the button 14115, the support module 2034 reads out the test set stored in the test set table 2022.
送信制御モジュール2032は、読み出したテストセットに関する情報を端末装置10へ送信する。提示制御モジュール2036は、読み出したテストセットに関する情報を端末装置10に表示させる。 The transmission control module 2032 transmits information regarding the read test set to the terminal device 10. The presentation control module 2036 causes the terminal device 10 to display information regarding the read test set.
ステップS33において、端末装置10は、テストセットに関する情報をテスト設計者に提示する。具体的には、例えば、提示制御部193は、サーバ20から受信した情報に基づき、テストセットに関する情報を、ディスプレイ141に表示させる。 In step S33, the terminal device 10 presents information regarding the test set to the test designer. Specifically, for example, the presentation control unit 193 causes the display 141 to display information regarding the test set based on the information received from the server 20.
図17は、テストセットの選択画面の例を表す模式図である。提示制御部193は、ディスプレイ141に、テストセットの選択画面1414を表示させる。選択画面1414には、例えば、テストセットの一覧を表示する領域14141と、テストセットの内容を表示する領域14142とが含まれる。 FIG. 17 is a schematic diagram showing an example of a test set selection screen. The presentation control unit 193 causes the display 141 to display a test set selection screen 1414. The selection screen 1414 includes, for example, an area 14141 that displays a list of test sets, and an area 14142 that displays the contents of the test sets.
提示制御部193は、例えば、領域14141において、所定の優先度に基づく順序で、テストセットを表示する。提示制御部193は、例えば、以下の情報に基づいて優先度を設定している。
・作成日の新しさ
・含まれるテスト項目の多さ
・バグ発生率の高さ
・流用回数の多さ
・テストセット名の語順
For example, the presentation control unit 193 displays the test sets in the area 14141 in an order based on a predetermined priority. The presentation control unit 193 sets priorities based on, for example, the following information.
・Newness of creation date ・Many test items included ・High bug occurrence rate ・Many times of reuse ・Word order of test set name
提示制御モジュール2036は、テストセットの作成者、テストセットの作成日、テストセットの流用回数、テストセットのバグ発生率、テストセットの説明、テスターからのコメント、又はこれらのうち少なくとも2つの組み合わせを端末装置10に表示させてもよい。例えば、提示制御部193は、領域14142に、テストセットの作成者、テストセットの作成日、テストセットの流用回数、テストセットのバグ発生率、テストセットの説明、テスターからのコメント、又はこれらのうち少なくとも2つの組み合わせをディスプレイ141に表示させる。具体的には、提示制御部193は、例えば、領域14142において、作成者、作成日、流用回数、バグ発生率、テストセットの説明、テスターからのコメント等を表示するボックス、又はこれらの情報を表示させるためのボタンを表示する。 The presentation control module 2036 displays the creator of the test set, the date of creation of the test set, the number of times the test set has been reused, the bug occurrence rate of the test set, the description of the test set, comments from testers, or a combination of at least two of these. It may also be displayed on the terminal device 10. For example, the presentation control unit 193 may display in the area 14142 the creator of the test set, the date of creation of the test set, the number of times the test set has been reused, the bug occurrence rate of the test set, the description of the test set, comments from testers, or any of these information. At least two of the combinations are displayed on the display 141. Specifically, the presentation control unit 193 may display boxes for displaying the creator, creation date, number of reuses, bug occurrence rate, test set description, comments from testers, etc. in the area 14142, or display these information. Display a button to display.
テスト設計者は、入力装置13を介し、テストセットの内容を領域14142に表示させながら、領域14141においてテストセットを選択する。テスト設計者は、領域14142に内容が表示されているテストセットについて、テストセットを登録するためのボタン14143を押下する。 The test designer selects a test set in area 14141 via the input device 13 while displaying the contents of the test set in area 14142. The test designer presses a button 14143 for registering the test set for the test set whose contents are displayed in the area 14142.
ボタン14143が押下されると、送受信部192は、テスト設計者により選択されたテストセットに関する情報をサーバ20へ送信する。 When the button 14143 is pressed, the transmitting/receiving unit 192 transmits information regarding the test set selected by the test designer to the server 20.
支援モジュール2034は、作成中のテスト設計書に、テスト設計者により選択されたテストセットに関する情報を挿入する。例えば、支援モジュール2034は、テストセットに含まれるテスト項目に関する情報を、テスト設計書テーブル2021における作成中のテスト設計書についてのレコードに挿入する。 The support module 2034 inserts information regarding the test set selected by the test designer into the test design document being created. For example, the support module 2034 inserts information regarding test items included in the test set into a record regarding the test design document being created in the test design document table 2021.
以上のように、上記実施形態では、サーバ20の制御部203は、受信制御モジュール2031により、テスト設計書の指定を受け付ける。受信制御モジュール2031は、指定を受け付けたテスト設計書において、所定の機能に含まれる複数のテスト項目のうち、少なくともいずれかのテスト項目に対する指定を受け付ける。制御部203は、管理モジュール2033により、指定されたテスト項目のテストを実施するための情報をテストセットとして、任意のユーザがアクセス可能に記憶する。管理モジュール2033は、任意のユーザからの要求に応じ、記憶するテストセットを読み出し、読み出したテストセットを、任意のユーザが作成しているテスト設計書の所定領域に挿入する。これにより、サーバ20は、ユーザが有用であると考える、所定の業務についてのテスト項目をユーザが所望する範囲で設定し、テストセットとして記憶(登録)することが可能となる。また、サーバ20は、クライアント毎に適したテストセットを記憶することが可能となる。また、サーバ20は、記憶しているテストセットを、ユーザからの要求に応じ、ユーザに流用させることが可能となる。 As described above, in the embodiment described above, the control unit 203 of the server 20 receives the designation of a test design document using the reception control module 2031. The reception control module 2031 receives a designation for at least one test item among a plurality of test items included in a predetermined function in the test design document that has received the designation. The control unit 203 uses the management module 2033 to store information for testing specified test items as a test set so that any user can access it. The management module 2033 reads the stored test set in response to a request from an arbitrary user, and inserts the read test set into a predetermined area of a test design document created by an arbitrary user. This allows the server 20 to set test items for a predetermined task that the user considers useful, within the range desired by the user, and store (register) them as a test set. Further, the server 20 can store a test set suitable for each client. Furthermore, the server 20 can make the stored test set available to the user in response to a user's request.
したがって、本実施形態に係るプログラム、サーバ20、及びシステム1によれば、テストの品質を維持したまま、テスト設計の負担を軽減することができる。 Therefore, according to the program, server 20, and system 1 according to this embodiment, it is possible to reduce the burden of test design while maintaining test quality.
また、上記実施形態では、管理モジュール2033は、テスト項目のテストを実施するための情報として、テスト観点、確認項目、期待値、因子、水準、パターンを含む。これにより、サーバ20は、テスト設計書においてテストセットを流用可能にテストセットを記憶することが可能となる。 Further, in the embodiment described above, the management module 2033 includes a test viewpoint, confirmation items, expected values, factors, levels, and patterns as information for testing test items. This allows the server 20 to store the test set so that it can be reused in the test design document.
また、上記実施形態では、管理モジュール2033は、テストセットに関する文章を、テストセットと関連付けて記憶する。これにより、サーバ20は、テストセットを流用する際の利便性を向上させることが可能となる。 Further, in the embodiment described above, the management module 2033 stores sentences related to the test set in association with the test set. This allows the server 20 to improve convenience when reusing test sets.
また、上記実施形態では、管理モジュール2033は、テストセットに関する文章として、テストセットについての説明、又は前記テストセットに基づくテストを実施したテスターからのコメントを記憶する。これにより、ユーザは、所望のテストセットを見つける際の負担が軽減される。また、ユーザは、テストセットに係る注意点を、テストセットを流用する際に把握することが可能となる。 Further, in the embodiment described above, the management module 2033 stores, as text related to the test set, an explanation about the test set or a comment from a tester who conducted a test based on the test set. This reduces the burden on the user when finding a desired test set. In addition, the user can understand precautions regarding the test set when reusing the test set.
また、上記実施形態では、管理モジュール2033は、類似するテストセットが既に記憶されている場合、前記テスト項目の指定、前記テストセットの名称の設定、又はこれらの両方を再度受け付ける。これにより、サーバ20は、類似するテストセットが記憶されることを防ぐことが可能となる。 Furthermore, in the above embodiment, if a similar test set is already stored, the management module 2033 accepts the designation of the test item, the setting of the name of the test set, or both of these again. This allows the server 20 to prevent similar test sets from being stored.
また、上記実施形態では、提示制御モジュール2036は、類似するテストセットが既に記憶されている場合、指定されたテスト項目に係るテストセットの内容と、既に記憶されているテストセットの内容とを比較可能に、テスト項目を指定したユーザへ提示する。これにより、サーバ20は、類似するテストセットが記憶されることを防ぐことが可能となる。 Furthermore, in the above embodiment, when a similar test set is already stored, the presentation control module 2036 compares the contents of the test set related to the specified test item with the contents of the already stored test set. If possible, the test item is presented to the specified user. This allows the server 20 to prevent similar test sets from being stored.
また、上記実施形態では、提示制御モジュール2036は、指定されたテスト項目に係るテストセットの内容と、既に記憶されているテストセットの内容とが異なるが、これらのテストセットの名称が類似する場合、既に記憶されているテストセットとは異なる名称での記憶を提案する。これにより、サーバ20は、類似するテストセットが記憶されることを防ぐことが可能となる。 Further, in the above embodiment, the presentation control module 2036 controls the case where the content of the test set related to the specified test item is different from the content of the already stored test set, but the names of these test sets are similar. , we suggest storing the test set under a different name than the already stored test set. This allows the server 20 to prevent similar test sets from being stored.
また、上記実施形態では、支援モジュール2034は、テスト設計書を作成する際に情報を入力するための領域に、任意のユーザから文字の入力を受け付けると、入力された文字と関連するテストセットを、任意のユーザに提示する。これにより、サーバ20は、ユーザがテストセットを検索する負担を軽減させることが可能となる。 Further, in the above embodiment, when the support module 2034 receives a character input from an arbitrary user in the area for inputting information when creating a test design document, the support module 2034 inputs a test set related to the input character. , present to any user. This allows the server 20 to reduce the burden on the user of searching for test sets.
また、上記実施形態では、支援モジュール2034は、入力された文字と関連するテストセットが複数ある場合、テスト設計書の作成日、含まれるテスト項目の多さ、不具合発生率の高さ、流用回数の多さ、又はテストセット名の語順に基づく順番で、複数のテストセットを提示する。これにより、サーバ20は、ユーザがテストセットを検索する負担をより軽減させることが可能となる。 In the above embodiment, if there are multiple test sets related to the input characters, the support module 2034 also includes information such as the creation date of the test design document, the number of test items included, the high failure rate, and the number of diversions. A plurality of test sets are presented in an order based on the number of test sets or the word order of the test set names. This allows the server 20 to further reduce the burden on the user of searching for test sets.
また、上記実施形態では、管理モジュール2033は、テストセットを利用して作成したテスト設計書に基づくテストケースのテスト結果を記憶する。分析モジュール2035は、テストセットに係るテストケースのテスト結果を分析する。提示制御モジュール2036は、任意のユーザがテスト設計書を作成する際、任意のユーザが利用可能なテストセットを、当該テストセットに係るテストケースのテスト結果を分析した結果と共に提示する。これにより、サーバ20は、分析結果を考慮してユーザにテストセットを選択させることが可能となる。そのため、ユーザは、テストセットを流用した際に、かかる工数を把握可能となる。また、ユーザは、バグ発生率に基づいてテストセットを選択可能となるため、テスト設計書の品質を調整することが可能となる。 Further, in the embodiment described above, the management module 2033 stores test results of test cases based on test design documents created using test sets. The analysis module 2035 analyzes test results of test cases related to the test set. When an arbitrary user creates a test design document, the presentation control module 2036 presents test sets available to the arbitrary user together with the results of analyzing test results of test cases related to the test set. This allows the server 20 to allow the user to select a test set in consideration of the analysis results. Therefore, the user can grasp the amount of man-hours required when reusing the test set. Furthermore, since the user can select a test set based on the bug occurrence rate, it is possible to adjust the quality of the test design document.
また、上記実施形態では、提示制御モジュール2036は、利用可能なテストセットが複数ある場合、分析した結果に基づく順序で、複数のテストセットを提示する。これにより、サーバ20は、ユーザがテストセットを選択する負担をより軽減させることが可能となる。 Furthermore, in the above embodiment, when there are multiple test sets available, the presentation control module 2036 presents the multiple test sets in an order based on the analyzed results. This allows the server 20 to further reduce the burden on the user of selecting a test set.
また、上記実施形態では、管理モジュール2033は、テストセットが利用された回数を集計する。分析モジュール2035は、集計結果を分析する。提示制御モジュール2036は、任意のユーザがテスト設計書を作成する際、任意のユーザが利用可能なテストセットを、当該テストセットの利用回数を分析した結果と共に提示する。これにより、サーバ20は、流用回数を考慮してユーザにテストセットを選択させることが可能となる。そのため、ユーザは、どれだけ流用されたテストセットであるかを把握しつつ、テストセットを選択することが可能となる。これにより、優れたテストセットが選択されやすくなるため、テスト設計書の品質が均一化することに貢献できる。 Furthermore, in the embodiment described above, the management module 2033 totals the number of times the test set is used. Analysis module 2035 analyzes the tally results. When an arbitrary user creates a test design document, the presentation control module 2036 presents test sets available to the arbitrary user along with the results of analyzing the number of times the test sets have been used. This allows the server 20 to allow the user to select a test set in consideration of the number of times of diversion. Therefore, the user can select a test set while grasping how much of the test set has been used. This makes it easier to select an excellent test set, contributing to uniformity of the quality of test design documents.
また、上記実施形態では、提示制御モジュール2036は、利用可能なテストセットが複数ある場合、分析した結果に基づく順序で、複数のテストセットを提示する。これにより、サーバ20は、ユーザがテストセットを選択する負担をより軽減させることが可能となる。 Furthermore, in the above embodiment, when there are multiple test sets available, the presentation control module 2036 presents the multiple test sets in an order based on the analyzed results. This allows the server 20 to further reduce the burden on the user of selecting a test set.
<変形例>
上記実施形態では、任意のユーザがテストセットにアクセスできる例を記載した。しかしながら、テストセットにアクセスできるユーザに制限をかけてもよい。例えば、テストセット毎にアクセス可能な権限を設定してもよい。また、アクセス権限の異なるデータベース(テーブル)を複数設定しておき、データベース毎に使用可能なテストセットを記憶しておいてもよい。アクセス権限の異なるデータベースは、例えば、プロジェクト毎のデータベース、企業毎のデータベース、所定の業態毎のデータベース、全体を網羅するデータベース等である。
<Modified example>
The above embodiment describes an example in which any user can access the test set. However, restrictions may be placed on users who can access the test set. For example, access privileges may be set for each test set. Alternatively, a plurality of databases (tables) with different access privileges may be set, and usable test sets may be stored for each database. Examples of databases with different access privileges include a database for each project, a database for each company, a database for each predetermined business type, and a database that covers the entire business.
また、上記実施形態において、多く流用されるテストセットの作成者に特典を付与してもよい。 Further, in the embodiment described above, a benefit may be given to the creator of a test set that is frequently used.
また、上位実施形態において、多くの流用が予想されるテスト項目について、予めテスト項目を作成しておくことも可能である。例えば、エンターテイメント分野等、所定の分野において、定義するテスト項目が類似することがある。このような分野において、標準的に使用するテスト項目に関するテストセットが予め登録されていると、テスト設計書を作成する際のテスト設計者の労力を低減させることが可能となる。 Furthermore, in the higher-level embodiment, it is also possible to create test items in advance for test items that are expected to be used frequently. For example, in a predetermined field such as the entertainment field, defined test items may be similar. In such fields, if test sets related to test items to be used as standard are registered in advance, it is possible to reduce the effort of the test designer when creating a test design document.
また、上記実施形態実施において、サーバ20は、テストセットを使って作成したテスト設計書を抽出してもよい。例えば、所定の機能がバージョンアップされた場合、バージョンアップ後の機能について、例えば、再テストが必要になることがある。また、例えば、所定の機能の不具合が修正された場合、修正後の機能について、例えば、再テストが必要になることがある。テスト設計書は、作成の際に利用したテストセットと関連付けて管理されている。また、テストセットは、対象となる機能に係る文言が、テストセット名、テストセットの説明、又はテストセットのコメント等に記憶されている。サーバ20は、機能に係る文言に基づいてテストセットを検索し、このテストセットを利用して作成されたテスト設計書を検索する。バージョンアップされる前の機能についてのテストセットが作成されており、このテストセットを利用して作成されたテスト設計書が存在する場合、該当するテストセットを検索すれば、ユーザは、再テストの対象となるテスト設計書を把握することが可能となる。このため、再テストが必要な対象を容易に発見することが可能となる。 Further, in the embodiment described above, the server 20 may extract the test design document created using the test set. For example, when a predetermined function is upgraded, the upgraded function may need to be retested, for example. Further, for example, when a defect in a predetermined function is corrected, the corrected function may need to be retested, for example. The test design document is managed in association with the test set used when creating it. Furthermore, in the test set, text related to the target function is stored in the test set name, test set description, test set comment, or the like. The server 20 searches for a test set based on the wording related to the function, and searches for a test design document created using this test set. If a test set has been created for a function that was not updated and there is a test design document created using this test set, the user can retest by searching for the relevant test set. It becomes possible to understand the target test design document. Therefore, it becomes possible to easily discover targets that require retesting.
また、例えば、所定のテストセットにおいて、追加テストが必要になる場合がある。サーバ20は、追加テストが必要となったテストセットに基づき、当該テストセットが利用されて作成されたテスト設計書を検索する。該当するテストセットを検索すれば、ユーザは、追加テストが必要なテスト設計書を把握することが可能となる。このため、追加テストが必要な対象を容易に発見することが可能となる。 Also, for example, additional tests may be required in a given test set. Based on the test set that requires additional testing, the server 20 searches for a test design document created using the test set. By searching for the relevant test set, the user can understand which test design documents require additional testing. Therefore, it becomes possible to easily discover targets that require additional testing.
また、上記実施形態において、サーバ20は、テストセットを業界、利用場面、又は使用デバイス等の任意のカテゴリで分類し、テストナレッジデータベースとして蓄積・利用・提供してもよい。例えば、サーバ20は、ゲーム業界特有のテストセットを、ゲーム業界のデータベースに蓄積し、ユーザの要求に応じ、蓄積しているテストセットを提供する。これにより、所定の業界において蓄積したナレッジが、同業界の他プロジェクトでテスト設計書を作成する際に役立つこととなる。つまり、テスト設計者の負担を軽減することが可能となる。 Further, in the embodiment described above, the server 20 may classify the test set by any category such as industry, usage scene, or device used, and store, use, and provide the test set as a test knowledge database. For example, the server 20 stores test sets specific to the game industry in a game industry database, and provides the stored test sets in response to a user's request. This makes the knowledge accumulated in a given industry useful when creating test designs for other projects in the same industry. In other words, it is possible to reduce the burden on test designers.
また、例えば、サーバ20は、地図機能を連動させるような利用場面でよく行われるテストセットを、地図機能連動に係るデータベースに蓄積し、ユーザの要求に応じ、蓄積しているテストセットを提供する。これにより、所定の利用場面において蓄積したナレッジが、類似する場面についての他プロジェクトでテスト設計書を作成する際に役立つこととなる。つまり、テスト設計者の負担を軽減することが可能となる。 Further, for example, the server 20 stores test sets that are often performed in usage situations where map functions are linked in a database related to map function linkage, and provides the stored test sets in response to a user's request. . As a result, the knowledge accumulated in a predetermined usage situation becomes useful when creating test design documents for other projects related to similar situations. In other words, it is possible to reduce the burden on test designers.
また、例えば、サーバ20は、iPhone(登録商標)、エクスペリア(登録商標)のような使用デバイスに特有のテストセットを、使用デバイスのデータベースに蓄積し、ユーザの要求に応じ、蓄積しているテストセットを提供する。これにより、所定のデバイスにおいて蓄積したナレッジが、類似デバイス(新バージョンのデバイス)に係る他プロジェクトでテスト設計書を作成する際に役立つこととなる。つまり、テスト設計者の負担を軽減することが可能となる。 Further, for example, the server 20 accumulates test sets specific to the device used, such as iPhone (registered trademark) and provide a set. As a result, the knowledge accumulated in a given device becomes useful when creating a test design document for another project related to a similar device (a new version of the device). In other words, it is possible to reduce the burden on test designers.
<4 コンピュータの基本ハードウェア構成>
図18は、コンピュータ90の基本的なハードウェア構成を示すブロック図である。コンピュータ90は、プロセッサ91、主記憶装置92、補助記憶装置93、通信IF99(インタフェース、Interface)を少なくとも備える。これらはバスにより相互に電気的に接続される。
<4 Basic hardware configuration of the computer>
FIG. 18 is a block diagram showing the basic hardware configuration of the computer 90. The computer 90 includes at least a processor 91, a main storage device 92, an auxiliary storage device 93, and a communication IF 99 (interface). These are electrically connected to each other by a bus.
プロセッサ91とは、プログラムに記述された命令セットを実行するためのハードウェアである。プロセッサ91は、演算装置、レジスタ、周辺回路等から構成される。 The processor 91 is hardware for executing a set of instructions written in a program. The processor 91 includes an arithmetic unit, registers, peripheral circuits, and the like.
主記憶装置92とは、プログラム、及びプログラム等で処理されるデータ等を一時的に記憶するためのものである。例えば、DRAM(Dynamic Random Access Memory)等の揮発性のメモリである。 The main storage device 92 is for temporarily storing programs and data processed by the programs. For example, it is a volatile memory such as DRAM (Dynamic Random Access Memory).
補助記憶装置93とは、データ及びプログラムを保存するための記憶装置である。例えば、フラッシュメモリ、HDD(Hard Disc Drive)、光磁気ディスク、CD-ROM、DVD-ROM、半導体メモリ等である。 The auxiliary storage device 93 is a storage device for storing data and programs. Examples include flash memory, HDD (Hard Disc Drive), magneto-optical disk, CD-ROM, DVD-ROM, semiconductor memory, and the like.
通信IF99とは、有線又は無線の通信規格を用いて、他のコンピュータとネットワークを介して通信するための信号を入出力するためのインタフェースである。
ネットワークは、インターネット、LAN、無線基地局等によって構築される各種移動通信システム等で構成される。例えば、ネットワークには、3G、4G、5G移動通信システム、LTE(Long Term Evolution)、所定のアクセスポイントによってインターネットに接続可能な無線ネットワーク(例えばWi-Fi(登録商標))等が含まれる。無線で接続する場合、通信プロトコルとして例えば、Z-Wave(登録商標)、ZigBee(登録商標)、Bluetooth(登録商標)等が含まれる。有線で接続する場合は、ネットワークには、USB(Universal Serial Bus)ケーブル等により直接接続するものも含む。
The communication IF 99 is an interface for inputting and outputting signals for communicating with other computers via a network using a wired or wireless communication standard.
The network is composed of various mobile communication systems constructed using the Internet, LAN, wireless base stations, and the like. For example, the network includes 3G, 4G, 5G mobile communication systems, LTE (Long Term Evolution), a wireless network (for example, Wi-Fi (registered trademark)) that can be connected to the Internet through a predetermined access point, and the like. When connecting wirelessly, communication protocols include, for example, Z-Wave (registered trademark), ZigBee (registered trademark), Bluetooth (registered trademark), and the like. In the case of a wired connection, the network includes a network that is directly connected using a USB (Universal Serial Bus) cable or the like.
なお、各ハードウェア構成の全部または一部を複数のコンピュータ90に分散して設け、ネットワークを介して相互に接続することによりコンピュータ90を仮想的に実現することができる。このように、コンピュータ90は、単一の筐体、ケースに収納されたコンピュータ90だけでなく、仮想化されたコンピュータシステムも含む概念である。 Note that the computer 90 can be virtually realized by distributing all or part of each hardware configuration to a plurality of computers 90 and interconnecting them via a network. In this way, the concept of the computer 90 includes not only the computer 90 housed in a single housing or case, but also a virtualized computer system.
<コンピュータ90の基本機能構成>
図18に示すコンピュータ90の基本ハードウェア構成により実現されるコンピュータの機能構成を説明する。コンピュータは、制御部、記憶部、通信部の機能ユニットを少なくとも備える。
<Basic functional configuration of computer 90>
The functional configuration of the computer realized by the basic hardware configuration of the computer 90 shown in FIG. 18 will be described. The computer includes at least functional units of a control section, a storage section, and a communication section.
なお、コンピュータ90が備える機能ユニットは、それぞれの機能ユニットの全部または一部を、ネットワークで相互に接続された複数のコンピュータ90に分散して設けても実現することができる。コンピュータ90は、単一のコンピュータ90だけでなく、仮想化されたコンピュータシステムも含む概念である。 Note that the functional units included in the computer 90 can also be implemented by distributing all or part of each functional unit to a plurality of computers 90 interconnected via a network. The computer 90 is a concept that includes not only a single computer 90 but also a virtualized computer system.
制御部は、プロセッサ91が補助記憶装置93に記憶された各種プログラムを読み出して主記憶装置92に展開し、当該プログラムに従って処理を実行することにより実現される。制御部は、プログラムの種類に応じて様々な情報処理を行う機能ユニットを実現することができる。これにより、コンピュータは情報処理を行う情報処理装置として実現される。 The control unit is realized by the processor 91 reading out various programs stored in the auxiliary storage device 93, loading them into the main storage device 92, and executing processing according to the programs. The control unit can implement a functional unit that performs various information processing depending on the type of program. Thereby, the computer is realized as an information processing device that performs information processing.
記憶部は、主記憶装置92、補助記憶装置93により実現される。記憶部は、データ、各種プログラム、各種データベースを記憶する。また、プロセッサ91は、プログラムに従って記憶部に対応する記憶領域を主記憶装置92または補助記憶装置93に確保することができる。また、制御部は、各種プログラムに従ってプロセッサ91に、記憶部に記憶されたデータの追加、更新、削除処理を実行させることができる。 The storage unit is realized by a main storage device 92 and an auxiliary storage device 93. The storage unit stores data, various programs, and various databases. Further, the processor 91 can secure a storage area corresponding to the storage section in the main storage device 92 or the auxiliary storage device 93 according to the program. Further, the control unit can cause the processor 91 to execute processing for adding, updating, and deleting data stored in the storage unit according to various programs.
データベースは、リレーショナルデータベースを指し、行と列によって構造的に規定された表形式のテーブルと呼ばれるデータ集合を、互いに関連づけて管理するためのものである。データベースでは、表をテーブル、表の列をカラム、表の行をレコードと呼ぶ。リレーショナルデータベースでは、テーブル同士の関係を設定し、関連づけることができる。
通常、各テーブルにはレコードを一意に特定するためのキーとなるカラムが設定されるが、カラムへのキーの設定は必須ではない。制御部は、各種プログラムに従ってプロセッサ91に、記憶部に記憶された特定のテーブルにレコードを追加、削除、更新を実行させることができる。
A database refers to a relational database, which is used to manage data sets called tabular tables, which are structurally defined by rows and columns, in relation to each other. In a database, a table is called a table, a table column is called a column, and a table row is called a record. In a relational database, you can set and associate relationships between tables.
Usually, each table has a column set as a key to uniquely identify a record, but setting a key to a column is not essential. The control unit can cause the processor 91 to add, delete, or update records to a specific table stored in the storage unit according to various programs.
通信部は、通信IF99により実現される。通信部は、ネットワークを介して他のコンピュータ90と通信を行う機能を実現する。通信部は、他のコンピュータ90から送信された情報を受信し、制御部へ入力することができる。制御部は、各種プログラムに従ってプロセッサ91に、受信した情報に対する情報処理を実行させることができる。また、通信部は、制御部から出力された情報を他のコンピュータ90へ送信することができる。 The communication unit is realized by a communication IF 99. The communication unit realizes a function of communicating with other computers 90 via a network. The communication unit can receive information transmitted from other computers 90 and input it to the control unit. The control unit can cause the processor 91 to execute information processing on the received information according to various programs. Further, the communication unit can transmit information output from the control unit to another computer 90.
以上、本開示のいくつかの実施形態を説明したが、これら実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれると同様に、特許請求の範囲に記載された発明とその均等の範囲に含まれるものとする。 Although several embodiments of the present disclosure have been described above, these embodiments can be implemented in various other forms, and various omissions, substitutions, and changes can be made without departing from the gist of the invention. It can be performed. These embodiments and their modifications are included within the scope and gist of the invention as well as within the scope of the invention described in the claims and its equivalents.
<付記>
以上の各実施形態で説明した事項を以下に付記する。
<Additional notes>
The matters explained in each of the above embodiments are additionally described below.
(付記1)
プロセッサと、メモリとを備えるコンピュータに実行させるためのプログラムであって、プログラムは、プロセッサに、テスト設計書の指定を受け付けるステップと、指定を受け付けたテスト設計書において、所定の機能に含まれる複数のテスト項目のうち、少なくともいずれかのテスト項目に対する指定を受け付けるステップと、指定されたテスト項目のテストを実施するための情報をテストセットとして、任意のユーザがアクセス可能に記憶するステップと、任意のユーザからの要求に応じ、記憶するテストセットを読み出し、読み出したテストセットを、任意のユーザが作成しているテスト設計書の所定領域に挿入するステップとを実行させるプログラム。
(付記2)
記憶するステップにおいて、テスト項目のテストを実施するための情報は、テスト観点、確認項目、期待値、因子、水準、パターンを含む(付記1)に記載のプログラム。
(付記3)
記憶するステップにおいて、テストセットに関する文章を、テストセットと関連付けて記憶する(付記1)又は(付記2)に記載のプログラム。
(付記4)
記憶するステップにおいて、テストセットに関する文章は、テストセットについての説明、又はテストセットに基づくテストを実施したテスターからのコメントである(付記3)に記載のプログラム。
(付記5)
記憶するステップにおいて、類似するテストセットが既に記憶されている場合、テスト項目の指定、テストセットの名称の設定、又はこれらの両方を再度受け付ける(付記1)乃至(付記4)のいずれかに記載のプログラム。
(付記6)
記憶するステップにおいて、類似するテストセットが既に記憶されている場合、指定されたテスト項目に係るテストセットの内容と、既に記憶されているテストセットの内容とを比較可能に、テスト項目を指定したユーザへ提示する(付記1)乃至(付記5)のいずれかに記載のプログラム。
(付記7)
記憶するステップにおいて、指定されたテスト項目に係るテストセットの内容と、既に記憶されているテストセットの内容とが異なるが、これらのテストセットの名称が類似する場合、既に記憶されているテストセットとは異なる名称での記憶を提案する(付記1)乃至(付記6)のいずれかに記載のプログラム。
(付記8)
テスト設計書を作成する際に情報を入力するための領域に、任意のユーザから文字の入力を受け付けると、入力された文字と関連するテストセットを、任意のユーザに提示するステップをプロセッサに実行させる(付記1)乃至(付記7)のいずれかに記載のプログラム。
(付記9)
提示するステップにおいて、入力された文字と関連するテストセットが複数ある場合、テスト設計書の作成日、含まれるテスト項目の多さ、不具合発生率の高さ、流用回数の多さ、又はテストセット名の語順に基づく順番で、複数のテストセットを提示する(付記8)に記載のプログラム。
(付記10)
テストセットを利用して作成したテスト設計書に基づくテストケースのテスト結果を記憶するステップと、テストセットに係るテストケースのテスト結果を分析するステップと、任意のユーザがテスト設計書を作成する際、任意のユーザが利用可能なテストセットを、当該テストセットに係るテストケースのテスト結果を分析した結果と共に提示するステップとをプロセッサに実行させる(付記1)乃至(付記9)のいずれかに記載のプログラム。
(付記11)
提示するステップにおいて、利用可能なテストセットが複数ある場合、分析した結果に基づく順序で、複数のテストセットを提示する(付記10)に記載のプログラム。
(付記12)
テストセットが利用された回数を集計するステップと、集計結果を分析するステップと、任意のユーザがテスト設計書を作成する際、任意のユーザが利用可能なテストセットを、当該テストセットの利用回数を分析した結果と共に提示するステップとをプロセッサに実行させる(付記1)乃至(付記11)のいずれかに記載のプログラム。
(付記13)
提示するステップにおいて、利用可能なテストセットが複数ある場合、分析した結果に基づく順序で、複数のテストセットを提示する(付記12)に記載のプログラム。
(付記14)
プロセッサと、メモリとを備えるコンピュータに実行される方法であって、プロセッサが、テスト設計書の指定を受け付けるステップと、指定を受け付けたテスト設計書において、所定の機能に含まれる複数のテスト観点のうち、少なくともいずれかのテスト観点に対する指定を受け付けるステップと、指定されたテスト観点のテストを実施するための情報をテストセットとして、任意のユーザがアクセス可能に記憶するステップと、任意のユーザからの要求に応じ、記憶するテストセットを読み出し、読み出したテストセットを、任意のユーザが作成しているテスト設計書の所定領域に挿入するステップとを実行する方法。
(付記15)
制御部と、記憶部とを備える情報処理装置であって、制御部が、テスト設計書の指定を受け付けるステップと、指定を受け付けたテスト設計書において、所定の機能に含まれる複数のテスト観点のうち、少なくともいずれかのテスト観点に対する指定を受け付けるステップと、指定されたテスト観点のテストを実施するための情報をテストセットとして、任意のユーザがアクセス可能に記憶するステップと、任意のユーザからの要求に応じ、記憶するテストセットを読み出し、読み出したテストセットを、任意のユーザが作成しているテスト設計書の所定領域に挿入するステップとを実行する情報処理装置。
(付記16)
テスト設計書の指定を受け付ける手段と、指定を受け付けたテスト設計書において、所定の機能に含まれる複数のテスト観点のうち、少なくともいずれかのテスト観点に対する指定を受け付ける手段と、指定されたテスト観点のテストを実施するための情報をテストセットとして、任意のユーザがアクセス可能に記憶する手段と、任意のユーザからの要求に応じ、記憶するテストセットを読み出し、読み出したテストセットを、任意のユーザが作成しているテスト設計書の所定領域に挿入する手段とを具備するシステム。
(Additional note 1)
A program for causing a computer including a processor and a memory to execute the program, the program includes the steps of: receiving a specification of a test design document; a step of accepting a specification for at least one of the test items of the test items; a step of storing information for conducting a test of the specified test item as a test set so that any user can access it; A program that reads a stored test set in response to a request from a user, and inserts the read test set into a predetermined area of a test design document created by an arbitrary user.
(Additional note 2)
In the storing step, the information for testing the test items includes a test viewpoint, confirmation items, expected values, factors, levels, and patterns (Appendix 1).
(Additional note 3)
In the storing step, the program according to (Appendix 1) or (Appendix 2) stores a sentence related to the test set in association with the test set.
(Additional note 4)
In the program according to appendix 3, in the storing step, the text regarding the test set is an explanation about the test set or a comment from a tester who conducted a test based on the test set.
(Appendix 5)
In the step of storing, if a similar test set is already stored, specifying the test item, setting the name of the test set, or accepting both of these again (Appendix 1) to (Appendix 4) program.
(Appendix 6)
In the storing step, if a similar test set is already stored, the test item is specified so that the contents of the test set related to the specified test item can be compared with the contents of the already stored test set. The program according to any one of (Appendix 1) to (Appendix 5) to be presented to a user.
(Appendix 7)
In the storing step, if the contents of the test set related to the specified test item are different from the contents of the already stored test set, but the names of these test sets are similar, the already stored test set is used. The program according to any one of (Appendix 1) to (Appendix 6) that proposes storage under a name different from .
(Appendix 8)
When inputting characters from any user in the area for inputting information when creating a test design document, the processor executes a step of presenting the test set related to the input characters to the arbitrary user. The program according to any one of (Appendix 1) to (Appendix 7).
(Appendix 9)
In the step to present, if there are multiple test sets related to the input characters, the creation date of the test design document, the number of test items included, the high failure rate, the high number of times the test set is used, or the test set. The program according to appendix 8, which presents a plurality of test sets in an order based on the word order of first names.
(Appendix 10)
A step of storing the test results of test cases based on the test design document created using the test set, a step of analyzing the test results of the test case related to the test set, and a step when any user creates the test design document. , causing the processor to execute the step of presenting a test set available to any user together with the results of analyzing test results of test cases related to the test set (Appendix 1) to (Appendix 9). program.
(Appendix 11)
In the presenting step, if there are multiple test sets available, the program according to appendix 10 presents the multiple test sets in an order based on the analyzed results.
(Appendix 12)
A step of aggregating the number of times a test set has been used, a step of analyzing the aggregation results, and a step of aggregating the number of times a test set has been used, and a step of analyzing the aggregation results. The program according to any one of (Appendix 1) to (Appendix 11), which causes the processor to execute the step of presenting the analysis results together with the results of the analysis.
(Appendix 13)
In the presenting step, if there are multiple test sets available, the program according to appendix 12 presents the multiple test sets in an order based on the analyzed results.
(Appendix 14)
A method executed by a computer comprising a processor and a memory, the processor receiving a specification of a test design, and in the accepted test design, specifying a plurality of test viewpoints included in a predetermined function. The steps include a step of accepting a designation for at least one of the test viewpoints, a step of storing information for implementing a test of the specified test viewpoint as a test set so that it can be accessed by any user, and a step of receiving a designation from any user. A method of reading a stored test set in response to a request and inserting the read test set into a predetermined area of a test design document created by an arbitrary user.
(Appendix 15)
An information processing device comprising a control unit and a storage unit, wherein the control unit receives a designation of a test design document, and in the test design document for which the designation is accepted, a plurality of test viewpoints included in a predetermined function are specified. The steps include a step of accepting a designation for at least one of the test viewpoints, a step of storing information for implementing a test of the specified test viewpoint as a test set so that it can be accessed by any user, and a step of receiving a designation from any user. An information processing apparatus that reads a stored test set in response to a request, and inserts the read test set into a predetermined area of a test design document created by an arbitrary user.
(Appendix 16)
a means for accepting the specification of a test design document; a means for accepting the specification of at least one test perspective among a plurality of test perspectives included in a predetermined function in the test design document for which the specification has been accepted; A means for storing information for carrying out a test as a test set so that any user can access it; and a means for inserting the test design into a predetermined area of the test design document created by the system.
1…システム
10…端末装置
121…通信部
13…入力装置
131…マウス
132…キーボード
133…タッチ・センシティブ・デバイス
14…出力装置
141…ディスプレイ
15…メモリ
16…ストレージ
180…記憶部
190…制御部
191…操作受付部
192…送受信部
193…提示制御部
19…プロセッサ
20…サーバ
201…通信部
202…記憶部
203…制御部
25…メモリ
26…ストレージ
29…プロセッサ
80…ネットワーク
1...System 10...Terminal device 121...Communication unit 13...Input device 131...Mouse 132...Keyboard 133...Touch sensitive device 14...Output device 141...Display 15...Memory 16...Storage 180...Storage unit 190...Control unit 191 …Operation reception unit 192…Transmission/reception unit 193…Presentation control unit 19…Processor 20…Server 201…Communication unit 202…Storage unit 203…Control unit 25…Memory 26…Storage 29…Processor 80…Network
Claims (16)
テスト設計書の指定を受け付けるステップと、
指定を受け付けた前記テスト設計書において、所定の機能をテストするための複数のテスト項目のうち、2以上のテスト項目に対する指定を受け付けるステップと、
指定された2以上の前記テスト項目のテストを実施するための情報をテストセットとして、任意のユーザがアクセス可能に記憶するステップと、
任意の前記ユーザからの要求に応じ、記憶するテストセットを読み出し、読み出したテストセットを、任意の前記ユーザが作成しているテスト設計書の所定領域に挿入するステップと
を実行させるプログラム。 A program for causing a computer including a processor and a memory to execute, the program causing the processor to:
a step of accepting specification of a test design document;
a step of receiving specifications for two or more test items among a plurality of test items for testing a predetermined function in the test design document for which specifications have been accepted;
storing information for carrying out a test of two or more specified test items as a test set so that any user can access it;
A program that reads a stored test set in response to a request from any of the users, and inserts the read test set into a predetermined area of a test design document created by any of the users.
前記テストセットに係るテストケースのテスト結果を分析し、不具合率を算出するステップと、
任意の前記ユーザがテスト設計書を作成する際、任意の前記ユーザが利用可能なテストセットを、当該テストセットに係るテストケースのテスト結果に基づいて算出した不具合率と共に提示するステップと
を前記プロセッサに実行させる請求項1記載のプログラム。 a step of storing test results of test cases based on the test design document created using the test set;
analyzing test results of test cases related to the test set and calculating a failure rate ;
When the arbitrary user creates a test design document, the step of presenting the test set available to the arbitrary user along with the failure rate calculated based on the test result of the test case related to the test set. The program according to claim 1, which is executed by a processor.
前記集計結果を分析し、流用回数に関するパラメータを算出するステップと、
任意の前記ユーザがテスト設計書を作成する際、任意の前記ユーザが利用可能なテストセットを、当該テストセットの流用回数に関する前記パラメータと共に提示するステップと
を前記プロセッサに実行させる請求項1記載のプログラム。 aggregating the number of times the test set has been used;
analyzing the aggregation results and calculating parameters related to the number of diversions ;
2. The processor according to claim 1, wherein when an arbitrary user creates a test design document, the processor executes the step of presenting a test set available to the arbitrary user together with the parameter regarding the number of times the test set is used. program.
テスト設計書の指定を受け付けるステップと、
指定を受け付けた前記テスト設計書において、所定の機能をテストするための複数のテスト項目のうち、2以上のテスト項目に対する指定を受け付けるステップと、
指定された2以上の前記テスト項目のテストを実施するための情報をテストセットとして、任意のユーザがアクセス可能に記憶するステップと、
任意の前記ユーザからの要求に応じ、記憶するテストセットを読み出し、読み出したテストセットを、任意の前記ユーザが作成しているテスト設計書の所定領域に挿入するステップと
を実行する方法。 A method implemented in a computer comprising a processor and a memory, the processor comprising:
a step of accepting specification of a test design document;
a step of receiving specifications for two or more test items among a plurality of test items for testing a predetermined function in the test design document for which specifications have been accepted;
storing information for carrying out a test of two or more specified test items as a test set so that any user can access it;
The method includes the steps of: reading out a stored test set in response to a request from any of the users; and inserting the read test set into a predetermined area of a test design document created by any of the users.
テスト設計書の指定を受け付けるステップと、
指定を受け付けた前記テスト設計書において、所定の機能をテストするための複数のテスト項目のうち、2以上のテスト項目に対する指定を受け付けるステップと、
指定された2以上の前記テスト項目のテストを実施するための情報をテストセットとして、任意のユーザがアクセス可能に記憶するステップと、
任意の前記ユーザからの要求に応じ、記憶するテストセットを読み出し、読み出したテストセットを、任意の前記ユーザが作成しているテスト設計書の所定領域に挿入するステップと
を実行する情報処理装置。 An information processing device comprising a control section and a storage section, the control section comprising:
a step of accepting specification of a test design document;
a step of receiving specifications for two or more test items among a plurality of test items for testing a predetermined function in the test design document for which specifications have been accepted;
storing information for carrying out a test of two or more specified test items as a test set so that any user can access it;
An information processing apparatus that reads a stored test set in response to a request from any of the users, and inserts the read test set into a predetermined area of a test design document created by any of the users.
指定を受け付けた前記テスト設計書において、所定の機能をテストするための複数のテスト項目のうち、2以上のテスト項目に対する指定を受け付ける手段と、
指定された2以上の前記テスト項目のテストを実施するための情報をテストセットとして、任意のユーザがアクセス可能に記憶する手段と、
任意の前記ユーザからの要求に応じ、記憶するテストセットを読み出し、読み出したテストセットを、任意の前記ユーザが作成しているテスト設計書の所定領域に挿入する手段と
を具備するシステム。 A means for accepting the specification of a test design document;
means for accepting designations for two or more test items among a plurality of test items for testing a predetermined function in the test design document for which designations have been accepted;
means for storing information for carrying out a test of two or more specified test items as a test set so that any user can access it;
A system comprising means for reading a stored test set in response to a request from any of the users and inserting the read test set into a predetermined area of a test design document created by any of the users.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2022194349A JP7344521B1 (en) | 2022-12-05 | 2022-12-05 | Program, method, information processing device, and system |
JP2023136869A JP2024081110A (en) | 2022-12-05 | 2023-08-25 | Program, method, information processor, and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2022194349A JP7344521B1 (en) | 2022-12-05 | 2022-12-05 | Program, method, information processing device, and system |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2023136869A Division JP2024081110A (en) | 2022-12-05 | 2023-08-25 | Program, method, information processor, and system |
Publications (2)
Publication Number | Publication Date |
---|---|
JP7344521B1 true JP7344521B1 (en) | 2023-09-14 |
JP2024080972A JP2024080972A (en) | 2024-06-17 |
Family
ID=87934881
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2022194349A Active JP7344521B1 (en) | 2022-12-05 | 2022-12-05 | Program, method, information processing device, and system |
JP2023136869A Pending JP2024081110A (en) | 2022-12-05 | 2023-08-25 | Program, method, information processor, and system |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2023136869A Pending JP2024081110A (en) | 2022-12-05 | 2023-08-25 | Program, method, information processor, and system |
Country Status (1)
Country | Link |
---|---|
JP (2) | JP7344521B1 (en) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004220330A (en) | 2003-01-15 | 2004-08-05 | Toshiba Solutions Corp | Test specification preparation support device, test specification preparation method, construction method for database, and test specification preparation program |
JP2007334837A (en) | 2006-06-19 | 2007-12-27 | Ricoh Co Ltd | Test scenario creation method, program and recording medium |
JP2017041171A (en) | 2015-08-21 | 2017-02-23 | 株式会社日立製作所 | Test scenario generation support device and test scenario generation support method |
JP2017138851A (en) | 2016-02-04 | 2017-08-10 | 株式会社ベリサーブ | Test design assist system, test design assist method, and test design assist program |
JP2022041859A (en) | 2020-08-31 | 2022-03-11 | 株式会社Shift | Program, method, information processing apparatus, and system |
-
2022
- 2022-12-05 JP JP2022194349A patent/JP7344521B1/en active Active
-
2023
- 2023-08-25 JP JP2023136869A patent/JP2024081110A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004220330A (en) | 2003-01-15 | 2004-08-05 | Toshiba Solutions Corp | Test specification preparation support device, test specification preparation method, construction method for database, and test specification preparation program |
JP2007334837A (en) | 2006-06-19 | 2007-12-27 | Ricoh Co Ltd | Test scenario creation method, program and recording medium |
JP2017041171A (en) | 2015-08-21 | 2017-02-23 | 株式会社日立製作所 | Test scenario generation support device and test scenario generation support method |
JP2017138851A (en) | 2016-02-04 | 2017-08-10 | 株式会社ベリサーブ | Test design assist system, test design assist method, and test design assist program |
JP2022041859A (en) | 2020-08-31 | 2022-03-11 | 株式会社Shift | Program, method, information processing apparatus, and system |
Also Published As
Publication number | Publication date |
---|---|
JP2024081110A (en) | 2024-06-17 |
JP2024080972A (en) | 2024-06-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9910870B2 (en) | System and method for creating data models from complex raw log files | |
CN106648569B (en) | Target serialization realization method and device | |
CN111722839A (en) | Code generation method and device, electronic equipment and storage medium | |
CN111427577A (en) | Code processing method and device and server | |
US20210124752A1 (en) | System for Data Collection, Aggregation, Storage, Verification and Analytics with User Interface | |
US10019519B2 (en) | Methods and systems for utilizing global entities in software applications | |
JP7347888B1 (en) | Program, method, information processing device, system | |
JP7344521B1 (en) | Program, method, information processing device, and system | |
CN116992850A (en) | Enterprise report text generation method and device and electronic equipment | |
WO2020093613A1 (en) | Page data processing method and apparatus, storage medium, and computer device | |
KR20130126012A (en) | Method and apparatusfor providing report of business intelligence | |
CN112035754B (en) | Trademark retrieval method and device, electronic equipment and storage medium | |
JP6204923B2 (en) | Assessment device, assessment system, assessment method, and program | |
JP2018045619A (en) | Analysis program, analysis method, and analysis device | |
CN110515946B (en) | Data extraction method, device, equipment and computer readable storage medium | |
JP6191277B2 (en) | Information processing apparatus, information processing method, and program | |
CN115114280A (en) | Report generation processing method, device and equipment | |
CN111859985A (en) | AI customer service model testing method, device, electronic equipment and storage medium | |
CN111680112B (en) | Data analysis method and device | |
US20240177511A1 (en) | Generating synthetic training data including document images with key-value pairs | |
CN114327377B (en) | Method and device for generating demand tracking matrix, computer equipment and storage medium | |
US20240061762A1 (en) | On-demand contextual trace log generation | |
JP2013065077A (en) | Insurance premium calculation system, insurance premium calculation device, and program | |
CN117743443A (en) | Data acquisition method and device, electronic equipment and storage medium | |
CN118070291A (en) | Vulnerability information processing method and electronic equipment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20221205 |
|
A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20221205 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20230316 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20230512 |
|
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: 20230804 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20230825 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7344521 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |