KR20040075464A - Software testing device and method thereof - Google Patents

Software testing device and method thereof Download PDF

Info

Publication number
KR20040075464A
KR20040075464A KR1020030010966A KR20030010966A KR20040075464A KR 20040075464 A KR20040075464 A KR 20040075464A KR 1020030010966 A KR1020030010966 A KR 1020030010966A KR 20030010966 A KR20030010966 A KR 20030010966A KR 20040075464 A KR20040075464 A KR 20040075464A
Authority
KR
South Korea
Prior art keywords
test
data
test data
script
unit
Prior art date
Application number
KR1020030010966A
Other languages
Korean (ko)
Other versions
KR100511870B1 (en
Inventor
배현섭
Original Assignee
슈어소프트테크주식회사
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 슈어소프트테크주식회사 filed Critical 슈어소프트테크주식회사
Priority to KR10-2003-0010966A priority Critical patent/KR100511870B1/en
Publication of KR20040075464A publication Critical patent/KR20040075464A/en
Application granted granted Critical
Publication of KR100511870B1 publication Critical patent/KR100511870B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis

Abstract

PURPOSE: A device and a method for testing software are provided to perform a test by dynamically generating test data if necessary during the test without making the test data before the test. CONSTITUTION: A test scripter outputs a stored test script if a test executing signal is inputted(210). A test data generator(220) generates the test data by selecting one from a test data set, and outputs the test data by combining with the test script. A test executer(230) provides the test script received from the test scripter and performs the test by the test script combined with the test data received from the test data generator. A monitor(240) monitors a test result of the test executer and outputs a control signal for generating the additional test data depending on a monitoring result to the test data generator.

Description

소프트웨어 테스트 장치 및 방법{Software testing device and method thereof}Software testing device and method

본 발명은 소프트웨어 테스트 장치 및 방법에 관한 것으로, 보다 상세하게는, 테스트 스크립트와 테스트 데이터를 이용하여 소프트웨어의 완전성여부를 테스트하는 장치 및 방법에 관한 것이다.The present invention relates to a software test apparatus and method, and more particularly, to an apparatus and method for testing the integrity of the software using the test script and the test data.

도 1은 종래의 소프트웨어 테스팅 장치의 일반적인 구조를 나타낸 도면이다.1 is a view showing a general structure of a conventional software testing apparatus.

종래의 소프트웨어 테스팅 장치는 미리 준비된 테스트 케이스만을 이용해서 테스팅을 수행하는데 이 때 테스트 케이스는 테스트 스크립트와 테스트 데이터를 포함하고 있기 때문에 결국 테스팅 수행 전에 테스팅을 위한 스크립트와 데이터가 모두 고정되어 있다.The conventional software testing apparatus performs testing using only test cases prepared in advance. In this case, since the test cases include test scripts and test data, both the scripts and the data for testing are fixed before the test is performed.

이러한 종래의 방법은 테스트 데이터가 고정되어 있기 때문에 테스팅 수행 결과 테스팅이 불충분하거나 불완전한 부분이 발견되어도 이를 보완할 수 없으며 테스팅이 종료된 후에 별도의 분석을 통해서 새로운 테스트 데이터를 만들어야 하기 때문에 비용과 시간이 많이 소요되는 문제점이 있다.Since the test data is fixed, the conventional method cannot compensate for the incomplete or incomplete part of the test, and it is expensive and time-consuming because new test data must be created through separate analysis after the test is completed. There is a lot of problems.

본 발명이 이루고자 하는 기술적 과제는, 테스트 데이터를 테스팅 수행 전에 미리 만들어 놓지 않고 테스팅 수행 중에 필요에 따라 동적으로 생성하여 테스트를 수행하는 소프트웨어 테스트 장치 및 방법을 제공하는 데 있다.The technical problem to be achieved by the present invention is to provide a software test apparatus and method for dynamically generating test data as needed during the testing performance without performing the test data before making the test in advance.

본 발명이 이루고자 하는 다른 기술적 과제는, 테스트 데이터를 테스팅 수행 전에 미리 만들어 놓지 않고 테스팅 수행 중에 필요에 따라 동적으로 생성하여 테스트를 수행하는 소프트웨어 테스트 방법을 컴퓨터에서 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공하는 데 있다.Another technical problem to be solved by the present invention can be read by a computer that records a program for executing a software test method in which a test data is dynamically generated as needed during the test and the test is performed without performing test data beforehand. To provide a record carrier.

도 1은 테스트 데이터 동적 생성 기능이 없는 종래의 보편적인 테스팅 장치의 구성도,1 is a block diagram of a conventional universal testing apparatus without a test data dynamic generation function,

도 2는 본 발명에 따른 소프트웨어 테스트 장치의 구성도,2 is a configuration diagram of a software test apparatus according to the present invention;

도 3은 본 발명에 따른 소프트웨어 테스트 장치의 테스트 데이터 생성부의 일 실시예의 구성을 도시한 블록도,3 is a block diagram showing the configuration of an embodiment of a test data generation unit of the software test apparatus according to the present invention;

도 4는 본 발명에 따른 소프트웨어 테스트 방법의 수행과정을 도시한 흐름도,4 is a flowchart illustrating a process of performing a software test method according to the present invention;

도 5는 본 발명에 따른 소프트웨어 테스트 방법에서 채용하는 테스트 데이터 생성과정의 일 실시예의 수행과정을 도시한 흐름도, 그리고,5 is a flowchart illustrating a process of performing an embodiment of a test data generation process employed in a software test method according to the present invention;

도 6은 본 발명에 따른 소프트웨어 테스트 방법에서 채용하는 테스트 데이터 생성과정의 다른 실시예의 수행과정을 도시한 흐름도이다.6 is a flowchart illustrating a process of performing another embodiment of the test data generation process employed in the software test method according to the present invention.

상기의 기술적 과제를 달성하기 위한, 본 발명에 따른 소프트웨어 테스트 장치는, 테스트 수행신호가 입력되면 보유하고 있는 테스트 스크립트를 출력하는 테스트 스크립트부; 소정의 테스트 데이터집합에서 적어도 하나의 테스트 데이터를 선택하여 테스트 데이터를 생성하고, 상기 생성된 테스트 데이터를 상기 테스트 스크립트에 결합하여 출력하는 테스트 데이터 생성부; 상기 테스트 스크립트부로부터 입력받은 상기 테스트 스크립트를 상기 테스트 데이터 생성부에 제공하며, 상기 테스트 데이터 생성부로부터 입력받은 상기 테스트 데이터가 결합된 테스트 스크립트에 의해 테스트를 수행하는 테스트 수행부; 및 상기 테스트 수행부에서 수행한 테스트 결과를 모니터링하며, 모니터링결과에 따라 추가적인 테스트 데이터를 생성하도록 하는 제어신호를 상기 테스트 데이터 생성부로 출력하는 모니터링부;를 구비한다.In order to achieve the above technical problem, a software test apparatus according to the present invention includes: a test script unit for outputting a test script held when a test execution signal is input; A test data generator for generating test data by selecting at least one test data from a predetermined test data set, and combining the generated test data with the test script and outputting the test data; A test execution unit providing the test script input from the test script unit to the test data generation unit, and performing a test by a test script combined with the test data received from the test data generation unit; And a monitoring unit for monitoring a test result performed by the test execution unit and outputting a control signal to the test data generation unit to generate additional test data according to the monitoring result.

상기 테스트 데이터 생성부는, 상기 데이터집합을 소정의 기준에 의해 분할하는 분할부; 및 분할된 각각의 구간에서 적어도 두개 이상의 테스트 데이터를 선택하여 테스트 데이터를 생성하는 데이터 생성부;를 포함하며, 상기 모니터링부는 상기 분할된 구간중에서 상기 테스트 데이터에 의한 테스트 수행결과가 상이한 구간에 대해 상기 테스트 데이터 생성부로 추가적인 테스트 데이터를 생성하도록 하는 제어신호를 출력한다.The test data generation unit may include: a division unit dividing the data set by a predetermined reference; And a data generation unit for generating test data by selecting at least two or more test data in each divided section, wherein the monitoring unit is configured for the section in which the test performance result by the test data is different among the divided sections. The test data generator outputs a control signal for generating additional test data.

바람직하게는, 상기 분할부는 상기 테스트 데이터에 의한 테스트 수행결과가 상이한 구간에 대한 데이터집합의 중앙값 또는 랜덤하게 생성된 값을 기준으로 상기 데이터집합을 분할한다.Preferably, the dividing unit divides the data set based on a median or randomly generated value of the data set for a section in which the test performance result of the test data is different.

바람직하게는, 상기 데이터 생성부는 상기 분할된 각각의 구간에 속한 상기 데이터 중에서 중앙값, 최소값, 최대값 및 평균값 중에서 적어도 두개 이상의 테스트 데이터를 선택한다. 이와 달리, 상기 데이터 생성부는 상기 분할된 각각의 구간에 속한 상기 데이터 중에서 랜덤하게 적어도 두개 이상의 테스트 데이터를 선택할 수도 있다.Preferably, the data generator selects at least two or more test data from among a median, a minimum value, a maximum value, and an average value among the data belonging to each of the divided sections. Alternatively, the data generator may randomly select at least two test data from among the data belonging to each of the divided sections.

바람직하게는, 상기 테스트 데이터 생성부는 상기 데이터집합에 속한 상기 데이터 중에서 특정 변수의 값을 결정하고, 상기 데이터집합에 속한 상기 데이터 중에서 상기 결정된 특정 변수의 값에 기초하여 상기 특정 변수와 의존관계에 있는 변수들의 값을 결정한다.Preferably, the test data generation unit determines a value of a specific variable among the data belonging to the dataset, and depends on the specific variable based on the value of the determined specific variable among the data belonging to the dataset. Determine the values of the variables.

바람직하게는, 테스팅 대상 소프트웨어의 경로에 대한 테스트의 수행여부가 표시되는 점검테이블이 저장되는 저장부를 더 포함하며, 상기 모니터링부는 상기 테스트 데이터에 의한 테스트 수행결과를 모니터링하여 테스트가 수행되지 않은 경로가 존재하면 상기 테스트 데이터 생성부로 추가적인 테스트 데이터를 생성하도록 하는 제어신호를 출력하고, 테스트가 수행된 경로에 대해서는 상기 점검테이블의 해당 경로에 테스트가 수행되었음을 표시한다.Preferably, the apparatus further includes a storage unit for storing a check table indicating whether the test is performed on the path of the test target software, wherein the monitoring unit monitors a test performance result based on the test data so that the path on which the test is not performed is stored. If present, a control signal for generating additional test data is output to the test data generation unit, and the test path is displayed on the corresponding path of the check table for the path on which the test is performed.

상기의 다른 기술적 과제를 달성하기 위한, 본 발명에 따른 소프트웨어 테스트 방법은, (a) 소정의 테스트 데이터집합에서 적어도 하나의 테스트 데이터를 선택하여 테스트 데이터를 생성하는 단계; (b) 상기 생성된 테스트 데이터를 상기 테스트 스크립트에 결합하여 출력하는 단계; (c) 상기 테스트 데이터가 결합된 테스트 스크립트에 의해 테스트를 수행하는 단계; 및 (d) 테스트 수행결과를 모니터링하여 테스트의 종료 및 추가적인 테스트 데이터의 생성여부를 결정하는 단계;를 포함하며, 상기 (a)단계 내지 상기 (d)단계는 테스트의 종료시까지 반복적으로 수행된다.According to another aspect of the present invention, there is provided a software test method comprising: (a) selecting at least one test data from a predetermined test data set to generate test data; (b) combining and outputting the generated test data to the test script; (c) performing a test by a test script in which the test data is combined; And (d) monitoring a test performance result to determine whether to end the test and generating additional test data. Steps (a) to (d) are repeatedly performed until the end of the test.

상기 (a)단계는, (a1)상기 데이터집합을 소정의 기준에 의해 분할하는 단계; 및 (a2) 분할된 각각의 구간에서 적어도 두개 이상의 테스트 데이터를 선택하여 테스트 데이터를 생성하는 단계;를 포함하며, 상기 (d)단계는 상기 분할된 구간중에서 상기 테스트 데이터에 의한 테스트 수행결과가 상이한 구간에 대해 추가적인 테스트 데이터의 생성을 결정한다.Step (a) may include: (a1) dividing the data set by a predetermined criterion; And (a2) generating at least two test data by selecting at least two test data in each divided section, wherein step (d) includes performing different test results by the test data among the divided sections. Determine the generation of additional test data for the interval.

바람직하게는, 상기 (a1)단계는 상기 테스트 데이터에 의한 테스트 수행결과가 상이한 구간에 대한 데이터집합의 중앙값 또는 랜덤하게 생성된 값을 기준으로 상기 데이터집합을 분할한다.Preferably, the step (a1) divides the data set based on a median or randomly generated value of the data set for a section in which the test performance result of the test data is different.

바람직하게는, 상기 (a2)단계는 상기 분할된 각각의 구간에 속한 상기 데이터 중에서 중앙값, 최소값, 최대값 및 평균값 중에서 적어도 두개 이상의 테스트 데이터를 선택한다. 이와 달리, 상기 (a2)단계는 상기 분할된 각각의 구간에 속한 상기 데이터 중에서 랜덤하게 적어도 두개 이상의 테스트 데이터를 선택할 수도 있다.Preferably, the step (a2) selects at least two or more test data from among a median, a minimum value, a maximum value, and an average value among the data belonging to each of the divided sections. Alternatively, step (a2) may select at least two or more test data randomly from the data belonging to each of the divided sections.

바람직하게는, 상기 (a)단계는 상기 데이터집합에 속한 상기 데이터 중에서 특정 변수의 값을 결정하고, 상기 데이터집합에 속한 상기 데이터 중에서 상기 결정된 특정 변수의 값에 기초하여 상기 특정 변수와 의존관계에 있는 변수들의 값을 결정한다.Preferably, the step (a) determines a value of a specific variable among the data belonging to the dataset, and based on the value of the determined specific variable among the data belonging to the dataset. Determine the values of the variables

바람직하게는, 상기 (d)단계는 상기 테스트 데이터에 의한 테스트 수행결과를 모니터링하여 테스트가 수행되지 않은 경로가 존재하면 상기 테스트 데이터 생성부로 추가적인 테스트 데이터를 생성하도록 하고, 테스트가 수행된 경로에 대해서는 테스팅 대상 소프트웨어의 경로에 대한 테스트의 수행여부가 표시되는 점검테이블의 해당 경로에 테스트가 수행되었음을 표시한다.Preferably, the step (d) monitors the test performance result by the test data to generate additional test data to the test data generator if there is a path where the test is not performed, and for the path on which the test is performed. Indicates that the test was performed on the corresponding path in the check table that indicates whether the test is performed on the path of the software to be tested.

본 발명에 따르면, 테스트 커버리지를 향상시킬 수 있으며, 다양한 테스트 데이터를 생성할 수 있으므로 테스트 장치의 오류 검출 능력을 향상시킬 수 있다. 또한, 테스트 스크립트와 테스트 데이터를 분리하여 제공함으로써 테스트 스크립트의 재사용이 가능하다.According to the present invention, test coverage can be improved and various test data can be generated, thereby improving error detection capability of the test apparatus. In addition, test scripts can be reused by providing separate test scripts and test data.

이하에서, 첨부된 도면들을 참조하여 본 발명에 따른 소프트웨어 테스트 장치 및 방법에 대해 상세하게 설명한다. 각각의 도면에서 동일한 참조번호는 동일한 구성요소를 지칭한다.Hereinafter, a software test apparatus and method according to the present invention will be described in detail with reference to the accompanying drawings. Like reference numerals in the drawings denote like elements.

도 2는 본 발명에 따른 소프트웨어 테스트 장치에 대한 일 실시예의 구성을 도시한 블록도이다.2 is a block diagram showing the configuration of an embodiment of a software test apparatus according to the present invention.

도 2를 참조하면, 소프트웨어 테스트 장치(200)는 테스트 스크립트부(210), 테스트 데이터 생성부(220), 테스트 수행부(230), 및 모니터링부(240)를 구비한다.Referring to FIG. 2, the software test apparatus 200 includes a test script unit 210, a test data generator 220, a test performer 230, and a monitor 240.

테스트 스크립트부(210)는 테스팅 수행전에 미리 작성된 테스트 스크립트를 보유한다. 테스트 스크립트는 테스팅 대상에 대한 호출/입력들로 구성되며, 테스트 스크립트에서 데이터가 필요한 부분은 심볼릭 이름(일예로, arg)으로 이루어져 있다.The test script unit 210 holds a test script prepared in advance before the test is performed. The test script consists of calls / inputs to the test target, and the part of the test script that needs data consists of a symbolic name (eg arg).

테스트 데이터 생성부(220)는 테스트 데이터를 동적으로 생성한다. 여기서 테스트 데이터의 동적생성은 테스트 데이터를 테스트의 진행상황에 따라 적절한 데이터를 생성한다는 것을 의미한다.The test data generator 220 dynamically generates test data. Here, dynamic generation of test data means that test data is generated according to the test progress.

도 3은 테스트 데이터 생성부(220)의 일 실시예에 대한 구성을 도시한 블록도이다.3 is a block diagram illustrating a configuration of an embodiment of the test data generator 220.

도 3을 참조하면, 테스트 데이터 생성부(220)는 분할부(222) 및 데이터 생성부(224)로 구성된다.Referring to FIG. 3, the test data generator 220 includes a divider 222 and a data generator 224.

분할부(222)는 테스트 대상에 적합한 데이터집합을 분할한다. 일예로, 테스트 대상에 적합한 데이터집합이 1-100 사이의 자연수라 하면, 분할부(222)는 최초 테스트시에는 데이터집합에 대해 영분할한다(즉, 데이터집합을 0번 분할함). 또한, 테스트의 수행 후 모니터링부(240)로부터 입력받은 모니터링 결과가 만족스럽지 못한 경우에 데이터집합을 1-50 및 51-100 의 범위를 갖는 두개의 집합으로 분할한다. 이러한 분할부(222)의 분할과정은 모니터링결과가 만족스러울 때까지 계속된다. 분할부(222)의 분할기준은 모니터링결과가 만족스럽지 않은 데이터집합의 중앙값이 될 수 있으며, 이와 달리, 모니터링결과가 만족스럽지 않은 데이터집합에 대해 랜덤하게 분할할 수 있다.The divider 222 divides a data set suitable for the test target. For example, if the data set suitable for the test object is a natural number between 1 and 100, the division unit 222 divides the data set in the first test (that is, divides the data set 0 times). In addition, when the monitoring result input from the monitoring unit 240 is not satisfactory after performing the test, the data set is divided into two sets having a range of 1-50 and 51-100. The dividing process of the dividing unit 222 continues until the monitoring result is satisfactory. The division criterion of the dividing unit 222 may be a median value of the data set in which the monitoring result is not satisfactory. Alternatively, the division criterion may be randomly divided for the data set in which the monitoring result is not satisfactory.

데이터 생성부(224)는 분할부(222)에서 분할된 데이터집합에서 적어도 두개 이상의 데이터를 선택하여 테스트 데이터를 생성한다. 위의 예에 입각하여 설명하면, 최초 테스트시에 데이터 생성부(224)는 1-100 사이의 자연수 중에서 1과 100을 선택하여 이들로 이루어진 제1테스트 데이터를 생성한다. 테스트 수행부(230)는제1테스트 데이터에 의해 테스트를 수행하며, 모니터링결과가 만족스럽지 못한 경우에는 상술한 바와 같이 분할부(222)는 데이터집합을 1-50 및 51-100의 두 구간으로 분할한다.The data generator 224 generates test data by selecting at least two or more pieces of data from the data set divided by the divider 222. Based on the above example, during the initial test, the data generation unit 224 selects 1 and 100 from 1-100 natural numbers to generate first test data including these. The test performer 230 performs a test based on the first test data, and when the monitoring result is not satisfactory, the divider 222 divides the data set into two sections 1-50 and 51-100 as described above. do.

데이터 생성부(224)는 각각의 분할구간에서 최소한 두개 이상의 테스트 데이터를 선택하여 이들로 이루어진 테스트 데이터를 생성한다. 예를 들면, 1-50 및 51-100의 데이터 구간에서 각각 2와 45 및 52와 95를 선택하여 이들로 이루어진 제2-1테스트 데이터 및 2-2테스트 데이터를 생성한다.The data generator 224 selects at least two test data in each division section and generates test data composed of them. For example, 2, 45, 52, and 95 are selected in the data sections 1-50 and 51-100, respectively, to generate 2-1 test data and 2-2 test data.

만약, 이들 테스트 데이터에 의한 테스트 수행결과 중 제2-2테스트 데이터에 의한 테스트결과가 만족스럽지 못하다면, 분할부(222)는 제2-2테스트 데이터를 선택한 구간인 51-100을 51-75 및 76-100의 두구간으로 분할한다. 데이터 생성부(224)는 두개의 분할구간 각각에서 최소한 두개 이상의 테스트 데이터를 선택하여 이들로 이루어진 제3-1테스트 데이터 및 제3-2테스트 데이터를 생성하며 이러한 과정은 테스트결과가 만족스러울 때까지 반복된다.If the test results based on the second-two test data are not satisfactory among the test performance results based on the test data, the division unit 222 selects 51-100 which is a section in which the second-2 test data is selected. And 76-100 two sections. The data generator 224 selects at least two test data from each of the two division sections, and generates the 3-1 test data and the 3-2 test data, which are composed of them, until the test result is satisfactory. Is repeated.

데이터 생성부(220)는 데이터집합의 중간값, 평균값, 최소값, 및 최대값 중에서 테스트 데이터를 선택할 수 있으며, 이와 달리, 데이터집합에서 랜덤하게 테스트 데이터를 선택할 수도 있다.The data generator 220 may select the test data from among the median, the average value, the minimum value, and the maximum value of the data set. Alternatively, the data generator 220 may randomly select the test data from the data set.

한편, 테스트 데이터 생성부(220)는 경로를 기반으로 테스트 데이터를 생성할 수 있다. 이 경우 테스트 데이터 생성부(220)는 테스트 대상에 적합한 데이터집합에서 적어도 하나의 데이터를 선택하여 테스트 데이터를 생성한다. 만약, 모니터링결과 테스트되지 않은 경로가 존재하면, 테스트 대상에 적합한 데이터집합에서이미 선택한 테스트 데이터를 제외한 데이터 중에서 테스트 데이터를 생성한다. 일예로, 데이터집합이 1-100 사이의 자연수라 하면, 최초 테스트 데이터는 50이 될 수 있으며, 이에 의한 테스트결과가 만족스럽지 못한 경우에 79가 다음에 생성된 테스트 데이터가 될 수 있다. 이러한 과정은 테스트결과가 만족스러울 때까지 반복된다.The test data generator 220 may generate test data based on a path. In this case, the test data generator 220 selects at least one data from a data set suitable for a test target and generates test data. If an untested path exists as a result of monitoring, test data is generated from data except for test data already selected from a data set suitable for a test target. For example, if the data set is a natural number between 1 and 100, the initial test data may be 50, and 79 may be the next generated test data when the test result is not satisfactory. This process is repeated until the test results are satisfactory.

경로를 기반으로 테스트 데이터를 생성하는 경우에 테스트 데이터 생성부(220)는 변수들간의 의존관계에 의해 테스트 데이터를 생성한다. 프로그램내의 변수들은 상호 의존관계를 가지고 있다. 일예로 프로그램내에 x=y+1이라는 문장이 있다면 x와 y값은 상호 의존적이다. 즉, x와 y 중 어느 하나의 값이 결정되면 다른 하나의 값도 결정된다. 따라서, 의존 관계에 있는 변수들은 한개의 변수에 대한 값이 정해지면 나머지 변수들의 값도 정해지게 되므로, 테스트 데이터 생성부(220)는 종래의 경로역분석(Symbolic execution)방법에서 필요한 등식/부등식의 해를 구하는 과정을 수행하지 않고서도 테스트 데이터를 구할 수 있다.In the case of generating test data based on a path, the test data generator 220 generates test data by a dependency between variables. Variables in the program have interdependencies. For example, if there is a statement x = y + 1 in the program, the x and y values are interdependent. That is, when one of x and y is determined, the other value is also determined. Accordingly, since the variables in the dependency relationship are determined by the value of one variable, the values of the remaining variables are also determined, so that the test data generator 220 may determine the equations / equalities required in the conventional symbolic execution method. Test data can be obtained without performing a solution.

테스트 수행부(230)는 테스트 스크립트부(210)에 저장되어 있는 테스트 스크립트를 독출하여 테스트 데이터 생성부(220)에 제공한다. 테스트 데이터 생성부(220)은 테스트 스크립트를 데스팅하기 위해 필요한 테스트 데이터를 생성한 후 테스트 데이터가 채워진 테스트 스크립트를 테스트 수행부(230)로 출력한다. 테스트 수행부(230)는 테스트 데이터 생성부(220)로부터 제공받은 테스트 스크립트에 대해 테스트를 수행한다. 테스트 수행부(230)의 테스트 수행동작은 모니터링부(240)의 모니터링결과에 의해 제어된다. 이와 달리, 제어부(도면에는 도시되지 않음)가 모니터링부(240)로부터 입력받은 모니터링결과에 기초하여 테스트 스크립트부(210), 테스트 데이터 생성부(230) 및 테스트 수행부(240)의 동작을 제어할 수도 있다.The test performer 230 reads out the test script stored in the test script unit 210 and provides the test script to the test data generator 220. The test data generator 220 generates test data necessary to test the test script and then outputs the test script filled with the test data to the test performer 230. The test performer 230 performs a test on the test script provided from the test data generator 220. The test execution operation of the test execution unit 230 is controlled by the monitoring result of the monitoring unit 240. Unlike this, a controller (not shown) controls the operations of the test script unit 210, the test data generator 230, and the test performer 240 based on the monitoring result received from the monitor 240. You may.

모니터링부(240)는 테스트 수행부(230)에서 수행된 테스트결과를 모니터링한다. 파티션을 기반으로 하여 테스트 데이터를 동적으로 생성한 경우에 모니터링부(240)는 두개 이상의 테스트 데이터에 의해 수행된 테스트결과의 동일여부에 의해 테스트의 적정성여부를 확인한다.The monitoring unit 240 monitors the test results performed by the test execution unit 230. When the test data is dynamically generated based on the partition, the monitoring unit 240 checks whether the test is appropriate by checking whether the test results performed by the two or more test data are the same.

이와 달리, 경로를 기반으로 하여 테스트 데이터를 동적으로 생성한 경우에는 모니터링부(240)는 테스트가 수행되지 않은 경로의 존재여부에 의해 테스트의 적정성여부를 확인한다. 테스트의 수행여부를 확인하기 위해 테스트의 시작전에 모든 경로에 대해 테스트가 수행되지 않았음을 표시할 필요가 있다. 이를 위해, 테스팅 대상 소프트웨어의 경로에 대한 테스트의 수행여부가 표시되는 점검테이블이 모니터링부(240) 또는 별도의 저장부(도면에는 도시되지 않음)에 저장될 수 있다. 이 경우, 모니터링부(240)는 테스트가 수행된 경로에 대해서는 점검테이블의 해당 경로에 테스트가 수행되었음을 표시한다.On the contrary, in the case where the test data is dynamically generated based on the path, the monitoring unit 240 checks whether the test is appropriate by the existence of the path on which the test is not performed. To verify that the test is performed, you need to indicate that the test was not performed for all paths before the test began. To this end, a check table indicating whether the test is performed on the path of the test target software may be stored in the monitoring unit 240 or a separate storage unit (not shown). In this case, the monitoring unit 240 indicates that the test is performed on the corresponding path of the check table with respect to the path on which the test is performed.

만약, 두개 이상의 테스트 데이터에 의해 수행된 테스트결과가 상이하거나 테스트가 수행되지 않은 경로가 존재하는 것으로 판단되면 모니터링부(240)는 테스트 데이터 생성부(220)에 새로운 테스트 데이터를 생성할 것을 지시한다.If the test results performed by the two or more test data are different or it is determined that there is a path in which the test is not performed, the monitoring unit 240 instructs the test data generation unit 220 to generate new test data. .

도 4는 본 발명에 따른 소프트웨어 테스트 방법에 대한 일 실시예의 수행과정을 도시한 흐름도이다.4 is a flowchart illustrating a process of performing an embodiment of a software test method according to the present invention.

테스트 수행부(230)는 테스트 스크립트부(210)로부터 제공받은 테스트 스크립트를 테스트 데이터 생성부(220)로 출력한다(S400). 테스트 데이터 생성부(220)는 입력받은 테스트 스크립트에 필요한 테스트 데이터를 생성하여 테스트 스크립트에 채운 후 테스트 수행부(230)로 출력한다(S410). 테스트 수행부(230)는 테스트 데이터 생성부(220)로부터 입력받은 테스트 스크립트에 의해 테스트를 수행한다(S420).The test performer 230 outputs the test script provided from the test script unit 210 to the test data generator 220 (S400). The test data generation unit 220 generates test data necessary for the input test script, fills the test script, and outputs the test data to the test execution unit 230 (S410). The test performer 230 performs a test by the test script received from the test data generator 220 (S420).

모니터링부(240)는 테스트 수행부(230)에서 진행된 테스트결과를 모니터링하여 테스트의 적정성여부(예를 들면, 상이한 테스트 데이터에 의해 수행된 테스트결과의 동일여부 또는 모든 경로의 테스트여부)를 확인한다(S430). 만약, 테스트가 완전하지 않은 것으로 확인되면 모니터링부(240)는 테스트 데이터 생성부(220)에 새로운 테스트 데이터를 생성하여 테스트 수행부(230)에 제공하도록 제어한다(S440).The monitoring unit 240 monitors the test results performed in the test execution unit 230 to check whether the test is appropriate (for example, whether the test results performed by different test data are identical or all the paths are tested). (S430). If it is determined that the test is not complete, the monitoring unit 240 controls to generate new test data in the test data generator 220 and provide the test data to the test performer 230 (S440).

상기의 S410단계 내지 S440단계는 테스트가 적정한 것으로 확인될 때까지 반복적으로 수행된다.Steps S410 to S440 are repeatedly performed until the test is confirmed to be appropriate.

도 5는 S410단계에서 수행되는 테스트 데이터 생성방법의 일 예를 도시한 흐름도이다.5 is a flowchart illustrating an example of a test data generation method performed in step S410.

도 5를 참조하면, 분할부(222)는 테스트 대상에 적합한 데이터집합을 분할한다(S500). 데이터 생성부(224)는 분할된 구간 각각에서 적어도 두개 이상의 데이터를 선택하여 테스트 데이터를 생성한다(S510). 테스트 데이터 생성부(220)는 데이터 생성부(224)에 의해 생성된 테스트 데이터를 테스트 스크립트에 채운 후 테스트수행부(230)로 출력한다(S520).Referring to FIG. 5, the divider 222 divides a data set suitable for a test target (S500). The data generator 224 generates test data by selecting at least two pieces of data in each of the divided sections (S510). The test data generator 220 fills the test data generated by the data generator 224 in the test script and outputs the test data to the test performer 230 (S520).

한편, 모니터링부(240)에서 테스트가 완전하지 않은 것으로 확인되면(S530), 분할부(222)는 테스트가 완전하지 않은 것으로 확인된 구간의 데이터집합을 분할한다(S540). 데이터 생성부(224)는 분할된 각각의 구간에서 최소한 두개 이상의 테스트 데이터를 선택하여 테스트 스크립트에 채운 후 테스트 수행부(230)로 출력한다. 이상의 구간분할, 데이터생성, 테스트수행, 및 모니터링과정은 테스트결과가 만족스러울 때까지 반복적으로 수행된다.On the other hand, if it is determined that the test is not complete in the monitoring unit 240 (S530), the division unit 222 divides the data set of the section is confirmed that the test is not complete (S540). The data generator 224 selects at least two test data in each divided section, fills the test script, and outputs the test script to the test performer 230. The above interval division, data generation, test execution, and monitoring process are repeatedly performed until the test result is satisfactory.

도 6은 S410단계에서 수행되는 테스트 데이터 생성방법의 다른 예를 도시한 흐름도이다.6 is a flowchart illustrating another example of a test data generation method performed in step S410.

도 6을 참조하면, 테스트 데이터 생성부(220)는 테스트 대상에 적합한 데이터집합에서 테스트 데이터를 선택하여 테스트 데이터를 생성한다(S600). 테스트 데이터 생성부(220)는 생성한 테스트 데이터를 테스트 스크립트에 채운 후 테스트 수행부(230)로 출력한다(S610).Referring to FIG. 6, the test data generator 220 generates test data by selecting test data from a data set suitable for a test target (S600). The test data generator 220 fills the generated test data in the test script and outputs the generated test data to the test performer 230 (S610).

만약, 모니터링부(240)에서 테스트되지 않은 경로가 존재하는 것으로 확인되면(S620), 테스트 데이터 생성부(220)는 테스트 대상에 적합한 데이터집합에서 이미 선택한 테스트 데이터를 제외한 데이터 중에서 테스트 데이터를 생성한다. 이러한 데이터생성, 테스트수행, 및 모니터링 과정은 모든 경로에 대해 테스트가 수행될 때까지 반복적으로 수행된다.If it is determined that there is an untested path in the monitoring unit 240 (S620), the test data generator 220 generates test data from data other than the test data already selected in the data set suitable for the test target. . This data generation, test run, and monitoring process is performed repeatedly until the test is performed for all paths.

이상에서는 테스트 데이터를 동적으로 생성하는 방법 및 장치에 대해 특정한 실시예를 들어 설명하였으나 파티션을 기반으로 테스트 데이터를 생성하는 방법과경로를 기반으로 테스트 데이터를 생성하는 방법을 병행하여 이용하는 것도 가능하다. 또한, 경로를 기반으로 한 테스트 데이터 생성방법을 사용하는 경우에 이론적으로 모든 경로를 테스팅하기 위한 데이터를 생성하는 것이 매우 어려운 문제(NP-complete)이기 때문에 모든 문장에 대한 테스팅, 모든 분기에 대한 테스팅, 일부 경로에 대한 테스팅 등 다양한 알고리즘의 변형예가 가능하다.In the above description, a method and apparatus for dynamically generating test data have been described with reference to a specific embodiment, but it is also possible to use a method for generating test data based on a partition and a method for generating test data based on a path. In addition, when using test data generation method based on path, it is difficult to theoretically generate data for testing all paths (NP-complete), so testing for all sentences and testing for all branches Modifications of various algorithms are possible, including testing of some paths.

본 발명은 또한 컴퓨터로 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 코드로서 구현하는 것이 가능하다. 컴퓨터가 읽을 수 있는 기록매체는 컴퓨터 장치에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록장치를 포함한다. 컴퓨터가 읽을 수 있는 기록매체의 예로는 ROM, RAM, CD-ROM, 자기 테이프, 플로피디스크, 광데이터 저장장치 등이 있으며, 또한 캐리어 웨이브(예를 들어 인터넷을 통한 전송)의 형태로 구현되는 것도 포함한다. 또한 컴퓨터가 읽을 수 있는 기록매체는 네트워크로 연결된 컴퓨터 장치에 분산되어 분산방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다.The invention can also be embodied as computer readable code on a computer readable recording medium. The computer-readable recording medium includes all kinds of recording devices in which data that can be read by a computer device is stored. Examples of computer-readable recording media include ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical data storage, and the like, and may also be implemented in the form of a carrier wave (for example, transmission over the Internet). Include. The computer readable recording medium can also be distributed over network coupled computer devices so that the computer readable code is stored and executed in a distributed fashion.

이상에서 본 발명의 바람직한 실시예에 대해 도시하고 설명하였으나, 본 발명은 상술한 특정의 바람직한 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진 자라면 누구든지 다양한 변형 실시가 가능한 것은 물론이고, 그와 같은 변경은 청구범위 기재의 범위 내에 있게 된다.Although the preferred embodiments of the present invention have been shown and described above, the present invention is not limited to the specific preferred embodiments described above, and the present invention belongs to the present invention without departing from the gist of the present invention as claimed in the claims. Various modifications can be made by those skilled in the art, and such changes are within the scope of the claims.

본 발명에 따르면, 테스트 데이터를 동적으로 생성함으로써, 테스트 커버리지를 향상시킬 수 있으며, 다양한 테스트 데이터를 생성할 수 있으므로 테스팅 장치의 오류 검출 능력을 향상시킬 수 있다. 또한, 테스트 스크립트와 테스트 데이터를 분리하여 제공함으로써, 테스트 스크립트의 재사용이 가능하다.According to the present invention, by dynamically generating test data, test coverage can be improved, and various test data can be generated, thereby improving error detection capability of the testing apparatus. Also, by separately providing test scripts and test data, test scripts can be reused.

Claims (15)

테스트 수행신호가 입력되면 보유하고 있는 테스트 스크립트를 출력하는 테스트 스크립트부;A test script unit for outputting a test script held when a test execution signal is input; 소정의 테스트 데이터집합에서 적어도 하나의 테스트 데이터를 선택하여 테스트 데이터를 생성하고, 상기 생성된 테스트 데이터를 상기 테스트 스크립트에 결합하여 출력하는 테스트 데이터 생성부;A test data generator for generating test data by selecting at least one test data from a predetermined test data set, and combining the generated test data with the test script and outputting the test data; 상기 테스트 스크립트부로부터 입력받은 상기 테스트 스크립트를 상기 테스트 데이터 생성부에 제공하며, 상기 테스트 데이터 생성부로부터 입력받은 상기 테스트 데이터가 결합된 테스트 스크립트에 의해 테스트를 수행하는 테스트 수행부; 및A test execution unit providing the test script input from the test script unit to the test data generation unit, and performing a test by a test script combined with the test data received from the test data generation unit; And 상기 테스트 수행부에서 수행한 테스트 결과를 모니터링하며, 모니터링결과에 따라 추가적인 테스트 데이터를 생성하도록 하는 제어신호를 상기 테스트 데이터 생성부로 출력하는 모니터링부;를 포함하는 것을 특징으로 하는 소프트웨어 테스트 장치.And a monitoring unit for monitoring a test result performed by the test execution unit and outputting a control signal to the test data generation unit to generate additional test data according to the monitoring result. 제 1항에 있어서,The method of claim 1, 상기 테스트 데이터 생성부는,The test data generation unit, 상기 데이터집합을 소정의 기준에 의해 분할하는 분할부; 및A dividing unit dividing the data set by a predetermined criterion; And 분할된 각각의 구간에서 적어도 두개 이상의 테스트 데이터를 선택하여 테스트 데이터를 생성하는 데이터 생성부;를 포함하며,And a data generator for selecting at least two test data from each divided section to generate test data. 상기 모니터링부는 상기 분할된 구간중에서 상기 테스트 데이터에 의한 테스트 수행결과가 상이한 구간에 대해 상기 테스트 데이터 생성부로 추가적인 테스트 데이터를 생성하도록 하는 제어신호를 출력하는 것을 특징으로 하는 소프트웨어 테스트 장치.And the monitoring unit outputs a control signal for generating additional test data to the test data generator for a section in which the test performance result of the test data is different among the divided sections. 제 2항에 있어서,The method of claim 2, 상기 분할부는 상기 테스트 데이터에 의한 테스트 수행결과가 상이한 구간에 대한 데이터집합의 중앙값 또는 랜덤하게 생성된 값을 기준으로 상기 데이터집합을 분할하는 것을 특징으로 하는 소프트웨어 테스트 장치.The dividing unit divides the data set based on a median or randomly generated value of the data set for a section in which the test performance result of the test data is different. 제 2항에 있어서,The method of claim 2, 상기 데이터 생성부는 상기 분할된 각각의 구간에 속한 상기 데이터 중에서 중앙값, 최소값, 최대값 및 평균값 중에서 적어도 두개 이상의 테스트 데이터를 선택하는 것을 특징으로 하는 소프트웨어 테스트 장치.And the data generator selects at least two or more test data from among media, minimum, maximum, and average values among the data belonging to each of the divided sections. 제 2항에 있어서,The method of claim 2, 상기 데이터 생성부는 상기 분할된 각각의 구간에 속한 상기 데이터 중에서 랜덤하게 적어도 두개 이상의 테스트 데이터를 선택하는 것을 특징으로 하는 소프트웨어 테스트 장치.And the data generation unit randomly selects at least two test data from among the data belonging to each of the divided sections. 제 1항에 있어서,The method of claim 1, 상기 테스트 데이터 생성부는 상기 데이터집합에 속한 상기 데이터 중에서 특정 변수의 값을 결정하고, 상기 데이터집합에 속한 상기 데이터 중에서 상기 결정된 특정 변수의 값에 기초하여 상기 특정 변수와 의존관계에 있는 변수들의 값을 결정하는 것을 특징으로 하는 소프트웨어 테스트 장치.The test data generator determines a value of a specific variable among the data belonging to the data set, and based on the value of the determined specific variable among the data belonging to the data set, the test data generation unit determines a value of a variable that is dependent on the specific variable. Software test apparatus, characterized in that the decision. 제 6항에 있어서,The method of claim 6, 테스팅 대상 소프트웨어의 경로에 대한 테스트의 수행여부가 표시되는 점검테이블이 저장되는 저장부를 더 포함하며,The apparatus may further include a storage unit for storing a check table that displays whether or not a test is performed on a path of a test target software. 상기 모니터링부는 상기 테스트 데이터에 의한 테스트 수행결과를 모니터링하여 테스트가 수행되지 않은 경로가 존재하면 상기 테스트 데이터 생성부로 추가적인 테스트 데이터를 생성하도록 하는 제어신호를 출력하고, 테스트가 수행된 경로에 대해서는 상기 점검테이블의 해당 경로에 테스트가 수행되었음을 표시하는 것을 특징으로 하는 소프트웨어 테스트 장치.The monitoring unit monitors a test performance result based on the test data, and outputs a control signal for generating additional test data to the test data generation unit when a path in which a test is not performed exists, and checks the path on which the test is performed. Software test apparatus, characterized in that it indicates that the test was performed in the corresponding path of the table. (a) 소정의 테스트 데이터집합에서 적어도 하나의 테스트 데이터를 선택하여테스트 데이터를 생성하는 단계;(a) selecting at least one test data from a predetermined test data set to generate test data; (b) 상기 생성된 테스트 데이터를 상기 테스트 스크립트에 결합하여 출력하는 단계;(b) combining and outputting the generated test data to the test script; (c) 상기 테스트 데이터가 결합된 테스트 스크립트에 의해 테스트를 수행하는 단계; 및(c) performing a test by a test script in which the test data is combined; And (d) 테스트 수행결과를 모니터링하여 테스트의 종료 및 추가적인 테스트 데이터의 생성여부를 결정하는 단계;를 포함하며,(d) monitoring the test performance result to determine whether to terminate the test and generate additional test data; 상기 (a)단계 내지 상기 (d)단계는 테스트의 종료시까지 반복적으로 수행되는 것을 특징으로 하는 소프트웨어 테스트 방법.The steps of (a) to (d) are repeatedly performed until the end of the test. 제 8항에 있어서,The method of claim 8, 상기 (a)단계는,In step (a), (a1)상기 데이터집합을 소정의 기준에 의해 분할하는 단계; 및(a1) dividing the data set by a predetermined criterion; And (a2) 분할된 각각의 구간에서 적어도 두개 이상의 테스트 데이터를 선택하여 테스트 데이터를 생성하는 단계;를 포함하며,and (a2) selecting at least two test data from each divided section to generate test data. 상기 (d)단계는 상기 분할된 구간중에서 상기 테스트 데이터에 의한 테스트 수행결과가 상이한 구간에 대해 추가적인 테스트 데이터의 생성을 결정하는 것을 특징으로 하는 소프트웨어 테스트 방법.The step (d) is a software test method, characterized in that for generating the additional test data for the section in which the test performance result by the test data in the divided section is different. 제 9항에 있어서,The method of claim 9, 상기 (a1)단계는 상기 테스트 데이터에 의한 테스트 수행결과가 상이한 구간에 대한 데이터집합의 중앙값 또는 랜덤하게 생성된 값을 기준으로 상기 데이터집합을 분할하는 것을 특징으로 하는 소프트웨어 테스트 방법.In the step (a1), the data set is divided based on a median value or a randomly generated value of the data set for a section in which the test performance result of the test data is different. 제 9항에 있어서,The method of claim 9, 상기 (a2)단계는 상기 분할된 각각의 구간에 속한 상기 데이터 중에서 중앙값, 최소값, 최대값 및 평균값 중에서 적어도 두개 이상의 테스트 데이터를 선택하는 것을 특징으로 하는 소프트웨어 테스트 방법.In the step (a2), at least two or more test data are selected from among median, minimum, maximum, and average values among the data belonging to each of the divided sections. 제 9항에 있어서,The method of claim 9, 상기 (a2)단계는 상기 분할된 각각의 구간에 속한 상기 데이터 중에서 랜덤하게 적어도 두개 이상의 테스트 데이터를 선택하는 것을 특징으로 하는 소프트웨어 테스트 방법.In the step (a2), at least two test data are randomly selected from among the data belonging to each of the divided sections. 제 8항에 있어서,The method of claim 8, 상기 (a)단계는 상기 데이터집합에 속한 상기 데이터 중에서 특정 변수의 값을 결정하고, 상기 데이터집합에 속한 상기 데이터 중에서 상기 결정된 특정 변수의 값에 기초하여 상기 특정 변수와 의존관계에 있는 변수들의 값을 결정하는 것을 특징으로 하는 소프트웨어 테스트 방법.In step (a), a value of a specific variable is determined among the data belonging to the data set, and the values of the variables that are dependent on the specific variable based on the determined value of the specific variable among the data belonging to the data set. Software testing method, characterized in that determining the. 제 13항에 있어서,The method of claim 13, 상기 (d)단계는 상기 테스트 데이터에 의한 테스트 수행결과를 모니터링하여 테스트가 수행되지 않은 경로가 존재하면 상기 테스트 데이터 생성부로 추가적인 테스트 데이터를 생성하도록 하고, 테스트가 수행된 경로에 대해서는 테스팅 대상 소프트웨어의 경로에 대한 테스트의 수행여부가 표시되는 점검테이블의 해당 경로에 테스트가 수행되었음을 표시하는 것을 특징으로 하는 소프트웨어 테스트 방법.Step (d) monitors the test result based on the test data to generate additional test data to the test data generator if there is a path where no test is performed. The software test method, characterized in that indicating that the test has been performed on the path of the check table that displays whether or not the test for the path is displayed. 제 8항 내지 제14항 중 어느 한 항에 기재된 소프트웨어 테스트 방법을 컴퓨터에서 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.A computer-readable recording medium having recorded thereon a program for executing the software test method according to any one of claims 8 to 14.
KR10-2003-0010966A 2003-02-21 2003-02-21 Software testing device and method thereof KR100511870B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2003-0010966A KR100511870B1 (en) 2003-02-21 2003-02-21 Software testing device and method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-2003-0010966A KR100511870B1 (en) 2003-02-21 2003-02-21 Software testing device and method thereof

Publications (2)

Publication Number Publication Date
KR20040075464A true KR20040075464A (en) 2004-08-30
KR100511870B1 KR100511870B1 (en) 2005-09-02

Family

ID=37361747

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2003-0010966A KR100511870B1 (en) 2003-02-21 2003-02-21 Software testing device and method thereof

Country Status (1)

Country Link
KR (1) KR100511870B1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100777103B1 (en) * 2005-08-19 2007-11-19 한국전자통신연구원 Apparatus and method for generation of test driver
KR100872964B1 (en) * 2007-05-23 2008-12-08 에스케이 텔레콤주식회사 Test Automation System and Method Capable of Reusing Scripts
KR101008959B1 (en) * 2008-09-12 2011-01-17 성균관대학교산학협력단 Method for layer test of Robot software component
KR101013415B1 (en) * 2009-08-10 2011-02-14 강원대학교산학협력단 Apparatus and mehtod for testing rtc module
US7895575B2 (en) 2005-08-19 2011-02-22 Electronics And Telecommunications Research Institute Apparatus and method for generating test driver
US8010844B2 (en) 2007-06-05 2011-08-30 Electronics And Telecommunications Research Institute File mutation method and system using file section information and mutation rules
KR101371400B1 (en) * 2012-12-04 2014-03-10 한국항공우주연구원 System and method for supervising the requirement management using the annotation on the test script

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100962656B1 (en) * 2008-01-11 2010-06-11 주식회사 케이티 Test Method and System for System Maintenance Based on Efficiently Improved Test-case Reuse

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100777103B1 (en) * 2005-08-19 2007-11-19 한국전자통신연구원 Apparatus and method for generation of test driver
US7895575B2 (en) 2005-08-19 2011-02-22 Electronics And Telecommunications Research Institute Apparatus and method for generating test driver
KR100872964B1 (en) * 2007-05-23 2008-12-08 에스케이 텔레콤주식회사 Test Automation System and Method Capable of Reusing Scripts
US8010844B2 (en) 2007-06-05 2011-08-30 Electronics And Telecommunications Research Institute File mutation method and system using file section information and mutation rules
KR101008959B1 (en) * 2008-09-12 2011-01-17 성균관대학교산학협력단 Method for layer test of Robot software component
KR101013415B1 (en) * 2009-08-10 2011-02-14 강원대학교산학협력단 Apparatus and mehtod for testing rtc module
KR101371400B1 (en) * 2012-12-04 2014-03-10 한국항공우주연구원 System and method for supervising the requirement management using the annotation on the test script

Also Published As

Publication number Publication date
KR100511870B1 (en) 2005-09-02

Similar Documents

Publication Publication Date Title
US8522214B2 (en) Keyword based software testing system and method
JP5669630B2 (en) Test case generation method, program and system
US10120783B2 (en) Determining test case efficiency
US9195571B2 (en) Automatic testing apparatus for embedded software, automatic testing method thereof and test scenario composing method
CN106339312A (en) API (application programming interface) testing method and system
US20130298110A1 (en) Software Visualization Using Code Coverage Information
US8549046B2 (en) Test data generation and scale up for database testing using unique common factor sequencing
US20100153087A1 (en) Techniques for generating a reusable test script for a single user performance test
KR20140126194A (en) Apparatus and method for generating test case for processor verification and, verification apparatus
KR100937689B1 (en) Method of simulation supporting software testing based on user environment profiling
KR100511870B1 (en) Software testing device and method thereof
US11409623B2 (en) Integrated circuit (IC) power-up testing method and device, and electronic equipment
CN111814354B (en) Simulation test method, system, medium and electronic device for instrument performance
CN110518990A (en) Calibration method, system and the computer readable storage medium of multiple antennas WiFi product
US20070050676A1 (en) Software testing device and method, and computer readable recording medium for recording program executing software testing
US20090217259A1 (en) Building Operating System Images Based on Applications
JP5701251B2 (en) Pronunciation determination device, pronunciation determination method, and program
US20140282426A1 (en) Divide and conquer approach to scenario timeline activity attribution
CN106776284A (en) A kind of method for testing software and system
JP2005233962A (en) System and method for controlling dynamic waveform resource
KR102603330B1 (en) Apparatus and method for display the test coverage
US6502051B1 (en) Method and apparatus for optimizing testing sequences for electronic equipment
KR102307895B1 (en) Apparatus, method and program for opc ua specification compliance verification
JP7059827B2 (en) Source code generator
KR101038877B1 (en) Testing procedure

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20120813

Year of fee payment: 8

FPAY Annual fee payment

Payment date: 20130711

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20150825

Year of fee payment: 11

FPAY Annual fee payment

Payment date: 20171019

Year of fee payment: 13

FPAY Annual fee payment

Payment date: 20181029

Year of fee payment: 14