JP2017016507A - Test management system and program - Google Patents

Test management system and program Download PDF

Info

Publication number
JP2017016507A
JP2017016507A JP2015134351A JP2015134351A JP2017016507A JP 2017016507 A JP2017016507 A JP 2017016507A JP 2015134351 A JP2015134351 A JP 2015134351A JP 2015134351 A JP2015134351 A JP 2015134351A JP 2017016507 A JP2017016507 A JP 2017016507A
Authority
JP
Japan
Prior art keywords
test
job
execution
information
net
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2015134351A
Other languages
Japanese (ja)
Other versions
JP5989194B1 (en
Inventor
最澄 石井
Yoshizumi Ishii
最澄 石井
一也 相原
Kazuya Aihara
一也 相原
中村 成克
Shigekatsu Nakamura
成克 中村
竜太 佐川
Ryuta Sagawa
竜太 佐川
洋一郎 山野
Yoichiro Yamano
洋一郎 山野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Daiwa Institute of Research Ltd
Original Assignee
Daiwa Institute of Research Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Daiwa Institute of Research Ltd filed Critical Daiwa Institute of Research Ltd
Priority to JP2015134351A priority Critical patent/JP5989194B1/en
Application granted granted Critical
Publication of JP5989194B1 publication Critical patent/JP5989194B1/en
Publication of JP2017016507A publication Critical patent/JP2017016507A/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a test management system that is capable of unifying test quality, shortening a delivery period, and lightening workload of a person in charge of test.SOLUTION: Test resource storage means 52 for storing test data and test scenario; job storage means 42 for combining a plurality of jobs including a test environment construction job which sets test data to a test object system 200 and a test job which executes test by using a test scenario, and storing a job net formed by specifying their execution sequence; and job execution means 23 for continuously executing a plurality of jobs according to the execution sequence specified by the job net, arraying each diagram showing each of the plurality of jobs according to the execution sequence to display on a screen, and displaying test progress are provided, and thus constituting a test management system 10.SELECTED DRAWING: Figure 1

Description

本発明は、テスト対象システムの動作確認テストの実行および管理を行うコンピュータにより構成されたテスト管理システムおよびプログラムに係り、例えば、分散系アプリケーションシステムの開発において継続的に実行されるテスト等に利用できる。   The present invention relates to a test management system and program configured by a computer that executes and manages an operation check test of a test target system, and can be used for, for example, a test continuously executed in development of a distributed application system. .

一般に、分散系アプリケーションシステム等のような複雑または大規模なシステムの開発においては、ビルドやデプロイを含むテストを繰り返し行う継続的インテグレーション(CI:continuous integration)が実践されている。   In general, in the development of a complex or large-scale system such as a distributed application system, continuous integration (CI) in which tests including build and deployment are repeated is practiced.

従来、このような継続的インテグレーションを実現するために、一部のテストについては、テストツールを用いてテストの自動化を行っていた。また、テスト手順書を作成し、それに従ってテストを行うことにより、テスト担当者毎の手順のばらつきを抑え、テストの品質の均一化、テストの信頼性の向上を図っていた。   Conventionally, in order to realize such continuous integration, some tests have been automated using test tools. In addition, by creating a test procedure manual and conducting tests according to the test procedure document, variations in procedure among test personnel were suppressed, and test quality was made uniform and test reliability improved.

さらに、テストが失敗した場合には、失敗原因を解析するため、失敗の情報を人手により課題管理表に登録し、アプリケーションの修正等に役立てていた。   Furthermore, when the test fails, in order to analyze the cause of the failure, the failure information is manually registered in the problem management table, which is useful for application correction and the like.

また、非常に多くのテスト結果(例えば、数千から数万のテスト結果)を用いて、テストの実行時間の分布解析やテストの成功率の算出等の分析を人手により行い、テスト結果を検証していた。そして、各テストの際に使用したテストデータや、テスト手順書等のドキュメント類の管理も人手により行っていた。   In addition, using a large number of test results (for example, thousands to tens of thousands of test results), analysis such as distribution of test execution time and calculation of test success rate is performed manually to verify the test results. Was. In addition, the test data used in each test and the documents such as test procedure manuals are manually managed.

一方、近年では、継続的インテグレーションをサポートするソフトウェア(以下、CIツールという。)を使用する傾向も強まってきている。例えば、ジェンキンス(Jenkins)と呼ばれるオープンソースのCIツールが開発されている。また、一部のテストの実行を自動化したツールも存在する(非特許文献1,2参照)。   On the other hand, in recent years, a tendency to use software that supports continuous integration (hereinafter referred to as a CI tool) is also increasing. For example, an open source CI tool called Jenkins has been developed. There are also tools that automate the execution of some tests (see Non-Patent Documents 1 and 2).

日本ヒューレット・パッカード株式会社、“Quick Test Professional マニュアル”、[online]、同社ホームページ、[平成27年5月25日検索]、インターネット<URL:http://h50146.www5.hp.com/doc/manual/openview/qtp.html>Hewlett-Packard Japan, “Quick Test Professional Manual”, [online], the company's homepage, [Search May 25, 2015], Internet <URL: http://h50146.www5.hp.com/doc/ manual / openview / qtp.html> 株式会社野村総合研究所、“Test Platform Package「てぷらぱ」”、[online]、同社ホームページ、[平成27年5月25日検索]、インターネット<URL:http://teplapa.nri.co.jp/>Nomura Research Institute, Ltd., “Test Platform Package“ Tepura ””, [online], the company's homepage, [Search May 25, 2015], Internet <URL: http://teplapa.nri.co. jp / >

前述したように、従来、一部のテストについては、テストツールを用いてテストの自動化を行っていたが、各テストツールは、単一のテストに対応したものであり、複数のテストを自動的に連続実行することはできなかった。従って、テストが完全に自動化されておらず、手作業で実行・確認をしているため、いわゆるヒューマンエラーが一定の確率で発生していた。また、それに伴う手戻りが発生し、開発対象のシステムの納期の遅延に繋がっていた。さらに、人手による作業であるため、一連のテストを繰り返し行うには、膨大な時間が必要であり、開発の全所要期間に対してテストの所要時間が占める割合は、かなり大きいものであった。そして、手動でテストを行っているので、時間や予算の都合上、十分なテストを行うことができないことも多々あった。   As mentioned earlier, some tests have traditionally been automated using test tools, but each test tool supports a single test and automatically tests multiple tests. Could not run continuously. Therefore, since the test is not completely automated and is executed and confirmed manually, a so-called human error has occurred with a certain probability. In addition, rework accompanying it occurred, leading to a delay in the delivery date of the development target system. Furthermore, since it is a manual work, it takes a lot of time to repeat a series of tests, and the ratio of the time required for testing to the total development period is quite large. In addition, since the tests are performed manually, there are many cases where sufficient tests cannot be performed due to time and budget reasons.

また、テスト手順書を作成し、これに従い、テストを実施していたが、人手による作業であるため、属人化が発生し、個人の技量によりテスト手順が異なってくる場合もあった。これに伴い、テストの品質や信頼性、さらにはシステムの開発効率が、複数のテスト担当者の個々人で異なってくることもあった。そして、人手による作業であるため、人事異動があるたびに、教育コストが発生するとともに、異動直後には、様々なトラブルが発生する傾向にあった。   In addition, a test procedure document was prepared and a test was performed according to the test procedure. However, since this was a manual operation, personalization occurred, and the test procedure might differ depending on individual skills. As a result, test quality and reliability, as well as system development efficiency, may differ among multiple testers. And since it is a manual work, every time there is a personnel change, an educational cost is incurred, and various troubles tend to occur immediately after the change.

さらに、テストが失敗した場合には、その都度、失敗の情報を人手により課題管理表に登録し、解析を行い、解析で得られた失敗事由を記載していたが、テストフェーズの前半では、多くの失敗が発生するため、膨大な件数の失敗の情報を手作業で課題管理していた。また、関連するエラーログ等を、課題登録とは別途にファイルサーバに配置し、紐付けを行っていた。しかし、課題登録や関連するエラーログ等の紐づけは負荷の高い作業であるため、十分に行われておらず、失敗事由の解析に時間がかかっていた。また、失敗に関する情報不足により解析できないケースも多々あった。   Furthermore, each time a test fails, the failure information was manually registered in the issue management table and analyzed, and the failure reason obtained by the analysis was described. In the first half of the test phase, Since many failures occur, information on the huge number of failures was manually managed. In addition, related error logs and the like are placed on a file server separately from assignment registration, and linked. However, assignment registration and related error log linking is a heavy work, so it has not been performed sufficiently, and it took time to analyze the reason for failure. There were also many cases that could not be analyzed due to lack of information on failure.

また、非常に多くのテスト結果(例えば、数千から数万のテスト結果)を用いて統計分析を行い、テスト結果を検証していたが、人手による分析作業であるため、負荷が高かった。そして、負荷が高い作業であるため、分析が行われないこともあった。さらに、各テストの際に使用したテストデータや、テスト手順書等のドキュメント類の管理も人手により行っていたので、各テストまたはそれらの成功・失敗の情報と、各テストの際に使用したテストデータやドキュメント類の紐付けが十分に行われていなかった。また、いつ、誰がテストを行ったのかも人手による管理となっていたので、同様に紐付けが十分に行われていなかった。このため、効果的な分析ができない、あるいは分析が十分に活かされないという事情があった。   In addition, statistical analysis was performed using a large number of test results (for example, thousands to tens of thousands of test results), and the test results were verified. However, since this was a manual analysis work, the load was high. And since it was a heavy work, there was a case where analysis was not performed. Furthermore, since the test data used for each test and the documents such as test procedure manuals were manually managed, each test or their success / failure information and the test used for each test Data and documents were not linked sufficiently. In addition, since the person who performed the test was manually managed, it was similarly not sufficiently linked. For this reason, there has been a situation where effective analysis cannot be performed or analysis cannot be fully utilized.

本発明の目的は、テスト品質の均一化、納期の短縮、テスト担当者の作業負担の軽減を図ることができるテスト管理システムおよびプログラムを提供するところにある。   An object of the present invention is to provide a test management system and a program capable of achieving uniform test quality, shortening the delivery time, and reducing the work burden on a tester.

本発明は、テスト対象システムの動作確認テストの実行および管理を行うコンピュータにより構成されたテスト管理システムであって、
テスト対象システムに格納若しくは配置するテストデータおよびテスト内容を指定したテストシナリオを記憶するテスト資源記憶手段と、
このテスト資源記憶手段に記憶されたテストデータをテスト対象システムに格納若しくは配置するテスト環境構築ジョブ、およびテスト資源記憶手段に記憶されたテストシナリオを用いてテストを実行するテストジョブを含む複数のジョブを組み合わせてこれらのジョブの実行順序を指定して形成されたジョブネットを記憶するジョブ記憶手段と、
このジョブ記憶手段に記憶されたジョブネットで指定されている実行順序に従って複数のジョブを連続実行するジョブ実行処理、複数のジョブのそれぞれを示す複数の図形を実行順序の通りに並べて画面表示するとともに各図形の中若しくはその近傍にジョブの名称および/またはジョブの内容を簡単に示す説明文を表示するジョブ図形表示処理、並びに、複数の図形を用いて実行中のジョブを示すテスト進捗表示処理を実行するジョブ実行手段と
を備えたことを特徴とするものである。
The present invention is a test management system configured by a computer that executes and manages an operation check test of a test target system,
Test resource storage means for storing test data to be stored or arranged in a test target system and a test scenario specifying a test content;
A plurality of jobs including a test environment construction job for storing or arranging the test data stored in the test resource storage unit in the test target system, and a test job for executing a test using the test scenario stored in the test resource storage unit A job storage means for storing a job net formed by specifying the execution order of these jobs in combination,
A job execution process for continuously executing a plurality of jobs in accordance with the execution order specified in the job net stored in the job storage means, and a plurality of figures indicating each of the plurality of jobs are arranged and displayed on the screen in the execution order. A job graphic display process that displays a job name and / or an explanatory text that briefly indicates the job contents in or near each graphic, and a test progress display process that indicates a job being executed using multiple graphics And a job execution means for executing.

ここで、「ジョブ記憶手段」は、ジョブネットを記憶し、「ジョブ実行手段」は、ジョブネットを構成する複数のジョブを連続実行する旨が記載されているが、本発明は、単体のジョブの記憶や実行を排除するものではなく、要するに、ジョブネットを記憶し、実行することができるようになっていればよい趣旨である。   Here, it is described that “job storage means” stores a job net, and “job execution means” continuously executes a plurality of jobs constituting the job net. In other words, it is only necessary that the job net can be stored and executed.

このような本発明のテスト管理システムにおいては、ジョブ記憶手段により、ジョブネットを記憶することができ、ジョブ実行手段により、そのジョブネットを実行することができるので、テスト環境構築ジョブおよびテストジョブを含む複数のジョブを、指定した実行順序に従って連続実行することが可能となる。   In such a test management system of the present invention, the job net can be stored by the job storage means, and the job net can be executed by the job execution means. A plurality of jobs can be continuously executed according to the designated execution order.

このため、一連のテストについて、手作業が少なくなり、いわゆるヒューマンエラーの発生確率が抑制されるので、納期の短縮や、テスト担当者の作業負担の軽減を図ることが可能となる。   For this reason, manual work is reduced for a series of tests, and the occurrence probability of so-called human error is suppressed, so that it is possible to shorten the delivery time and reduce the work load of the person in charge of the test.

また、従来は手作業が多いことから、時間や予算の都合上、十分なテストを行うことができない場合も多々あったが、ジョブネットの構成ジョブの連続実行の実現により、そのような事態を回避可能となり、テストの品質や信頼性を高めることが可能となる。   In addition, because there are many manual operations in the past, there were many cases where sufficient tests could not be performed due to time and budget reasons, but such a situation was realized by realizing continuous execution of job net configuration jobs. This makes it possible to avoid the problem and improve the quality and reliability of the test.

さらに、従来のテストは、テスト手順書に従って行う人手による作業が多かったため、属人化が発生し、個人の技量によりテスト手順が異なってくる場合もあったが、ジョブネットの構成ジョブの連続実行の実現により、そのような属人化が抑制されるので、テストの品質や信頼性についての均質化が図られ、さらにはシステムの開発効率について個人間の差異が少なくなり、均一化が図られる。そして、人手による作業が少なくなることから、人事異動があるたびに教育コストが発生する、あるいは異動直後に様々なトラブルが発生するといった諸問題も解決することが可能となる。   In addition, the conventional test involves a lot of manual work in accordance with the test procedure manual, so personalization occurs and the test procedure may differ depending on individual skills, but continuous execution of job net configuration jobs As a result, the homogenization of test quality and reliability can be achieved, and differences in system development efficiency between individuals can be reduced and uniformized. . Further, since manual work is reduced, it is possible to solve various problems such as an educational cost each time a personnel change occurs or various troubles occur immediately after the change.

また、ジョブ実行手段により、ジョブ図形表示処理、およびテスト進捗表示処理が行われるので、この可視化により、テスト担当者は、実行手順を含めたテストの全体的内容や、テストの進捗を画面上で容易に把握し、理解することが可能となるため、テスト担当者の確認や監視の負担が減り、これによってもテスト担当者の作業負担の軽減が図られる。   In addition, job graphic display processing and test progress display processing are performed by the job execution means. By this visualization, the person in charge of the test can view the overall content of the test including the execution procedure and the progress of the test on the screen. Since it is possible to easily grasp and understand, the burden of confirmation and monitoring of the tester is reduced, and this also reduces the work load of the tester.

さらに、テストで使用するテストデータやテストシナリオは、テスト資源記憶手段に記憶され、ジョブ実行手段は、そこに記憶されたテストデータやテストシナリオを使用してテストを実施するので、従来のように特定のテスト担当者やアプリケーション開発者が、自分に関係するテストデータやテストシナリオを自分で保存・管理するという状況を解消することができる。このため、他の者、例えば、テスト担当やアプリケーション開発を引き継いだ者、一時的に交替する者等が、テスト資源記憶手段に記憶されているテストデータやテストシナリオを再利用して次回テストを実施することや、それらの更新作業を行うことが可能となるので、テスト準備にかかる時間と手間を大幅に削減することができ、テストの品質の標準化、信頼性の向上を図ることができるようになる。   Furthermore, test data and test scenarios used in the test are stored in the test resource storage means, and the job execution means uses the test data and test scenarios stored in the test execution means to perform the test. It is possible to eliminate the situation where a specific tester or application developer stores and manages test data and test scenarios related to himself / herself. For this reason, another person, for example, a person in charge of test or application development, or a person who temporarily replaces the test data or test scenario stored in the test resource storage means can reuse the next test. Since it is possible to implement and update them, the time and effort required for test preparation can be greatly reduced, and standardization of test quality and improvement of reliability can be achieved. become.

そして、従来、一連のテストのうちの一部の工程について、テスト担当者が人手による操作で個別に起動して使用していた1つまたは複数のテストツール(単機能のテストロボット)を、ジョブネットを構成する1つまたは複数のテストジョブの実行により自動的に呼び出して起動させれば、任意の数の既存または新設のテストツールの自動連携を実現することが可能となる。   In the past, one or more test tools (single-function test robots) that were individually activated and used manually by the tester for some processes in a series of tests If automatically called and started by executing one or a plurality of test jobs constituting the net, it is possible to realize automatic cooperation of an arbitrary number of existing or new test tools.

また、テスト管理システムを通してテストツール(単機能のテストロボット)を利用することで、実行したテストにおいて、どのテストツールを利用したのかをビルドの情報として記録しておけば、テスト管理システムにおける各テストツールの稼働状況を把握することが可能となる。このため、経済効果、投資対効果の測定が可能になり、その結果、利用状況に応じたテストツールの強化・改善等を行うことができるようになり、これらにより前記目的が達成される。   Also, by using a test tool (single-function test robot) through the test management system, it is possible to record which test tool was used as the build information in the executed test. It is possible to grasp the operating status of the tool. This makes it possible to measure economic effects and return on investment. As a result, the test tool can be strengthened / improved according to the usage situation, and the object can be achieved.

また、前述したテスト管理システムにおいて、
ジョブ記憶手段に記憶されたジョブネットのうち自動実行の対象として予め指定されているジョブネットの構成ジョブについて、テスト資源記憶手段に記憶された構成ジョブの実行に用いられるテストデータまたはテストシナリオが更新されたか否かを監視し、更新されたと判断した場合には、ジョブ実行手段によるジョブ実行処理を開始させる処理を実行するテスト自動実行手段を備えていることが望ましい。
In the test management system described above,
The test data or test scenario used to execute the configuration job stored in the test resource storage unit is updated for the job net configuration job that is specified in advance as an automatic execution target among the job nets stored in the job storage unit It is desirable to include test automatic execution means for executing processing for starting job execution processing by the job execution means when it is determined whether or not it has been updated.

このようにテスト自動実行手段を備えた構成とした場合には、アプリケーション等の更新に伴い、テストを自動実行することができるので、時間的制約や失念等によるテストの不実施を回避でき、十分なテストを行うことができるようになる。そして、この自動実行により、ジョブネットの構成ジョブの連続実行について、起動を含めた自動化を実現することができるので、納期の短縮や、テスト担当者の作業負担の軽減を、より一層図ることができるようになる。   In this way, with a configuration with automatic test execution means, it is possible to automatically execute the test when the application etc. is updated. You will be able to test This automatic execution can automate the continuous execution of job net configuration jobs, including startup, thereby further reducing the delivery time and the workload of testers. become able to.

さらに、前述したテスト管理システムにおいて、
ジョブ記憶手段に記憶されたジョブネットをタイマー起動により実行するためのタイマー実行時刻を、ジョブネットの識別情報と関連付けて記憶する設定情報記憶手段と、
この設定情報記憶手段に記憶されたタイマー実行時刻が到来したか否かを監視し、到来したと判断した場合には、到来したタイマー実行時刻に係るジョブネットについてジョブ実行手段によるジョブ実行処理を開始させる処理を実行するタイマー実行手段と
を備えた構成とすることが望ましい。
Furthermore, in the test management system described above,
Setting information storage means for storing the timer execution time for executing the job net stored in the job storage means by starting the timer in association with the identification information of the job net;
Monitor whether or not the timer execution time stored in the setting information storage means has arrived, and if it is determined that it has arrived, start job execution processing by the job execution means for the job net related to the timer execution time that has arrived It is desirable to have a configuration including timer execution means for executing the processing to be performed.

このようにタイマー実行手段を備えた構成とした場合には、タイマー実行時刻の設定により、例えば、夜間等の就業時間外や、自己の外出時間帯等にテストを実施することが可能となる。また、このタイマー実行により、ジョブネットの構成ジョブの連続実行について、起動を含めた自動化を実現することができる。このため、納期の短縮や、テスト担当者の作業負担の軽減を、より一層図ることができるようになる。   In the case of the configuration including the timer execution means as described above, the test can be performed outside the working hours such as at night or when the user goes out by setting the timer execution time. In addition, the timer execution can realize automation including start-up for continuous execution of job net configuration jobs. For this reason, it becomes possible to further shorten the delivery time and reduce the work burden on the tester.

また、前述したテスト管理システムにおいて、
繰り返し行われるテストのテスト結果データを蓄積記憶するテスト結果記憶手段と、
ジョブ実行手段によるテストの成功・失敗を判定する処理を実行するテスト成否判定手段と、
このテスト成否判定手段による成否判定結果を、テスト担当者の識別情報、テスト実行時間、テスト実施時刻、およびテストに使用した前記テストデータ若しくは前記テストシナリオの情報を含むビルドの情報若しくはこれらのビルドの情報を関連付けるためのビルドの識別情報とともに、テスト結果データとしてテスト結果記憶手段に記憶させる処理を実行するテスト結果登録手段と、
テスト結果記憶手段に蓄積記憶された複数のテスト結果データを用いて、テスト時間帯および/またはテスト担当者に関する傾向分析を含む統計処理を実行するテスト結果分析手段と、
このテスト結果分析手段による分析結果を画面表示若しくは印刷するか、または分析結果を保存した分析結果ファイルを、電子メールでテスト担当者のメールアドレスに送信する処理を実行する分析結果出力手段と
を備えた構成とすることが望ましい。
In the test management system described above,
Test result storage means for accumulating and storing test result data of repeated tests;
Test success / failure determination means for executing processing for determining success / failure of a test by the job execution means;
The success / failure determination result by the test success / failure determination means is used to identify the tester's identification information, test execution time, test execution time, and build information including the test data or test scenario information used for the test, or A test result registration unit that executes a process of storing the test result data in the test result storage unit together with the build identification information for associating the information,
A test result analyzing means for executing a statistical process including a trend analysis on a test time zone and / or a test person using a plurality of test result data accumulated and stored in the test result storing means;
The analysis result output means for executing the process of displaying the analysis result by the test result analysis means on the screen or printing, or sending the analysis result file storing the analysis result to the mail address of the person in charge of the test by e-mail. It is desirable to have a configuration.

このようにテスト結果の統計分析を行い、その分析結果を表示、印刷、またはメール送信する構成とした場合には、従来のように非常に多くのテスト結果(例えば、数千から数万のテスト結果)について人手による分析作業を行う場合に比べ、作業負荷が減るので、十分な分析を行うことが可能となり、精度の高いテスト結果の検証を実現することができるようになる。   When statistical analysis of test results is performed and the analysis results are displayed, printed, or sent by e-mail, a large number of test results (for example, thousands to tens of thousands of tests) are used. Compared with the case where manual analysis is performed, the workload is reduced, so that sufficient analysis can be performed and verification of the test result with high accuracy can be realized.

また、テスト結果登録手段により、テストの成否判定結果が、ビルドの情報(テスト担当者の識別情報、テスト実行時間、テスト実施時刻、およびテストに使用したテストデータ若しくはテストシナリオの情報を含む。)またはビルドの識別情報(ビルドの情報を紐付けるための情報)とともに、テスト結果データとしてテスト結果記憶手段に保存されるので、従来のように各テストの際に使用したテストデータやテスト手順書等のドキュメント類の管理を人手により行っていた場合に比べ、各テストまたはそれらの成功・失敗の情報と、各テストの際に使用したテストデータやテストシナリオとの紐付けを十分に行うことができるようになる。また、いつ、誰がテストを行ったのかについても、従来のように人手により管理していた場合に比べ、紐付けを十分に行うことができるようになる。このため、効果的な分析を実現し、分析結果を十分に活かすことが可能となる。   Also, the test result registration means makes the test success / failure determination result include information on the build (including identification information of the person in charge of the test, test execution time, test execution time, and test data or test scenario information used for the test). Or, together with build identification information (information for associating build information), it is saved in the test result storage means as test result data, so test data and test procedures used for each test as before Compared to the case where the documents are managed manually, each test or their success / failure information can be sufficiently linked to the test data and test scenario used in each test. It becomes like this. In addition, when and who performed the test, it is possible to sufficiently perform the linking as compared with the case where the test was manually performed as in the past. Therefore, effective analysis can be realized and the analysis result can be fully utilized.

さらに、テスト結果記憶手段に記憶させるテスト結果データは、テスト結果登録手段により自動的に作成され、登録されるものであり、人手によるデータ登録作業ではないので、登録内容について各テスト担当者間のばらつきや毎回のばらつきが生じることはなく、一様な表現が可能となり、標準化することが可能となる。このため、テスト網羅性の向上やレビュー精度の向上が期待できるようになる。また、テスト結果登録手段によるテスト結果データの自動登録により、テスト担当者が人手による登録作業を行う場合の手間や時間を省略することが可能となる。   Furthermore, the test result data stored in the test result storage means is automatically created and registered by the test result registration means, and is not a manual data registration work. There is no variation or variation every time, and uniform expression is possible and standardization is possible. For this reason, improvement in test coverage and improvement in review accuracy can be expected. Further, automatic registration of test result data by the test result registration means can save labor and time when the person in charge of the test performs manual registration work.

また、前述したテスト自動実行手段を備えた構成とした場合において、
繰り返し行われるテストのテスト結果データを蓄積記憶するテスト結果記憶手段と、
ジョブ実行手段によるテストの成功・失敗を判定する処理を実行するテスト成否判定手段と、
このテスト成否判定手段による成否判定結果を、テスト担当者の識別情報、テスト実行時間、テスト実施時刻、およびテストに使用したテストデータ若しくはテストシナリオの情報を含むビルドの情報若しくはこれらのビルドの情報を関連付けるためのビルドの識別情報とともに、テスト結果データとしてテスト結果記憶手段に記憶させる処理を実行するテスト結果登録手段と、
テスト結果記憶手段に蓄積記憶された複数のテスト結果データを用いて、テスト時間帯および/またはテスト担当者に関する傾向分析を含む統計処理を実行するテスト結果分析手段と、
このテスト結果分析手段による分析結果として、あるテスト担当者が作成したジョブネット若しくはその構成ジョブが、テスト自動実行手段により実行されるか、またはテスト自動実行手段による自動実行の時間帯に実行されると、テスト失敗の確率が高いか、またはテスト実行時間が長くなる傾向が得られた場合には、当該テスト担当者が作成したジョブネット若しくはその構成ジョブの中で指定されているテスト自動実行手段による自動実行の対象とするための選択情報を解除するか、若しくはテスト自動実行手段による自動実行の対象として設定情報記憶手段に記憶されているジョブネット若しくはその構成ジョブの識別情報を無効にするか、または、テスト自動実行手段による自動実行の時間帯を避けた手動実行を指示する電子メール、若しくはテスト自動実行手段による実行で不具合が発生する旨を知らせてジョブネット若しくはその構成ジョブの作成し直しを促す電子メールを、当該テスト担当者のメールアドレスに送信する処理を実行する分析結果出力手段と
を備えた構成としてもよい。
In addition, in the case of a configuration provided with the test automatic execution means described above,
Test result storage means for accumulating and storing test result data of repeated tests;
Test success / failure determination means for executing processing for determining success / failure of a test by the job execution means;
The result of the success / failure determination by the test success / failure determination means is expressed as the identification information of the person in charge of the test, the test execution time, the test execution time, and the build information including the test data or test scenario information used for the test or the information of these builds. A test result registration unit that executes processing for storing the test result data in the test result storage unit together with the identification information of the build to be associated,
A test result analyzing means for executing a statistical process including a trend analysis on a test time zone and / or a test person using a plurality of test result data accumulated and stored in the test result storing means;
As a result of the analysis by the test result analysis means, a job net created by a certain tester or its constituent job is executed by the test automatic execution means or at the time of automatic execution by the test automatic execution means. If the test failure probability is high or the test execution time tends to be long, the automatic test execution means specified in the job net created by the tester or its constituent jobs Whether to cancel the selection information for automatic execution by, or invalidate the identification information of the job net or its constituent job stored in the setting information storage means as the automatic execution target by the test automatic execution means E-mail that instructs manual execution that avoids the time period for automatic execution by automatic test execution means Analysis result output that executes processing to send an e-mail to notify the tester's e-mail address that the job net or its constituent job is to be recreated by informing that a problem has occurred during execution by the automatic test execution means It is good also as a structure provided with means.

このようにテスト結果の統計分析を行い、その分析結果をテスト自動実行手段による処理に結び付ける構成とした場合には、分析結果を、より一層、十分に活かすことが可能となる。そして、テスト自動実行手段が、アプリケーション等の更新の監視を定期的に行うものであれば、そこに時間的な要素が生じるので、時間帯に関する統計分析との結び付きが強固なものとなる。   When the statistical analysis of the test results is performed and the analysis results are linked to the processing by the automatic test execution means, the analysis results can be used more fully. If the automatic test execution means regularly monitors the update of the application or the like, a temporal element occurs there, and the connection with the statistical analysis relating to the time zone becomes strong.

さらに、前述したタイマー実行手段を備えた構成とした場合において、
繰り返し行われるテストのテスト結果データを蓄積記憶するテスト結果記憶手段と、
ジョブ実行手段によるテストの成功・失敗を判定する処理を実行するテスト成否判定手段と、
このテスト成否判定手段による成否判定結果を、テスト担当者の識別情報、テスト実行時間、テスト実施時刻、およびテストに使用したテストデータ若しくはテストシナリオの情報を含むビルドの情報若しくはこれらのビルドの情報を関連付けるためのビルドの識別情報とともに、テスト結果データとしてテスト結果記憶手段に記憶させる処理を実行するテスト結果登録手段と、
テスト結果記憶手段に蓄積記憶された複数のテスト結果データを用いて、テスト時間帯および/またはテスト担当者に関する傾向分析を含む統計処理を実行するテスト結果分析手段と、
このテスト結果分析手段による分析結果として、あるテスト担当者が作成したジョブネット若しくはその構成ジョブが、タイマー実行手段により実行されるか、または特定の夜間の時間帯に実行されると、テスト失敗の確率が高いか、またはテスト実行時間が長くなる傾向が得られた場合には、当該テスト担当者が作成したジョブネット若しくはその構成ジョブについて当該テスト担当者がタイマー設定を行おうとした際若しくは特定の夜間の時間帯へのタイマー設定を行おうとした際に、不具合が発生する旨を警告するタイマー設定時警告対象者情報として、当該テスト担当者の識別情報を設定情報記憶手段に記憶させるか、または、タイマー設定をせずに手動実行を指示する電子メール、若しくはタイマー実行手段による実行で不具合が発生する旨を知らせてジョブネット若しくはその構成ジョブの作成し直しを促す電子メールを、当該テスト担当者のメールアドレスに送信する処理を実行する分析結果出力手段と
を備えた構成としてもよい。
Furthermore, in the case of a configuration provided with the timer execution means described above,
Test result storage means for accumulating and storing test result data of repeated tests;
Test success / failure determination means for executing processing for determining success / failure of a test by the job execution means;
The result of the success / failure determination by the test success / failure determination means is expressed as the identification information of the person in charge of the test, the test execution time, the test execution time, and the build information including the test data or test scenario information used for the test or the information of these builds. A test result registration unit that executes processing for storing the test result data in the test result storage unit together with the identification information of the build to be associated,
A test result analyzing means for executing a statistical process including a trend analysis on a test time zone and / or a test person using a plurality of test result data accumulated and stored in the test result storing means;
As a result of analysis by this test result analysis means, if a job net created by a certain tester or its constituent job is executed by the timer execution means or at a specific night time, the test failure will occur. If the probability is high or the test execution time tends to be long, when the test person tries to set a timer for the job net created by the test person or its constituent job, or when a specific When setting the timer for the night time period, store the identification information of the person in charge of the test in the setting information storage means as the timer setting warning target person information that warns that a malfunction occurs, or , E-mail instructing manual execution without timer setting, or execution by timer execution means The e-mail urging informs that it will live recreate a job net or a configuration job, may be configured to include an analysis result output means for executing a process of transmitting to the mail address of the tester.

このようにテスト結果の統計分析を行い、その分析結果をタイマー実行手段による処理に結び付ける構成とした場合には、分析結果を、より一層、十分に活かすことが可能となる。そして、タイマー実行手段は、設定されたタイマー実行時刻にジョブネットを起動するものであるが、通常、特定の夜間の時間帯にタイマー実行時刻が設定されることが多いので、時間帯に関する統計分析との結び付きは強固なものとなる。   When the statistical analysis of the test results is performed in this way and the analysis results are linked to the processing by the timer execution means, the analysis results can be utilized more fully. The timer execution means starts the job net at the set timer execution time, but usually the timer execution time is often set at a specific night time period, so statistical analysis on the time period The connection with is strong.

また、以上に述べたテスト管理システムにおいて、
ジョブ実行手段によるテストの成功・失敗を判定する処理を実行するテスト成否判定手段と、
このテスト成否判定手段により失敗と判定されたテストについての失敗の詳細情報を、ジョブネット若しくはその構成ジョブの識別情報と関連付けて課題記憶手段に記憶させる処理を実行する課題登録手段と、
失敗したテストに係るジョブネット若しくはその構成ジョブの実行に用いられるテストデータ若しくはテストシナリオを作成したアプリケーション開発者、および/または、失敗したテストに係るジョブネット若しくはその構成ジョブを作成したテスト担当者のメールアドレスに、テストが失敗した旨の電子メールを送信する処理を実行するテスト結果伝達手段と、
アプリケーション開発者の操作する開発者端末からネットワークを介して送信されてくる失敗原因の解析のための閲覧要求信号を受信し、閲覧要求に係るジョブネット若しくはその構成ジョブにより実行されたテストについての失敗の詳細情報を開発者端末に画面表示する処理を実行する課題管理手段と
を備えた構成とすることが望ましい。
In the test management system described above,
Test success / failure determination means for executing processing for determining success / failure of a test by the job execution means;
A task registration unit that executes a process of storing the detailed information of the failure about the test determined to be failed by the test success / failure determination unit in association with the identification information of the job net or its constituent job in the task storage unit;
Application developers who created test data or test scenarios used to execute job nets related to failed tests or their configuration jobs, and / or test personnel who created job nets related to failed tests or their configuration jobs A test result transmission means for executing processing for sending an email indicating that the test has failed to an email address;
Failed for the test executed by the job net related to the browsing request or its constituent job, receiving the browsing request signal for analyzing the cause of failure sent from the developer terminal operated by the application developer via the network It is desirable to have a problem management means for executing processing for displaying the detailed information on the developer terminal on the screen.

このように課題登録手段を備えた構成とした場合には、失敗の詳細情報が課題記憶手段に自動的に記憶されるので、膨大な件数の失敗の情報を、効率的に管理することが可能となる。このため、従来のように失敗の情報を人手により課題管理表に登録し、解析を行い、解析で得られた失敗事由を記載していた場合に比べ、作業負荷の軽減、失敗事由の解析時間の短縮、原因究明の容易化・早期化が図られるうえ、失敗に関する情報不足により解析できないといったケースの発生を未然に防ぐことも可能となる。   In the case of the configuration including the problem registration means, detailed information on the failure is automatically stored in the problem storage means, so it is possible to efficiently manage a huge number of failure information. It becomes. For this reason, compared to the case where failure information is manually registered in the problem management table and analyzed, and the failure reason obtained by the analysis is described as before, the workload is reduced and the analysis time of the failure reason is compared. In addition to shortening the time, making it easier and quicker to investigate the cause, it is also possible to prevent the occurrence of cases where analysis cannot be performed due to a lack of information regarding failures.

また、以上に述べたテスト管理システムにおいて、
ジョブ記憶手段には、
複数のジョブを同時並行的に実行することを含むジョブの実行順序を指定して形成された並列処理を含むジョブネットが記憶され、
ジョブ実行手段は、
並列処理を含むジョブネットを実行する場合には、ジョブ実行処理として、並列処理の対象の複数のジョブを同時並行的に実行し、ジョブ図形表示処理として、並列処理の対象の複数のジョブを示す各図形をジョブネットの全体の流れを分岐させる状態で画面上に配置し、テスト進捗表示処理として、並列処理中の複数のジョブについて同時並行的に実行中であることを示す構成とされていることが望ましい。
In the test management system described above,
In the job storage means,
A job net including parallel processing formed by specifying an execution order of jobs including simultaneously executing a plurality of jobs is stored,
Job execution means
When a job net including parallel processing is executed, a plurality of jobs subject to parallel processing are executed concurrently as job execution processing, and a plurality of jobs subject to parallel processing are indicated as job graphic display processing. Each figure is arranged on the screen in a state where the entire flow of the job net is branched, and as a test progress display process, it is configured to indicate that a plurality of jobs being processed in parallel are being executed concurrently. It is desirable.

このように複数のジョブの並列処理を行うことができる構成とした場合には、ジョブネット全体の処理時間の短縮を図ることが可能となる。   When the configuration is such that a plurality of jobs can be processed in parallel, the processing time of the entire job net can be shortened.

さらに、以上に述べたテスト管理システムにおいて、
ジョブ実行手段は、
テスト進捗表示処理として、ジョブを示す図形の中またはその近傍に、当該ジョブの実行を開始した場合のジョブの実施時刻、当該ジョブの実行を終了した場合のジョブの実行に要した実行時間のうちの少なくとも一方を表示する構成とされていることが望ましい。
Furthermore, in the test management system described above,
Job execution means
As test progress display processing, the execution time of the job when the execution of the job is started, or the execution time required for the execution of the job when the execution of the job is completed, in or near the graphic indicating the job It is desirable that at least one of these be displayed.

このようにテスト進捗表示処理として、図形の中またはその近傍にジョブの実施時刻または実行時間の表示を行う構成とした場合には、その文字(数字を含む。)の表示の有無によるテスト進捗表示を実現することができるうえ、その文字(数字を含む。)の有する意味内容を、テスト担当者に伝達することも可能となる。   As described above, when the test progress display process is configured to display the execution time or execution time of the job in or near the figure, the test progress display based on whether or not the characters (including numbers) are displayed. In addition, the meaning content of the characters (including numbers) can be transmitted to the tester.

そして、本発明のプログラムは、以上に述べたテスト管理システムとして、コンピュータを機能させるためのものである。   The program of the present invention is for causing a computer to function as the test management system described above.

なお、上記のプログラムまたはその一部は、例えば、光磁気ディスク(MO)、コンパクトディスク(CD)を利用した読出し専用メモリ(CD−ROM)、CDレコーダブル(CD−R)、CDリライタブル(CD−RW)、デジタル・バーサタイル・ディスク(DVD)を利用した読出し専用メモリ(DVD−ROM)、DVDを利用したランダム・アクセス・メモリ(DVD−RAM)、フレキシブルディスク(FD)、磁気テープ、ハードディスク、読出し専用メモリ(ROM)、電気的消去および書換可能な読出し専用メモリ(EEPROM)、フラッシュ・メモリ、ランダム・アクセス・メモリ(RAM)等の記録媒体に記録して保存や流通等させることが可能であるとともに、例えば、LAN、MAN、WAN、インターネット、イントラネット、エクストラネット等の有線ネットワーク、あるいは無線通信ネットワーク、さらにはこれらの組合せ等の伝送媒体を用いて伝送することが可能であり、また、搬送波に載せて搬送することも可能である。さらに、上記のプログラムは、他のプログラムの一部分であってもよく、あるいは別個のプログラムと共に記録媒体に記録されていてもよい。   The above-mentioned program or a part thereof is, for example, a magneto-optical disk (MO), a read-only memory (CD-ROM) using a compact disk (CD), a CD recordable (CD-R), a CD rewritable (CD -RW), read-only memory (DVD-ROM) using digital versatile disk (DVD), random access memory (DVD-RAM) using DVD, flexible disk (FD), magnetic tape, hard disk, It can be recorded on storage media such as read-only memory (ROM), electrically erasable and rewritable read-only memory (EEPROM), flash memory, and random access memory (RAM) for storage and distribution. For example, LAN, MAN, WAN, Internet , An intranet, a wired network such as an extranet or wireless communications network, and further is capable of transmitting using a transmission medium such as a combination thereof, also can be delivered by placing the carrier. Furthermore, the above program may be a part of another program, or may be recorded on a recording medium together with a separate program.

以上に述べたように本発明によれば、テスト環境構築ジョブおよびテストジョブを含む複数のジョブを、指定した実行順序に従ってジョブネットとして連続実行することができるので、テスト品質の均一化、納期の短縮、テスト担当者の作業負担の軽減を図ることができるという効果がある。   As described above, according to the present invention, a plurality of jobs including a test environment construction job and a test job can be continuously executed as a job net according to a designated execution order. This has the effect of shortening the work load of the tester.

本発明の一実施形態のテスト管理システムの全体構成図。1 is an overall configuration diagram of a test management system according to an embodiment of the present invention. 前記実施形態のテスト管理システムによるテストの実行および管理の流れを示すフローチャートの図。The figure of the flowchart which shows the flow of execution and management of the test by the test management system of the said embodiment. 前記実施形態のジョブ図形表示処理およびテスト進捗表示処理の一例を示す図。The figure which shows an example of the job figure display process of the said embodiment, and a test progress display process. 前記実施形態のジョブ図形表示処理およびテスト進捗表示処理に並列処理が含まれる場合の一例を示す図。The figure which shows an example in case a parallel process is included in the job figure display process and the test progress display process of the said embodiment.

以下に本発明の一実施形態について図面を参照して説明する。図1には、本実施形態のテスト管理システム10の全体構成が示されている。図2には、テスト管理システム10によるテストの実行および管理の流れがフローチャートで示されている。また、図3および図4には、テスト管理システム10によるジョブ図形表示処理およびテスト進捗表示処理の一例が示されている。   An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 shows an overall configuration of a test management system 10 of the present embodiment. FIG. 2 is a flowchart showing the flow of test execution and management by the test management system 10. 3 and 4 show an example of job graphic display processing and test progress display processing by the test management system 10.

図1において、テスト管理システム10は、テスト対象システム200の動作確認テストの実行および管理を行うシステムである。本実施形態では、一例として、テスト対象システム200は、ウェブ(Web)による分散系アプリケーションシステムとし、社内LANやイントラネット等のネットワーク201で接続されたウェブサーバ210、アプリケーションサーバ220、テータベースサーバ230により構成され、それぞれ開発環境下に置かれているものとする。アプリケーションサーバ220は、ウェブアプリケーションサーバ、バッチサーバの総称であり、テータベースサーバ230は、テータベース231およびリレーショナルデータベース管理システム(RDBMS)を備えているものとする。   In FIG. 1, a test management system 10 is a system that executes and manages an operation check test of the test target system 200. In the present embodiment, as an example, the test target system 200 is a distributed application system using the web (Web), and includes a web server 210, an application server 220, and a data base server 230 connected via a network 201 such as an in-house LAN or an intranet. It is assumed that each is configured and placed in a development environment. The application server 220 is a generic term for a web application server and a batch server, and the data base server 230 is assumed to include a data base 231 and a relational database management system (RDBMS).

テスト管理システム10は、テスト統括管理サーバ20と、レポジトリサーバ50と、課題管理サーバ60と、ユーザ情報管理サーバ70と、打鍵テストマシン80と、テスト担当者が操作するテスト担当者端末90とを備え、これらは、社内LANやイントラネット等のネットワーク1で接続されてWebシステムとして構成されている。また、ネットワーク1には、アプリケーション開発者(プログラマ)が操作する開発者端末100、メールサーバ110が接続されている。なお、メールサーバ110は、外部に設置し、インターネット等の外部ネットワークを介して接続するようにしてもよい。   The test management system 10 includes a test overall management server 20, a repository server 50, an issue management server 60, a user information management server 70, a keystroke test machine 80, and a test person terminal 90 operated by a test person. These are connected by a network 1 such as an in-house LAN or an intranet and configured as a Web system. Further, a developer terminal 100 and a mail server 110 operated by an application developer (programmer) are connected to the network 1. The mail server 110 may be installed outside and connected via an external network such as the Internet.

さらに、テスト管理システム10とテスト対象システム200とは、インターネットやイントラネット等のネットワーク2で接続されている。なお、このネットワーク2と、テスト管理システム10を構築するためのネットワーク1と、テスト対象システム200を構築するためのネットワーク201とは、システム構成上、異なる符号を付して分けて記載しているが、共用のネットワークとしてもよい。但し、打鍵テストマシン80からテスト対象システム200に至る通信経路およびテスト対象システム200内の通信経路は、本番環境と同じ状態にしておくことが望ましい。また、ネットワーク1,2,201のいずれについても、有線であるか、無線であるか、有線および無線の混在型であるかは問わない。   Furthermore, the test management system 10 and the test target system 200 are connected by a network 2 such as the Internet or an intranet. The network 2, the network 1 for constructing the test management system 10, and the network 201 for constructing the test target system 200 are described separately with different reference numerals in the system configuration. However, it may be a shared network. However, it is desirable that the communication path from the key-pressing test machine 80 to the test target system 200 and the communication path in the test target system 200 be in the same state as the production environment. Further, it does not matter whether any of the networks 1, 2, 201 is wired, wireless, or a mixed type of wired and wireless.

テスト統括管理サーバ20は、1台または複数台のコンピュータにより構成され、テストの実行および管理に必要な各種処理を実行する処理手段20Aと、この処理手段20Aに接続されてテストの実行および管理に必要な各種データを記憶する設定情報記憶手段41、ジョブ記憶手段42、テスト結果記憶手段43、プロジェクト情報記憶手段44、ビルド履歴記憶手段45、および分析結果記憶手段46とを含んで構成されている。   The test supervision management server 20 is composed of one or a plurality of computers, and is connected to the processing means 20A for executing various processes necessary for test execution and management, and is connected to the processing means 20A for test execution and management. It includes a setting information storage means 41 for storing various necessary data, a job storage means 42, a test result storage means 43, a project information storage means 44, a build history storage means 45, and an analysis result storage means 46. .

処理手段20Aは、設定手段21と、ジョブ作成手段22と、ジョブ実行手段23と、タイマー実行手段24と、テスト自動実行手段25と、テスト成否判定手段26と、テスト結果登録手段27と、課題登録手段28と、テスト結果伝達手段29と、テスト結果分析手段30と、分析結果出力手段31とを含んで構成されている。この処理手段20Aは、既存のCIツールを利用して構築してもよく、新たに構築してもよく、既存のCIツールを利用する場合には、例えばジェンキンスの改良およびジェンキンスへのプラグイン等により構築することができる。   The processing unit 20A includes a setting unit 21, a job creation unit 22, a job execution unit 23, a timer execution unit 24, an automatic test execution unit 25, a test success / failure determination unit 26, a test result registration unit 27, and a task. The registration unit 28, the test result transmission unit 29, the test result analysis unit 30, and the analysis result output unit 31 are included. The processing means 20A may be constructed using an existing CI tool, or may be newly constructed. When using an existing CI tool, for example, improvement of Jenkins, plug-in to Jenkins, etc. Can be constructed.

設定手段21は、テスト担当者端末90からの送信要求に応じ、設定画面の表示用データを、ネットワーク1を介してテスト担当者端末90へ送信するとともに、テスト担当者端末90からネットワーク1を介して送信されてくる設定情報(設定画面を用いてテスト担当者により入力された設定情報)を受信し、受信した設定情報を、設定情報記憶手段41に記憶させる処理を実行するものである。なお、本実施形態では、設定情報を設定ファイルに保存して所定のフォルダ(設定情報記憶手段41を構成するハードディスク等の記録媒体)に格納する。   In response to a transmission request from the tester terminal 90, the setting unit 21 transmits display screen display data to the tester terminal 90 via the network 1, and from the tester terminal 90 via the network 1. The received setting information (setting information input by the tester using the setting screen) is received, and the received setting information is stored in the setting information storage unit 41. In this embodiment, the setting information is saved in a setting file and stored in a predetermined folder (a recording medium such as a hard disk constituting the setting information storage unit 41).

ここで、設定情報としては、例えば、ジョブや複数のジョブからなるジョブネットをタイマー実行手段24によりタイマー実行するためのタイマー実行時刻(年月日および時刻)等がある。本実施形態では、タイマー実行時刻と、そのタイマー実行の対象となるジョブやジョブネットの識別情報(例えば名称)とが関連付けられて設定ファイルに保存されている。設定ファイルには、ジョブやジョブネットの識別情報(例えば名称)とタイマー実行時刻とを複数組保存してもよく、あるいは各組毎に別々の設定ファイルを用意してもよい。なお、ジョブネットの識別情報(例えば名称)は、ジョブネットを構成する複数のジョブのうちの先頭のジョブの識別情報(例えば名称)で代用することができる。   Here, the setting information includes, for example, a timer execution time (year / month / day and time) for timer execution by the timer execution unit 24 for a job or a job net including a plurality of jobs. In the present embodiment, the timer execution time and the identification information (for example, name) of the job or job net that is the target of the timer execution are associated and stored in the setting file. A plurality of sets of job / job net identification information (for example, name) and timer execution time may be stored in the setting file, or separate setting files may be prepared for each group. Note that the identification information (for example, name) of the first job among a plurality of jobs constituting the job net can be substituted for the identification information (for example, name) of the job net.

また、設定情報として、テスト自動実行手段25によるアプリケーション等の更新に伴う自動実行の対象にされるジョブ(ジョブネットの構成ジョブを含む。)の識別情報(例えば名称)を設定ファイルに保存してもよい。なお、アプリケーション等の更新に伴う自動実行の対象にされるか否かは、ジョブファイルに保存してもよい。   In addition, as setting information, identification information (for example, name) of a job (including job net configuration job) that is automatically executed when the application is updated by the test automatic execution unit 25 is saved in a setting file. Also good. Note that whether or not to be subject to automatic execution accompanying the update of an application or the like may be stored in a job file.

ジョブ作成手段22は、テスト担当者端末90からの送信要求に応じ、ジョブやジョブネットの新規作成・編集・修正・削除等を行うためのジョブ作成画面の表示用データを、ネットワーク1を介してテスト担当者端末90へ送信するとともに、テスト担当者端末90からネットワーク1を介して送信されてくるジョブやジョブネット(ジョブ作成画面を用いてテスト担当者により新規作成・編集・修正等されたジョブやジョブネット)を受信し、受信したジョブやジョブネットを、ジョブ記憶手段42に記憶させる処理を実行するものである。なお、本実施形態では、新規作成・編集・修正等されたジョブ(ジョブネットを構成するジョブを含む)を、ジョブファイルに保存して所定のフォルダ(ジョブ記憶手段42を構成するハードディスク等の記録媒体)に格納する。   The job creation means 22 receives, via the network 1, display data for a job creation screen for performing new creation / editing / modification / deletion of a job or job net in response to a transmission request from the tester terminal 90. Jobs and job nets transmitted from the test staff terminal 90 via the network 1 (jobs newly created / edited / modified by the test staff using the job creation screen) And the job net) are received, and the received job or job net is stored in the job storage means 42. In the present embodiment, newly created, edited, and modified jobs (including jobs that make up a job net) are saved in a job file and recorded in a predetermined folder (such as a hard disk that makes up the job storage unit 42). Media).

ここで、ジョブは、テスト(準備を含む。)を実行するために所定の言語で記述された命令群であり、例えば、ジェンキンスのジョブは、XMLというマークアップ言語で記述されている。ジョブファイルには、例えば、テスト手順(ジョブを構成する命令自体およびそれを文章で説明するテキストデータ)、テストの実施内容(ジョブを構成する命令自体およびそれを文章で説明するテキストデータ)、テストで使用するテストデータやテストシナリオ(これらの名称やレポジトリサーバ50内の格納場所(URL等))、テストで使用(実際に展開)したテストデータやテストシナリオのバージョン情報、テスト担当者(ジョブ作成者であり、テスト失敗時等の電子メールの自動送信先となる。)、アプリケーション開発者(テストに係る開発プロジェクトに関与するプログラマであり、テスト失敗時等の電子メールの自動送信先となる。)等が登録保存されている。なお、開発プロジェクトに関与する者の一覧が、プロジェクト情報記憶手段44に格納されたプロジェクト情報ファイル内に記憶されているので、テスト担当者(ジョブ作成者)は、その一覧の中から、アプリケーション開発者を選択してジョブファイルに登録保存しておく。   Here, a job is a group of instructions written in a predetermined language for executing a test (including preparation). For example, a Jenkins job is written in a markup language called XML. The job file includes, for example, a test procedure (instructions composing the job itself and text data explaining it in text), a test execution content (instructions composing the job itself and text data explaining it in text), a test Test data and test scenarios (names and storage locations in the repository server 50 (URL, etc.)) used in the test, version information of test data and test scenarios used in the test (actual deployment), tester (job creation) And an automatic e-mail destination when a test fails, etc.) and an application developer (a programmer involved in a development project related to a test, and an automatic e-mail destination when a test fails. ) Etc. are registered and saved. Since a list of persons involved in the development project is stored in the project information file stored in the project information storage means 44, the tester (job creator) can select application development from the list. Select a person and save it in the job file.

ジョブ記憶手段42に登録するジョブとしては、例えば、(1)単体テスト、画面打鍵テスト、データベース(DB)のデータ突合といった、様々なテストを実行してその結果を出力する「テストジョブ」、(2)DBの準備、アプリケーションサーバの設定といった、テストを実行する際に必要となるテスト環境を構築する「テスト環境構築ジョブ」、(3)ソースコードからバイナリを作成する「ビルドジョブ」等がある。   Jobs registered in the job storage means 42 include, for example, (1) “test job” that executes various tests such as unit test, screen keying test, and database (DB) data matching and outputs the results. There are a “test environment construction job” for constructing a test environment necessary for executing a test, such as DB preparation and application server setting, and (3) a “build job” for creating a binary from source code.

また、ジョブネットは、複数のジョブを組み合わせてこれらのジョブの実行順序を指定して形成されるものであるが、ジョブネットの作成方法は、次のように、4通りある。   A job net is formed by combining a plurality of jobs and specifying the execution order of these jobs. There are four job net creation methods as follows.

<ジョブネットの第1の作成方法>ジョブA、ジョブBをこの順序で実行するジョブネットを作成する場合に、呼び出し元のジョブAに、次に実行させるジョブBを記述して指定しておく方法がある。   <First creation method of job net> When creating a job net for executing jobs A and B in this order, the job A to be executed is described and specified in the calling job A in advance. There is a way.

この場合、ジョブAを実行すると、ジョブBが自動的に実行されるので、ジョブAを単体で実行したい場合は、ジョブBの記述指定のないジョブAを別に用意しておく必要がある。また、ジョブAを実行した後に、ジョブBおよびジョブC(複数のジョブ)を同時並行的に実行する並列処理を行う際には、呼び出し元のジョブAに、次に実行させるジョブBおよびジョブCの双方(複数のジョブ)を記述して指定しておけばよい。   In this case, when job A is executed, job B is automatically executed. Therefore, if job A is to be executed alone, it is necessary to prepare job A without job B description designation. In addition, when performing parallel processing in which job B and job C (a plurality of jobs) are executed in parallel after job A is executed, job B and job C to be executed next by caller job A are performed. Both of these (multiple jobs) can be described and specified.

この第1の作成方法により作成されたジョブネット全体の実行は、最初(先頭ということもある。)のジョブAの実行指令を出すだけで実現することができる。従って、以下の説明では、ジョブネットの実行を開始させる旨の記載を行う場合は、最初のジョブへの実行指令を出す旨の記載で代用する場合がある。また、ジョブネットの途中からの実行も可能であり、例えば、2番目のジョブBの実行指令を出せば、それ以降のジョブC,D,…を連続実行することができる。   Execution of the entire job net created by the first creation method can be realized simply by issuing an execution command for the first (sometimes referred to as the head) job A. Therefore, in the following description, when a description to start execution of a job net is made, a description to issue an execution command for the first job may be substituted. Further, it is possible to execute from the middle of the job net. For example, if an execution command for the second job B is issued, the subsequent jobs C, D,... Can be continuously executed.

<ジョブネットの第2の作成方法>ジョブA、ジョブBをこの順序で実行するジョブネットを作成する場合に、呼び出される側のジョブBに、どのような場合(ジョブAが実行された場合)に自身(ジョブB)が呼び出されるのかを記述しておく方法がある。   <Second creation method of job net> When creating a job net that executes job A and job B in this order, what happens to called job B (when job A is executed) There is a method of describing whether (Job B) is called.

この場合、ジョブAを実行すると、ジョブBが自動的に実行されてしまうので、ジョブAを単体で実行したい場合には、ジョブBを別の場所に退避させるか、削除する必要がある。また、ジョブAを実行した後に、ジョブBおよびジョブC(複数のジョブ)を同時並行的に実行する並列処理を行う際には、呼び出される側のジョブBおよびジョブCの双方(複数のジョブの全て)に、どのような場合(ジョブAが実行された場合)に自身(ジョブBまたはジョブC)が呼び出されるのかを記述しておけばよい。   In this case, when job A is executed, job B is automatically executed. Therefore, when job A is to be executed alone, it is necessary to save or delete job B to another location. In addition, after executing job A, when performing parallel processing in which job B and job C (multiple jobs) are executed in parallel, both called job B and job C (multiple jobs) In all cases, it is only necessary to describe when (job B or job C) is called (when job A is executed).

なお、ジョブAが実行されたときに、それにより呼び出されるジョブBを探さなければならない(ジョブA以外のジョブについて、それらがジョブAの実行により呼び出されるジョブであるか否かを判断しなければならない)ので、関係するジョブが多い場合には、時間がかかることになる。また、並列処理を行う場合は、ジョブAが実行されたときに、それにより呼び出される複数のジョブB,C,…を探さなければならないので、ジョブAの実行により呼び出される可能性のある全てのジョブについて、ジョブAの実行により呼び出されるジョブであるか否かを判断しなければならず、ジョブAの実行により呼び出されるジョブを1つまたは幾つか見つければよいというものではない。要するに、幾つか見つけたとしても、まだ存在するかもしれないので、結局、残り全部についても判断することになる。   It should be noted that when job A is executed, job B called by it must be searched (for jobs other than job A, it is not determined whether these are jobs called by job A execution). Therefore, it takes time if there are many related jobs. When performing parallel processing, when job A is executed, it is necessary to search for a plurality of jobs B, C,... That are called by the job A. It is necessary to determine whether or not the job is a job called by executing job A, and it is not necessary to find one or several jobs called by executing job A. In short, even if you find a few, they may still exist, so in the end you will decide on all the rest.

この第2の作成方法により作成されたジョブネット全体の実行は、最初(先頭ということもある。)のジョブAの実行指令を出すだけで実現することができる。前述した第1の作成方法の場合と同様である。従って、以下の説明では、ジョブネットの実行を開始させる旨の記載を行う場合は、最初のジョブへの実行指令を出す旨の記載で代用する場合がある。また、ジョブネットの途中からの実行も可能であり、例えば、2番目のジョブBの実行指令を出せば、それ以降のジョブC,D,…を連続実行することができる。この点も、前述した第1の作成方法の場合と同様である。   Execution of the entire job net created by the second creation method can be realized simply by issuing an execution command for the first (sometimes referred to as the head) job A. This is similar to the case of the first creation method described above. Therefore, in the following description, when a description to start execution of a job net is made, a description to issue an execution command for the first job may be substituted. Further, it is possible to execute from the middle of the job net. For example, if an execution command for the second job B is issued, the subsequent jobs C, D,... Can be continuously executed. This is also the same as in the case of the first creation method described above.

<ジョブネットの第3の作成方法>ジョブA、ジョブBをこの順序で実行するジョブネットを作成する場合に、ジョブA、ジョブBをこの順序で呼び出して実行させるスケジューリング用の実行順序管理ジョブを作成し、この実行順序管理ジョブを保存したジョブファイルを用意しておく方法がある。従って、ジョブAのジョブファイルおよびジョブBのジョブファイルに加え、ジョブネット形成用の実行順序管理ジョブのジョブファイルが存在することになる。   <Third Method for Creating Job Net> When creating a job net that executes job A and job B in this order, an execution order management job for scheduling that calls and executes job A and job B in this order is executed. There is a method of preparing and creating a job file in which the execution order management job is stored. Therefore, in addition to the job file for job A and the job file for job B, a job file for an execution order management job for forming a job net exists.

この場合、実行順序管理ジョブを実行することにより、ジョブA、ジョブBが自動的に連続実行されるので、ジョブAを単体で実行したい場合は、実行順序管理ジョブを使用せずに、単純にジョブAを実行するだけでよい。また、ジョブA、ジョブBをこの順序で連続実行するときには、ジョブAの終了を条件として、ジョブBの実行に進むが、ジョブAを実行した後に、ジョブBおよびジョブC(複数のジョブ)を同時並行的に実行する並列処理を行う際には、ジョブAの終了を条件として、ジョブB,Cの実行に進むので、ジョブCの実行には、ジョブBの終了を条件としないようにし、また、ジョブBの実行にも、ジョブCの終了を条件としないようにしておけばよい。   In this case, job A and job B are automatically and continuously executed by executing the execution sequence management job. Therefore, if job A is to be executed alone, simply execute without using the execution sequence management job. It is only necessary to execute job A. Further, when job A and job B are successively executed in this order, the process proceeds to the execution of job B on condition that job A is completed. However, after job A is executed, job B and job C (multiple jobs) are executed. When performing parallel processing that is executed in parallel, the process proceeds to execution of jobs B and C on the condition that job A ends, so that job C should not be executed on condition that job B ends. In addition, the execution of job B may be such that the end of job C is not a condition.

なお、前述したジョブネットの第1、第2の作成方法では、一番最初に実行するジョブAは、1つだけ存在し、その次のジョブB,C,D,…から並列処理を行うことが可能であるが、第3の作成方法では、スケジューリング用の実行順序管理ジョブを実行するので、最初から複数のジョブ(実行順序管理ジョブはスケジューリング用なので含めない。)を同時並行的に実行する並列処理を実現することができる。   In the first and second job net creation methods described above, there is only one job A to be executed first, and parallel processing is performed from the next job B, C, D,. However, in the third creation method, since the execution order management job for scheduling is executed, a plurality of jobs (the execution order management job is not included because it is for scheduling) are executed simultaneously from the beginning. Parallel processing can be realized.

この第3の作成方法により作成されたジョブネット全体の実行は、実行順序管理ジョブの実行指令を出すだけで実現することができる。従って、以下の説明では、ジョブネットの実行を開始させる旨の記載を行う場合は、実行順序管理ジョブへの実行指令を出す旨の記載で代用する場合がある。また、以下では、ジョブネット全体を選択・指定・実行・起動等するときに、前述した第1、第2の作成方法により作成されたジョブネットを念頭に、「最初(先頭)のジョブ」を選択・指定・実行・起動等するという記載があるが、その記載は、実行順序管理ジョブの選択・指定・実行・起動等と等価であり、置き換えることができる。なお、ジョブネットの途中からの実行を行う場合は、途中からのスケジューリングを記述した別の実行順序管理ジョブを用意するのが簡単であるが、実行順序管理ジョブの中にその実行開始後に、開始ジョブ(最初のジョブから実行開始か、途中のいずれかのジョブから実行開始か)を選択できる機能を用意しておいてもよい。   Execution of the entire job net created by the third creation method can be realized simply by issuing an execution command for an execution order management job. Therefore, in the following description, when a description to start execution of a job net is made, a description to issue an execution command to an execution order management job may be substituted. Also, in the following, when selecting, specifying, executing, starting up, etc. the entire job net, the “first (first) job” is set with the job net created by the first and second creation methods described above in mind. Although there is a description of selection / designation / execution / startup, the description is equivalent to selection / designation / execution / startup of the execution order management job, and can be replaced. When executing from the middle of a job net, it is easy to prepare another execution order management job that describes scheduling from the middle, but start after the execution starts in the execution order management job A function for selecting a job (whether the job starts from the first job or the job starts from any job in the middle) may be prepared.

<ジョブネットの第4の作成方法>ジョブA、ジョブBをこの順序で実行するジョブネットを作成する場合に、ジョブA、ジョブBがこの順序で実行されるようにこれらのジョブを連結することにより、新たな結合ジョブを作成し、この結合ジョブを保存したジョブファイルを用意しておく方法がある。従って、ジョブAのジョブファイルおよびジョブBのジョブファイルに加え、ジョブネットである結合ジョブのジョブファイルが存在することになる。換言すれば、結合ジョブは、あくまでも結合前の単体のジョブが存在することを前提としており、単体のジョブAの実行や、単体のジョブBの実行も可能であるとともに、ジョブネットである結合ジョブを実行したときのテスト担当者端末90の画面上へのジョブ図形表示処理(図3、図4参照)では、結合前の単体のジョブであるジョブA、ジョブBが、それぞれ独立したジョブとして表示されている状態になる。但し、単体のジョブAや単体のジョブBが呼び出されて実行されているわけではなく、表示上、そのように見えるだけであり、実行されているのは、あくまでも結合ジョブである。   <Fourth creation method of job net> When creating a job net that executes job A and job B in this order, these jobs are connected so that job A and job B are executed in this order. There is a method of creating a new combined job and preparing a job file storing the combined job. Therefore, in addition to the job file for job A and the job file for job B, there are job files for combined jobs that are job nets. In other words, the combined job is based on the premise that there is a single job before combining, and it is possible to execute a single job A or a single job B, and a combined job that is a job net. In the job graphic display processing (see FIGS. 3 and 4) on the screen of the test person in charge terminal 90 when executing, job A and job B, which are single jobs before combination, are displayed as independent jobs. It will be in the state. However, the stand-alone job A and the stand-alone job B are not called and executed, but only appear as they appear on the display. What is being executed is a combined job.

この場合、いずれかのジョブが修正されると、それを含む結合ジョブも作成し直す必要がある。また、上述したように、ここでいう結合ジョブは、1つのジョブというより、複数のジョブの集合体であるから、多くの命令文が記述された非常に長いジョブを作成するというイメージではない。このため、1つ1つのジョブは、定められたルールに従った長さのものとすることができるので、粒度の異なるジョブが乱立するという事態は避けることができ、第1〜第3の作成方法の場合と同様に、適切なジョブの管理(ジョブの粒度の均一化・標準化、ジョブ作成のルール化、作成指導等を含む。)を行うことができる。   In this case, if any job is modified, it is necessary to recreate a combined job including the job. Further, as described above, the combined job here is not a single job but an aggregate of a plurality of jobs, so it is not an image of creating a very long job in which many statements are described. For this reason, each job can have a length according to a predetermined rule. Therefore, it is possible to avoid a situation in which jobs with different granularities are disturbed, and the first to third creations. As in the case of the method, appropriate job management (including uniformization / standardization of job granularity, rule creation of job creation, creation guidance, etc.) can be performed.

この第4の作成方法により作成されたジョブネット全体の実行は、結合ジョブの実行指令を出すだけで実現することができる。従って、以下の説明では、ジョブネットの実行を開始させる旨の記載を行う場合は、結合ジョブへの実行指令を出す旨の記載で代用する場合がある。また、以下では、ジョブネット全体を選択・指定・実行・起動等するときに、前述した第1、第2の作成方法により作成されたジョブネットを念頭に、「最初(先頭)のジョブ」を選択・指定・実行・起動等するという記載があるが、その記載は、結合ジョブの選択・指定・実行・起動等と等価であり、置き換えることができる。なお、ジョブネットの途中からの実行を行う場合は、途中からのジョブを結合した別の結合ジョブを用意するのが簡単であるが、結合ジョブの中にその実行開始後に、開始ジョブ(最初のジョブから実行開始か、途中のいずれかのジョブから実行開始か)を選択できる機能を用意しておいてもよい。   The execution of the entire job net created by the fourth creation method can be realized simply by issuing a combined job execution command. Accordingly, in the following description, when a description to start execution of a job net is made, a description to issue an execution command for a combined job may be substituted. Also, in the following, when selecting, specifying, executing, starting up, etc. the entire job net, the “first (first) job” is set with the job net created by the first and second creation methods described above in mind. Although there is a description of selection / designation / execution / startup, the description is equivalent to selection / designation / execution / startup of a combined job and can be replaced. When executing from the middle of a job net, it is easy to prepare another combined job that combines jobs from the middle. However, after the start of execution in the combined job, the start job (the first job A function for selecting whether to start execution from a job or whether to start execution from any job in the middle may be prepared.

ジョブ実行手段23は、テスト担当者端末90からの送信要求に応じ、実行ジョブ選択画面の表示用データを、ネットワーク1を介してテスト担当者端末90へ送信するとともに、テスト担当者端末90からネットワーク1を介して送信されてくる選択情報(実行ジョブ選択画面を用いてテスト担当者により選択された実行対象の単体のジョブやジョブネットの選択情報)を受信する「実行ジョブ選択受付処理」を行い、受信した選択情報で指定されている単体のジョブを示す図形を画面表示するか、または選択情報で指定されているジョブネットを構成する複数のジョブを示す各図形を実行順序の通りに並べて画面表示するための表示用データを、ネットワーク1を介してテスト担当者端末90へ送信する「ジョブ図形表示処理」(図3、図4参照)を行い、さらに、テスト担当者端末90からネットワーク1を介して送信されてくる実行指令(画面表示された図形中またはその近傍に設けられた実行ボタンをテスト担当者がクリック操作することにより発信される単体のジョブやジョブネットの実行指令)を受信し、受信した実行指令に基づきジョブ記憶手段42に記憶されたジョブファイルを用いて単体のジョブを実行するか、またはジョブネットで指定されている実行順序に従って複数のジョブを連続実行する「ジョブ実行処理」を行うとともに、この単体のジョブやジョブネットの実行と並行して、画面表示された図形を用いて実行中のジョブを示す「テスト進捗表示処理」(図3、図4参照)を行うものである。   In response to a transmission request from the tester terminal 90, the job execution unit 23 transmits display data for the execution job selection screen to the tester terminal 90 via the network 1 and from the tester terminal 90 to the network. Performs “execution job selection acceptance process” to receive selection information (selection information of a single job or job net to be executed selected by the tester using the execution job selection screen) transmitted via 1 Display the figure indicating the single job specified in the received selection information on the screen, or arrange the figures indicating the multiple jobs that make up the job net specified in the selection information in the order of execution. “Job graphic display processing” (FIG. 3, FIG. 3) for transmitting display data for display to the tester terminal 90 via the network 1 4), and the tester clicks an execution command (execution button provided in or near the figure displayed on the screen) transmitted from the tester terminal 90 via the network 1. (Execution command for a single job or job net) transmitted by the user and execute a single job using a job file stored in the job storage unit 42 based on the received execution command or designated by a job net In addition to performing “Job Execution Processing” to continuously execute multiple jobs in accordance with the execution order being displayed, the job being executed is displayed using graphics displayed on the screen in parallel with the execution of this single job or job net. “Test progress display processing” (see FIGS. 3 and 4) is performed.

ここで、ジョブ実行手段23による実行ジョブ選択受付処理では、実行するジョブネットの選択を受け付ける際には、前述した第1、第2の作成方法でジョブネットが作成されている場合には、そのジョブネットを構成する複数のジョブのうちの先頭のジョブの選択を受け付ける。また、第3の作成方法でジョブネットが作成されている場合には、実行順序管理ジョブの選択を受け付け、第4の作成方法でジョブネットが作成されている場合には、結合ジョブの選択を受け付ける。   Here, in the execution job selection acceptance process by the job execution means 23, when accepting selection of a job net to be executed, if a job net has been created by the first and second creation methods described above, Selection of the first job among a plurality of jobs constituting the job net is accepted. If a job net has been created by the third creation method, selection of an execution order management job is accepted. If a job net has been created by the fourth creation method, selection of a combined job is performed. Accept.

ジョブ実行手段23によるジョブ図形表示処理では、ジョブを示す図形の中またはその近傍に、ジョブ名および/またはジョブの内容を簡単に示す説明文(この説明文のテキストデータは、ジョブファイル内に保存されている。)を表示する。図3の例では、画面300上に表示された図形301の中に、「旧環境のバックアップ」という文字(ジョブ名でもよく、ジョブの内容を簡単に示す説明文でもよい。)が表示されている。なお、上述した実行ジョブ選択受付処理で受信した選択情報が単体のジョブの指定である場合には、そのジョブを示す図形の表示処理を省略してもよい。但し、ジョブを示す図形の表示処理を省略する場合でも、ジョブの実行を開始させるための実行ボタンは、画面表示する。   In the job graphic display processing by the job execution means 23, a descriptive text that simply indicates the job name and / or the contents of the job in or near the graphic indicating the job (the text data of this descriptive text is stored in the job file) Is displayed.) In the example of FIG. 3, the characters “backup of the old environment” (may be a job name or an explanatory text that simply shows the contents of the job) are displayed in the graphic 301 displayed on the screen 300. Yes. When the selection information received in the above-described execution job selection reception process is the designation of a single job, the graphic display process indicating the job may be omitted. However, even when the graphic display process indicating the job is omitted, the execution button for starting the job execution is displayed on the screen.

また、ジョブ実行手段23によるジョブ図形表示処理では、上述した実行ジョブ選択受付処理で受信した選択情報がジョブネットの指定である場合には、そのジョブネットを構成する複数のジョブについての各ジョブファイルを参照して実行順序を解析し、複数のジョブを示す各図形を実行順序の通りに並べて画面表示するための表示用データを作成し、作成した表示用データを、ネットワーク1を介してテスト担当者端末90へ送信する。   Further, in the job graphic display process by the job execution means 23, if the selection information received in the execution job selection reception process described above is a job net designation, each job file for a plurality of jobs constituting the job net Analyzing the execution order with reference to the above, creating the display data for displaying each figure representing multiple jobs in the execution order and displaying them on the screen, and testing the created display data via the network 1 To the user terminal 90.

このジョブ図形表示処理における実行順序の解析は、前述したジョブネットの第1〜第4の作成方法に応じて行う。例えば、第1の作成方法の場合には、最初のジョブAの中から、2番目に実行するジョブBを指定する記述を抽出し、続いて、ジョブBの中から、3番目に実行するジョブCを指定する記述を抽出するというような連鎖的な抽出処理を行う。第2の作成方法の場合には、最初のジョブAが実行された場合に自身が呼び出されるという記述がある2番目のジョブを探し、それがジョブBであったとすれば、次に、その2番目のジョブBが実行された場合に自身が呼び出されるという記述がある3番目のジョブを探し、それがジョブCであったとすれば、さらに、その3番目のジョブCが実行された場合に自身が呼び出されるという記述がある4番目のジョブを探しというような連鎖的なサーチ処理を行う。第3の作成方法の場合には、実行順序管理ジョブにスケジューリングの記述があるので、その記述に従ってジョブ図形表示処理を行うが、実行順序管理ジョブ自体は、画面上への図形表示の対象ではない(図形表示してもよいが、必須ではない)。第4の作成方法の場合には、結合ジョブの中に、結合前の各構成ジョブについての命令文に加え、ジョブ名および/またはジョブの内容を簡単に示す説明文等の各種情報が含まれるとともに、実行順序の情報が含まれているので、それを用いてジョブ図形表示処理を行うが、結合ジョブ自体は、画面上への図形表示の対象ではない(図形表示してもよいが、必須ではない)。   The analysis of the execution order in the job graphic display processing is performed according to the first to fourth creation methods of the job net described above. For example, in the case of the first creation method, a description specifying the second job B to be executed is extracted from the first job A, and then the third job to be executed from the job B. A chained extraction process such as extracting a description specifying C is performed. In the case of the second creation method, if the second job having a description that it is called when the first job A is executed is searched for, and it is job B, then that 2 If the third job is described as being called when the third job B is executed, and if it is the job C, then when the third job C is executed, the third job C is executed. A chained search process such as searching for the fourth job with a description that is called is performed. In the case of the third creation method, since there is a description of scheduling in the execution order management job, job graphic display processing is performed according to the description, but the execution order management job itself is not a target of graphic display on the screen. (It may be displayed graphically but is not essential). In the case of the fourth creation method, the combined job includes various information such as a description of the job name and / or job contents in addition to the command statement for each constituent job before combining. At the same time, since the execution order information is included, the job graphic display processing is performed using the information. However, the combined job itself is not the target of graphic display on the screen (graphic display is possible, but it is essential. is not).

図3の例では、画面300上に、「旧環境のバックアップ」のジョブを示す図形301と、「テストデータのインポート」のジョブを示す図形302と、「画面打鍵テスト」のジョブを示す図形303と、「打鍵前後でのDB突合」のジョブを示す図形304と、「環境戻し」のジョブを示す図形305とが、矢印図形により実行順序を示される状態で並べて表示されている。また、図4は、並列処理の場合の表示例であり、画面400上に、「DBデータバックアップ」のジョブを示す図形401が先頭ジョブとして表示され、ここから分岐し、第1の流れとして、「DBデータのインポート(1)」のジョブを示す図形402と、「画面打鍵テスト(1)」のジョブを示す図形403とが並べて表示されるとともに、第2の流れとして、「DBデータのインポート(2)」のジョブを示す図形404と、「画面打鍵テスト(2)」のジョブを示す図形405とが並べて表示されている。   In the example of FIG. 3, a graphic 301 indicating a “backup of old environment” job, a graphic 302 indicating a “test data import” job, and a graphic 303 indicating a “screen keystroke test” job are displayed on the screen 300. Then, a graphic 304 indicating a “DB match before and after keystroke” job and a graphic 305 indicating a “return environment” job are displayed side by side in a state in which the execution order is indicated by an arrow graphic. FIG. 4 is a display example in the case of parallel processing. A graphic 401 indicating a job of “DB data backup” is displayed on the screen 400 as the first job, branches from here, and as a first flow, A graphic 402 indicating a job of “DB data import (1)” and a graphic 403 indicating a job of “screen keystroke test (1)” are displayed side by side. As a second flow, “DB data import” A graphic 404 indicating the job “(2)” and a graphic 405 indicating the job of “screen key test (2)” are displayed side by side.

さらに、ジョブ実行手段23によるジョブ図形表示処理では、ジョブを示す図形の中またはその近傍に、ジョブやジョブネットの実行を開始させる実行指令を出すための実行ボタンを設ける処理を行う。図3、図4の例に示すように、ジョブネットの場合には、その先頭のジョブを示す図形301,401の中またはその近傍に、実行ボタン306,406が設けられる。本実施形態では、ジョブネットの途中のジョブを示す図形の中またはその近傍には、実行ボタンを設けていない。従って、ジョブネットの途中のジョブから実行を開始する場合には、前述した実行ジョブ選択受付処理で、その途中のジョブの選択を受け付け、その途中のジョブを新たな先頭ジョブとするジョブ図形表示処理を行い、その新たな先頭ジョブを示す図形の中またはその近傍に、実行ボタンを設ける。なお、図3、図4に示す画面300,400の例において、先頭のジョブを示す図形301,401以外の図形にも実行ボタンを設けることにより、途中のジョブからの実行開始を指示できるようにしてもよい。   Further, in the job graphic display process by the job execution means 23, a process of providing an execution button for issuing an execution command for starting execution of a job or job net is performed in or near the graphic indicating the job. As shown in the examples of FIGS. 3 and 4, in the case of a job net, execution buttons 306 and 406 are provided in or near the figures 301 and 401 indicating the first job. In the present embodiment, no execution button is provided in or near the graphic indicating the job in the middle of the job net. Therefore, when starting execution from a job in the middle of a job net, the job graphic display process in which the selection of a job in the middle is accepted in the execution job selection acceptance process described above and the middle job is set as a new head job. And an execution button is provided in or near the graphic indicating the new head job. In the examples of the screens 300 and 400 shown in FIGS. 3 and 4, an execution button is also provided on a graphic other than the graphics 301 and 401 indicating the first job so that execution can be instructed from an intermediate job. May be.

ジョブ実行手段23によるジョブ実行処理では、ジョブネットを実行する場合には、上述したジョブ図形表示処理で解析した実行順序を主メモリ等に一時的に記憶しておき、それを用いて複数のジョブの連続実行を行ってもよく、あるいは、ジョブネットを構成する各ジョブを実行しながら、その都度、次に実行するジョブを認識(サーチを含む。)していってもよい。タイマー実行やアプリケーション等の更新に伴う自動実行の場合には、ジョブ図形表示処理は行わないので、ジョブ図形表示のための実行順序の解析は行わないが、そのような場合でも、同様にして事前の実行順序の解析を行い、解析した実行順序を主メモリ等に一時的に記憶しておき、それを用いて複数のジョブの連続実行を行ってもよく、あるいは、ジョブネットを構成する各ジョブを実行しながら、その都度、次に実行するジョブを認識(サーチを含む。)していってもよい。また、各ジョブを実行していく過程で、各ジョブの実行開始や実行終了の情報(今開始、今終了というタイミング情報)、各ジョブの実施時刻(実行を開始した年月日および時刻)、各ジョブの実行時間(処理の所要時間)等を、下記のテスト進捗表示処理のルーチンに引き渡す。   In the job execution process by the job execution means 23, when executing a job net, the execution order analyzed by the above-described job graphic display process is temporarily stored in the main memory or the like, and a plurality of jobs are used by using the execution order. May be performed continuously, or the job to be executed next may be recognized (including a search) each time the jobs constituting the job net are executed. In the case of automatic execution associated with timer execution or application update, job graphic display processing is not performed. Therefore, execution order analysis for job graphic display is not performed. You can analyze the execution order of these items, temporarily store the analyzed execution order in the main memory, etc., and use it to continuously execute multiple jobs, or each job that makes up the job net , The job to be executed next may be recognized (including search) each time. In addition, in the process of executing each job, information on the start and end of execution of each job (timing information such as now start and end), execution time of each job (date and time when the execution started), The execution time (required processing time) of each job is handed over to the following test progress display processing routine.

ジョブ実行手段23によるテスト進捗表示処理では、各ジョブを実行していく過程で得られる各ジョブの実行開始や実行終了の情報に基づき、実行開始や実行終了のタイミングに合わせて、テスト進捗表示を行うための表示用データを、ネットワーク1を介してテスト担当者端末90へ送信する。テスト進捗表示は、例えば、現在実行中のジョブを示す図形の色を、現在実行していないジョブを示す図形の色とは異なる色に変える色付けを行う、現在実行中のジョブを示す図形だけ点滅させる、現在実行中のジョブを示す図形だけ特別な枠(例えば赤枠や太枠等)で囲む、実行終了したジョブを示す図形の色を変えていく(例えば暗い色等に変えていく)といった色分け等により実現することができ、要するに、現在どのジョブが実行されているのかをテスト担当者が視覚的に把握できるようになっていればよい。図3、図4の例では、現在実行中のジョブを示す図形(図中において斜線のある図形)の色が変わっている。   In the test progress display processing by the job execution means 23, the test progress display is performed in accordance with the timing of the start and end of execution based on the information on the start and end of execution of each job obtained in the course of executing each job. Display data to be transmitted is transmitted to the test staff terminal 90 via the network 1. In the test progress display, for example, only the graphic indicating the currently running job blinks, which changes the color of the graphic indicating the currently executing job to a color different from the color of the graphic indicating the currently not executing job. For example, only the figure indicating the job currently being executed is surrounded by a special frame (for example, a red frame or a thick frame), and the color of the figure indicating the job that has been executed is changed (for example, changed to a dark color). It can be realized by color coding or the like. In short, it is sufficient that the person in charge of the test can visually grasp which job is currently being executed. In the examples of FIGS. 3 and 4, the color of the figure indicating the job that is currently being executed (the figure with diagonal lines in the figure) has changed.

また、ジョブ実行手段23によるテスト進捗表示処理では、図3、図4の例に示すように、各ジョブの実行を開始した実施時刻(年月日および時刻)や各ジョブの実行に要した実行時間を、各ジョブを示す図形の中またはその近傍に表示するための表示用データを、実行開始や実行終了のタイミングに合わせて、ネットワーク1を介してテスト担当者端末90へ送信する。これにより、上述した色付け、枠囲い、点滅、色分け等による文字(数字を含む)以外の視覚的識別処理に加え、文字(数字を含む)の有無による視覚的識別処理を実現することができる。さらに、文字(数字を含む)自体が有する意味内容(時刻や時間そのものが持つ遅早・長短の情報)を、テスト担当者に伝達することもできる。図3の例では、図形301の中に、ジョブの実施時刻「2015/05/25 18:47:42」、ジョブの実行時間「0.58秒」が表示されている。   In the test progress display process by the job execution unit 23, as shown in the examples of FIGS. 3 and 4, the execution time (year / month / day and time) when the execution of each job is started and the execution required for the execution of each job are performed. Display data for displaying the time in a graphic representing each job or in the vicinity thereof is transmitted to the test staff terminal 90 via the network 1 in accordance with the timing of the start or end of execution. Thereby, in addition to the above-described visual identification processing other than characters (including numbers) by coloring, frame enclosing, blinking, color coding, etc., visual identification processing based on the presence or absence of characters (including numbers) can be realized. Furthermore, the meaning content (including information about the time and time itself) can be transmitted to the person in charge of the test. In the example of FIG. 3, the job execution time “2015/05/25 18:47:42” and the job execution time “0.58 seconds” are displayed in the graphic 301.

このジョブ実行手段23によるテスト進捗表示処理において、ジョブの実施時刻とジョブの実行時間とのうち、ジョブの実施時刻だけを表示するようにした場合には、ジョブの実施時刻が表示された図形のうちの最後の図形に対応するジョブが実行中のジョブであり、ジョブの実行時間だけを表示するようにした場合には、ジョブの実行時間が表示された図形のうちの最後の図形に対応するジョブの次のジョブが実行中のジョブであり、双方を表示するようにした場合には、ジョブの実施時刻が表示されていて、かつ、ジョブの実行時間が表示されていない図形に対応するジョブが実行中のジョブであると把握することができる。   In the test progress display processing by the job execution means 23, when only the job execution time is displayed among the job execution time and the job execution time, the job execution time is displayed on the figure. If the job corresponding to the last figure is an active job and only the job execution time is displayed, the job execution time corresponds to the last figure displayed. If the next job of the job is an active job and both are displayed, the job corresponding to the graphic that displays the job execution time and does not display the job execution time Can be grasped as a running job.

また、本実施形態のジョブ実行手段23は、本実施形態のテスト管理システム10が打鍵テストマシン80を備えているので、この打鍵テストマシン80に、ジョブ実行に関する補助処理手段(図1では、図示は省略されている。)を設けることにより、テスト統括管理サーバ20と打鍵テストマシン80とに分散配置されている。例えば、ジェンキンスの場合には、打鍵テストマシン80にジェンキンス・スレーブ・エージョントを搭載することにより、ジョブ実行手段23の補助処理手段とすることができ、この場合、打鍵テストマシン80は、テスト統括管理サーバ20をマスターとするスレーブマシンとなる。このようなテスト統括管理サーバ20とは別のマシン(スレーブマシン)に設ける補助処理手段は、テストの内容やテスト対象システム200の構成等によっては、設けなくてもよい。   Further, the job execution means 23 of the present embodiment is provided with a key-pressing test machine 80 in the test management system 10 of the present embodiment. Are omitted from the test management server 20 and the key-pressing test machine 80. For example, in the case of Jenkins, by installing the Jenkins slave agent in the key-pressing test machine 80, it can be used as auxiliary processing means for the job execution means 23. It becomes a slave machine having the server 20 as a master. The auxiliary processing means provided in such a machine (slave machine) different from the test management server 20 may not be provided depending on the content of the test, the configuration of the test target system 200, and the like.

なお、ジョブ実行手段23がネットワーク1を介してテスト担当者端末90との通信を行うのは、テスト担当者が、テスト担当者端末90を操作し、ジョブやジョブネットを手動実行する場合である。従って、ジョブ実行手段23は、タイマー実行手段24によるタイマー実行を行う場合や、テスト自動実行手段25によるアプリケーション等の更新に伴う自動実行を行う場合には、テスト担当者の操作による手動実行ではないので、テスト担当者端末90への画面表示のための各種処理は行わない。   The job execution means 23 communicates with the tester terminal 90 via the network 1 when the tester operates the tester terminal 90 and manually executes a job or job net. . Therefore, the job execution unit 23 does not perform manual execution by the operation of the tester when the timer execution unit 24 performs timer execution or when the test automatic execution unit 25 performs automatic execution accompanying update of an application or the like. Therefore, various processes for displaying the screen on the tester terminal 90 are not performed.

タイマー実行手段24は、設定情報記憶手段41に記憶されたタイマー実行時刻が到来したか否かを監視し、到来したと判断した場合には、到来したタイマー実行時刻に係るジョブやジョブネットについてジョブ実行手段23によるジョブ実行処理を開始させる処理を実行するものである。なお、このタイマー実行の場合には、テスト担当者端末90との通信はない。   The timer execution unit 24 monitors whether or not the timer execution time stored in the setting information storage unit 41 has arrived. If it is determined that the timer execution time has arrived, a job or job net related to the timer execution time that has arrived is determined. A process for starting the job execution process by the execution unit 23 is executed. In this timer execution, there is no communication with the tester terminal 90.

より具体的には、タイマー実行手段24は、例えば、設定情報記憶手段41に記憶された設定ファイル内に保存されている1組または複数組のジョブ名(ジョブネットを構成する先頭ジョブのジョブ名を含む。)およびそのジョブの実行を開始させるためのタイマー実行時刻を所定時間間隔で読み込んで主メモリに配置し、読み込んだ1つまたは複数のタイマー実行時刻が到来した否かを、より短い時間間隔で判断する監視処理を実行し、タイマー実行時刻が到来したジョブ(ジョブネットを構成する先頭ジョブを含む。)があった場合には、そのジョブ名(ジョブの識別情報)を、実行対象ジョブのジョブ名としてジョブ実行手段23に引き渡し、ジョブ実行処理を開始させる。   More specifically, the timer execution unit 24, for example, sets one or a plurality of sets of job names (the job names of the first job constituting the job net) stored in the setting file stored in the setting information storage unit 41. And the timer execution time for starting execution of the job is read at a predetermined time interval and placed in the main memory, and whether or not the read one or more timer execution times have arrived is shorter. If there is a job (including the first job that makes up the job net) whose timer execution time has arrived after executing the monitoring process that is determined by the interval, the job name (job identification information) is displayed as the job to be executed. The job name is transferred to the job execution means 23 to start job execution processing.

テスト自動実行手段25は、テスト資源記憶手段52に記憶されたテストデータ(アプリケーションを含む。)またはテストシナリオ(ジョブ記憶手段42に記憶されたジョブやジョブネットのうち、監視対象として指定されたジョブやジョブネットの実行に用いられるテストデータやテストシナリオ)が更新されたか否かを監視し、更新されたと判断した場合には、ジョブ実行手段23によるジョブ実行処理を開始させる処理を実行するものである。なお、この更新に伴う自動実行の場合には、テスト担当者端末90との通信はない。   The test automatic execution means 25 is a test data (including an application) stored in the test resource storage means 52 or a test scenario (a job designated as a monitoring target among jobs and job nets stored in the job storage means 42). Or test data used for execution of a job net or a test scenario) is updated, and if it is determined that it has been updated, a process for starting job execution processing by the job execution means 23 is executed. is there. In the case of automatic execution accompanying this update, there is no communication with the test staff terminal 90.

より具体的には、例えば、テスト自動実行手段25は、次のような処理を行う。先ず、アプリケーション開発者は、テストデータ(アプリケーションを含む。)またはテストシナリオを修正した場合は、自己の開発者端末100を操作し、修正したアプリケーション(ここでは、ソースコードのプログラムである。)等をテスト資源記憶手段52に記憶登録させる。この際、登録されるアプリケーション(ソースコードのプログラム)等は、テスト資源管理手段51によりバージョン情報を含めて登録され、バージョン管理される。一方、テスト担当者は、ジョブやジョブネットを作成する際に、そのジョブやジョブネットをテスト自動実行手段25によるアプリケーション等の更新に伴う自動実行の対象にするか否かの選択情報を、ジョブファイル(ジョブネットの構成ジョブのジョブファイルを含む。)に設定保存しておくか、あるいは、タイマー実行時刻(年月日および時刻)の設定の場合と同様に、設定手段21により、アプリケーション等の更新に伴う自動実行の対象にするジョブやジョブネットの識別情報(例えば名称)を設定ファイルに保存し、設定情報記憶手段41に記憶させておく。ジョブ記憶手段42に、多くのジョブファイルが記憶されている場合には、後者の場合のように、設定ファイルに保存した方が、処理時間が短くなる。なお、ジョブネットの場合には、先頭ジョブ以外のジョブで使用されるテストデータ(アプリケーションを含む。)やテストシナリオが修正される場合もあるので、先頭ジョブだけではなく、必要な場合には、構成ジョブの全てについて、監視対象とする設定を行う。   More specifically, for example, the test automatic execution means 25 performs the following process. First, when the application developer corrects the test data (including the application) or the test scenario, the application developer operates his / her developer terminal 100 to correct the corrected application (here, a source code program). Is stored and registered in the test resource storage means 52. At this time, the registered application (source code program) and the like are registered and version-managed by the test resource management means 51 including version information. On the other hand, when creating a job or job net, the person in charge of the test indicates selection information as to whether or not the job or job net is subject to automatic execution accompanying the update of the application or the like by the automatic test execution means 25. As in the case of setting the timer execution time (year / month / day and time), the setting means 21 can be used to set the application or the like. The identification information (for example, name) of the job or job net to be automatically executed along with the update is saved in the setting file and stored in the setting information storage unit 41. When many job files are stored in the job storage unit 42, the processing time is shorter when the job storage unit 42 stores the setting files as in the latter case. In the case of job nets, test data (including applications) and test scenarios used in jobs other than the first job may be modified. Set all the configuration jobs to be monitored.

テスト自動実行手段25は、このようにテスト担当者によりアプリケーション等の更新に伴う自動実行の対象にするジョブ(ジョブネットの構成ジョブを含む。)の設定が行われている状態で、定期的(例えば1日2回等)に、そのような監視対象のジョブがあるか否かをサーチする処理を行う。このサーチ処理では、上述したように、ジョブ記憶手段42に記憶されたジョブファイルを読み込んで探してもよく、設定情報記憶手段41に記憶された設定ファイルを読み込んで探してもよい。そして、監視対象とされているジョブ(ジョブネットの構成ジョブを含む。)のジョブファイルの中から、前回のテストで使用(展開)したテストデータ(アプリケーションを含む。)やテストシナリオのバージョン情報を取得する。例えば、それがバージョン4であったとする。それから、テスト自動実行手段25は、ネットワーク1を介してレポジトリサーバ50に、そのテストデータ(アプリケーションを含む。)やテストシナリオの最新バージョンは何かを問い合わせる。レポジトリサーバ50では、テスト資源管理手段51により、その問い合わせを受け付けると、テスト資源記憶手段52を参照し、そのテストデータ(アプリケーションを含む。)やテストシナリオの最新バージョンを取得し、取得したバージョン情報を、ネットワーク1を介してテスト統括管理サーバ20に送信する。例えば、それがバージョン5であったとする。テスト統括管理サーバ20では、テスト自動実行手段25により、最新バージョンがバージョン5であるという情報を受け取ると、前回のテストで使用(展開)したそのテストデータ(アプリケーションを含む。)やテストシナリオはバージョン4であるということを認識しているので、更新(バージョンアップ)が行われたと判断することができる。そして、更新があったと判断した場合には、ジョブ実行手段23によるジョブ実行処理(ジョブネットの構成ジョブの場合には、その構成ジョブを含むジョブネットの実行処理)を自動的に開始させる(すなわち、レポジトリサーバ50からバージョン5を取得して展開する。)とともに、今回のテストで使用(展開)するテストデータ(アプリケーションを含む。)やテストシナリオはバージョン5であるから、そのバージョン5をジョブファイルに記録する。一方、レポジトリサーバ50への最新バージョンの問い合わせに対し、レポジトリサーバ50からの応答がバージョン4であったとすると、テスト自動実行手段25は、更新(バージョンアップ)は行われていないと判断することができるので、ジョブ実行手段23によるジョブ実行処理(自動実行)は行わない。   The test automatic execution means 25 is periodically (in this state) set by the tester in the state of setting the jobs (including job net configuration jobs) to be automatically executed along with the update of the application or the like. For example, a process of searching for such a job to be monitored is performed twice a day). In this search process, as described above, the job file stored in the job storage unit 42 may be read and searched, or the setting file stored in the setting information storage unit 41 may be read and searched. Then, from the job file of the job (including job net configuration job) to be monitored, the test data (including application) used (deployed) in the previous test and the version information of the test scenario get. For example, assume that it is version 4. Then, the automatic test execution means 25 inquires of the repository server 50 via the network 1 about the latest version of the test data (including applications) and the test scenario. In the repository server 50, when the inquiry is received by the test resource management means 51, the test resource storage means 52 is referred to, the latest version of the test data (including application) and the test scenario is acquired, and the acquired version information Is transmitted to the test management server 20 via the network 1. For example, assume that it is version 5. When the test management server 20 receives the information that the latest version is version 5 from the automatic test execution means 25, the test data (including the application) and test scenario used (deployed) in the previous test are the versions. 4 is recognized, it can be determined that the update (version up) has been performed. When it is determined that there has been an update, the job execution processing by the job execution means 23 (in the case of a job net configuration job, execution processing of the job net including the configuration job) is automatically started (ie, The version 5 is acquired from the repository server 50 and deployed, and the test data (including application) and test scenario used (deployed) in this test are version 5, so that version 5 is a job file. To record. On the other hand, if the response from the repository server 50 is version 4 in response to an inquiry about the latest version to the repository server 50, the automatic test execution means 25 may determine that the update (version up) has not been performed. Therefore, job execution processing (automatic execution) by the job execution means 23 is not performed.

なお、以上を実現するために、ジョブファイルの中には、一番最近のテストで使用(展開)したテストデータ(アプリケーションを含む。)やテストシナリオのバージョン情報が記録されているとともに、レポジトリサーバ50から最新バージョンのテストデータ(アプリケーションを含む。)やテストシナリオを取得し、テスト対象システム200に展開するという記述と、使用するテストデータ(アプリケーションを含む。)やテストシナリオが更新されていないかどうかをレポジトリサーバ50に確認するという記述がジョブの中にある。   To achieve the above, the job file contains test data (including applications) used in the most recent test (including applications) and test scenario version information, as well as a repository server. Description of acquiring latest test data (including application) and test scenario from 50 and deploying to test target system 200, and whether test data (including application) and test scenario to be used have been updated There is a description in the job that the repository server 50 confirms whether or not.

テスト成否判定手段26は、ジョブ実行手段23によるテスト(タイマー実行手段24によりタイマー実行された場合や、テスト自動実行手段25により自動実行された場合のテストを含む。)の成功・失敗を判定する処理を実行するものである。例えば、打鍵テストの場合には、テスト対象システム200からテストの実行結果が打鍵テストマシン80を介してテスト統括管理サーバ20に返信されてくるので、テスト成否判定手段26は、その実行結果を参照し、テストの成功・失敗を判定する。より具体的には、例えば、顧客による普通預金口座への振込処理のテストの場合には、打鍵テストマシン80は、仮想的な顧客端末であるため、銀行システムであるテスト対象システム200から打鍵テストマシン80へ送信されてくる実行結果は、顧客に対して振込処理の不具合発生を報告するメッセージ情報等となるので、そのメッセージ情報等の内容に基づき、テストの成功・失敗を判定する。なお、1つの打鍵が1つのテストシナリオであり、1つのテストシナリオに対して、1つの成功または失敗がある。そして、1回のジョブ実行により、多数のテストシナリオ(打鍵用の入力データを含む。)が使用されるが、そのジョブで使用される多数のテストシナリオのうち1つでも失敗が発生すれば、そのジョブは失敗したことになる。   The test success / failure determination means 26 determines the success / failure of the test by the job execution means 23 (including a test executed by the timer execution means 24 and a test executed automatically by the test automatic execution means 25). The process is executed. For example, in the case of a keystroke test, the test execution result is returned from the test target system 200 to the test overall management server 20 via the keystroke test machine 80, so that the test success / failure determination unit 26 refers to the execution result. And determine the success or failure of the test. More specifically, for example, in the case of a test of a transfer process to a savings account by a customer, since the key-pressing test machine 80 is a virtual customer terminal, the key-pressing test is performed from the test target system 200 that is a bank system. Since the execution result transmitted to the machine 80 is message information for reporting a defect in the transfer process to the customer, etc., the success / failure of the test is determined based on the content of the message information. One keystroke is one test scenario, and there is one success or failure for one test scenario. A large number of test scenarios (including keystroke input data) are used in one job execution. If one of the many test scenarios used in the job fails, The job has failed.

テスト結果登録手段27は、テスト成否判定手段26による成否判定結果を、ビルドの識別情報(例えば、ジョブ実行を繰り返すと1ずつ増番していくビルド番号)とともに、テスト結果データとしてテスト結果記憶手段43に記憶させる処理を実行するものである。本実施形態では、1回のテスト(1回のビルド)についてのテスト結果データを、1つのテスト結果ファイルに収め、所定のフォルダ(テスト結果記憶手段43を構成するハードディスク等の記録媒体)に格納する。従って、テスト(ビルド)を繰り返すと、複数のテスト結果ファイルが、テスト結果記憶手段43に記憶される。なお、毎回のテスト(ビルド)の都度に、その時のテスト結果データを、同じテスト結果ファイルに追加していってもよく、その場合には、同種のテストについては、1つのテスト結果ファイルが、テスト結果記憶手段43に記憶されていることになる。   The test result registration unit 27 uses the test success / failure determination result by the test success / failure determination unit 26 as test result data together with build identification information (for example, a build number that is incremented by 1 when job execution is repeated) as test result storage unit. The process memorize | stored in 43 is performed. In this embodiment, test result data for one test (one build) is stored in one test result file and stored in a predetermined folder (a recording medium such as a hard disk constituting the test result storage unit 43). To do. Therefore, when the test (build) is repeated, a plurality of test result files are stored in the test result storage unit 43. In each test (build), the test result data at that time may be added to the same test result file. In that case, one test result file for the same type of test, It is stored in the test result storage means 43.

また、テスト結果登録手段27は、1回1回のテスト(1回1回のビルド)について、テスト担当者(ジョブ作成者)の識別情報(名前、従業員コード等)、処理に要したテスト実行時間(ジョブ実行時間であり、ジョブネットの場合には、各構成ジョブのジョブ実行時間またはそれに加えてジョブネット全体の実行時間)、テスト実施時刻(ジョブを起動した年月日および時刻であり、ジョブネットの場合には、各構成ジョブの実施時刻)、実際に使用(展開)したテストデータ(アプリケーションを含む。)やテストシナリオおよびそれらのバージョン情報等のビルド(ジョブ実行)の情報を、ビルドの識別情報(例えばビルド番号)と関連付けてビルド履歴記憶手段45に記憶させる処理も実行する。テスト担当者(ジョブ作成者)の識別情報は、ジョブファイル内に保存されている。本実施形態では、繰り返された複数回のテスト(複数回のビルド)についてのビルドの情報を、ビルド履歴として1つのビルド履歴ファイルに収め、所定のフォルダ(ビルド履歴記憶手段45を構成するハードディスク等の記録媒体)に格納する。従って、ビルド(ジョブ実行)を行う都度に、毎回、最新のビルドの情報を同じビルド履歴ファイルに追加していく。なお、1回1回のテスト毎(1回1回のビルド毎)に、個々のビルドファイルを作成し、所定のフォルダに格納してもよい。   Further, the test result registration means 27 includes the identification information (name, employee code, etc.) of the person in charge of the test (job creator), and the test required for processing for each test (one build once). Execution time (job execution time, in the case of job nets, the job execution time of each component job or in addition to the execution time of the entire job net), test execution time (date and time when the job was started) In the case of a job net, the execution time of each component job), test data (including applications) actually used (deployed), test scenarios, and build (job execution) information such as version information, A process of storing the information in the build history storage unit 45 in association with the build identification information (for example, the build number) is also executed. The identification information of the person in charge of the test (job creator) is stored in the job file. In the present embodiment, build information for a plurality of repeated tests (multiple builds) is stored in a single build history file as a build history, and a predetermined folder (such as a hard disk constituting the build history storage unit 45) In the recording medium. Therefore, every time a build (job execution) is performed, the latest build information is added to the same build history file. Note that an individual build file may be created and stored in a predetermined folder for each test once (one build at a time).

なお、テスト結果登録手段27は、本実施形態では、前述したように、テスト成否判定手段26による成否判定結果を、ビルドの識別情報(例えばビルド番号)とともに、テスト結果データとしてテスト結果記憶手段43に記憶させるようになっているが、テスト成否判定手段26による成否判定結果を、ビルド履歴記憶手段45に記憶されたビルドの情報そのもの(テスト担当者の識別情報、テスト実行時間、テスト実施時刻等)とともに、テスト結果データとしてテスト結果記憶手段43に記憶させるようにしてもよい。   In this embodiment, as described above, the test result registration unit 27 uses the test result storage unit 43 as a result of the success / failure determination by the test success / failure determination unit 26 as test result data together with build identification information (for example, a build number). However, the result of the success / failure determination by the test success / failure determination means 26 is stored in the build information itself stored in the build history storage means 45 (test person identification information, test execution time, test execution time, etc. ) And test result data may be stored in the test result storage means 43.

課題登録手段28は、テスト成否判定手段26により失敗と判定されたテストについての失敗の詳細情報を、ジョブ(ジョブネットの場合には、構成ジョブ)の識別情報(例えばジョブ名)と関連付けて課題管理サーバ60の課題記憶手段62に記憶させる処理を実行するものである。ここで、失敗の詳細情報とは、アプリケーション開発者が失敗原因を特定するための情報であり、エラーコード等である。なお、失敗の詳細情報には、失敗したテストシナリオについての識別情報(ファイル名、シナリオ名等)、バージョン番号、レポジトリサーバ50のテスト資源記憶手段52内の格納場所(ディレクトリ)も含まれている。この課題登録手段28は、テストが失敗した場合の課題登録を行うのに対し、前述したテスト結果登録手段27は、統計分析に供するために失敗・成功の双方の情報について登録する。   The assignment registering means 28 associates detailed information on failure of the test determined to be failed by the test success / failure determination means 26 with identification information (for example, job name in the case of a job net), and assigns the assignment. The processing to be stored in the problem storage means 62 of the management server 60 is executed. Here, the detailed information on the failure is information for the application developer to identify the cause of the failure, such as an error code. The failed detailed information includes identification information (file name, scenario name, etc.) about the failed test scenario, version number, and storage location (directory) in the test resource storage means 52 of the repository server 50. . The task registration unit 28 performs task registration when the test fails, whereas the test result registration unit 27 described above registers both failure and success information for use in statistical analysis.

テスト結果伝達手段29は、失敗したジョブ(ジョブネットの場合には、構成ジョブ)で使用されるテストデータ(アプリケーションを含む。)やテストシナリオを作成したアプリケーション開発者、および/または、失敗したジョブ(ジョブネットの場合には、構成ジョブ)を作成したテスト担当者のメールアドレスに、テストが失敗した旨の電子メールを自動送信する、すなわちネットワーク1を介してメールサーバ110に自動送信する処理を実行するものである。   The test result transmission means 29 is an application developer who created test data (including applications) and test scenarios used in failed jobs (configuration jobs in the case of job nets) and / or failed jobs. (In the case of a job net, a process of automatically sending an email indicating that the test has failed to the mail address of the tester who created the job, that is, automatically sending it to the mail server 110 via the network 1) It is something to execute.

これらの宛先となるアプリケーション開発者やテスト担当者(ジョブ作成者)の識別情報(名前、従業員コード等)は、失敗したジョブのジョブファイルの中で指定されている。なお、本実施形態では、ジョブファイルの中に、アドレスが直接に保存されているのではなく、アプリケーション開発者やテスト担当者(ジョブ作成者)の識別情報(名前、従業員コード等)を用いて、ユーザ情報管理サーバ70のユーザ情報記憶手段72から、これらの者のメールアドレスを取得し、そこに宛てて電子メールを自動送信するが、ジョブファイルの中に、メールアドレスを直接に保存しておいてもよい。   The identification information (name, employee code, etc.) of the application developer or tester (job creator) serving as the destination is specified in the job file of the failed job. In this embodiment, the address is not directly stored in the job file, but identification information (name, employee code, etc.) of the application developer or tester (job creator) is used. Then, the mail addresses of these persons are acquired from the user information storage means 72 of the user information management server 70, and an e-mail is automatically transmitted to the mail addresses. However, the mail addresses are directly stored in the job file. You may keep it.

テスト結果分析手段30は、テスト結果記憶手段43に蓄積記憶された複数のテスト結果データ(テスト結果ファイルに収められている。)を用いて、テスト時間帯および/またはテスト担当者(ジョブ作成者)に関する傾向分析を含む各種の統計処理を行い、得られた分析結果データを、分析結果ファイルに収めて分析結果記憶手段46に記憶させる処理を実行するものである。   The test result analyzing unit 30 uses a plurality of test result data (stored in the test result file) accumulated and stored in the test result storage unit 43, and uses the test time zone and / or the person in charge of the test (job creator). ) And various statistical processes including trend analysis are performed, and the process of storing the obtained analysis result data in an analysis result file and storing it in the analysis result storage means 46 is executed.

このテスト結果分析手段30による自動分析の実行タイミングについては、例えば、図示されない管理者端末(テスト担当者端末90と同様な機能・配置状況を有する端末)からの人手による操作で自動分析を開始してもよく、夜間バッチ処理等で毎日あるいは定期的に行うようにしてもよく、テストが実施され、新たなテスト結果データ(テスト結果ファイル)が生成される都度に行うようにしてもよい。   As for the execution timing of the automatic analysis by the test result analyzing means 30, for example, the automatic analysis is started by a manual operation from an administrator terminal (terminal having the same function and arrangement status as the test person terminal 90) (not shown). Alternatively, it may be performed daily or periodically by night batch processing or the like, or may be performed each time a test is performed and new test result data (test result file) is generated.

また、自動分析を行う母集団(分析対象とするデータの集合の大きさ・範囲・内容)については、例えば、全部のテスト結果データ(テスト結果ファイル)を母集団としてもよく、ジョブの種類毎に母集団を形成してもよく(ジョブの中にジョブの種類情報を入れておくことにより、ジョブの種類を定義できるようになっている。)、テスト担当者毎またはアプリケーション開発者毎の母集団を形成してもよい(ジョブの中に、テスト担当者やアプリケーション開発者の識別情報が入っている。)。   As for the population to be automatically analyzed (size / range / content of the set of data to be analyzed), for example, all test result data (test result file) may be used as the population, and for each job type (The job type can be defined by putting the job type information in the job.) The mother for each tester or application developer A group may be formed (the identification information of the tester or application developer is included in the job).

さらに、テスト結果分析手段30による自動分析の内容・方法については、例えば、(分析例1)テスト時間帯および/またはテスト担当者(ジョブ作成者)に関する傾向分析、(分析例2)テスト担当者と、タイマー実行手段24によるタイマー実行との関係についての分析、(分析例3)テスト担当者と、テスト自動実行手段25によるアプリケーション等の更新に伴う自動実行との関係についての分析等がある。   Furthermore, the contents and method of the automatic analysis by the test result analysis means 30 are, for example, (Analysis Example 1) Trend analysis regarding the test time zone and / or tester (job creator), (Analysis Example 2) Tester And an analysis of the relationship between the timer execution unit 24 and the timer execution, (analysis example 3) an analysis of the relationship between the person in charge of the test and the automatic execution associated with the update of the application or the like by the test automatic execution unit 25.

(分析例1)については、例えば、あるテスト担当者は、または、ある時間帯は、あるいは、あるテスト担当者のある時間帯は、テスト失敗の確率が高いか、またはテスト実行時間が長くなる傾向にあるか否かの分析等である。テストの失敗・成功は、テスト結果記憶手段43に蓄積記憶された複数のテスト結果データ(テスト結果ファイル)から取得することができ、テスト担当者の識別情報(名前、従業員コード等)、テスト実施時刻(時間帯)、およびテスト実行時間は、テスト結果データに含まれるビルドの識別情報(例えばビルド番号)を用いて、ビルド履歴記憶手段45に記憶されたビルド履歴から取得することができる。時間帯の分布は、例えば、24時間、1週間、1か月間、1年間等の暦に従った単位期間を所定の数で分割することにより、夜間の特徴、昼間の特徴、午後3時頃の特徴、夕方の特徴、金曜日の特徴、月曜日の朝の特徴、水曜日の夜間の特徴、月初めの特徴、月末の特徴、夏の特徴、年末の特徴等を抽出することができる。また、テスト失敗の確率が高いか否かは、予め閾値を設定しておけばよく、例えば、失敗の確率5割以上とか、母集団全体の失敗の確率に対して3倍以上の確率になっている等の閾値を設定しておき、あるテスト担当者のある時間帯についての失敗の確率等が、それを満たすか否かを判断すればよい。さらに、テスト実行時間が長いか否かも、予め閾値を設定しておけばよく、例えば、母集団全体のテスト実行時間の平均値に対して5倍以上の時間を要している等の閾値を設定しておき、あるテスト担当者のある時間帯についてのテスト実行時間等が、それを満たすか否かを判断すればよい。   As for (Analysis Example 1), for example, a certain test person, or a certain time zone, or a certain test person has a high probability of test failure or a long test execution time. For example, analysis of whether or not there is a tendency. The test failure / success can be acquired from a plurality of test result data (test result files) accumulated and stored in the test result storage means 43. The tester identification information (name, employee code, etc.), test The execution time (time zone) and the test execution time can be acquired from the build history stored in the build history storage unit 45 using the build identification information (for example, the build number) included in the test result data. The time zone distribution is divided into a predetermined number of unit periods according to the calendar, such as 24 hours, 1 week, 1 month, 1 year, etc. , Evening features, Friday features, Monday morning features, Wednesday night features, early month features, end of month features, summer features, end of year features, and the like. Whether or not the probability of test failure is high may be set in advance as a threshold. For example, the probability of failure is 50% or more, or the probability of failure of the entire population is three times or more. It is sufficient to determine whether or not the probability of failure in a certain time zone of a tester satisfies that threshold. Further, whether or not the test execution time is long may be set in advance, for example, a threshold value that requires more than five times the average value of the test execution time of the entire population. It may be set and it may be determined whether or not the test execution time or the like for a certain time zone of a certain tester satisfies that condition.

(分析例2)については、先ず、タイマー実行であるか否かは、ビルドの情報として、ビルド履歴記憶手段45のビルド履歴ファイルに記録しておくか、あるいはテスト結果記憶手段43のテスト結果ファイルに記録しておくことができる。また、これらの記録がなくても、タイマー実行は、就業時間外である夜間に実行されることが多いので、特定の夜間の時間帯(例えば、夜10時〜早朝5時等)に実行されていれば、タイマー実行手段24によるタイマー実行であると推定することができる。   For (Analysis Example 2), first, whether or not the timer is executed is recorded in the build history file of the build history storage unit 45 as the build information, or the test result file of the test result storage unit 43 Can be recorded. Even without these records, the timer is often executed at night, which is outside the working hours, so it is executed at a specific night time zone (for example, from 10:00 to 5:00 in the early morning). If so, it can be estimated that the timer is executed by the timer execution means 24.

そして、あるテスト担当者が作成したジョブ(ジョブネットの場合は、その構成ジョブ)が、タイマー実行手段24により実行されるか、または特定の夜間の時間帯に実行されると、テスト失敗の確率が高いか、またはテスト実行時間が長くなる傾向があるか否かを分析する。   Then, if a job created by a tester (in the case of a job net, its constituent job) is executed by the timer execution means 24 or executed at a specific night time, the probability of test failure Analyze whether the test is high or the test execution time tends to be long.

(分析例3)については、先ず、アプリケーション等の更新に伴う自動実行であるか否かは、ビルドの情報として、ビルド履歴記憶手段45のビルド履歴ファイルに記録しておくか、あるいはテスト結果記憶手段43のテスト結果ファイルに記録しておくことができる。また、これらの記録がなくても、テスト自動実行手段25による自動実行は定期的(例えば1日2回等)に行われるので、その時間帯に実行されていれば、テスト自動実行手段25による自動実行であると推定することができる。   For (Analysis Example 3), first, whether or not the execution is automatic execution accompanying the update of the application or the like is recorded as build information in the build history file of the build history storage means 45 or stored as a test result. It can be recorded in the test result file of the means 43. Even if these records are not recorded, automatic execution by the automatic test execution means 25 is performed periodically (for example, twice a day). It can be estimated that it is automatic execution.

そして、あるテスト担当者が作成したジョブ(ジョブネットの場合は、その構成ジョブ)が、テスト自動実行手段25により実行されるか、またはテスト自動実行手段25による自動実行の時間帯に実行されると、テスト失敗の確率が高いか、またはテスト実行時間が長くなる傾向があるか否かを分析する。   A job created by a person in charge of a test (in the case of a job net, its constituent job) is executed by the automatic test execution means 25 or in the automatic execution time zone by the automatic test execution means 25. And whether the test failure probability is high or the test execution time tends to be long.

分析結果出力手段31は、テスト結果分析手段30による分析結果データ(グラフ、判断結果等を含む。)を、テスト担当者やシステム管理者からの要求に応じてテスト担当者端末90や図示されない管理者端末(テスト担当者端末90と同様な機能・配置状況を有する端末)の画面上に表示するか、これらの端末若しくは自己の印刷装置で印刷するか、または分析結果記憶手段46に記憶されている分析結果データを収めた分析結果ファイルを電子メールでテスト担当者のメールアドレスに自動送信する、すなわちネットワーク1を介してメールサーバ110に自動送信する処理を実行するものである。この際、送信先のテスト担当者のメールアドレスは、分析で送信対象者として決定されたテスト担当者の識別情報(名前、従業員コード等)を用いて、ユーザ情報管理サーバ70のユーザ情報記憶手段72から取得することができる。なお、テスト担当者のメールアドレスを、テスト担当者の識別情報(名前、従業員コード等)とともに、ビルド履歴としてビルド履歴記憶手段45に記憶させておけば、分析で送信対象のテスト担当者を決定した段階で、そのメールアドレスも特定することが可能であり、そのようにしてもよいが、本実施形態では、各人のメールアドレスは変更される可能性もあるので、ユーザ情報管理サーバ70のユーザ情報記憶手段72から最新のメールアドレスを取得することとしている。   The analysis result output means 31 stores the analysis result data (including graphs, judgment results, etc.) by the test result analysis means 30 in response to a request from the test person or system administrator, or a management person not shown in the figure. Displayed on the screen of the tester terminal (terminal having the same function and arrangement status as the tester terminal 90), printed by these terminals or their own printing device, or stored in the analysis result storage means 46 The analysis result file containing the analysis result data is automatically transmitted to the mail address of the person in charge of the test by electronic mail, that is, the process of automatically transmitting to the mail server 110 via the network 1 is executed. At this time, the e-mail address of the test person in charge of the transmission destination is stored in the user information management server 70 using the identification information (name, employee code, etc.) of the test person determined as the transmission target person in the analysis. It can be obtained from the means 72. If the email address of the tester is stored in the build history storage means 45 as the build history together with the identification information (name, employee code, etc.) of the tester, the tester to be sent in the analysis can be selected. At the determined stage, the e-mail address can also be specified, and may be so. However, in this embodiment, the e-mail address of each person may be changed. The latest e-mail address is obtained from the user information storage means 72.

また、分析結果出力手段31は、テスト結果分析手段30による上記の分析例2の分析において、あるテスト担当者が作成したジョブ(ジョブネットの場合は、その構成ジョブ)が、タイマー実行手段24により実行されるか、または特定の夜間の時間帯に実行されると、テスト失敗の確率が高いか、またはテスト実行時間が長くなる傾向が得られた場合には、当該テスト担当者が作成したジョブ(ジョブネットの場合は、その構成ジョブ)について当該テスト担当者がタイマー設定を行おうとした際若しくは特定の夜間の時間帯へのタイマー設定を行おうとした際に、不具合が発生する旨を警告するタイマー設定時警告対象者情報として、当該テスト担当者の識別情報(名前、従業員コード等)を設定情報記憶手段41に記憶させるか、または、タイマー設定をせずに手動実行を指示する電子メール、若しくはタイマー実行手段24による実行で不具合が発生する旨を知らせてジョブ(ジョブネットの場合は、その構成ジョブ)の作成し直しを促す電子メールを、当該テスト担当者のメールアドレスに自動送信する、すなわちネットワーク1を介してメールサーバ110に自動送信する処理を実行する。   Further, the analysis result output means 31 causes the timer execution means 24 to send a job (in the case of a job net, a constituent job) created by a tester in the analysis of the above analysis example 2 by the test result analysis means 30. A job created by a tester if it runs or runs at a specific nighttime time and there is a high probability of test failure or a tendency to increase test execution time When the tester tries to set a timer for a job net (or its constituent job), or warns that a problem will occur when trying to set a timer for a specific night time zone The setting information storage means 41 may store the identification information (name, employee code, etc.) of the person in charge of the test as warning target information at the time of timer setting. Is an e-mail instructing manual execution without setting a timer, or notifying that a problem occurs in execution by the timer execution means 24 and prompting the user to re-create a job (in the case of a job net, its constituent job) A process of automatically transmitting an electronic mail to the mail address of the person in charge of the test, that is, automatically transmitting the electronic mail to the mail server 110 via the network 1 is executed.

なお、分析結果出力手段31が、上記のように、タイマー設定時警告対象者情報を、設定情報記憶手段41に記憶させる処理を行った場合には、当該テスト担当者が、タイマー設定を行おうとした際若しくは特定の夜間の時間帯へのタイマー設定を行おうとした際には(後者の場合は、特定の夜間の時間帯以外の時間帯へのタイマー設定を行おうとした際には警告しないという意味である。)、設定手段21により、当該テスト担当者の識別情報がタイマー設定時警告対象者情報として設定情報記憶手段41に記憶されているか否かを判断し、記憶されている場合には、設定手段21が、不具合が発生する旨の警告の表示用データを、ネットワーク1を介して当該テスト担当者の操作するテスト担当者端末90に送信する。   When the analysis result output unit 31 performs the process of storing the timer setting warning target person information in the setting information storage unit 41 as described above, the test person in charge tries to set the timer. Or when trying to set a timer for a specific night time zone (in the latter case, it will not warn you if you try to set a timer for a time zone other than a specific night time zone) The setting means 21 determines whether or not the identification information of the person in charge of the test is stored in the setting information storage means 41 as timer setting warning target person information. Then, the setting unit 21 transmits warning display data indicating that a failure has occurred to the tester terminal 90 operated by the tester via the network 1.

さらに、分析結果出力手段31は、テスト結果分析手段30による上記の分析例3の分析において、あるテスト担当者が作成したジョブ(ジョブネットの場合は、その構成ジョブ)が、テスト自動実行手段25により実行されるか、またはテスト自動実行手段25による自動実行の時間帯に実行されると、テスト失敗の確率が高いか、またはテスト実行時間が長くなる傾向が得られた場合には、当該テスト担当者が作成したジョブ(ジョブネットの場合は、その構成ジョブ)の中で指定されているテスト自動実行手段25による自動実行の対象とするための選択情報を解除するか、若しくはテスト自動実行手段25による自動実行の対象として設定情報記憶手段41に記憶されているジョブ(ジョブネットの場合は、その構成ジョブ)の識別情報(ジョブ名等)を無効にするか、または、テスト自動実行手段25による自動実行の時間帯を避けた手動実行を指示する電子メール、若しくはテスト自動実行手段25による実行で不具合が発生する旨を知らせてジョブ(ジョブネットの場合は、その構成ジョブ)の作成し直しを促す電子メールを、当該テスト担当者のメールアドレスに自動送信する、すなわちネットワーク1を介してメールサーバ110に自動送信する処理を実行する。   Further, the analysis result output means 31 is a test automatic execution means 25 in which the job (in the case of a job net, its constituent job) created by a certain tester in the analysis of the above-described analysis example 3 by the test result analysis means 30. If the test failure probability is high or the test execution time tends to be long when the test automatic execution means 25 executes the test, the test execution time tends to be long. Cancel the selection information for automatic execution by the automatic test execution means 25 specified in the job created by the person in charge (or its constituent job in the case of a job net), or the automatic test execution means Identification of a job (in the case of a job net, its constituent job) stored in the setting information storage means 41 as a target of automatic execution by 25 Information (job name, etc.) is invalidated, or an e-mail instructing manual execution avoiding the automatic execution time zone by the automatic test execution means 25, or a problem occurs in execution by the automatic test execution means 25 Is sent to the mail address of the person in charge of the test, that is, automatically sent to the mail server 110 via the network 1. Execute the process.

なお、分析結果出力手段31が、上記のように、ジョブ(ジョブネットの場合は、その構成ジョブ)の中で指定されているテスト自動実行手段25による自動実行の対象とするための選択情報を解除するか、若しくはテスト自動実行手段25による自動実行の対象として設定情報記憶手段41に記憶されているジョブ(ジョブネットの場合は、その構成ジョブ)の識別情報(ジョブ名等)を無効にする処理を行った場合には、テスト自動実行手段25は、そのジョブ(ジョブネットの場合は、その構成ジョブ)について、使用するアプリケーション等の更新が行われたか否かの監視処理を行わず、更新に伴う自動実行は行わない。   As described above, the analysis result output unit 31 uses the selection information to be automatically executed by the test automatic execution unit 25 specified in the job (in the case of a job net, its constituent job). Cancel or invalidate identification information (job name, etc.) of a job (in the case of a job net, its constituent job) stored in the setting information storage unit 41 as a target of automatic execution by the test automatic execution unit 25 When the process is performed, the automatic test execution means 25 updates the job (or the configuration job in the case of a job net) without performing a monitoring process as to whether or not the application to be used has been updated. Automatic execution is not performed.

設定情報記憶手段41は、設定手段21により設定した各種の設定情報を記憶するものである。例えば、設定情報記憶手段41は、ジョブやジョブネットをタイマー実行手段24によりタイマー実行するためのタイマー実行時刻(年月日および時刻)と、そのタイマー実行の対象となるジョブやジョブネットの識別情報(例えば名称)とを関連付けて保存した設定ファイルを記憶する。また、設定情報記憶手段41は、テスト自動実行手段25によるアプリケーション等の更新に伴う自動実行の対象にされるジョブ(ジョブネットの構成ジョブを含む。)の識別情報(例えば名称)を保存した設定ファイルを記憶する。   The setting information storage unit 41 stores various setting information set by the setting unit 21. For example, the setting information storage means 41 includes a timer execution time (year / month / day and time) for executing a job or job net by the timer execution means 24 and identification information of the job or job net to be executed by the timer. A setting file stored in association with (for example, name) is stored. The setting information storage unit 41 stores the identification information (for example, name) of jobs (including job net configuration jobs) to be automatically executed when the test automatic execution unit 25 updates the application and the like. Remember the file.

ジョブ記憶手段42は、ジョブやジョブネットを記憶するものである。本実施形態では、ジョブ(ジョブネットの構成ジョブを含む。)を保存したジョブファイルを記憶する。   The job storage means 42 stores jobs and job nets. In the present embodiment, a job file in which a job (including job net configuration jobs) is stored is stored.

テスト結果記憶手段43は、繰り返し行われるテストのテスト結果データを蓄積記憶するものである。本実施形態では、テスト結果記憶手段43は、テスト成否判定手段26によりテストの成功・失敗を判定した成否判定結果を、ビルドの識別情報(例えば、ジョブ実行を繰り返すと1ずつ増番していくビルド番号)とともに、テスト結果データとして収めた各テストのテスト結果ファイルを記憶する。なお、テスト結果記憶手段43は、テスト成否判定手段26による成否判定結果を、ビルドの情報そのもの(テスト担当者の識別情報、テスト実行時間、テスト実施時刻等)とともに、テスト結果データとして記憶してもよい。   The test result storage means 43 accumulates and stores test result data of tests that are repeatedly performed. In the present embodiment, the test result storage unit 43 increments the success / failure determination result determined by the test success / failure determination unit 26 by 1 when the build identification information (for example, job execution is repeated). A test result file of each test stored as test result data is stored together with the build number). The test result storage means 43 stores the result of the success / failure determination by the test success / failure determination means 26 as test result data together with the build information itself (the identification information of the person in charge of the test, the test execution time, the test execution time, etc.). Also good.

プロジェクト情報記憶手段44は、開発プロジェクトに関与する者(アプリケーション開発者、テスト担当者等)の識別情報(例えば、名前、従業員コード等)の一覧を記録するものである。なお、メールアドレスは、このプロジェクト情報記憶手段44には記憶されておらず、ユーザ情報管理サーバ70のユーザ情報記憶手段72に記憶されているが、プロジェクト情報記憶手段44にメールアドレスを記憶させてもよい。   The project information storage means 44 records a list of identification information (for example, name, employee code, etc.) of persons involved in the development project (application developer, tester, etc.). The mail address is not stored in the project information storage unit 44 but is stored in the user information storage unit 72 of the user information management server 70. However, the project information storage unit 44 stores the mail address. Also good.

ビルド履歴記憶手段45は、繰り返し行われるテストについての各回のビルドの情報を、各回のビルドの識別情報(例えばビルド番号)と関連付けて蓄積記憶するものである。1回1回のテストについてのビルドの情報(ジョブ実行の情報)には、例えば、テスト担当者(ジョブ作成者)の識別情報(名前、従業員コード等)、処理に要したテスト実行時間(ジョブ実行時間であり、ジョブネットの場合には、各構成ジョブのジョブ実行時間またはそれに加えてジョブネット全体の実行時間)、テスト実施時刻(ジョブを起動した年月日および時刻であり、ジョブネットの場合には、各構成ジョブの実施時刻)、実際に使用(展開)したテストデータ(アプリケーションを含む。)やテストシナリオおよびそれらのバージョン情報等が含まれる。本実施形態では、ビルド履歴記憶手段45は、繰り返された複数回のテスト(複数回のビルド)についてのビルドの情報を、ビルド履歴として1つにまとめて保存したビルド履歴ファイルを記憶するが、1回1回のテスト毎(1回1回のビルド毎)に、個々のビルドファイルを作成し、それらを記憶してもよい。   The build history storage unit 45 accumulates and stores information on each build for repeated tests in association with identification information (for example, build number) of each build. The build information (job execution information) for one test at a time includes, for example, identification information (name, employee code, etc.) of a tester (job creator), test execution time required for processing ( Job execution time, in the case of job nets, the job execution time of each component job or the execution time of the entire job net), test execution time (date and time when the job was started) In this case, the execution time of each configuration job), actually used (deployed) test data (including applications), test scenarios, version information thereof, and the like are included. In the present embodiment, the build history storage unit 45 stores a build history file in which build information for a plurality of repeated tests (a plurality of builds) is collectively stored as a build history. Individual build files may be created and stored for each test once (one build at a time).

分析結果記憶手段46は、テスト結果分析手段30により得られた分析結果データ(グラフ、判断結果等を含む。)を記憶するものである。本実施形態では、分析結果記憶手段46は、分析結果データを収めた分析結果ファイルを記憶する。   The analysis result storage means 46 stores analysis result data (including graphs, determination results, etc.) obtained by the test result analysis means 30. In the present embodiment, the analysis result storage means 46 stores an analysis result file containing analysis result data.

レポジトリサーバ50は、1台または複数台のコンピュータにより構成され、テスト資源管理手段51と、テスト資源記憶手段52とを備えている。   The repository server 50 includes one or a plurality of computers, and includes a test resource management unit 51 and a test resource storage unit 52.

テスト資源管理手段51は、テスト資源である各種データを収めたファイルの登録、更新、削除等のファイルの管理処理を、バージョン管理を行いながら実行するものである。また、テスト資源管理手段51は、テスト自動実行手段25からのテストデータやテストシナリオの最新バージョンの問合せに対し、応答する処理を実行する。   The test resource management means 51 executes file management processing such as registration, update, and deletion of a file containing various data as test resources while performing version management. In addition, the test resource management unit 51 executes a process of responding to an inquiry about the latest version of the test data or test scenario from the automatic test execution unit 25.

テスト資源記憶手段52は、テスト対象システム200に配置される上層のアプリケーションから下層のオペレーティングシステムまでを含む各種のテストデータと、テスト内容を定めたテストシナリオとを、それぞれのバージョン情報とともに記憶するものである。本実施形態では、テストシナリオは、エクセルファイルで作成され、打鍵用の入力データも含んでいる。通常、1回のテストで多数のテストシナリオ(エクセルファイル)が使用される。   The test resource storage means 52 stores various test data including an upper layer application to a lower layer operating system arranged in the test target system 200 and a test scenario defining the test contents together with version information. It is. In the present embodiment, the test scenario is created as an Excel file and includes input data for keystrokes. Usually, a large number of test scenarios (Excel files) are used in one test.

課題管理サーバ60は、1台または複数台のコンピュータにより構成され、課題管理手段61と、課題記憶手段62とを備えている。   The assignment management server 60 is constituted by one or a plurality of computers, and includes assignment management means 61 and assignment storage means 62.

課題管理手段61は、テスト統括管理サーバ20からネットワーク1を介して送信されてくるテストについての失敗の詳細情報(テスト成否判定手段26により失敗と判定されて課題登録手段28により送信されてくる失敗の詳細情報)を、ジョブ(ジョブネットの場合には、構成ジョブ)の識別情報(例えばジョブ名)と関連付けて課題記憶手段62に記憶させる処理を実行するものである。   The assignment management means 61 is a detailed failure information about a test transmitted from the test overall management server 20 via the network 1 (failure that is determined as failure by the test success / failure determination means 26 and transmitted by the assignment registration means 28. The detailed information) is associated with the identification information (for example, job name in the case of a job net) and stored in the problem storage unit 62.

また、課題管理手段61は、開発者端末100からネットワーク1を介して送信されてくるアプリケーション開発者による失敗原因の解析のための課題の閲覧要求信号を受信し、閲覧要求に係るジョブ(ジョブネットの構成ジョブを含む。)により実行されたテストについての失敗の詳細情報を課題記憶手段62から取得し、取得した失敗の詳細情報の表示用データを、ネットワーク1を介して開発者端末100に送信し、アプリケーション開発者による修正箇所の記録や課題管理表のクローズの操作を受け付ける処理を実行する。   The assignment management unit 61 also receives an issue browsing request signal for analyzing the cause of failure by the application developer transmitted from the developer terminal 100 via the network 1, and receives a job (job network) related to the browsing request. The failure detailed information about the test executed according to (2) is acquired from the assignment storage means 62, and the display data of the acquired detailed failure information is transmitted to the developer terminal 100 via the network 1. Then, a process of accepting an operation of recording a correction part and closing an issue management table by the application developer is executed.

課題記憶手段62は、テストについての失敗の詳細情報(アプリケーション開発者が失敗原因を特定するための情報であり、エラーコード等である。)を、ジョブ(ジョブネットの場合には、構成ジョブ)の識別情報(例えばジョブ名)、ステータス(登録されたばかりであることを示す「New」、修正作業中であることを示す「実行中」、修正作業完了を示す「クローズ」等の別がある。)、日付(「New」→「実行中」→「クローズ」等というステータスの変更に伴い変わっていく。)、課題修正担当者(最初の登録時はテスト統括管理サーバ20であり、その後のアクセスでアプリケーション開発者に変わる。)等と関連付けて記憶するものである。なお、本実施形態では、1回のジョブ実行により、多数のテストシナリオが使用され(従って、多数の打鍵が行われ)、1つのテストシナリオに対して1つの成功または失敗があるので、課題記憶手段62である課題データベースのレコードは、失敗したテストシナリオ毎に作成され、同じジョブについて複数の失敗したテストシナリオのレコードが存在することがあるが、失敗の詳細情報の中に、失敗したテストシナリオについての識別情報(ファイル名、シナリオ名等)、バージョン番号、レポジトリサーバ50のテスト資源記憶手段52内の格納場所(ディレクトリ)が入っているため、それでテストシナリオを特定することができる。   The issue storage means 62 stores detailed information on failure of the test (information for identifying the cause of failure by the application developer, such as an error code) as a job (in the case of a job net, a configuration job). Identification information (for example, job name), status (“New” indicating that it has just been registered, “executing” indicating that correction work is being performed, and “close” indicating completion of correction work). ), Date (changes with status changes such as “New” → “running” → “closed”, etc.), issue correction person (at the time of initial registration, it is the test management server 20 and the subsequent access It is stored in association with the application developer. In this embodiment, a large number of test scenarios are used by one job execution (thus, a large number of keystrokes are made), and there is one success or failure for one test scenario. The record of the issue database as means 62 is created for each failed test scenario, and there may be a plurality of failed test scenario records for the same job. The failed test scenario is included in the detailed failure information. Identification information (file name, scenario name, etc.), version number, and storage location (directory) in the test resource storage means 52 of the repository server 50, so that the test scenario can be specified.

ユーザ情報管理サーバ70は、1台または複数台のコンピュータにより構成され、ユーザ情報管理手段71と、ユーザ情報記憶手段72とを備えている。   The user information management server 70 is configured by one or a plurality of computers, and includes a user information management unit 71 and a user information storage unit 72.

ユーザ情報管理手段71は、テスト担当者端末90や開発者端末100等の社内の様々な端末からのアクセスを受け付け、ユーザ情報記憶手段72への各社員の情報の登録、変更、削除等を含む登録処理を実行するとともに、端末やサーバからの要求に応じ、各社員の情報の検索処理や送信処理を実行するものである。   The user information management means 71 accepts access from various internal terminals such as the test staff terminal 90 and the developer terminal 100, and includes registration, change, deletion, etc. of each employee's information in the user information storage means 72. In addition to executing registration processing, in response to requests from terminals and servers, search processing and transmission processing of information on each employee is executed.

ユーザ情報記憶手段72は、様々なプロジェクトに属するアプリケーション開発者やテスト担当者(ジョブ作成者)を含む全社員の各種情報、例えば、メールアドレス、生年月日、年齢、所属部署、職種、階級等を、各社員の識別情報(名前、従業員コード等)と関連付けて記憶するものである。   The user information storage means 72 stores various information of all employees including application developers and testers (job creators) belonging to various projects, such as e-mail address, date of birth, age, department, occupation, class, etc. Is stored in association with identification information (name, employee code, etc.) of each employee.

打鍵テストマシン80は、コンピュータにより構成され、ジョブ実行手段23の補助処理手段(不図示)を備えている。この打鍵テストマシン80は、例えば、顧客による普通預金口座への振込処理のテストを行う場合には、ネットワーク2を介してテスト対象システム200との通信を行う仮想的な顧客端末である。例えば、ジェンキンスの場合には、この打鍵テストマシン80にジェンキンス・スレーブ・エージョントを搭載することによりテスト統括管理サーバ20のスレーブマシンとし、ジョブ実行手段23の補助処理手段として機能させることができる。この打鍵テストマシン80は、複数台設けてもよい。   The keystroke test machine 80 is configured by a computer and includes auxiliary processing means (not shown) of the job execution means 23. The key-pressing test machine 80 is a virtual customer terminal that communicates with the test target system 200 via the network 2 when, for example, testing a transfer process to a savings account by a customer. For example, in the case of Jenkins, by installing the Jenkins slave agent in this key-pressing test machine 80, it is possible to function as a slave machine of the test management server 20 and to function as auxiliary processing means of the job execution means 23. A plurality of keystroke test machines 80 may be provided.

テスト担当者端末90や開発者端末100は、コンピュータにより構成され、例えば液晶ディスプレイやCRTディスプレイ等の表示手段と、例えばマウスやキーボード等の入力手段とを備え、適宜、印刷装置を備えている。これらの端末90,100は、それぞれネットワーク1に何台接続されていてもよい。また、汎用のWebブラウザを搭載していればよく、テストに必要な専用のソフトウェアをインストールする必要はない。さらに、これらの端末90,100は、例えば、タブレット端末、携帯情報端末(PDA)、携帯電話機(PHSも含む。)等の携帯機器であってもよい。   The test staff terminal 90 and the developer terminal 100 are configured by a computer, and include a display unit such as a liquid crystal display and a CRT display and an input unit such as a mouse and a keyboard, and appropriately include a printing apparatus. Any number of these terminals 90 and 100 may be connected to the network 1. Moreover, it is only necessary to install a general-purpose Web browser, and it is not necessary to install dedicated software necessary for the test. Furthermore, these terminals 90 and 100 may be portable devices such as a tablet terminal, a personal digital assistant (PDA), and a mobile phone (including PHS).

メールサーバ110は、社内または社外に設置されたコンピュータにより構成され、電子メールの送受信を行うものであるが、テスト以外の用途の電子メールの送受信も行う通常の構成のものでよい。   The mail server 110 is configured by a computer installed inside or outside the company, and transmits and receives electronic mail. However, the mail server 110 may have a normal structure that also transmits and receives electronic mail for purposes other than testing.

以上において、テスト統括管理サーバ20、レポジトリサーバ50、課題管理サーバ60、ユーザ情報管理サーバ70は、それぞれ1台のコンピュータあるいは1つのCPUにより実現されるものに限定されず、複数のコンピュータあるいは複数のCPUで分散処理を行うことにより実現されるものであってもよい。   In the above, the test overall management server 20, the repository server 50, the problem management server 60, and the user information management server 70 are not limited to those realized by one computer or one CPU, respectively. It may be realized by performing distributed processing with a CPU.

また、テスト統括管理サーバ20を構成する処理手段20Aに含まれる各手段21〜31、レポジトリサーバ50を構成するテスト資源管理手段51、課題管理サーバ60を構成する課題管理手段61、ユーザ情報管理サーバ70を構成するユーザ情報管理手段71は、各サーバ20,50,60,70を構成するコンピュータ本体の内部に設けられた中央演算処理装置(CPU)、およびこのCPUの動作手順を規定する1つまたは複数のプログラム(ジョブ実行手段23の場合には、ジョブも含まれる。)により実現される。   Each means 21 to 31 included in the processing means 20A constituting the test overall management server 20, the test resource management means 51 constituting the repository server 50, the assignment management means 61 constituting the assignment management server 60, the user information management server The user information management means 71 constituting the server 70 is a central processing unit (CPU) provided inside the computer main body constituting each server 20, 50, 60, 70, and one that defines the operation procedure of this CPU. Alternatively, it is realized by a plurality of programs (in the case of the job execution means 23, a job is also included).

さらに、テスト統括管理サーバ20を構成する各記憶手段41〜46、レポジトリサーバ50を構成するテスト資源記憶手段52、課題管理サーバ60を構成する課題記憶手段62、ユーザ情報管理サーバ70を構成するユーザ情報記憶手段72は、例えばハードディスク等により好適に実現されるが、記憶容量やアクセス速度等に問題が生じない範囲であれば、フラッシュ・メモリ等のその他の記録媒体を採用してもよい。   Further, the storage means 41 to 46 constituting the test overall management server 20, the test resource storage means 52 constituting the repository server 50, the assignment storage means 62 constituting the assignment management server 60, and the users constituting the user information management server 70 The information storage means 72 is preferably realized by, for example, a hard disk, but other recording media such as a flash memory may be adopted as long as there is no problem in storage capacity, access speed, and the like.

このような本実施形態においては、以下のようにしてテスト管理システム10により、テスト対象システム200の動作確認テストが実行される。   In this embodiment, the operation check test of the test target system 200 is executed by the test management system 10 as follows.

先ず、アプリケーション開発者は、開発者端末100を操作し、作成したテストデータおよびテストシナリオを、バージョン情報とともに、レポジトリサーバ50のテスト資源記憶手段52に登録して記憶させておく。登録するテストデータには、アプリケーション(ここでは、ソースコードのプログラムである。)が含まれる。このバージョン管理を伴う登録処理は、テスト資源管理手段51により受け付けられて実行される。なお、バージョン1の登録を行っても、テスト自動実行手段25による自動実行は行われない。   First, the application developer operates the developer terminal 100 to register and store the created test data and test scenario in the test resource storage means 52 of the repository server 50 together with version information. The test data to be registered includes an application (here, a source code program). This registration process with version management is received and executed by the test resource management means 51. Even if version 1 is registered, automatic execution by the test automatic execution means 25 is not performed.

次に、テスト担当者は、テスト担当者端末90を操作し、ジョブ(ジョブネットの構成ジョブを含む。)を作成し、作成したジョブ(ジョブファイル)をジョブ記憶手段42に登録して記憶させておく。この登録処理は、テスト統括管理サーバ20のジョブ作成手段22により受け付けられて実行される。   Next, the tester operates the tester terminal 90 to create a job (including a job net configuration job), and registers and stores the created job (job file) in the job storage unit 42. Keep it. This registration process is received and executed by the job creation means 22 of the test overall management server 20.

また、テスト担当者は、作成したジョブ(ジョブネットの場合には、その先頭ジョブ)をタイマー実行手段24により夜間等にタイマー実行したい場合には、テスト担当者端末90を操作し、タイマー実行時刻を、設定情報記憶手段41に設定して記憶させておく。この設定処理は、テスト統括管理サーバ20の設定手段21により受け付けられて実行される。なお、ここでは、タイマー実行をせずに、手動実行するものとして以下の説明を行う。   In addition, when the tester wants to execute the created job (the head job in the case of a job net) by the timer execution unit 24 at night or the like, the tester operates the tester terminal 90 to execute the timer execution time. Is set in the setting information storage means 41 and stored. This setting process is received and executed by the setting means 21 of the test overall management server 20. Here, the following description will be given on the assumption that manual execution is performed without timer execution.

図2において、テスト担当者は、テスト担当者端末90を操作し、作成済みのジョブの一覧を示す実行ジョブ選択画面の送信要求を、ネットワーク1を介してテスト統括管理サーバ20に送信する。テスト統括管理サーバ20では、ジョブ実行手段23により、この送信要求を受信すると、実行ジョブ選択画面の表示用データを、ネットワーク1を介してテスト担当者端末90へ送信する。すると、テスト担当者端末90の画面上には、実行ジョブ選択画面が表示されるので、テスト担当者は、この実行ジョブ選択画面において、実行対象のジョブ(ジョブネットを実行する場合には、その先頭のジョブ)を選択し、その選択情報を、ネットワーク1を介してテスト統括管理サーバ20に送信する。ここでは、ジョブネットを実行するために、その先頭ジョブが実行対象として選択されたものとする。そして、テスト統括管理サーバ20では、ジョブ実行手段23により、このジョブの選択情報を受信する。ここまでが、ジョブ実行手段23による実行ジョブ選択受付処理である。   In FIG. 2, the tester operates the tester terminal 90 and transmits a transmission request for an execution job selection screen showing a list of created jobs to the test management server 20 via the network 1. In the test overall management server 20, when the job execution unit 23 receives this transmission request, it transmits display data for the execution job selection screen to the test staff terminal 90 via the network 1. Then, since an execution job selection screen is displayed on the screen of the test person in charge terminal 90, the test person in charge executes the job to be executed (if a job net is executed on this execution job selection screen, The first job) is selected, and the selection information is transmitted to the test overall management server 20 via the network 1. Here, it is assumed that the first job is selected as an execution target in order to execute the job net. In the test management server 20, the job execution unit 23 receives the job selection information. Up to this point, the execution job selection reception process by the job execution unit 23 has been described.

それから、ジョブ実行手段23により、テスト担当者端末90から受信した選択情報で指定されているジョブネットを構成する複数のジョブを示す各図形を実行順序の通りに並べて画面表示するための表示用データを、ネットワーク1を介してテスト担当者端末90へ送信するジョブ図形表示処理を行う。すると、テスト担当者端末90の画面上には、図3の例に示すようなジョブネットの各構成ジョブを示す複数の図形301〜305を並べた表示が行われる。このジョブネットに係るジョブ図形表示処理の内容については、既に詳述しているため、ここでは説明を省略する。なお、図3の例は、イメージとして挙げたものであり、図2のフローチャートの記載と完全に対応するものではない。   Then, display data for displaying, on the screen, the graphics indicating the plurality of jobs constituting the job net specified by the selection information received from the tester terminal 90 by the job execution means 23 in the order of execution. Is transmitted to the person in charge of test 90 via the network 1. Then, on the screen of the test person in charge terminal 90, a display in which a plurality of figures 301 to 305 indicating the job components of the job net are arranged as shown in the example of FIG. Since the contents of the job graphic display processing relating to the job net have already been described in detail, the description thereof is omitted here. The example of FIG. 3 is given as an image, and does not completely correspond to the description of the flowchart of FIG.

続いて、テスト担当者は、テスト担当者端末90に画面表示されたジョブネットの先頭ジョブを示す図形中またはその近傍に設けられた実行ボタン(図3の例では、図形301の中に設けられた実行ボタン306)をクリック操作し、先頭ジョブの実行を開始させるための実行指令を、ネットワーク1を介してテスト統括管理サーバ20へ送信する(ステップS1)。テスト統括管理サーバ20では、ジョブ実行手段23により、テスト担当者端末90から送信されてくる実行指令を受信し、受信した実行指令に基づき、ジョブ記憶手段42に記憶された先頭ジョブのジョブファイルを用いて先頭ジョブを実行させる(ステップS1)。ここから、ジョブ実行手段23によるジョブネットに係るジョブ実行処理が開始される。なお、ここでは、先頭ジョブは、テスト環境構築ジョブであるものとする。   Subsequently, the test person in charge is provided in the graphic indicating the first job of the job net displayed on the screen on the test person terminal 90 or an execution button provided in the vicinity thereof (in the example of FIG. 3, in the graphic 301). The execution button 306) is clicked and an execution command for starting execution of the first job is transmitted to the test management server 20 via the network 1 (step S1). In the test overall management server 20, the job execution unit 23 receives the execution command transmitted from the tester terminal 90, and based on the received execution command, the job file of the first job stored in the job storage unit 42 is stored. The first job is used to execute (step S1). From here, the job execution processing related to the job net by the job execution means 23 is started. Here, it is assumed that the head job is a test environment construction job.

それから、テスト環境構築ジョブの記述内容に従って、ジョブ実行手段23により、レポジトリサーバ50のテスト資源記憶手段52から、そのテスト環境構築ジョブで指定されているテストデータ(アプリケーションを含む。)を、バージョン情報とともに取得する(ステップS2)。   Then, in accordance with the description contents of the test environment construction job, the job execution means 23 uses the version information of the test data (including the application) designated by the test environment construction job from the test resource storage means 52 of the repository server 50. Acquired together (step S2).

さらに、テスト環境構築ジョブの記述内容に従って、ジョブ実行手段23により、テスト対象システム200について旧環境のバックアップを行う(ステップS3)。ここでは、テスト対象システム200は、開発環境下に置かれているが、その開発環境下にある各サーバ210,220,230のデータ(アプリケーション等を含む。)を退避させる。   Further, according to the description contents of the test environment construction job, the job execution unit 23 backs up the old environment for the test target system 200 (step S3). Here, the test target system 200 is placed in the development environment, but the data (including applications and the like) of the servers 210, 220, and 230 in the development environment are saved.

続いて、テスト環境構築ジョブの記述内容に従って、ジョブ実行手段23により、ステップS2で取得したテストデータのうち、アプリケーションを除くテストデータ(データベース231のデータ、アプリケーションの下層のソフトウェアやOS等)を、ネットワーク2を介してFTP送信等によりテスト対象システム200に設定する(ステップS4)。   Subsequently, according to the description contents of the test environment construction job, the test data (data in the database 231, software under the application, OS, etc.) other than the application out of the test data acquired in step S 2 by the job execution unit 23, The test target system 200 is set by FTP transmission or the like via the network 2 (step S4).

それから、ジョブネットで指定した実行順序の通りに、ジョブ記憶手段42に記憶されたビルドジョブ(ジョブファイル)を自動的に起動して実行し、そのビルドジョブの記述内容に従って、ジョブ実行手段23により、ステップS2で取得したテストデータのうち、アプリケーションを、ネットワーク2を介してFTP送信等によりテスト対象システム200に配置する(ステップS5)。なお、レポジトリサーバ50のテスト資源記憶手段52からのアプリケーションの取得は、ステップS2ではなく、このステップS5で行ってもよい。   Then, the build job (job file) stored in the job storage unit 42 is automatically started and executed according to the execution order designated by the job net, and the job execution unit 23 executes the build job according to the description content of the build job. Among the test data acquired in step S2, the application is arranged in the test target system 200 by FTP transmission or the like via the network 2 (step S5). The acquisition of the application from the test resource storage unit 52 of the repository server 50 may be performed in step S5 instead of step S2.

その後、ジョブネットで指定した実行順序の通りに、ジョブ記憶手段42に記憶された打鍵テストのテストジョブ(ジョブファイル)を自動的に起動して実行し、そのテストジョブの記述内容に従って、ジョブ実行手段23により、レポジトリサーバ50のテスト資源記憶手段52から、そのテストジョブで指定されているテストシナリオを、バージョン情報とともに取得する(ステップS6)。通常、1つのテストジョブで多数のテストシナリオを使用するので、多数のテストシナリオをそれぞれのバージョン情報とともに取得することになる。   After that, according to the execution order specified in the job net, the test job (job file) of the keystroke test stored in the job storage means 42 is automatically started and executed, and the job is executed according to the description content of the test job. The means 23 acquires the test scenario designated by the test job from the test resource storage means 52 of the repository server 50 together with the version information (step S6). Usually, since a large number of test scenarios are used in one test job, a large number of test scenarios are acquired together with version information.

続いて、打鍵テストのテストジョブの記述内容に従って、ジョブ実行手段23により、テストシナリオ(エクセルファイル)を1つずつ、そのテストシナリオの実行指令とともに、ネットワーク1を介して打鍵テストマシン80に送信する(ステップS7)。この際、テストシナリオのバージョン情報は、テスト統括管理サーバ20で把握しているので、打鍵テストマシン80に送信しなくてもよい。なお、1つずつ送信するというのは、実行結果を受信したら、次のテストシナリオを送信するという意味である。   Subsequently, according to the description contents of the test job of the key-pressing test, the job execution unit 23 transmits the test scenarios (Excel files) one by one to the key-pressing test machine 80 via the network 1 together with the execution command of the test scenario. (Step S7). At this time, the version information of the test scenario is grasped by the test management server 20, so it is not necessary to transmit it to the key-pressing test machine 80. Note that sending one by one means sending the next test scenario when the execution result is received.

さらに、打鍵テストマシン80では、ジョブ実行手段23の補助処理手段(不図示)により、テスト統括管理サーバ20から送信されてくるテストシナリオおよびその実行指令を受信すると、そのテストシナリオを実行し、そのテストシナリオに含まれている打鍵用の入力データを、ネットワーク2を介してテスト対象システム200に送信する(ステップS8)。   Further, when the keystroke test machine 80 receives a test scenario and its execution command transmitted from the test overall management server 20 by an auxiliary processing means (not shown) of the job execution means 23, the test scenario is executed. The key-entry input data included in the test scenario is transmitted to the test target system 200 via the network 2 (step S8).

続いて、テスト対象システム200は、打鍵用の入力データを受信して普通預金口座への振込処理等のテスト対象の処理を実行し、その実行結果を、ネットワーク2を介して打鍵テストマシン80に送信する(ステップS9)。   Subsequently, the test target system 200 receives the keying input data, executes a test target process such as a transfer process to a savings account, and sends the execution result to the key pressing test machine 80 via the network 2. Transmit (step S9).

それから、打鍵テストマシン80では、ジョブ実行手段23の補助処理手段(不図示)により、テスト対象システム200から送信されてくる実行結果を受信し、受信した実行結果を、ネットワーク1を介してテスト統括管理サーバ20に転送する(ステップS10)。   Then, in the key-pressing test machine 80, the auxiliary processing means (not shown) of the job execution means 23 receives the execution result transmitted from the test target system 200, and the received execution result is supervised via the network 1. Transfer to the management server 20 (step S10).

続いて、テスト統括管理サーバ20では、打鍵テストマシン80から転送されてくる実行結果を受信すると、テスト成否判定手段26により、その実行結果を用いて、テストの成功・失敗を自動判定する(ステップS11)。   Subsequently, when the test management server 20 receives the execution result transferred from the key-pressing test machine 80, the test success / failure determination unit 26 automatically determines the success / failure of the test by using the execution result (step). S11).

その後、1回のテスト(1つのテストジョブの実行)に係る全てのテストシナリオの実行を終了した後に、または各テストシナリオの実行の終了の都度に、課題登録手段28により、テスト成否判定手段26により失敗と判定されたテスト(失敗したテストシナリオの全て)についての失敗の詳細情報を、ネットワーク1を介して課題管理サーバ60に送信する。そして、課題管理サーバ60では、課題管理手段61により、テスト統括管理サーバ20から送信されてくる失敗の詳細情報を受信し、受信した失敗の詳細情報を、テストジョブの識別情報(例えばジョブ名)と関連付けて課題記憶手段62に記憶させる(ステップS11)。   Thereafter, after completing the execution of all the test scenarios related to one test (execution of one test job) or each time the execution of each test scenario is completed, the assignment registering unit 28 performs the test success / failure determination unit 26. The failure detailed information about the tests determined to have failed (all of the failed test scenarios) is transmitted to the problem management server 60 via the network 1. In the assignment management server 60, the assignment management unit 61 receives the detailed information on the failure transmitted from the test overall management server 20, and uses the received detailed information on the failure as identification information (for example, job name) of the test job. And stored in the task storage means 62 (step S11).

また、1回のテストに係る全てのテストシナリオの実行を終了した後に、テスト結果登録手段27により、テスト成否判定手段26による成否判定結果を、ビルドの識別情報(例えばビルド番号)とともに、テスト結果データとしてテスト結果記憶手段43に記憶させる(ステップS11)。また、テスト結果登録手段27により、テスト担当者(ジョブ作成者)の識別情報(名前、従業員コード等)、処理に要したテスト実行時間、テスト実施時刻、実際に使用(展開)したテストデータ(アプリケーションを含む。)やテストシナリオおよびそれらのバージョン情報等のビルド(ジョブ実行)の情報を、ビルドの識別情報(例えばビルド番号)と関連付けてビルド履歴記憶手段45に記憶させる(ステップS11)。   In addition, after the execution of all test scenarios related to one test is completed, the test result registration unit 27 displays the success / failure determination result by the test success / failure determination unit 26 together with the build identification information (for example, the build number). The data is stored in the test result storage means 43 as data (step S11). In addition, the test result registration means 27 identifies the identification information (name, employee code, etc.) of the person in charge of the test (job creator), the test execution time required for processing, the test execution time, and the test data actually used (expanded). Build (job execution) information such as (including applications) and test scenarios and their version information is stored in the build history storage means 45 in association with build identification information (for example, build number) (step S11).

さらに、テスト結果伝達手段29により、失敗したジョブで使用されたテストデータ(アプリケーションを含む。)やテストシナリオを作成したアプリケーション開発者、および/または、失敗したジョブを作成したテスト担当者のメールアドレスに、テストが失敗した旨の電子メールを自動送信する、すなわちネットワーク1を介してメールサーバ110に自動送信する(ステップS12)。   Further, the test result transmission means 29 uses the test data (including the application) used in the failed job, the application developer who created the test scenario, and / or the email address of the tester who created the failed job. Then, an electronic mail indicating that the test has failed is automatically transmitted, that is, automatically transmitted to the mail server 110 via the network 1 (step S12).

そして、ジョブネットで指定した実行順序の通りに、ジョブ記憶手段42に記憶された環境戻しジョブ(ジョブファイル)を自動的に起動して実行し、その環境戻しジョブの記述内容に従って、ジョブ実行手段23により、テスト対象システム200を、ステップS3でバックアップしておいた旧環境に戻す(ステップS13)。   Then, the environment return job (job file) stored in the job storage means 42 is automatically started and executed according to the execution order specified by the job net, and the job execution means is executed according to the description contents of the environment return job. 23, the test target system 200 is returned to the old environment backed up in step S3 (step S13).

その後、アプリケーション開発者は、失敗原因を解析するため、開発者端末100を操作し、課題の閲覧要求信号を、ネットワーク1を介して課題管理サーバ60に送信する(ステップS14)。課題管理サーバ60では、課題管理手段61により、開発者端末100から送信されてくる課題の閲覧要求信号を受信し、閲覧要求に係るジョブにより実行されたテストについての失敗の詳細情報を課題記憶手段62から取得し、取得した失敗の詳細情報の表示用データを、ネットワーク1を介して開発者端末100に送信する(ステップS14)。   Thereafter, the application developer operates the developer terminal 100 in order to analyze the cause of failure, and transmits an issue browsing request signal to the issue management server 60 via the network 1 (step S14). In the assignment management server 60, the assignment management means 61 receives the assignment browsing request signal transmitted from the developer terminal 100, and stores detailed information on the failure of the test executed by the job related to the browsing request as the assignment storage means. The data for display of the detailed information of failure acquired from 62 is transmitted to the developer terminal 100 via the network 1 (step S14).

そして、アプリケーション開発者は、失敗原因を解析し、特定したら、失敗したジョブで使用されたテストデータ(アプリケーションを含む。)やテストシナリオを修正し、修正したテストデータ等を、レポジトリサーバ50のテスト資源記憶手段52に記憶させる(ステップS15)。すると、この修正したテストデータ(アプリケーションを含む。)やテストシナリオの登録、すなわちバージョンアップにより、アプリケーション等の更新に伴うテスト自動実行手段25による自動実行が行われる場合がある(自動実行の設定が行われていた場合には、自動実行が行われる)。また、アプリケーション開発者は、テスト対象システム200に設定されたテストデータ等に修正を加える場合もある(ステップS15)。   When the application developer analyzes and identifies the cause of the failure, the test data used in the failed job (including the application) and the test scenario are corrected, and the corrected test data and the like are tested by the repository server 50. It is stored in the resource storage means 52 (step S15). Then, there is a case where automatic execution is performed by the automatic test execution means 25 accompanying the update of the application or the like by registration of the corrected test data (including the application) and the test scenario, that is, version upgrade (automatic execution setting is set). If it has been done, it will run automatically). In addition, the application developer may modify the test data set in the test target system 200 (step S15).

最後に、アプリケーション開発者は、開発者端末100を操作し、課題管理サーバ60にアクセスする。課題管理サーバ60では、課題管理手段61により、このアクセスを受け付け、アプリケーション開発者による修正箇所の記録や、課題管理表のクローズ処理(ステータスを「クローズ」にする処理)を実行する(ステップS16)。   Finally, the application developer operates the developer terminal 100 to access the issue management server 60. In the assignment management server 60, the assignment is accepted by the assignment management means 61, and the application developer records the corrected part and closes the assignment management table (process for setting the status to “closed”) (step S16). .

このような本実施形態によれば、次のような効果がある。すなわち、テスト管理システム10は、ジョブ記憶手段42により、ジョブネットを形成する全てのジョブを記憶することができ(ジョブネットが、前述した第3の作成方法で作成されている場合には、実行順序管理ジョブも記憶し、前述した第4の作成方法で作成されている場合には、結合ジョブも記憶することができる。)、ジョブ実行手段23により、そのジョブネットを実行することができるので、テスト環境構築ジョブおよびテストジョブを含む複数のジョブを、指定した実行順序に従って連続実行することができる。   According to this embodiment, there are the following effects. That is, the test management system 10 can store all the jobs forming the job net by the job storage unit 42 (if the job net is created by the third creation method described above, An order management job is also stored, and if it is generated by the above-described fourth generation method, a combined job can also be stored.) Since the job execution means 23 can execute the job net. A plurality of jobs including a test environment construction job and a test job can be continuously executed according to a designated execution order.

このため、一連のテストについて、手作業を少なくし、いわゆるヒューマンエラーの発生確率を抑制することができるので、納期の短縮や、テスト担当者の作業負担の軽減を図ることができる。   For this reason, it is possible to reduce manual work and suppress the probability of occurrence of so-called human error in a series of tests, so that the delivery time can be shortened and the work load on the tester can be reduced.

また、従来は手作業が多いことから、時間や予算の都合上、十分なテストを行うことができない場合も多々あったが、テスト管理システム10では、ジョブネットの構成ジョブの連続実行の実現により、そのような事態を避けることができ、テストの品質や信頼性を高めることができる。   In addition, since there are many manual operations in the past, there are many cases where sufficient tests cannot be performed due to time and budget reasons. However, the test management system 10 realizes continuous execution of job net configuration jobs. , Can avoid such situation, can improve the quality and reliability of the test.

さらに、従来のテストは、テスト手順書に従って行う人手による作業が多かったため、属人化が発生し、個人の技量によりテスト手順が異なってくる場合もあったが、テスト管理システム10では、ジョブネットの構成ジョブの連続実行の実現により、そのような属人化を抑制することができる。このため、テストの品質や信頼性についての均質化を図ることができ、さらにはシステムの開発効率について個人間の差異を少なくし、均一化を図ることができる。そして、人手による作業が少なくなることから、人事異動があるたびに教育コストが発生する、あるいは異動直後に様々なトラブルが発生するといった諸問題も解決することができる。   Furthermore, since the conventional test involves a lot of manual work according to the test procedure manual, personalization occurs, and the test procedure may differ depending on individual skills. Such a personalization can be suppressed by realizing the continuous execution of the constituent jobs. For this reason, the test quality and reliability can be homogenized, and further, the difference between individuals can be reduced and the system development efficiency can be made uniform. Further, since manual work is reduced, it is possible to solve various problems such as an educational cost each time a personnel change occurs or various troubles occur immediately after the change.

また、ジョブ実行手段23により、ジョブ図形表示処理、およびテスト進捗表示処理が行われるので(図3、図4参照)、この可視化により、テスト担当者は、実行手順を含めたテストの全体的内容や、テストの進捗をテスト担当者端末90の画面上で容易に把握し、理解することができるため、テスト担当者の確認や監視の負担を減らすことができ、これによってもテスト担当者の作業負担の軽減を図ることができる。   In addition, since the job execution means 23 performs job graphic display processing and test progress display processing (see FIGS. 3 and 4), the tester can make the overall contents of the test including the execution procedure by this visualization. In addition, since the progress of the test can be easily grasped and understood on the screen of the tester terminal 90, the burden of checking and monitoring the tester can be reduced. The burden can be reduced.

さらに、テスト管理システム10では、テストで使用するテストデータやテストシナリオは、テスト資源記憶手段52に記憶され、ジョブ実行手段23は、そこに記憶されたテストデータやテストシナリオを使用してテストを実施するので、従来のように特定のテスト担当者やアプリケーション開発者が、自分に関係するテストデータやテストシナリオを自分で保存・管理するという状況を解消することができる。このため、他の者、例えば、テスト担当やアプリケーション開発を引き継いだ者、一時的に交替する者等が、テスト資源記憶手段52に記憶されているテストデータやテストシナリオを再利用して次回テストを実施することや、それらの更新作業を行うことができるので、テスト準備にかかる時間と手間を大幅に削減することができ、テストの品質の標準化、信頼性の向上を図ることができる。   Further, in the test management system 10, test data and test scenarios used in the test are stored in the test resource storage means 52, and the job execution means 23 performs a test using the test data and test scenarios stored therein. As a result, it is possible to eliminate the situation where a specific tester or application developer stores and manages test data and test scenarios related to himself / herself as in the past. For this reason, another person, for example, a person in charge of test or application development, or a person who temporarily replaces the test data or test scenario stored in the test resource storage means 52 reuses the next test. Since it is possible to perform and update operations, it is possible to significantly reduce the time and labor required for test preparation, and to standardize test quality and improve reliability.

そして、従来、一連のテストのうちの一部の工程について、テスト担当者が人手による操作で個別に起動して使用していた1つまたは複数のテストツール(単機能のテストロボット)を、ジョブネットを構成する1つまたは複数のテストジョブの実行により自動的に呼び出して起動させれば、任意の数の既存または新設のテストツールの自動連携を実現することができる。   In the past, one or more test tools (single-function test robots) that were individually activated and used manually by the tester for some processes in a series of tests By automatically calling and starting by executing one or a plurality of test jobs constituting the net, it is possible to realize automatic cooperation of any number of existing or new test tools.

また、テスト管理システム10を通してテストツール(単機能のテストロボット)を利用することで、実行したテストにおいて、どのテストツールを利用したのかがビルドの情報としてビルド履歴記憶手段45に記憶されるので、テスト管理システム10における各テストツールの稼働状況を把握することができる。このため、経済効果、投資対効果の測定が可能になり、その結果、利用状況に応じたテストツールの強化・改善等を行うことができるようになる。   Further, by using a test tool (single-function test robot) through the test management system 10, which test tool is used in the executed test is stored in the build history storage means 45 as build information. The operating status of each test tool in the test management system 10 can be grasped. This makes it possible to measure economic effects and return on investment. As a result, it is possible to enhance and improve the test tool according to the usage situation.

また、テスト管理システム10は、テスト自動実行手段25を備えているので、アプリケーション等の更新に伴い、テストを自動実行することができる。このため、時間的制約や失念等によるテストの不実施を回避でき、十分なテストを行うことができる。そして、この自動実行により、ジョブネットの構成ジョブの連続実行について、起動を含めた自動化を実現することができるので、納期の短縮や、テスト担当者の作業負担の軽減を、より一層図ることができる。   Further, since the test management system 10 includes the automatic test execution means 25, the test can be automatically executed as the application is updated. For this reason, non-execution of a test due to time constraints or forgetfulness can be avoided, and a sufficient test can be performed. This automatic execution can automate the continuous execution of job net configuration jobs, including startup, thereby further reducing the delivery time and the workload of testers. it can.

さらに、テスト管理システム10は、タイマー実行手段24、および設定情報記憶手段41を備えているので、タイマー実行時刻の設定により、夜間等の就業時間外や、自己の外出時間帯等にテストを実施することができる。従って、例えば、開発作業を日中に行い、テストを業務終了後(夕方、深夜等)に実施することができる。また、このタイマー実行により、ジョブネットの構成ジョブの連続実行について、起動を含めた自動化を実現することができる。このため、納期の短縮や、テスト担当者の作業負担の軽減を、より一層図ることができる。   Further, since the test management system 10 includes the timer execution unit 24 and the setting information storage unit 41, the test is performed outside the working hours such as at night or when the user goes out by setting the timer execution time. can do. Therefore, for example, the development work can be performed during the day, and the test can be performed after the end of work (evening, midnight, etc.). In addition, the timer execution can realize automation including start-up for continuous execution of job net configuration jobs. For this reason, it is possible to further shorten the delivery time and reduce the work load on the tester.

また、テスト管理システム10は、テスト成否判定手段26、テスト結果登録手段27、テスト結果記憶手段43、テスト結果分析手段30、および分析結果出力手段31を備えているので、テスト結果の統計分析を自動的に行い、その分析結果を表示、印刷、またはメール送信することができる。このため、従来のように非常に多くのテスト結果(例えば、数千から数万のテスト結果)について人手による分析作業を行う場合に比べ、作業負荷を減らすことができるので、十分な分析を行うことができ、精度の高いテスト結果の検証を実現することができる。   Further, since the test management system 10 includes a test success / failure determination unit 26, a test result registration unit 27, a test result storage unit 43, a test result analysis unit 30, and an analysis result output unit 31, statistical analysis of the test results is performed. It can be done automatically and the results of the analysis can be displayed, printed, or emailed. For this reason, compared with the conventional case where a large number of test results (for example, thousands to tens of thousands of test results) are manually analyzed, the workload can be reduced, so that sufficient analysis is performed. And verification of test results with high accuracy can be realized.

また、テスト結果登録手段27により、テストの成否判定結果が、ビルドの識別情報(ビルド番号等)とともに、テスト結果データとしてテスト結果記憶手段43に保存され、さらに、ビルドの情報(テスト担当者の識別情報、テスト実行時間、テスト実施時刻、およびテストに使用したテストデータ若しくはテストシナリオの情報を含む。)が、ビルドの識別情報(ビルド番号等)に関連付けられてビルド履歴記憶手段45に保存されるので、従来のように各テストの際に使用したテストデータやテスト手順書等のドキュメント類の管理を人手により行っていた場合に比べ、各テストまたはそれらの成功・失敗の情報と、各テストの際に使用したテストデータやテストシナリオとの紐付けを十分に行うことができる。また、いつ、誰がテストを行ったのかについても、従来のように人手により管理していた場合に比べ、紐付けを十分に行うことができる。このため、効果的な分析を実現し、分析結果を十分に活かすことができる。   Further, the test result registration means 27 stores the test success / failure determination result together with the build identification information (build number, etc.) as test result data in the test result storage means 43, and further, the build information (the tester's information) Identification information, test execution time, test execution time, and test data or test scenario information used for the test are stored in the build history storage means 45 in association with the build identification information (build number, etc.). Therefore, compared to the conventional case where documents such as test data and test procedure manuals used at the time of each test are manually managed, each test or the information on the success / failure of each test and each test. The test data and test scenario used at the time of testing can be sufficiently linked. In addition, when and who performed the test, it is possible to sufficiently perform the linking as compared with the case where the test was manually performed as in the past. Therefore, effective analysis can be realized and the analysis result can be fully utilized.

さらに、テスト結果記憶手段43に記憶させるテスト結果データや、ビルド履歴記憶手段45に記憶させるビルドの情報は、テスト結果登録手段27により自動的に作成され、登録されるものであり、人手によるデータ登録作業ではないので、登録内容について各テスト担当者間のばらつきや毎回のばらつきが生じることはなく、一様な表現が可能となり、標準化することができる。このため、テスト網羅性の向上やレビュー精度の向上が期待できる。また、テスト結果登録手段27によるテスト結果データやビルドの情報の自動登録により、テスト担当者が人手による登録作業を行う場合の手間や時間を省略することができる。   Furthermore, the test result data stored in the test result storage unit 43 and the build information stored in the build history storage unit 45 are automatically created and registered by the test result registration unit 27, and are manually generated data. Since it is not a registration work, there is no variation between testers or every variation in registration contents, and uniform expression is possible and can be standardized. For this reason, improvement of test coverage and review accuracy can be expected. Further, the automatic registration of test result data and build information by the test result registration means 27 can save labor and time when the person in charge of the test performs manual registration work.

そして、テスト管理システム10では、テスト結果分析手段30による分析結果が、タイマー実行手段24やテスト自動実行手段25による処理に結び付けられているので、分析結果を、より一層、十分に活かすことができる。   In the test management system 10, since the analysis result by the test result analysis unit 30 is linked to the processing by the timer execution unit 24 and the test automatic execution unit 25, the analysis result can be utilized more fully. .

また、テスト管理システム10は、テスト成否判定手段26、課題登録手段28、課題記憶手段62、テスト結果伝達手段29、および課題管理手段61を備えているので、失敗の詳細情報を課題記憶手段62に自動的に記憶させることにより、膨大な件数の失敗の情報を、効率的に管理することができる。このため、従来のように失敗の情報を人手により課題管理表に登録し、解析を行い、解析で得られた失敗事由を記載していた場合に比べ、作業負荷の軽減、失敗事由の解析時間の短縮、原因究明の容易化・早期化を図ることができるうえ、失敗に関する情報不足により解析できないといったケースの発生を未然に防止することもできる。   Further, since the test management system 10 includes the test success / failure determination unit 26, the task registration unit 28, the task storage unit 62, the test result transmission unit 29, and the task management unit 61, detailed information on the failure is stored in the task storage unit 62. By automatically storing the information, an enormous number of failure information can be managed efficiently. For this reason, compared to the case where failure information is manually registered in the problem management table and analyzed, and the failure reason obtained by the analysis is described as before, the workload is reduced and the analysis time of the failure reason is compared. Can be shortened, the cause investigation can be facilitated and accelerated, and the occurrence of a case where the analysis cannot be performed due to lack of information regarding the failure can be prevented.

さらに、テスト管理システム10では、複数のジョブを同時並行的に実行することを含むジョブの実行順序を指定したジョブネットを形成し、この並列処理を含むジョブネットを、ジョブ記憶手段42に記憶しておくことができ、ジョブ実行手段23は、この並列処理を含むジョブネットに対応したジョブ実行処理、ジョブ図形表示処理、およびテスト進捗表示処理を実行することができる(図4参照)。このため、ジョブネット全体の処理時間の短縮を図ることができる。   Further, the test management system 10 forms a job net designating the job execution order including the simultaneous execution of a plurality of jobs, and stores the job net including the parallel processing in the job storage unit 42. The job execution means 23 can execute job execution processing, job graphic display processing, and test progress display processing corresponding to the job net including this parallel processing (see FIG. 4). For this reason, it is possible to shorten the processing time of the entire job net.

そして、ジョブ実行手段23は、テスト進捗表示処理として、ジョブを示す図形の中またはその近傍に、ジョブの実施時刻や実行時間を表示するので、その文字(数字を含む。)の表示の有無によるテスト進捗表示を実現することができるうえ、その文字(数字を含む。)の有する意味内容を、テスト担当者に伝達することもできる。   The job execution means 23 displays the execution time and execution time of the job in or near the graphic indicating the job as the test progress display process, so depending on whether or not the characters (including numbers) are displayed. The test progress display can be realized, and the meaning content of the characters (including numbers) can be transmitted to the tester.

なお、本発明は前記実施形態に限定されるものではなく、本発明の目的を達成できる範囲内での変形等は本発明に含まれるものである。   Note that the present invention is not limited to the above-described embodiment, and modifications and the like within a scope where the object of the present invention can be achieved are included in the present invention.

例えば、前記実施形態では、テスト管理システム10は、複数のサーバ20,50,60,70を備え、これらをネットワーク1により接続して構成されていたが、本発明のテスト管理システムは、このような構成に限定されるものでなく、例えば、複数のサーバ20,50,60,70は、1つのサーバ(例えば、テスト統括管理サーバ20)にまとめてもよく、逆に、より多くのサーバに機能分散させてもよい。   For example, in the above embodiment, the test management system 10 includes a plurality of servers 20, 50, 60, and 70 connected by the network 1, but the test management system of the present invention is configured as described above. For example, the plurality of servers 20, 50, 60, and 70 may be combined into one server (for example, the test management server 20). The functions may be distributed.

また、前記実施形態では、テスト管理システム10は、打鍵テストマシン80を備えた構成とされていたが、この打鍵テストマシン80の設置は省略することができる。   In the above-described embodiment, the test management system 10 is configured to include the key-pressing test machine 80. However, the installation of the key-pressing test machine 80 can be omitted.

さらに、前記実施形態では、テスト管理システム10は、テスト担当者端末90を備え、これをネットワーク1により各サーバ20,50,60,70に接続して構築されたWebシステム(サーバ・クライアント型のシステム)とされていたが、単体のコンピュータにより構築したスタンドアロン型のシステムとしてもよい。但し、テスト担当者、アプリケーション開発者、システム管理者等の関係者が、複数人いることや、異なる部署や遠隔地にいる場合等を考慮すると、ネットワーク1を介して各端末90,100等からアクセスできるシステムにしておくことが好ましい。   Furthermore, in the above-described embodiment, the test management system 10 includes the test staff terminal 90 and is connected to each server 20, 50, 60, 70 via the network 1 (server / client type). System), but may be a stand-alone system constructed by a single computer. However, considering that there are a plurality of parties such as a tester, application developer, system administrator, etc., a case where the person is in a different department or a remote place, etc., each terminal 90, 100, etc. via the network 1 It is preferable to make the system accessible.

なお、図1では、開発者端末100やメールサーバ110は、テスト管理システム10の外側に記載されているが、テストに関する処理を行う限りにおいて、これらをテスト管理システム10に含めて考えてもよい。   In FIG. 1, the developer terminal 100 and the mail server 110 are described outside the test management system 10, but these may be included in the test management system 10 as long as processing related to testing is performed. .

以上のように、本発明のテスト管理システムおよびプログラムは、例えば、分散系アプリケーションシステムの開発において継続的に実行されるテスト等に用いるのに適している。   As described above, the test management system and program of the present invention are suitable for use in tests that are continuously executed in the development of distributed application systems, for example.

1 ネットワーク
10 テスト管理システム
23 ジョブ実行手段
24 タイマー実行手段
25 テスト自動実行手段
26 テスト成否判定手段
27 テスト結果登録手段
28 課題登録手段
29 テスト結果伝達手段
30 テスト結果分析手段
31 分析結果出力手段
41 設定情報記憶手段
42 ジョブ記憶手段
43 テスト結果記憶手段
46 分析結果記憶手段
90 テスト担当者端末
100 開発者端末
200 テスト対象システム
DESCRIPTION OF SYMBOLS 1 Network 10 Test management system 23 Job execution means 24 Timer execution means 25 Test automatic execution means 26 Test success / failure determination means 27 Test result registration means 28 Problem registration means 29 Test result transmission means 30 Test result analysis means 31 Analysis result output means 41 Setting Information storage means 42 Job storage means 43 Test result storage means 46 Analysis result storage means 90 Tester terminal 100 Developer terminal 200 Test target system

Claims (10)

テスト対象システムの動作確認テストの実行および管理を行うコンピュータにより構成されたテスト管理システムであって、
前記テスト対象システムに格納若しくは配置するテストデータおよびテスト内容を指定したテストシナリオを記憶するテスト資源記憶手段と、
このテスト資源記憶手段に記憶された前記テストデータを前記テスト対象システムに格納若しくは配置するテスト環境構築ジョブ、および前記テスト資源記憶手段に記憶された前記テストシナリオを用いてテストを実行するテストジョブを含む複数のジョブを組み合わせてこれらのジョブの実行順序を指定して形成されたジョブネットを記憶するジョブ記憶手段と、
このジョブ記憶手段に記憶された前記ジョブネットで指定されている実行順序に従って前記複数のジョブを連続実行するジョブ実行処理、前記複数のジョブのそれぞれを示す複数の図形を実行順序の通りに並べて画面表示するとともに各図形の中若しくはその近傍にジョブの名称および/またはジョブの内容を簡単に示す説明文を表示するジョブ図形表示処理、並びに、前記複数の図形を用いて実行中のジョブを示すテスト進捗表示処理を実行するジョブ実行手段と
を備えたことを特徴とするテスト管理システム。
A test management system configured by a computer that executes and manages an operation check test of a test target system,
Test resource storage means for storing test data to be stored or arranged in the test target system and a test scenario specifying a test content;
A test environment construction job for storing or arranging the test data stored in the test resource storage means in the test target system, and a test job for executing a test using the test scenario stored in the test resource storage means Job storage means for storing a job net formed by combining a plurality of jobs to be included and specifying the execution order of these jobs;
A job execution process for continuously executing the plurality of jobs in accordance with the execution order specified in the job net stored in the job storage means, and a screen in which a plurality of figures showing each of the plurality of jobs are arranged in the execution order Job graphic display processing that displays a description of the job name and / or job contents in or near each graphic, and a test that indicates the job being executed using the multiple graphics A test management system comprising job execution means for executing progress display processing.
前記ジョブ記憶手段に記憶された前記ジョブネットのうち自動実行の対象として予め指定されているジョブネットの構成ジョブについて、前記テスト資源記憶手段に記憶された前記構成ジョブの実行に用いられる前記テストデータまたは前記テストシナリオが更新されたか否かを監視し、更新されたと判断した場合には、前記ジョブ実行手段による前記ジョブ実行処理を開始させる処理を実行するテスト自動実行手段を備えたことを特徴とする請求項1に記載のテスト管理システム。   The test data used for the execution of the configuration job stored in the test resource storage unit for the configuration job of the job net specified in advance as an automatic execution target among the job nets stored in the job storage unit Or, it is characterized by monitoring whether or not the test scenario has been updated, and when it is determined that the test scenario has been updated, it comprises test automatic execution means for executing processing for starting the job execution processing by the job execution means, The test management system according to claim 1. 前記ジョブ記憶手段に記憶された前記ジョブネットをタイマー起動により実行するためのタイマー実行時刻を、前記ジョブネットの識別情報と関連付けて記憶する設定情報記憶手段と、
この設定情報記憶手段に記憶された前記タイマー実行時刻が到来したか否かを監視し、到来したと判断した場合には、到来した前記タイマー実行時刻に係る前記ジョブネットについて前記ジョブ実行手段による前記ジョブ実行処理を開始させる処理を実行するタイマー実行手段と
を備えたことを特徴とする請求項1または2に記載のテスト管理システム。
Setting information storage means for storing a timer execution time for executing the job net stored in the job storage means by starting a timer in association with identification information of the job net;
It is monitored whether or not the timer execution time stored in the setting information storage means has arrived, and if it is determined that it has arrived, the job execution means by the job execution means for the job net related to the timer execution time that has arrived The test management system according to claim 1, further comprising: a timer execution unit that executes a process for starting a job execution process.
繰り返し行われるテストのテスト結果データを蓄積記憶するテスト結果記憶手段と、
前記ジョブ実行手段によるテストの成功・失敗を判定する処理を実行するテスト成否判定手段と、
このテスト成否判定手段による成否判定結果を、テスト担当者の識別情報、テスト実行時間、テスト実施時刻、およびテストに使用した前記テストデータ若しくは前記テストシナリオの情報を含むビルドの情報若しくはこれらのビルドの情報を関連付けるためのビルドの識別情報とともに、前記テスト結果データとして前記テスト結果記憶手段に記憶させる処理を実行するテスト結果登録手段と、
前記テスト結果記憶手段に蓄積記憶された複数の前記テスト結果データを用いて、テスト時間帯および/またはテスト担当者に関する傾向分析を含む統計処理を実行するテスト結果分析手段と、
このテスト結果分析手段による分析結果を画面表示若しくは印刷するか、または前記分析結果を保存した分析結果ファイルを、電子メールでテスト担当者のメールアドレスに送信する処理を実行する分析結果出力手段と
を備えたことを特徴とする請求項1〜3のいずれかに記載のテスト管理システム。
Test result storage means for accumulating and storing test result data of repeated tests;
Test success / failure determination means for executing a process for determining success / failure of the test by the job execution means;
The success / failure determination result by the test success / failure determination means is used to identify the tester's identification information, test execution time, test execution time, and build information including the test data or test scenario information used for the test, or A test result registration unit that executes a process of storing the test result data in the test result storage unit, together with the build identification information for associating information,
Test result analysis means for performing statistical processing including trend analysis on a test time zone and / or a tester using a plurality of the test result data accumulated and stored in the test result storage means;
An analysis result output means for executing a process of displaying an analysis result by the test result analysis means on a screen or printing, or sending an analysis result file storing the analysis result to an e-mail address of a tester by e-mail; The test management system according to claim 1, further comprising a test management system.
繰り返し行われるテストのテスト結果データを蓄積記憶するテスト結果記憶手段と、
前記ジョブ実行手段によるテストの成功・失敗を判定する処理を実行するテスト成否判定手段と、
このテスト成否判定手段による成否判定結果を、テスト担当者の識別情報、テスト実行時間、テスト実施時刻、およびテストに使用した前記テストデータ若しくは前記テストシナリオの情報を含むビルドの情報若しくはこれらのビルドの情報を関連付けるためのビルドの識別情報とともに、前記テスト結果データとして前記テスト結果記憶手段に記憶させる処理を実行するテスト結果登録手段と、
前記テスト結果記憶手段に蓄積記憶された複数の前記テスト結果データを用いて、テスト時間帯および/またはテスト担当者に関する傾向分析を含む統計処理を実行するテスト結果分析手段と、
このテスト結果分析手段による分析結果として、あるテスト担当者が作成したジョブネット若しくはその構成ジョブが、前記テスト自動実行手段により実行されるか、または前記テスト自動実行手段による自動実行の時間帯に実行されると、テスト失敗の確率が高いか、またはテスト実行時間が長くなる傾向が得られた場合には、当該テスト担当者が作成したジョブネット若しくはその構成ジョブの中で指定されている前記テスト自動実行手段による自動実行の対象とするための選択情報を解除するか、若しくは前記テスト自動実行手段による自動実行の対象として設定情報記憶手段に記憶されているジョブネット若しくはその構成ジョブの識別情報を無効にするか、または、前記テスト自動実行手段による自動実行の時間帯を避けた手動実行を指示する電子メール、若しくは前記テスト自動実行手段による実行で不具合が発生する旨を知らせて前記ジョブネット若しくはその構成ジョブの作成し直しを促す電子メールを、当該テスト担当者のメールアドレスに送信する処理を実行する分析結果出力手段と
を備えたことを特徴とする請求項2に記載のテスト管理システム。
Test result storage means for accumulating and storing test result data of repeated tests;
Test success / failure determination means for executing a process for determining success / failure of the test by the job execution means;
The success / failure determination result by the test success / failure determination means is used to identify the tester's identification information, test execution time, test execution time, and build information including the test data or test scenario information used for the test, or A test result registration unit that executes a process of storing the test result data in the test result storage unit, together with the build identification information for associating information,
Test result analysis means for performing statistical processing including trend analysis on a test time zone and / or a tester using a plurality of the test result data accumulated and stored in the test result storage means;
As a result of the analysis by the test result analysis means, a job net created by a tester or a constituent job thereof is executed by the test automatic execution means or executed at a time of automatic execution by the test automatic execution means. If the test failure probability is high or the test execution time tends to be long, the test specified in the job net created by the person in charge of the test or its constituent job is used. Release the selection information for automatic execution by the automatic execution means, or the job net stored in the setting information storage means as the automatic execution target by the test automatic execution means or the identification information of the constituent job Disable the manual execution by avoiding the time period for automatic execution by the automatic test execution means. Or an e-mail notifying that a problem has occurred during execution by the automatic test execution means and prompting the re-creation of the job net or its constituent job is sent to the e-mail address of the person in charge of the test The test management system according to claim 2, further comprising: an analysis result output unit that executes processing.
繰り返し行われるテストのテスト結果データを蓄積記憶するテスト結果記憶手段と、
前記ジョブ実行手段によるテストの成功・失敗を判定する処理を実行するテスト成否判定手段と、
このテスト成否判定手段による成否判定結果を、テスト担当者の識別情報、テスト実行時間、テスト実施時刻、およびテストに使用した前記テストデータ若しくは前記テストシナリオの情報を含むビルドの情報若しくはこれらのビルドの情報を関連付けるためのビルドの識別情報とともに、前記テスト結果データとして前記テスト結果記憶手段に記憶させる処理を実行するテスト結果登録手段と、
前記テスト結果記憶手段に蓄積記憶された複数の前記テスト結果データを用いて、テスト時間帯および/またはテスト担当者に関する傾向分析を含む統計処理を実行するテスト結果分析手段と、
このテスト結果分析手段による分析結果として、あるテスト担当者が作成したジョブネット若しくはその構成ジョブが、前記タイマー実行手段により実行されるか、または特定の夜間の時間帯に実行されると、テスト失敗の確率が高いか、またはテスト実行時間が長くなる傾向が得られた場合には、当該テスト担当者が作成したジョブネット若しくはその構成ジョブについて当該テスト担当者がタイマー設定を行おうとした際若しくは前記特定の夜間の時間帯へのタイマー設定を行おうとした際に、不具合が発生する旨を警告するタイマー設定時警告対象者情報として、当該テスト担当者の識別情報を前記設定情報記憶手段に記憶させるか、または、タイマー設定をせずに手動実行を指示する電子メール、若しくは前記タイマー実行手段による実行で不具合が発生する旨を知らせて前記ジョブネット若しくはその構成ジョブの作成し直しを促す電子メールを、当該テスト担当者のメールアドレスに送信する処理を実行する分析結果出力手段と
を備えたことを特徴とする請求項3に記載のテスト管理システム。
Test result storage means for accumulating and storing test result data of repeated tests;
Test success / failure determination means for executing a process for determining success / failure of the test by the job execution means;
The success / failure determination result by the test success / failure determination means is used to identify the tester's identification information, test execution time, test execution time, and build information including the test data or test scenario information used for the test, or A test result registration unit that executes a process of storing the test result data in the test result storage unit, together with the build identification information for associating information,
Test result analysis means for performing statistical processing including trend analysis on a test time zone and / or a tester using a plurality of the test result data accumulated and stored in the test result storage means;
As a result of analysis by this test result analysis means, if a job net created by a certain tester or its constituent job is executed by the timer execution means or at a specific night time, the test fails. When the test person tries to set the timer for the job net created by the test person or its constituent job, or the test execution time becomes longer When setting a timer for a specific night time period, the setting information storage means stores the identification information of the person in charge of the test as warning target person information at the time of timer setting that warns that a malfunction occurs. Or by e-mail instructing manual execution without setting a timer or the timer execution means. An analysis result output means for executing a process of sending an e-mail notifying that a problem occurs in execution and prompting the re-creation of the job net or its constituent job to the e-mail address of the person in charge of the test The test management system according to claim 3.
前記ジョブ実行手段によるテストの成功・失敗を判定する処理を実行するテスト成否判定手段と、
このテスト成否判定手段により失敗と判定されたテストについての失敗の詳細情報を、ジョブネット若しくはその構成ジョブの識別情報と関連付けて課題記憶手段に記憶させる処理を実行する課題登録手段と、
失敗したテストに係るジョブネット若しくはその構成ジョブの実行に用いられる前記テストデータ若しくは前記テストシナリオを作成したアプリケーション開発者、および/または、失敗したテストに係るジョブネット若しくはその構成ジョブを作成したテスト担当者のメールアドレスに、テストが失敗した旨の電子メールを送信する処理を実行するテスト結果伝達手段と、
前記アプリケーション開発者の操作する開発者端末からネットワークを介して送信されてくる失敗原因の解析のための閲覧要求信号を受信し、閲覧要求に係るジョブネット若しくはその構成ジョブにより実行されたテストについての失敗の詳細情報を前記開発者端末に画面表示する処理を実行する課題管理手段と
を備えたことを特徴とする請求項1〜6のいずれかに記載のテスト管理システム。
Test success / failure determination means for executing a process for determining success / failure of the test by the job execution means;
A task registration unit that executes a process of storing the detailed information of the failure about the test determined to be failed by the test success / failure determination unit in association with the identification information of the job net or its constituent job in the task storage unit;
The application developer who created the test data or test scenario used to execute the job net related to the failed test or its configuration job, and / or the test staff who created the job net related to the failed test or its configuration job A test result transmission means for executing processing for sending an e-mail indicating that the test has failed to the e-mail address of the person,
A browsing request signal for analyzing the cause of failure transmitted from the developer terminal operated by the application developer via the network is received, and a test executed by a job net related to the browsing request or a configuration job thereof The test management system according to claim 1, further comprising: problem management means for executing a process of displaying detailed information of failure on the developer terminal.
前記ジョブ記憶手段には、
複数のジョブを同時並行的に実行することを含むジョブの実行順序を指定して形成された並列処理を含むジョブネットが記憶され、
前記ジョブ実行手段は、
前記並列処理を含むジョブネットを実行する場合には、前記ジョブ実行処理として、前記並列処理の対象の複数のジョブを同時並行的に実行し、前記ジョブ図形表示処理として、前記並列処理の対象の複数のジョブを示す各図形をジョブネットの全体の流れを分岐させる状態で画面上に配置し、前記テスト進捗表示処理として、前記並列処理中の複数のジョブについて同時並行的に実行中であることを示す構成とされている
ことを特徴とする請求項1〜7のいずれかに記載のテスト管理システム。
In the job storage means,
A job net including parallel processing formed by specifying an execution order of jobs including simultaneously executing a plurality of jobs is stored,
The job execution means includes:
When executing the job net including the parallel processing, as the job execution processing, a plurality of jobs to be processed in parallel processing are concurrently executed, and as the job graphic display processing, the processing target to be processed in parallel processing is executed. Each figure indicating a plurality of jobs is arranged on the screen in a state where the entire flow of the job net is branched, and as the test progress display process, the plurality of jobs being processed in parallel are being executed concurrently. The test management system according to claim 1, wherein the test management system is configured as follows.
前記ジョブ実行手段は、
前記テスト進捗表示処理として、ジョブを示す図形の中またはその近傍に、当該ジョブの実行を開始した場合のジョブの実施時刻、当該ジョブの実行を終了した場合のジョブの実行に要した実行時間のうちの少なくとも一方を表示する構成とされている
ことを特徴とする請求項1〜8のいずれかに記載のテスト管理システム。
The job execution means includes:
As the test progress display process, the execution time of the job when the execution of the job is started and the execution time required for the execution of the job when the execution of the job is completed are shown in or near the graphic indicating the job. It is set as the structure which displays at least one of them. The test management system in any one of Claims 1-8 characterized by the above-mentioned.
請求項1〜9のいずれかに記載のテスト管理システムとして、コンピュータを機能させるためのプログラム。   A program for causing a computer to function as the test management system according to claim 1.
JP2015134351A 2015-07-03 2015-07-03 Test management system and program Expired - Fee Related JP5989194B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015134351A JP5989194B1 (en) 2015-07-03 2015-07-03 Test management system and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015134351A JP5989194B1 (en) 2015-07-03 2015-07-03 Test management system and program

Publications (2)

Publication Number Publication Date
JP5989194B1 JP5989194B1 (en) 2016-09-07
JP2017016507A true JP2017016507A (en) 2017-01-19

Family

ID=56871798

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015134351A Expired - Fee Related JP5989194B1 (en) 2015-07-03 2015-07-03 Test management system and program

Country Status (1)

Country Link
JP (1) JP5989194B1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101937933B1 (en) * 2016-11-08 2019-01-14 한국전자통신연구원 Apparatus for quantifying security of open source software package, apparatus and method for optimization of open source software package
KR101987110B1 (en) * 2016-11-29 2019-06-10 국방과학연구소 Apparatus and method for testing input/output signals and software performance of electric device
CN113434431B (en) * 2021-07-13 2022-10-21 大商所飞泰测试技术有限公司 Security futures industry software reliability test design method based on FMEA
CN113704067B (en) * 2021-09-09 2023-10-24 合肥新青罗数字技术有限公司 Intangible asset management system monitoring method

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01255940A (en) * 1988-04-05 1989-10-12 Nec Corp On-line system software testing system
JPH01261737A (en) * 1988-04-12 1989-10-18 Nec Software Ltd Automatic control system for inspection of language processor
JP2519005B2 (en) * 1992-11-02 1996-07-31 日本電気株式会社 Job schedule simulation device
JP2002117196A (en) * 2000-10-05 2002-04-19 Asahi Kasei Corp System and method for supporting provision of entrusted test
JP4745728B2 (en) * 2005-06-21 2011-08-10 富士通株式会社 Debugging support program

Also Published As

Publication number Publication date
JP5989194B1 (en) 2016-09-07

Similar Documents

Publication Publication Date Title
US20220100641A1 (en) System and method for continuous testing and delivery of software
US9836710B2 (en) Resource planning for data protection validation
US7620856B2 (en) Framework for automated testing of enterprise computer systems
EP2778929B1 (en) Test script generation system
CN108959059B (en) Test method and test platform
CN111125444A (en) Big data task scheduling management method, device, equipment and storage medium
JPWO2007105274A1 (en) Applied patch sorting apparatus and applied patch sorting method
US11706084B2 (en) Self-monitoring
JP5989194B1 (en) Test management system and program
US10990359B2 (en) Use and advancements of assistive technology in automation for the visually-impaired workforce
US10372572B1 (en) Prediction model testing framework
US10846212B2 (en) Evidence gathering system and method
CN109800081A (en) A kind of management method and relevant device of big data task
CN115168457A (en) Visualization processing method and visualization processing device based on metadata management
JP2018036971A (en) Computer system and test case management method
CN107451056B (en) Method and device for monitoring interface test result
JP5735998B2 (en) Operation system
CN115982049A (en) Abnormity detection method and device in performance test and computer equipment
CN113220592B (en) Processing method and device for automatic test resources, server and storage medium
JP2005266919A (en) System analysis device and analysis system
CN115543491A (en) Microservice processing method and device
JP7388785B1 (en) Information processing device, method, program, and system
JP2013187627A (en) System, device and method for communication network supervision
Kuchta et al. Harmony: A Harness Monitoring System for the Oak Ridge Leadership Computing Facility
JP2002290404A (en) Method and program of remote control system for user system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160622

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160809

R150 Certificate of patent or registration of utility model

Ref document number: 5989194

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees