JPS63116248A - Program testing device - Google Patents

Program testing device

Info

Publication number
JPS63116248A
JPS63116248A JP61261937A JP26193786A JPS63116248A JP S63116248 A JPS63116248 A JP S63116248A JP 61261937 A JP61261937 A JP 61261937A JP 26193786 A JP26193786 A JP 26193786A JP S63116248 A JPS63116248 A JP S63116248A
Authority
JP
Japan
Prior art keywords
test
program
importance
test case
cases
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP61261937A
Other languages
Japanese (ja)
Inventor
Sadanori Yoshimura
吉村 貞紀
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.)
Toshiba Corp
Nippon Atomic Industry Group Co Ltd
Original Assignee
Toshiba Corp
Nippon Atomic Industry Group Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp, Nippon Atomic Industry Group Co Ltd filed Critical Toshiba Corp
Priority to JP61261937A priority Critical patent/JPS63116248A/en
Publication of JPS63116248A publication Critical patent/JPS63116248A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To select a test case having high importance and to efficiently test a program by providing the titled device with a test case selection supporting device for supporting the selection respective test cases in all test cases in the order of importance. CONSTITUTION:The test case selection supporting device 1 supports the selection of respective test cases in all the test cases in the order of importance in the whole functions of a program inputted from a user based on the information relating to the program. A test data generator 2 generates test data for the selected test case. An objective program executing device 3 inputs the test data and tests the objective program. The result of the test is evaluated by a result evaluating device 4 and the evaluated result is outputted from an evaluated result output device 5. While observing the evaluated result outputted from the device 5, the user can detect a bug having the highest importance for the whole functions of the program.

Description

【発明の詳細な説明】 (発明の目的) (産業上の利用分野) 本発明は計n様プログラムが正しく機能するか否かをテ
ストするプログラムテスト装置に関する。
DETAILED DESCRIPTION OF THE INVENTION (Objective of the Invention) (Industrial Application Field) The present invention relates to a program testing device for testing whether or not a total of n programs function correctly.

(従来の技術) 電子計算機技術の進歩により、計算機を産業上、社会生
活上利用する割合は急速に増大している。これに伴いn
i算機に命令を与えて種々の機能を実行させるための計
篩機プログラムの重要性も同時に増大している。
(Prior Art) With advances in computer technology, the proportion of computers used in industry and social life is rapidly increasing. Along with this, n
At the same time, the importance of computer programs for giving instructions to i-processors to perform various functions is also increasing.

特に安全性に関わるようなプログラムに関しては、実応
用の前に作成者の意図通り正しく機能するか否かを十分
にテストしておかなければならない。しかしながら、プ
ログラムはハードウェアのように具体的な目に見える物
ではなく、また実行する機能に対応して複雑な内容を持
っている。
In particular, programs that are concerned with safety must be thoroughly tested to ensure that they function correctly as the creator intended before putting them into practical use. However, programs are not concrete visible objects like hardware, and have complex contents corresponding to the functions to be executed.

そのため、このプログラムテストは非常に人手と時間を
要する作業となっており、一般にプログラムテストに要
する費用はプログラム開発コスト全体のうち約4割を占
めると言われている。こうした中で効率よく、かつ信頼
のJ3けるテストを行なうためのテスト手法およびデス
1−装置が種々提案されている。
Therefore, this program testing is extremely labor-intensive and time-consuming, and it is generally said that the cost required for program testing accounts for about 40% of the total program development cost. Under these circumstances, various test methods and devices have been proposed for conducting efficient and reliable tests.

一般に、ある一定規模以上のプログラムにおいては、全
てのケースをテストすることは31鐸機の能力、人的コ
スト等の点から考えて実際上不可能となっている。すな
わち、例えば1または0という二値の入力を持つパラメ
ータがn 1141存在したとすると2°通りの入力の
組合せが考えられ、n=50のとき2  =:1.1X
1015となる。したがって、nが50をはるかに超え
る一般のプログラムにおいては、全てのケースをテスト
することは事実上不可能である。
Generally, in a program larger than a certain scale, it is practically impossible to test all cases in terms of machine capacity, human cost, etc. That is, for example, if there are n 1141 parameters with binary inputs of 1 or 0, there are 2 possible combinations of inputs, and when n = 50, 2 =: 1.1X
It becomes 1015. Therefore, in general programs where n is much greater than 50, it is virtually impossible to test all cases.

そこで、従来はテストケースを選択して行なっている。Therefore, conventionally, test cases are selected.

テストケースを選択する暴準としてはプログラム中に存
在する欠陥(バグ)の数を問題とする。つまり、多くの
バグを発見できるようなテストケースから順にテストを
実施し、でざるだ(プ多くのバグを発見して除去づるこ
とで、プログラムの信頼性向上を図っている。
The criterion for selecting test cases is the number of defects (bugs) that exist in the program. In other words, tests are performed in order of test cases that can discover the most bugs, and by finding and removing as many bugs as possible, the reliability of the program is improved.

〈発明が解決しようとする問題点) 従来は単にバグの数だけを問題とし、そのバグのプログ
ラム全体にお【プる単要竹については考11!シていな
かった。バグは同じ1個のバグでもプログラム全体に多
大な影響を与えるものと、単なる軽(牧なものとがあり
、前者のバグが除去されない場合には、そのプログラム
を備えたシステム全体が正常に機能しないという事態が
生ずる。
<Problems to be solved by the invention> Conventionally, the problem was simply the number of bugs, and the problem was that the bugs would affect the entire program. I wasn't there. Even a single bug can have a huge impact on the entire program, or it can be just a minor bug, and if the former bug is not removed, the entire system containing that program will not function properly. A situation arises where it is not possible.

特に原子力発電所等における安全保護動作を行なうプロ
グラムの場合には、1個のバグが原子力発電所自体の安
全性に関係することも考えられ、プログラムのデス1〜
ケー2選択にあたっては、安全上の1要度を第1の基準
どして行なわなければならない。
Particularly in the case of a program that performs safety protection operations in a nuclear power plant, etc., one bug may be related to the safety of the nuclear power plant itself, and
When selecting Case 2, safety must be considered as the first criterion.

本発明は、プログラム全体の機能にとっての重要度が高
いテストケースを選択することを支11iシ、効率的に
プログラムのテストを実施することができるプログラム
全体]・装置を提供することを1]的とする。
An object of the present invention is to provide an apparatus for efficiently testing a program by supporting the selection of test cases that are highly important for the functionality of the program as a whole. shall be.

〔発明の構成〕[Structure of the invention]

(問題点を解決するための手段) 本発明は、全てのテストケースから各デス1−ケースを
プログラム全体の機能における重要度順に選択すること
を支援するテストケース選択支援装置と、その選択され
たテストケースに対応するテストデータを発生させるテ
ストデータ発生装置と、そのテス]・データによりデス
ト対染プログラムを実行する対象プログラム実行装置と
、そのテス]・結果を評価づるテスト結果評(lffi
ff上、その評価結果を出力でる評価結果出力装置とを
備えたものである。
(Means for Solving the Problems) The present invention provides a test case selection support device that supports selecting each death case from all test cases in order of importance in the function of the entire program, and A test data generator that generates test data corresponding to a test case, and its test] - A target program execution device that executes a desist anti-contamination program using data, and its test] - Test result evaluation that evaluates the results (lffi
ff, and an evaluation result output device that outputs the evaluation results.

(作用) テストケース選択支援装dはユーザーから入力されたプ
ログラムに関する情報を基に、全てのテストケースの中
から各テストケースをプログラム全体の機能におGel
る重要度順に選択することを支援する。
(Function) The test case selection support device d selects each test case from among all test cases based on the information about the program input by the user.
This will help you select items in order of importance.

選択されたテストケースについてデス1〜デー9発生装
置がテストデータを発生し、このテストデータを入力し
た対象プログラム実行装置が対象プログラムをテストす
る。このテストの結果がテスト結果評価装置により評価
され、評価の結果が評価結果出力装置により出力される
。ユーザーは評価結果出力装置に出力された評価の結果
を児でプログラム全体の機能にとっての重要度が高いバ
グを見い出す。
The D1 to D9 generation devices generate test data for the selected test case, and the target program execution device that inputs this test data tests the target program. The results of this test are evaluated by a test result evaluation device, and the evaluation results are outputted by an evaluation result output device. The user looks at the evaluation results output to the evaluation result output device and discovers bugs that are highly important to the overall functionality of the program.

(実施例) 本発明の一実施例を第1図および第2図を用いて説明す
る。
(Example) An example of the present invention will be described with reference to FIGS. 1 and 2.

本発明に係るプログラムテスト装量は、第1図に示すよ
うに、プログラム全体の機能にa51Jる重要度順にテ
ストケースを選択することを支援するデス1−ケース選
択支緩装胃1と、選択されたテストケースに対応するテ
ストデータを発生づるテストデータ発生装置2と、その
テストデータを入力して対象プログラムのテストを実行
する対象プログラム実行装置3と、そのテストの結果を
評価するテスト結果評価装置4と、その評価結果を出力
づる評価結果出力装置5とを備えている。
As shown in FIG. 1, the program test load according to the present invention includes a case selection support system 1 for supporting the selection of test cases in order of importance for the overall function of the program; A test data generation device 2 that generates test data corresponding to a test case that has been performed, a target program execution device 3 that inputs the test data and executes a test of a target program, and a test result evaluation that evaluates the results of the test. It includes a device 4 and an evaluation result output device 5 that outputs the evaluation results.

テストケース選択支援装置1はユーリ”−がら入ツノさ
れたプログラムに関する情報を基にフA−ルトツリーを
作成し、そのフォールトッリーを解析することにより、
プログラム全体の機能にとって重要度が高いテストケー
スを選択することを支援する。
The test case selection support device 1 creates a fault tree based on the information about the programmed program and analyzes the fault tree.
Helps select test cases that are important to the overall functionality of the program.

ここで、上記テストケース選択支援装置1の作用につい
てシステムの安全を保護するための安全保護動作を行な
うプログラムを例にとり、記号を用いて説明する。
Here, the operation of the test case selection support device 1 will be explained using symbols, taking as an example a program that performs a safety protection operation to protect the safety of the system.

このプログラムは保r!!機能起動判別用パラメータD
Lを計算し、ある設定値DLSETと比較することによ
り、DL>DLSETならばシステムの安全保護機能を
起動するための信号を発生させるという機能を持つ。
This program is safe! ! Parameter D for determining function activation
By calculating L and comparing it with a certain set value DLSET, if DL>DLSET, it has the function of generating a signal for activating the system's safety protection function.

ここでDLは、 DL=FXNK  *  AMNF  ・・・・・・(
1)で与えられる。
Here, DL is DL=FXNK * AMNF (
1) is given.

FXNKおよびAMNFはそれぞれサブルーチンSU、
BFXおよびSUBAMで計算される。
FXNK and AMNF are each subroutine SU,
Calculated in BFX and SUBAM.

FXNKは基本的には次式で示される方法で求められる
FXNK is basically obtained by the method shown by the following formula.

FXNK=max  (FX、NK)−−−−−−(2
>ここでFXはサブルーチン5UBF1で計算される徂
である。
FXNK=max (FX, NK)---(2
>Here, FX is calculated in subroutine 5UBF1.

また、NKは基本的には次の式で計算される。Furthermore, NK is basically calculated using the following formula.

NK=NHK          ・・・・・・(3)
ここで、NtjよびKはそれぞれサブルーチン5UBN
および5tJBKで計算される。
NK=NHK ・・・・・・(3)
Here, Ntj and K are each subroutine 5UBN
and 5tJBK.

また、Kは基本的には次式で与えられる。Further, K is basically given by the following equation.

K=max (K  、F)     ・−= (4)
に1およびFは各々サブルーチン5UBK1113よび
5UBF2で計算される。
K=max (K, F) ・-= (4)
1 and F are calculated in subroutines 5UBK1113 and 5UBF2, respectively.

(1)式のAMNFに関しては基本的には次式で求めら
れる。
The AMNF in equation (1) is basically determined by the following equation.

AMNF=max (AM、NF) −(5)ここでA
MおよびNFは各々サブルーチンSUBAMおよび5I
JBNFで計算される。
AMNF=max (AM, NF) − (5) where A
M and NF are subroutines SUBAM and 5I, respectively.
Calculated by JBNF.

ここで、NFは次式で求められる。Here, NF is determined by the following formula.

NF=N*F          ・・・・・・(6)
Nは(3)式のNと同じものであり、5UBNにより与
えられ、Fは5UBF2により計算される。
NF=N*F ・・・・・・(6)
N is the same as N in equation (3) and is given by 5UBN, and F is calculated by 5UBF2.

これらのプログラムに関する情報に基づき、テストケー
ス選択支援装置は第2図に示すようなフォールトッリー
を作成する。このフォールトツリ一のトップ事象は保護
機能起動判別用パラメータDLの計算値りし が実際あ
るべき値DL、より小さかった、つまりプログラムに何
らかの欠陥(バグ)があり、正しい値に比べて小さなり
Lを計算してしまったという事象を表わしている。これ
は安全保護機能を起動しなければならないとぎに起動信
号が発生されないという重大な故障につながるエラーで
ある。
Based on the information regarding these programs, the test case selection support device creates a fault tree as shown in FIG. The top event in this fault tree is that the calculated value of the parameter DL for determining the activation of the protection function was smaller than the actual value DL, which means that there is some kind of defect (bug) in the program, and the value is smaller than the correct value. This represents an event in which . This is an error that can lead to serious failures in that the activation signal is not generated when the safety protection function should be activated.

このトップ事象が生ずる原因となる事象が順次ツリーの
下の方へ展開されている。例えば、DLが実際より小さ
くなるためには(1)式を14慮して、FXNK(7)
計a値FXNK、が所要値FXNKaより小さいか、ま
たはAMNFの計n値AMNF  が所要値AMNFa
より小さい場合が考えられる。以下同様にして各パラメ
ータの計算値(添字Cのついたもの)とあるべき値(添
字aのついたもの)との関係が順次示されている。
Events that cause this top event to occur are sequentially expanded toward the bottom of the tree. For example, in order for DL to be smaller than the actual value, taking into account equation (1), FXNK(7)
Either the total a value FXNK, is smaller than the required value FXNKa, or the total n value AMNF of AMNF is the required value AMNFa.
It is possible that it is smaller. Similarly, the relationship between the calculated value (with subscript C) of each parameter and the desired value (with subscript a) is sequentially shown below.

そこで、このフォールトッリーによりDL  <DLa
というトップ事象を生じさせる最少の事象の組み合せを
求めると、 ((FXC<FXa)、(Nc<N8))・・曲(7)
((K、c<K1.)、(FXo<FX、)、(FC<
Fa))・−曲(8)((AMo<AMa)、(FC<
F8))         −・曲(9)((△Mc<
AM8)、(No<Na>)       −−−−−
−(10)の4通りとなる。
Therefore, due to this falloli, DL < DLa
Finding the minimum combination of events that causes the top event, ((FXC<FXa), (Nc<N8))...Song (7)
((K, c<K1.), (FXo<FX,), (FC<
Fa))・-Song (8) ((AMo<AMa), (FC<
F8)) -・Song (9) ((△Mc<
AM8), (No<Na>) -----
- There are four ways (10).

このことから、サブルーチンの組み合せテストを行なう
とぎには、上記の事象の組み合せに対応するサブルーチ
ンの組み合せを選んでテストをづることが重要であるこ
とがわかる。例えば(7)の組み合せに対応して、サブ
ルーチン5UBF1と5UBNとの組み合せのテストが
重要であり、(8)の組み合せに対してはサブルーチン
5tJBK1.5tJBF1および5UBF2の紺み合
ぜのテストが重要である。組み合せ(9)、(10)に
対しても同様のことが言える。
From this, it can be seen that when conducting a combination test of subroutines, it is important to select a combination of subroutines that corresponds to the above combination of events and write the test. For example, for the combination (7), it is important to test the combination of subroutines 5UBF1 and 5UBN, and for the combination (8), it is important to test the combination of subroutines 5tJBK1.5tJBF1 and 5UBF2. be. The same can be said for combinations (9) and (10).

次に、フォールトッリーの基本事象(第2図の円で囲ま
れている事@りの構造上の重要度5(i)は、一般に次
式で与えられる。
Next, the structural importance 5(i) of Faurtollie's fundamental event (encircled in Figure 2) is generally given by the following equation.

5(i)      m(i)   −−・−<11)
n−1 ここでiは基本事象の識別番号であり、n Gi基本事
象の数、m(1)は基本事象1が生起しているとき、ト
ップ事象が生起する場合のiJ:J、外の基本事象の組
み合せの数を表わしている。
5(i) m(i) --・-<11)
n-1 Here, i is the identification number of the basic event, n is the number of Gi basic events, m(1) is iJ when the top event occurs when basic event 1 occurs: J, It represents the number of combinations of basic events.

第2図の場合、異なる基本事象の数は5であり、したが
ってn=5となる。
In the case of FIG. 2, the number of different elementary events is 5, so n=5.

AM  <AM8の事象番号を1とすると、となる。If the event number of AM<AM8 is 1, then

また、KlC<K1.の事象番号を2とすると、No<
N、の事象番号を3とづると、 となる。
Moreover, KlC<K1. If the event number of is 2, then No<
If the event number of N is written as 3, then it becomes.

また、FX  <FX、の事象番号を4どゴると、F 
 <F8の事象番号を5とすると、ら となる。
Also, if you go to the event number of FX < FX, F
If the event number of <F8 is 5, then .

これらの基本事象の重要度は、サブルーチンの単体テス
トを行なうとぎ、各基本事象に対応するサブルーチンの
重要度を与えていると考えることができる。例えば、事
象1に対応するサブルー1ンSU13AMは事象2に対
応するサブルーチン5UBK、より安全性上の重要度が
高い考えられる。
The importance of these basic events can be thought of as giving the importance of the subroutine corresponding to each basic event when performing a unit test of the subroutine. For example, subroutine SU13AM corresponding to event 1 is considered to have higher safety importance than subroutine 5UBK corresponding to event 2.

こうしてサブルーチンの単体の重要度が明らかとなる。In this way, the importance of each subroutine becomes clear.

以上詳述したようにテストケース選択支援装置1により
重要なサブルーチンの組み合せJ3よび重要なサブルー
チン単体が求められて選択資料として提供されるので、
ユーザーはその選択資料に基づいて重要なテストケース
を選択する。
As detailed above, the test case selection support device 1 determines the important subroutine combination J3 and the important subroutines and provides them as selection materials.
The user selects important test cases based on the selected material.

この選択によりテストケース選択支援装置1からデス1
〜データ発生装置2へ選択信号aが出力される。この選
択信号aに基づいてテストデータ発生装置2が対象プロ
グラム実行装置3ヘテストデータを伝達し、他方でテス
ト結果評価装置4ヘテス1−結果の正解を伝達する。
With this selection, test case selection support device 1 to test case selection support device 1
~A selection signal a is output to the data generator 2. Based on this selection signal a, the test data generation device 2 transmits the test data to the target program execution device 3, and on the other hand, the test result evaluation device 4 transmits the correct answer of the test result.

上記のテストデータに基づき対象プログラムの実行装置
3がプログラムのデスi−を実行し、このテスト結果と
前記の正解とを比較してテスト結果評価装置4がテスト
結果を評価する。このテスト結果の評価結果は評価結果
出力装置5によりユーザーに出力される。ユーザーは出
力された評価結果を見てプログラム全体の機能上の重要
度が高いバグを見い出す。
Based on the above test data, the target program execution device 3 executes the program de-i-, and the test result evaluation device 4 evaluates the test result by comparing this test result with the above-mentioned correct answer. The evaluation result of this test result is output to the user by the evaluation result output device 5. The user looks at the output evaluation results and finds bugs that are highly important in terms of the functionality of the entire program.

上記の実施例では安全保護動作を行なうプログラムを例
にとり説明したが、本発明はこれに限定されず、一般の
プログラムのテストに広く適用することができる。
Although the above embodiment has been described using a program that performs a safety protection operation as an example, the present invention is not limited thereto, and can be widely applied to testing of general programs.

〔発明の効果〕〔Effect of the invention〕

本発明は全てのデス1−ケースから各テストケースをプ
ログラム全体の機能におtノる重要度順に選択すること
を支援するテストケース選択支援装置を備えたので、プ
ログラム全体の機能にとって重要度が高いデス]−ケー
スを選択して効率的にプログラムのテストを行なうこと
ができ、プログラムのイ5頼性向上に寄与づ゛ることが
できる。
The present invention includes a test case selection support device that supports selecting each test case from all cases in order of importance to the function of the entire program. It is possible to efficiently test a program by selecting a high-death case, which can contribute to improving the reliability of the program.

本発明はプログラムが大規模で、1回のデス[−に長時
間がかかり、あまり多数のテストケースを実行できない
ような場合に、重要なデス1へケースを選択してテスト
を実施できる点で特に効果が大きい。
The present invention has the advantage that when the program is large-scale and it takes a long time to execute one test case, and it is not possible to execute a large number of test cases, it is possible to select the case for the important test case and execute the test. Especially effective.

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

第1図は本発明に係るプログラムテスト装置の一実施例
を示す図、第2図は上記実施例の)A −ルトツリーを
示寸図である。 1・・・テストケース選択支援装置、2・・・テストデ
ータ発生装置、3・・・対象プログラム実行装置、4・
・・テスト結果評価装置、5・・・評価結果出力装置、
a・・・選択信号。 出願人代理人   波 多 野   久第1図
FIG. 1 is a diagram showing an embodiment of a program test apparatus according to the present invention, and FIG. 2 is a dimensional diagram of the A root tree of the above embodiment. DESCRIPTION OF SYMBOLS 1...Test case selection support device, 2...Test data generation device, 3...Target program execution device, 4.
...Test result evaluation device, 5...Evaluation result output device,
a...Selection signal. Applicant's agent Hisashi Hatano Figure 1

Claims (1)

【特許請求の範囲】[Claims] 全てのテストケースから各テストケースをプログラム全
体の機能における重要度順に選択することを支援するテ
ストケース選択支援装置と、その選択されたテストケー
スに対応するテストデータを発生させるテストデータ発
生装置と、そのテストデータによりテスト対象プログラ
ムを実行する対象プログラム実行装置と、そのテスト結
果を評価するテスト結果評価装置と、その評価結果を出
力する評価結果出力装置とを備えたことを特徴とするプ
ログラムテスト装置。
A test case selection support device that supports selecting each test case from all the test cases in order of importance in the function of the entire program, and a test data generation device that generates test data corresponding to the selected test case. A program testing device comprising: a target program execution device that executes a test target program using the test data; a test result evaluation device that evaluates the test results; and an evaluation result output device that outputs the evaluation results. .
JP61261937A 1986-11-05 1986-11-05 Program testing device Pending JPS63116248A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61261937A JPS63116248A (en) 1986-11-05 1986-11-05 Program testing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61261937A JPS63116248A (en) 1986-11-05 1986-11-05 Program testing device

Publications (1)

Publication Number Publication Date
JPS63116248A true JPS63116248A (en) 1988-05-20

Family

ID=17368756

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61261937A Pending JPS63116248A (en) 1986-11-05 1986-11-05 Program testing device

Country Status (1)

Country Link
JP (1) JPS63116248A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0713809A (en) * 1993-06-28 1995-01-17 Nec Corp Program evaluation system
JP2006112853A (en) * 2004-10-13 2006-04-27 Yokogawa Electric Corp Method, device and program for creating test scenario
JP2008204405A (en) * 2007-02-22 2008-09-04 Fujitsu Ltd Software regression test system, regression test program and regression test method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0713809A (en) * 1993-06-28 1995-01-17 Nec Corp Program evaluation system
JP2006112853A (en) * 2004-10-13 2006-04-27 Yokogawa Electric Corp Method, device and program for creating test scenario
JP2008204405A (en) * 2007-02-22 2008-09-04 Fujitsu Ltd Software regression test system, regression test program and regression test method

Similar Documents

Publication Publication Date Title
Kuhn et al. An investigation of the applicability of design of experiments to software testing
Yan et al. Systematic testing for resource leaks in Android applications
Madeira et al. On the emulation of software faults by software fault injection
Sridharan et al. Thin slicing
US20080276226A1 (en) Device, method and computer program product for evaluating a debugger script
US20100115496A1 (en) Filter generation for load testing managed environments
Gupta et al. Multi-objective test suite optimization for detection and localization of software faults
Chowdhury et al. CyFuzz: A differential testing framework for cyber-physical systems development environments
CN108572892B (en) PowerPC multi-core processor-based offline test method and device
Coward A review of software testing
Vancsics et al. Simulating the effect of test flakiness on fault localization effectiveness
Masud et al. Strategy for mutation testing using genetic algorithms
Jones et al. A formal methods-based verification approach to medical device software analysis
Murphy et al. Automatic detection of previously-unseen application states for deployment environment testing and analysis
Al-Kofahi et al. Fault localization for Make-Based build crashes
JPS63116248A (en) Program testing device
Lauret et al. Detection of interferences in aspect-oriented programs using executable assertions
US7774668B2 (en) System and method for detecting non-reproducible pseudo-random test cases
CN113051582B (en) Computer software technology development and debugging system
JP4957521B2 (en) Software partial test system, method and program used therefor
CN110399258B (en) Stability testing method, system and device for server system
Arantes et al. On proposing a test oracle generator based on static and dynamic source code analysis
US10140476B2 (en) Tracing processing activity
Bardin et al. Constraint-based software testing
Vandercammen et al. Prioritising Server Side Reachability via Inter-process Concolic Testing