KR101989311B1 - Apparatus and method for generating test scripts for testing embedded system - Google Patents

Apparatus and method for generating test scripts for testing embedded system Download PDF

Info

Publication number
KR101989311B1
KR101989311B1 KR1020170031133A KR20170031133A KR101989311B1 KR 101989311 B1 KR101989311 B1 KR 101989311B1 KR 1020170031133 A KR1020170031133 A KR 1020170031133A KR 20170031133 A KR20170031133 A KR 20170031133A KR 101989311 B1 KR101989311 B1 KR 101989311B1
Authority
KR
South Korea
Prior art keywords
generating
test
test script
testing
checklist
Prior art date
Application number
KR1020170031133A
Other languages
Korean (ko)
Other versions
KR20180104414A (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 KR1020170031133A priority Critical patent/KR101989311B1/en
Publication of KR20180104414A publication Critical patent/KR20180104414A/en
Application granted granted Critical
Publication of KR101989311B1 publication Critical patent/KR101989311B1/en

Links

Images

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

본 발명은 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치 및 그 방법에 관한 것으로, 본 발명의 일실시예에 따른 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치는, 하나 이상의 체크리스트 항목이 체계화된 체크리스트를 생성하기 위한 체크리스트 생성부; 상기 체크리스트의 테스트 명령에 대한 입력값이 정의된 명령어 사전을 생성하기 위한 명령어 사전 생성부; 및 상기 체크리스트 항목의 동작모드 조합을 생성하고, 상기 동작모드에 포함된 테스트 명령을 상기 명령어 사전에서 검색하여 테스트 스크립트를 생성하기 위한 테스트 스크립트 생성부;를 포함한다.An apparatus for generating a test script for testing an embedded system and a method thereof, the apparatus comprising: a test script generation unit for generating a test script for testing an embedded system according to an embodiment of the present invention, A check list generating unit for generating a check list; An instruction dictionary generating unit for generating an instruction dictionary in which an input value to the test instruction of the check list is defined; And a test script generator for generating a test script by generating a combination of operation modes of the checklist item and searching for the test command included in the operation mode in the command dictionary.

Description

임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치 및 그 방법{APPARATUS AND METHOD FOR GENERATING TEST SCRIPTS FOR TESTING EMBEDDED SYSTEM}[0001] APPARATUS AND METHOD FOR GENERATING TEST SCRIPTS FOR TESTING EMBEDDED SYSTEM [0002]

본 발명은 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치 및 그 방법에 관한 것으로, 구체적으로는 체계화된 체크리스트를 생성하고, 체크리스트의 테스트 명령에 대해 정의된 명령어 사전을 생성한 후, 체크리스트와 명령어 사전을 참조하여 테스트 스크립트를 자동으로 생성함으로써 임베디드 시스템의 테스팅을 위한 테스트 스크립트를 생성하는 시간을 단축하고 오류를 줄이기 위한, 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치 및 그 방법에 관한 것이다.The present invention relates to an apparatus and a method for generating a test script for testing an embedded system, and more particularly, to a system and method for generating a systematic check list, generating a command dictionary defined for a test command of a check list, The present invention relates to an apparatus and method for generating a test script for testing an embedded system for shortening the time for generating a test script for testing of an embedded system and reducing an error by automatically generating a test script by referring to an instruction dictionary.

임베디드 시스템은 모바일 기기, 가전제품, 군사용 무기 등 다양한 분야에서 사용되고 있으며, 과거에 비해 점점 더 복잡한 기능을 수행하고 있다. 이에 따라 시스템의 기능을 수행하는 소프트웨어 또한 복잡해지고 있다. 임베디드 시스템이 동작하면서 발생하는 오류의 많은 부분은 소프트웨어적인 오류이며, 항공기 또는 군사용 무기와 같이 중요한 임무를 수행하는 시스템에서 오류 발생 시 큰 재앙을 불러오거나 주어진 임무를 올바르게 수행할 수 없다. 이렇게 복잡해진 임베디드 시스템의 소프트웨어 테스트는 선택이 아닌 필수 사항이 되고 있다. 이러한 임베디드 소프트웨어 신뢰도 향상을 위해 많은 테스트 기법들이 존재한다.Embedded systems are used in various fields such as mobile devices, household appliances, and military weapons, and are performing more and more complex functions than in the past. As a result, the software that performs the functions of the system is becoming more complicated. Much of the error that occurs when an embedded system is operating is a software error, and it can not bring about catastrophic failure or perform a given task correctly in a system that performs mission critical tasks such as an aircraft or a military weapon. Software testing of these complex embedded systems is becoming a necessity, not an option. There are many test techniques to improve the reliability of such embedded software.

일반적인 테스트 기법의 하나에는 체크리스트(checklist)를 이용하는 방식이 사용되고 있다. 체크리스트에는 개발 시스템에 대한 엔지니어의 지식, 과거의 경험, 사용자 피드백 등에 의해 테스트하고자 하는 항목이 정리된다. 이러한 체크리스트는 테스트 대상의 기능을 점검하기 위해 테스트해야 하는 내용과 조건을 나열해 놓은 목록이다. 일반적인 체크리스트는 테스트해야 하는 내용이 나열되어 있지만 테스트 대상 시스템에 실제 입력 값을 주는 데이터는 테스터(Tester)가 체크리스트를 참조하여 수작업으로 결정할 수도 있다.One common test technique is to use a checklist. The checklist includes items to be tested by the engineer's knowledge of the development system, past experience, user feedback, and the like. These checklists are lists of conditions and conditions that should be tested to check the functionality of the test target. The general checklist lists what to test, but the data that gives the actual input to the system under test may be determined manually by the tester with reference to the checklist.

경험 기반의 체크리스트는 체크리스트에 포함된 '임베디드 시스템이 반드시 해야 할 항목'을 테스트하기 위해 사용된다. 하지만, 일부 업계(예를 들어, NASA, 무기 제어 시스템, 자동차 제어 시스템)에서는 '하지 말아야 할 항목'을 하지 않는지도 반드시 체크할 것을 요구하고 있다. 그런데 엔지니어는 체크리스트로부터 '하지 말아야 할 항목'을 테스트 전략에 맞춰 생성하기 매우 어렵다. 특히, 엔지니어는 체크리스트에 포함된 항목이 많을수록 테스트 케이스 생성 작업이 더욱 어렵다.An experience-based checklist is used to test the "items an embedded system must" that are included in the checklist. However, some industries (such as NASA, weapon control systems, and automotive control systems) require that they do not do what they should not do. However, it is very difficult for an engineer to create an 'item not to do' from a checklist to match the test strategy. In particular, the more items the checklist contains, the more difficult it is for engineers to create test cases.

엔지니어는 경험에 의해 '하지 말아야 할 항목'을 체크리스트로부터 도출하여 일부 생성하여 사용하지만, 테스트 전략에 맞는 항목 생성이 쉽지 않다.An engineer uses some of the experience items to generate some items that should not be done from the checklist, but it is not easy to create an item that fits the test strategy.

이와 같이 종래의 체크리스트 생성 방식은 다음과 같은 한계가 있다. 먼저, 테스터의 실수 또는 주관적인 생각에 따라 결과가 달라질 수 있다. 또한, 체크리스트에 작성된 항목이 많다면 테스트 케이스를 만들기가 어렵다. 그리고 체크리스트 항목이 실제 테스트 케이스와는 형식이 많이 다르기 때문에 체크리스트 항목을 테스트 케이스로 만들기 위해 시스템 입력 조건 등을 고려해야 하고 이는 사람이 분석하기엔 많은 노력과 시간이 필요할 수 있다.The conventional check list generation method has the following limitations. First, the results can vary depending on the tester's mistakes or subjective thoughts. It is also difficult to create a test case if there are many items in the checklist. And because the checklist items are much different from the actual test cases, we need to consider system input conditions and so on to make checklist items into test cases, which may require a lot of effort and time to analyze.

따라서, 엔지니어는 임베디드 시스템을 테스트하기 위한 체크리스트를 수작업으로 작성하는 방식이 아니라, 표준화된 체크리스트 형식에 따라 테스트 케이스와 테스트 스크립트를 생성하여 테스트 스크립트 생성 시간을 단축하고 발생 오류를 줄일 필요가 있다.Therefore, engineers need to create test cases and test scripts according to a standardized checklist format, rather than manually creating a checklist for testing the embedded system, thereby shortening the test script generation time and reducing occurrence errors .

한편, 종래에는 임베디드 개발환경에서 필요한 스크립트 코드를 자동으로 생성시키는 기술에는 대한민국 공개특허공보 제10-2010-0065081호의 '임베디드 시스템 및 임베디드 개발 환경을 지원하기 위한 빌드 스크립트 프로그램의 자동 생성 방법'에 제안된 바 있다.On the other hand, in the related art, a technique for automatically generating the necessary script code in the embedded development environment is proposed in Korean Patent Application Publication No. 10-2010-0065081 entitled " Method for Automatic Generation of Embedded System and Build Script Program for Supporting Embedded Development Environment & .

대한민국 공개특허공보 제10-2010-0065081호(2010.06.15)Korean Patent Publication No. 10-2010-0065081 (June 15, 2010)

본 발명의 목적은 체계화된 체크리스트를 생성하고, 체크리스트의 테스트 명령에 대해 정의된 명령어 사전을 생성한 후, 체크리스트와 명령어 사전을 참조하여 테스트 스크립트를 자동으로 생성함으로써 임베디드 시스템의 테스팅을 위한 테스트 스크립트를 생성하는 시간을 단축하고 오류를 줄이기 위한, 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치 및 그 방법을 제공하는데 있다.It is an object of the present invention to provide a method and system for testing embedded systems by generating a structured checklist, generating a command dictionary defined for the test command of the checklist, and automatically generating a test script by referring to the checklist and the command dictionary The present invention provides an apparatus and method for generating a test script for testing an embedded system, in order to shorten the time for generating a test script and reduce an error.

또한, 본 발명의 목적은 테스트 스크립트 생성 방식에 따라 다양한 방식으로 임베디드 시스템의 오류를 검출할 수 있는 테스트 스크립트를 자동으로 생성하는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치 및 그 방법을 제공하는데 있다.It is another object of the present invention to provide an apparatus and method for generating a test script for testing an embedded system that automatically generates a test script capable of detecting an error in an embedded system in various ways according to a test script generation method.

또한, 본 발명의 목적은 체크리스트의 목록에 작성된 내용뿐만 아니라, 오류발생 가능성이 있는 동작까지도 테스트할 수 있는 테스트 스크립트를 생성하는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치 및 그 방법을 제공하는데 있다.It is also an object of the present invention to provide an apparatus and method for generating a test script for testing an embedded system that generates a test script capable of testing not only contents written in a list of checklists but also an operation that may cause an error .

본 발명의 일실시예에 따른 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치는, 하나 이상의 체크리스트 항목이 체계화된 체크리스트를 생성하기 위한 체크리스트 생성부; 상기 체크리스트의 테스트 명령에 대한 입력값이 정의된 명령어 사전을 생성하기 위한 명령어 사전 생성부; 및 상기 체크리스트 항목의 동작모드 조합을 생성하고, 상기 동작모드에 포함된 테스트 명령을 상기 명령어 사전에서 검색하여 테스트 스크립트를 생성하기 위한 테스트 스크립트 생성부;를 포함하고, 상기 테스트 스크립트 생성부는, 상기 동작모드를 더블 순열 방식으로 나열하여 조합을 생성할 수 있다.An apparatus for generating a test script for testing an embedded system according to an exemplary embodiment of the present invention includes a check list generator for generating a check list in which one or more check list items are structured; An instruction dictionary generating unit for generating an instruction dictionary in which an input value to the test instruction of the check list is defined; And a test script generator for generating a test script by generating a combination of operation modes of the check list item and searching for the test command included in the operation mode in the command dictionary, A combination can be created by arranging the operation modes in a double permutation manner.

또한, 본 발명의 일실시예에 따른 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치는, 상기 동작모드를 순차적으로 생성하기 위한 문법을 정의하여 상기 동작모드 간 연결관계를 나타내는 시퀀스 파일을 생성하기 위한 시퀀스 파일 생성부;를 더 포함한다.The apparatus for generating a test script for testing an embedded system according to an exemplary embodiment of the present invention includes a sequence for sequentially generating the operation modes and generating a sequence file indicating a connection relationship between the operation modes And a file generating unit.

상기 체크리스트 생성부는, 상기 체크리스트를 유스 케이스(Use case) 명세서 작성에 기반한 시나리오 흐름 및 시나리오 조건에 따라 체계적인 구조로 생성한다.The check list generator generates the check list in a systematic structure according to scenario flow and scenario conditions based on use case specification creation.

상기 체크리스트의 항목에는, 동작모드, 기능분류, 조건, 기능설명, 테스트 명령이 포함되며, 상기 동작모드는 테스트 전략에 따라 특정 기능을 테스트하기 위해 사용자가 정의한 일련의 동작 흐름을 나타내는 항목이고, 상기 기능분류는 상기 동작모드 각각의 수행 기능으로, 진입시조건, 종료조건 및 주동작 항목이 포함되며, 상기 조건은 상기 진입시조건 혹은 상기 종료조건에 설정되고, 상기 기능설명은 각 기능이 수행해야 하는 내용을 나타내며, 상기 테스트 명령은 상기 체크리스트 해당 열의 기능을 테스트하기 위한 실제 테스트 명령어를 나타낸다.The item of the checklist includes an operation mode, a function classification, a condition, a function description, and a test command. The operation mode is an item indicating a series of operation flows defined by a user for testing a specific function according to a test strategy, Wherein the function classification is an execution function of each of the operation modes, and includes an entry condition, an end condition, and a main operation item, the condition being set to the entry condition or the termination condition, And the test command indicates an actual test command for testing the function of the check list column.

상기 테스트 스크립트 생성부는, 상기 시퀀스 파일에 정해진 순서에 따라 상기 동작모드를 순차적으로 나열하여 조합을 생성한다.The test script generator sequentially arranges the operation modes in a predetermined order in the sequence file to generate a combination.

삭제delete

상기 테스트 스크립트 생성부는, 상기 동작모드를 트리플 순열 방식으로 나열하여 조합을 생성한다.The test script generator generates a combination by arranging the operation modes in a triple permutation manner.

상기 테스트 스크립트 생성부는, 상기 동작모드 내 테스트 명령을 임의로 선택하여 의도하지 않은 시나리오에 대한 무작위 동작으로 테스트하기 위한 상기 테스트 스크립트를 생성한다.The test script generation unit generates the test script for randomly selecting a test command in the operation mode and testing the random operation for an unintended scenario.

한편, 본 발명의 일실시예에 따른 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 방법은, 하나 이상의 체크리스트 항목이 체계화된 체크리스트를 생성하는 단계; 상기 체크리스트의 테스트 명령에 대한 입력값이 정의된 명령어 사전을 생성하는 단계; 및 상기 체크리스트 항목의 동작모드 조합을 생성하고, 상기 동작모드에 포함된 테스트 명령을 상기 명령어 사전에서 검색하여 테스트 스크립트를 생성하는 단계;를 포함하고, 상기 테스트 스크립트를 생성하는 단계는, 상기 동작모드를 더블 순열 방식으로 나열하여 조합을 생성할 수 있다.Meanwhile, a test script generation method for testing an embedded system according to an exemplary embodiment of the present invention includes generating a check list in which one or more check list items are structured; Generating an instruction dictionary in which an input value to the test instruction of the checklist is defined; And generating a test script by generating a combination of operation modes of the checklist item and searching for a test command included in the operation mode in the command dictionary, You can create a combination by listing modes in double permutation.

본 발명은 체계화된 체크리스트를 생성하고, 체크리스트의 테스트 명령에 대해 정의된 명령어 사전을 생성한 후, 체크리스트와 명령어 사전을 참조하여 테스트 스크립트를 자동으로 생성함으로써 임베디드 시스템의 테스팅을 위한 테스트 스크립트를 생성하는 시간을 단축하고 오류를 줄일 수 있다.The present invention generates a structured checklist, generates a command dictionary defined for the test command of the checklist, and automatically generates a test script by referring to the checklist and the command dictionary to generate a test script for testing of the embedded system It is possible to shorten the time to generate and reduce errors.

또한, 본 발명은 체크리스트를 이용하여 체계적인 테스트 케이스를 생성할 수 있다.In addition, the present invention can create a systematic test case using a checklist.

또한, 본 발명은 테스트 스크립트 생성 방식에 따라 다양한 방식으로 임베디드 시스템의 오류를 검출할 수 있는 테스트 스크립트를 자동으로 생성할 수 있다.In addition, the present invention can automatically generate a test script capable of detecting an error in the embedded system in various ways according to a test script generation method.

또한, 본 발명은 체크리스트의 목록에 작성된 내용뿐만 아니라, 오류발생 가능성이 있는 동작까지도 테스트할 수 있는 테스트 스크립트를 생성할 수 있다.In addition, the present invention can generate a test script that can test not only the contents written in the list of the check list but also the operation that may possibly cause an error.

도 1은 본 발명의 일실시예에 따른 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치를 나타낸 도면,
도 2는 본 발명이 적용되는 체크리스트에 대한 일례를 나타낸 도면,
도 3은 본 발명이 적용되는 체크리스트의 테스트 명령에 대한 일례를 나타낸 도면,
도 4는 본 발명에 따른 테스트 스크립트 생성부의 테스트 엔지니어 제공용 메뉴를 나타낸 도면,
도 5는 본 발명의 일실시예에 따른 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 방법에 대한 도면이다.
1 is a block diagram of a test script generating apparatus for testing an embedded system according to an embodiment of the present invention;
2 is a diagram showing an example of a check list to which the present invention is applied,
3 is a diagram showing an example of a test command of a check list to which the present invention is applied,
4 is a diagram illustrating a menu provided by a test engineer in a test script generating unit according to the present invention,
5 is a diagram illustrating a test script generation method for testing an embedded system according to an embodiment of the present invention.

본 발명을 충분히 이해하기 위해서 본 발명의 바람직한 실시예를 첨부 도면을 참조하여 설명한다. 본 발명의 실시예는 여러 가지 형태로 변형될 수 있으며, 본 발명의 범위가 아래에서 상세히 설명하는 실시예로 한정되는 것으로 해석되어서는 안 된다. 본 실시예는 당업계에서 평균적인 지식을 가진 자에게 본 발명을 보다 완전하게 설명하기 위해서 제공 되어지는 것이다. 따라서 도면에서의 요소의 형상 등은 보다 명확한 설명을 강조하기 위해서 과장되어 표현될 수 있다. 각 도면에서 동일한 부재는 동일한 참조부호로 도시한 경우가 있음을 유의하여야 한다. 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 공지 기능 및 구성에 대한 상세한 기술은 생략된다.For a better understanding of the present invention, a preferred embodiment of the present invention will be described with reference to the accompanying drawings. The embodiments of the present invention may be modified into various forms, and the scope of the present invention should not be construed as being limited to the embodiments described in detail below. The present embodiments are provided to enable those skilled in the art to more fully understand the present invention. Therefore, the shapes and the like of the elements in the drawings can be exaggeratedly expressed to emphasize a clearer description. It should be noted that in the drawings, the same members are denoted by the same reference numerals. Detailed descriptions of well-known functions and constructions which may be unnecessarily obscured by the gist of the present invention are omitted.

도 1은 본 발명의 일실시예에 따른 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치를 나타낸 도면이고, 도 2는 본 발명이 적용되는 체크리스트에 대한 일례를 나타낸 도면이고, 도 3은 본 발명이 적용되는 체크리스트의 테스트 명령에 대한 일례를 나타낸 도면이다.FIG. 1 is a block diagram of an apparatus for generating a test script for testing an embedded system according to an embodiment of the present invention. FIG. 2 is a diagram illustrating an example of a check list to which the present invention is applied. And shows an example of a test command of an applied check list.

도 1에 도시된 바와 같이, 본 발명의 일실시예에 따른 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치(이하 "테스트 스크립트 생성 장치"라 함, 100)는, 체크리스트 기반의 테스트 스크립트를 도출함으로써 엔지니어의 수작업에 의한 오류를 줄일 뿐만 아니라 기존의 체크리스트로 테스트하기 어려운 다양한 모드 조합을 테스트할 수 있다. 즉, 테스트 스크립트 생성 장치(100)는 체크리스트를 바탕으로 실제 테스트를 수행하기 위해 임베디드 시스템에 입력될 테스트 스크립트를 생성한다. As shown in FIG. 1, a test script generating apparatus (hereinafter referred to as "test script generating apparatus") 100 for testing an embedded system according to an embodiment of the present invention generates test script based on a check list In addition to reducing manual errors by engineers, you can test various combinations of modes that are difficult to test with an existing checklist. That is, the test script generating apparatus 100 generates a test script to be inputted to the embedded system in order to perform an actual test based on the check list.

여기서, 테스트 스크립트는 테스트 케이스를 실제 임베디드 시스템에 적용하기 위해 물리적인 값으로 변환한 형태로서, 여기서는 테스트 케이스와 혼용하여 사용하기로 한다.Here, the test script is a form in which a test case is converted into a physical value in order to be applied to an actual embedded system. In this case, it is used in combination with a test case.

테스트 스크립트 생성 장치(100)는 체크리스트 생성부(110), 명령어 사전 생성부(120), 시퀀스 파일 생성부(130), 테스트 스크립트 생성부(140)를 포함한다.The test script generation apparatus 100 includes a check list generation unit 110, a command dictionary generation unit 120, a sequence file generation unit 130, and a test script generation unit 140.

체크리스트 생성부(110)는 일반적으로 사용되는 체크리스트 항목들이 체계화된 체크리스트를 생성하여 테스트 스크립트 생성부(140)로 제공한다. 즉, 체크리스트 생성부(110)는 유스 케이스(Use case) 명세서 작성에 기반한 시나리오 흐름 및 시나리오 조건에 따라 체크리스트를 체계적인 구조로 생성한다. 여기서, 시나리오 흐름은 임베디드 시스템이 사용자의 요구 기능을 정상적으로 수행하는 기본 흐름(basic flow)과 요구 기능의 수행도중 실패할 경우에 적절히 대체해야 할 대체 흐름(alternative flow)으로 구성된다. 시나리오 조건은 유스 케이스의 수행이 시작되기 위한 선행 조건(precondition)과 수행이 완료된 후에 만족되어야 하는 후행 조건(postcondition)으로 구성된다.The check list generating unit 110 generates a check list in which check list items generally used are structured and provides the check list to the test script generating unit 140. That is, the check list generating unit 110 generates a check list in a systematic structure according to the scenario flow and the scenario condition based on the use case specification creation. Here, the scenario flow consists of a basic flow in which the embedded system normally performs the requested function of the user and an alternative flow that should be appropriately replaced in the case of failure in performing the requested function. The scenario condition consists of a precondition for the start of use case execution and a postcondition that must be satisfied after the execution is completed.

이러한 체크리스트에는 시스템 오류를 점검하기에 적합한 기능들의 정상 동작 여부를 점검할 수 있는 내용이 포함된다.These checklists contain information that can be used to check whether the proper functions for checking system errors are working properly.

도 2를 참조하여 설명하면, 체크리스트는 '동작모드'(111), '기능분류'(112), '조건'(113), '기능설명'(114), '테스트 명령'(115)의 항목들이 포함된다.Referring to FIG. 2, the check list includes an operation mode 111, a function classification 112, a condition 113, a function description 114, and a test command 115 ≪ / RTI >

'동작모드'(111), '기능설명'(114)은 실제 테스트 스크립트 생성과 무관한 항목이며, 테스트 엔지니어에게 시험 정보를 알려주는 용도로 사용된다.The 'operation mode' 111 and the 'function description' 114 are irrelevant to the actual test script generation and are used to inform the test engineer of the test information.

'동작모드'(111)는 동작 모드명에 대한 항목으로서, 테스트 전략에 따라 특정 기능을 테스트하기 위해 사용자가 정의한 일련의 동작 흐름이다. 예를 들어, '동작모드'(111)는 초기모드, 일반모드, 특수모드 등과 같이 고유의 기능 전체를 하나의 독립적인 동작 그룹으로 분류될 수 있다. 따라서 다른 분류 조합으로 임베디드 시스템의 다른 동작을 테스트할 수 있다.An 'operation mode' 111 is an item for an operation mode name, and is a series of operation flows defined by the user for testing a specific function according to a test strategy. For example, the 'operation mode' 111 can be classified into one independent operation group as a whole, such as an initial mode, a general mode, and a special mode. Therefore, other operations of the embedded system can be tested with different classification combinations.

'기능분류'(112)는 각 동작모드 내에서 수행하는 기능으로서, '진입시조건', '종료조건' 및 '주동작' 항목으로 구성된다. 구체적으로, '진입시조건'은 해당 모드에 진입하기 위하여 만족시켜야 하는 조건이다. '진입시조건'은 일부 혹은 전부 만족시켜야 '주동작'으로 진입할 수 있다. '주동작'은 항상 실행되어야 하는 일련의 작업들이다. '종료조건'은 해당 모드를 종료하기 위한 사건이나 조건들이다. '진입시조건'과 같이 일부 혹은 전부 만족할 경우 해당 모드를 종료한다. 따라서 각 모드는 진입시조건→주동작→종료조건으로 수행된다.The 'function classification' 112 is a function performed in each operation mode and is composed of 'entry condition', 'termination condition' and 'main operation' item. Specifically, the 'entry condition' is a condition that must be satisfied in order to enter the corresponding mode. You can enter the 'main action' only if you meet some or all of the 'entry conditions'. A 'main action' is a series of actions that must always be performed. 'Termination condition' is an event or condition for terminating the mode. If some or all of the conditions are satisfied, such as 'entering condition', the corresponding mode is terminated. Therefore, each mode is performed under the condition of entry → main operation → termination condition.

'조건'(113)은 '진입시조건' 혹은 '종료조건'에 조건이 설정되는 공간으로, 'AND'나 'OR'와 같은 조건이 설정될 수 있다. 'AND'는 작성된 조건이 모두 만족해야 하는 조건이고, 'OR'은 작성된 조건 중 하나만 만족해도 되는 조건이다. 해당 조건은 조건 커버리지(condition coverage), 결정 커버리지(decision coverage), 변형된 조건 결정 커버리지(Modified Condition/Decision Coverage: MC/DC)를 만족하는 조합으로 구성될 수 있다.'Condition' 113 is a space in which a condition is set in 'entry condition' or 'termination condition', and conditions such as 'AND' and 'OR' may be set. 'AND' is a condition that all the created conditions must be satisfied, and 'OR' is a condition that only one of the created conditions may be satisfied. The condition may consist of a combination satisfying condition coverage, decision coverage, and modified condition / decision coverage (MC / DC).

'기능설명'(114)은 각 기능이 수행해야 하는 내용을 나타낸다. A 'function description' (114) indicates what each function should perform.

'테스트 명령'(115)은 체크리스트 해당 열의 기능을 테스트하기 위한 실제 테스트 명령어(즉, 커맨드)를 나타낸다.The 'test command' 115 indicates an actual test command (that is, a command) for testing the function of the corresponding column of the check list.

명령어 사전 생성부(120)는 체크리스트의 테스트 명령에 대한 입력값이 정의된 문서인 명령어 사전(command dictionary)을 생성하여 테스트 스크립트 생성부(140)로 제공한다. 여기서, 명령어 사전은 체크리스트의 테스트 명령어들의 집합이다. 임베디드 시스템이 수행해야 할 단위 기능인 테스트 명령에는 각 시간대 별로 임베디드 시스템에 인가되는 모든 입력들의 물리적 값들이 정의되어 있다. The command dictionary generation unit 120 generates a command dictionary, which is a document in which an input value to the test command of the checklist is defined, and provides the command dictionary to the test script generation unit 140. Here, the command dictionary is a set of test commands in the checklist. In the test command, which is a unit function to be executed by the embedded system, physical values of all inputs applied to the embedded system are defined for each time zone.

하기 표 1은 N개의 입력 신호(i1, i2,...,iN)을 가진 임베디드 시스템에 테스트 명령어가 실행된 순간부터 5msec마다 가해지는 입력 신호들 값으로 구성된 테스트 입력의 예를 나타낸다. 이 경우 실제 임베디드 시스템의 테스트를 위해 N개의 입력이 모두 필요하다.Table 1 below shows an example of a test input composed of values of input signals applied every 5 msec from the moment when a test instruction is executed in an embedded system having N input signals (i1, i2, ..., iN). In this case, all of the N inputs are needed to test the actual embedded system.

Time
(msec)
Time
(msec)
입력 신호 값Input signal value
i1i1 i2i2 ... iNiN 00 22 1.51.5 ... TT 55 33 4.14.1 ... FF 1010 22 4.44.4 ... TT ... ... ... ... ... 3030 44 3.73.7 ... TT

시간(Time)은 입력을 인가하는 시간 단위로 필요에 따라 정의할 수 있다. 시간 간격은 입력이 가해지는 상대 시간이다. 입력 신호는 사전에 정의한 대로 소수, 정수, 참/거짓 값 등이 사용될 수 있다.The time can be defined as a unit of time in which the input is applied. The time interval is the relative time at which the input is applied. The input signal may be a prime number, an integer, a true / false value, etc., as defined beforehand.

그런데 실제 테스트 명령은 모든 입력 신호 값을 정의하는 것이 아니라 이전 입력 신호 값에서 변화된 값만을 정의하고, 나머지 테스트 명령어에서 정의되지 않은 입력 신호는 이전 입력 신호 값을 유지한다. 초기 입력 신호 값은 사전에 정의한다.However, the actual test command does not define all the input signal values but defines only the changed values from the previous input signal values, and the input signals that are not defined in the remaining test commands retain the previous input signal values. The initial input signal value is defined in advance.

도 3을 참조하여 설명하면, 테스트 스크립트를 생성하기 위해 임베디드 시스템의 입력 정보는, '명령어'(121), '그룹(group)'(122), '시간(TIME)'(123), '시스템 입력'(124)으로 구성된다. Referring to FIG. 3, the input information of the embedded system for generating a test script includes 'command' 121, 'group' 122, 'time' 123, Input '124.

'명령어'(121)는 체크리스트에 있는 테스트 명령 중 하나를 나타낸다. The 'command' 121 represents one of the test commands in the checklist.

'그룹'(122)은 명령어의 변종의 식별자이다. 예를 들어, '엔진센서정상'의 '그룹'에 표시된 '1'은 엔진센서의 조건을 만족하는 시스템 입력(즉, 엔진센서정상)과 엔진센서의 조건을 만족하지 않는 시스템 입력(즉, 엔진센서비정상)을 하나의 그룹으로 설정한다는 의미이다. 만약, TRUE 조건으로 '엔진센서정상' 명령어가 선택된다면, FALSE 조건으로 '엔진센서비정상' 명령어가 선택될 수 있다. 이와 같이, '그룹'(122)은 명령어마다 다르며, 하나의 명령어는 최대 두 개의 그룹을 가진다. 즉, 조건을 만족하는 그룹과 조건을 만족하지 않는 그룹이다. 그룹이 없는 명령어는 하나의 입력 흐름(즉, 조건을 만족하는 그룹)을 가진다.The 'group' 122 is an identifier of a variant of the command. For example, '1' in the 'group' of 'engine sensor normal' indicates a system input (that is, the engine sensor normal) satisfying the condition of the engine sensor and a system input Sensor abnormal) are set as one group. If the 'engine sensor normal' command is selected under the TRUE condition, the 'engine sensor abnormal' command may be selected under the FALSE condition. Thus, the 'group' 122 is different for each command, and one command has a maximum of two groups. That is, the group satisfying the condition and the group not satisfying the condition. An instruction without a group has one input flow (that is, a group that satisfies a condition).

'시간'(123)은 시스템 입력이 가해지는 시간을 정의한다. 이러한 '시간'(123)은 해당 명령어가 실행되는 시간부터의 상대적 시간을 의미한다. The 'time' (123) defines the time at which the system input is applied. This 'time' 123 refers to the relative time from the time the command is executed.

'시스템 입력'(124)은 해당 명령어가 수행될 때 변화되는 시스템 입력 값을 나타낸다. 변화되지 않으면 이전의 입력 상태 값을 유지한다. The 'system input' 124 indicates a system input value that changes when the corresponding command is executed. If not changed, the previous input state value is maintained.

하기 표 2를 참조하여 부연 설명하면, 하기 표 2는 어떤 임베디드 시스템의 테스트를 위한 테스트 명령어 'A센서ERR'를 나타낸다. 이 경우에 임베디드 시스템은 5개의 입력 신호 A_sensor, B_sensor_N1, B_sensor_N2, C_sensor_N1, C_sensor_N2로 구비될 수 있다. 5개의 입력 신호 초기값이 -70, 40, 40, 0, 0으로 설정되었다면, 테스트 명령어 'A센서ERR'은 하기 표 2와 같은 입력 신호를 테스트 명령어 수행 시작 시점(Time=0)부터 20, 70, 80, 500sec에 임베디드 시스템에 입력됨을 의미한다. Referring to Table 2, Table 2 below shows a test command 'A sensor ERR' for testing an embedded system. In this case, the embedded system may be provided with five input signals A_sensor, B_sensor_N1, B_sensor_N2, C_sensor_N1, and C_sensor_N2. If the initial values of the five input signals are set to -70, 40, 40, 0 and 0, the test command 'A sensor ERR' indicates the input signals as shown in Table 2 below from the starting point (Time = 0) 70, 80, and 500 sec, respectively, in the embedded system.

명령어command GroupGroup TIMETIME A_sensorA_sensor B_sensor_N1B_sensor_N1 C_sensor_N1C_sensor_N1 C_sensor_N2C_sensor_N2 A센서ERRA sensor ERR 00 -70-70 2020 -15-15 4545 7070 -29-29 -5-5 -5-5 8080 -15-15 1010 1515 1515 500500

실행 시점(0초)에 'A_sensor'의 신호 값은 '-70'이 입력되고, 나머지 B_sensor_N1, C_sensor_N1, C_sensor_N2의 신호 값은 초기 신호 값들이 20초 동안 유지된다.The signal value of 'A_sensor' is '-70' at the execution time (0 second), and the signal values of the remaining B_sensor_N1, C_sensor_N1, and C_sensor_N2 are maintained for 20 seconds.

20초에 'A_sensor'의 신호 값은 '-15', 'B_sensor_N1'의 신호 값은 '45'로 변경시키고, 나머지 신호 값은 이전 상태를 유지한다. 이 경우에는 다음 입력이 오는 시점인 70초까지 50초 동안 유지된다. The signal value of 'A_sensor' is changed to '-15' and the signal value of 'B_sensor_N1' is changed to '45' in 20 seconds, and the remaining signal values are maintained in the previous state. In this case, it is held for 50 seconds until the next input, 70 seconds.

70초에 'A_sensor'의 신호 값은 '-29'로 변경 입력하고, 'C_sensor_N1'와 'C_sensor_N2'의 신호 값은 '-5'로 변경 입력한다. 이 경우에는 다음 입력이 오는 80초까지 10초 동안 유지된다. Change the signal value of 'A_sensor' to '-29' in 70 seconds, and change the signal value of 'C_sensor_N1' and 'C_sensor_N2' to '-5'. In this case, the next input is held for 10 seconds to 80 seconds.

80초에 'A_sensor'의 신호 값은 '-15'로 변경 입력하고, 'B_sensor'의 신호 값은 '10'로 변경 입력하며, 'C_sensor_N1'와 'C_sensor_N2'의 신호 값은 '15'로 변경 입력한다. 이 경우에는 500초까지 420초 동안 유지된 후, 'A센서ERR' 명령어에 대한 테스트 스크립트 생성이 완료된다. 'B_sensor_N2'의 신호 값은 0초부터 500초까지 초기값이 유지된다.Change the signal value of 'A_sensor' to '-15' in 80 seconds, change the signal value of 'B_sensor' to '10', change the signal value of 'C_sensor_N1' and 'C_sensor_N2' to '15' . In this case, the test script generation for the 'A sensor ERR' command is completed after it is maintained for 420 seconds until 500 seconds. The signal value of 'B_sensor_N2' keeps the initial value from 0 to 500 seconds.

하기 표 3은 상기 표 2에 따라 실제 입력되는 각 변수 값들을 나타낸다.Table 3 below shows the variable values actually input according to Table 2 above.

Time(sec)Time (sec) 입력 신호 값Input signal value A_sensorA_sensor B_sensor_N1B_sensor_N1 B_sensor_N2B_sensor_N2 C_sensor_N1C_sensor_N1 C_sensor_N2C_sensor_N2 00 -70-70 4040 4040 00 00 2020 -15-15 4545 4040 00 00 7070 -29-29 4545 4040 -5-5 -5-5 8080 -15-15 1010 4040 1515 1515 500500 -15-15 1010 4040 1515 1515

시퀀스 파일 생성부(130)는 모드를 순차적으로 생성하기 위한 간단한 문법을 정의하여 동작모드 간 연결관계를 나타내는 시퀀스 파일(sequence file)을 생성하여 테스트 스크립트 생성부(140)로 제공한다. 즉, 테스트 스크립트 생성부(140)는 모드 조합을 시퀀스 파일에 정해진 순서대로 테스트 스크립트를 생성한다. 이 경우, 테스트 스크립트 생성부(140)는 순차적 방식으로 테스트 스크립트를 생성하는 경우에 시퀀스 파일을 이용하여 테스트 스크립트를 생성한다.The sequence file generation unit 130 defines a simple grammar for sequentially generating modes and generates a sequence file indicating a connection relationship between operation modes and provides the sequence file to the test script generation unit 140. That is, the test script generation unit 140 generates test scripts in the order determined in the sequence file. In this case, the test script generator 140 generates a test script using the sequence file when generating the test script in a sequential manner.

여기서, 시퀀스 파일은 {'/', '_', ';'}의 3가지 기호를 이용한 문법에 의해 정의된다. 즉, 모드 간의 연계는 '/'로 나열하며, 하나의 문법의 완료는 ';'로 나타내며, 해당 모드 안에서 특정 종료조건 혹은 진입조건의 지정은 '_'로 표시한다.Here, the sequence file is defined by the grammar using the three symbols {'/', '_', ';'}. That is, the linkage between modes is listed as '/', the completion of one grammar is represented by ';', and the specific termination condition or entry condition designation is indicated by '_' in the mode.

하기 표 4는 시퀀스 파일의 작성 예시를 나타낸다.Table 4 shows an example of creating a sequence file.

"초기모드/일반모드"(*);
"동작모드A_DERR/특수모드#1";
"Initial Mode / Normal Mode"(*);
"Operation mode A_DERR / Special mode # 1";

"초기모드/일반모드";는 초기모드와 일반모드를 순차적으로 수행되어야함을 의미한다. 다음에 순차적으로 "동작모드A"와 "특수모드#1"가 수행된다. 다만, "동작모드A_DERR"는 동작모드A가 종료할 때 종료될 수 있는 여러 가지 조건 중에서, DERR 조건으로 종료되어야 함을 의미한다."Initial mode / normal mode" means that the initial mode and the normal mode must be sequentially performed. Next, "operation mode A" and "special mode # 1" are sequentially performed. However, the "operation mode A_DERR" means that, among various conditions that can be terminated when the operation mode A ends, it should be terminated with a DERR condition.

테스트 스크립트 생성부(140)는 체크리스트 생성부(110), 명령어 사전 생성부(120), 시퀀스 파일 생성부(130)와 연동하여 테스트 스크립트(또는 테스트 케이스)를 생성한다. 즉, 테스트 스크립트 생성부(140)는 체크리스트에 있는 테스트 명령, 명령어 사전 및 시퀀스 파일을 참조하여 테스트 스크립트를 생성한다.The test script generating unit 140 generates a test script (or a test case) in cooperation with the check list generating unit 110, the instruction dictionary generating unit 120, and the sequence file generating unit 130. That is, the test script generator 140 refers to the test command, the command dictionary, and the sequence file in the check list to generate a test script.

테스트 스크립트 생성부(140)는 체크리스트를 수행하여 체크리스트의 테스트 명령을 위에서부터 순차적으로 수행한다. 그리고 테스트 스크립트 생성부(140)는 테스트 명령의 입력을 명령어 사전에 정의된 테스트 명령에 대한 입력 시퀀스에 따라 실행한다. 테스트 스크립트 생성부(140)는 해당 테스트 명령을 명령어 사전에서 검색하여 일치하는 명령어의 신호 값을 정의된 시간에 맞추어 테스트 스크립트를 생성한다. 여기서, 테스트 명령어 사이의 실행 시간 간격은 미리 설정된 시간 간격을 따르며, 테스트 명령은 명령어 사전에 반드시 존재해야 한다.The test script generation unit 140 performs a check list to sequentially execute a test command of the check list from the top. The test script generation unit 140 executes the input of the test command according to the input sequence for the test command defined in the command dictionary. The test script generation unit 140 searches the instruction dictionary for the corresponding test instruction, and generates a test script by matching the signal value of the corresponding instruction to the defined time. Here, the execution time interval between the test instructions follows a preset time interval, and the test instruction must be present in the instruction dictionary.

아울러, 테스트 스크립트 생성부(140)는 앞서 정의된 동작모드를 조합하여 다양한 테스트 스크립트를 생성한다. 하나의 동작모드는 특정 동작을 위한 일련의 기능이다. 다양한 환경에서 임베디드 시스템의 정상 동작 여부를 테스트하기 위해서는 다양한 동작모드 조합으로 만들어진 테스트 스크립트가 필수적이다. 동작 모드를 구성하는 테스트 명령의 다양한 조합도 가능하지만, 테스트 명령의 조합에 따라서는 임베디드 시스템이 도달할 수 없는 상태가 될 수도 있다. 여기서는 동작 모드의 조합에 의해 테스트 스크립트를 생성하는 경우에 대해서만 설명하기로 한다.In addition, the test script generation unit 140 generates various test scripts by combining the previously defined operation modes. One operation mode is a series of functions for a specific operation. In order to test whether the embedded system operates normally in various environments, a test script made up of various operation mode combinations is essential. Various combinations of test commands constituting the operation mode are possible, but depending on the combination of test commands, the embedded system may not be reachable. Here, only a case of generating a test script by a combination of operation modes will be described.

다시 말해, 테스트 스크립트 생성부(140)는 체크리스트 항목의 동작 모드를 조합하고, 이러한 동작 모드에 포함된 테스트 명령을 명령어 사전에서 검색하여 테스트 스크립트를 생성한다.In other words, the test script generation unit 140 combines the operation modes of the check list items, and searches the instruction dictionary included in the operation mode in the instruction dictionary to generate the test script.

이하, 테스트 스크립트 생성부(140)의 테스트 스크립트 생성 방식에 대해 설명한다.Hereinafter, the test script generation method of the test script generation unit 140 will be described.

먼저, 테스트 스크립트 생성부(140)에서 순차적 방식으로 테스트 스크립트를 생성하는 경우에 대해 설명하기로 한다. First, the test script generation unit 140 generates test scripts in a sequential manner.

이 경우, 테스트 스크립트 생성부(140)는 다양한 동작 모드를 필요에 따라 적절히 배치하여 테스트 스크립트를 생성한다.In this case, the test script generation unit 140 appropriately arranges various operation modes as necessary to generate a test script.

순차적 방식은 주로 각 모드 내의 기능 동작이 제대로 실행되는지를 테스트하는 용도로 사용되며, 시험자의 경험 기반의 시나리오가 작성되어 생성된다. 이에 따라, 테스트 스크립트 생성부(140)는 동작 모드 내부의 조건에 따라 동작이 달라지는 시험 조건에 대하여 중점적으로 테스트할 수 있는 조합을 생성한다. The sequential method is mainly used to test whether the function operation in each mode is executed properly, and the experience-based scenario of the tester is created and created. Accordingly, the test script generation unit 140 generates a combination that can be tested with a focus on test conditions that vary in operation according to conditions inside the operation mode.

이와 같이 테스트 스크립트 생성부(140)는 체크리스트에 작성된 동작 모드를 기본 단위로 하여 시나리오에 따라 동작 모드를 순차적으로 나열하여 조합을 생성한다. 각 동작 모드의 내부 로직은 "진입시조건", "주동작" 그리고 "종료조건"의 순으로 수행되며 각 기능에 대한 테스트 명령이 생성된다.In this way, the test script generation unit 140 sequentially arranges the operation modes according to scenarios with the operation mode created in the check list as a basic unit, thereby generating a combination. The internal logic of each operation mode is performed in the order of "entry condition", "main operation" and "termination condition", and a test command for each function is generated.

여기서, 테스트 스크립트 생성부(140)는 시퀀스 파일 생성부(130)로부터 시퀀스 파일을 제공받아, 시퀀스 파일에 정해진 순서에 따라 테스트 스크립트를 생성한다.Here, the test script generation unit 140 receives the sequence files from the sequence file generation unit 130, and generates the test scripts in a predetermined sequence in the sequence file.

이와 같이, 테스트 스크립트 생성부(140)는 순차적 방식이 적용되는 경우에, 체크리스트에 표기된 동작모드 순서대로 테스트 스크립트를 생성한다. 이때, 테스트 스크립트 생성부(140)는 시퀀스 파일 생성부(130)로부터 시퀀스 파일이 입력되면 시퀀스 파일에 정의된 동작모드의 순서대로 테스트 스크립트를 생성하고, 시퀀스 파일에 정의되지 않은 동작모드의 경우에 체크리스트에 정의된 순서대로 생성한다.In this manner, when the sequential scheme is applied, the test script generation unit 140 generates test scripts in the order of the operation modes indicated in the check list. At this time, when the sequence file is input from the sequence file generation unit 130, the test script generation unit 140 generates test scripts in the order of the operation modes defined in the sequence file, and when the operation mode is not defined in the sequence file Create them in the order defined in the checklist.

순차적 방식은 사용자가 원하는 동작모드의 순서를 작성하고 작성된 순서에 맞도록 테스트 스크립트를 생성한다. 또한, 각 동작모드에서 수행해야 하는 '종료조건', '진입시조건'을 지정할 수 있다. 순차적 방식은 사용자의 경험적인 측면을 많이 부여할 수 있다.The sequential method creates a sequence of operation modes desired by the user and generates a test script according to the created sequence. In addition, 'end condition' and 'entry condition' that should be performed in each operation mode can be specified. The sequential approach can give many empirical aspects to the user.

다음으로, 테스트 스크립트 생성부(140)에서 더블 순열(Double Permutation) 방식으로 테스트 스크립트를 생성하는 경우에 대해 설명하기로 한다. Next, a description will be made of a case where the test script generating unit 140 generates a test script in a double permutation manner.

전술한 순차적 방식은 특정 동작 모드의 주 동작 테스트에 주안점을 두는 테스트 스크립트를 생성하는 방식이다. 그런데 순차적 방식은 각기 다른 모드 동작의 "진입시조건"과 "종료조건"의 조합에 따른 모드의 진입여부와 종료여부의 정확성을 판단할 수 있는 조합을 생성할 수 없다. 즉, 순차적 방식은 임베디드 시스템이 다양한 동작 모드를 가지고, 각 동작 모드의 "진입시조건"이나 "종료조건"을 하나 이상을 갖는 경우 하나의 모드에서 다른 모드로 진입이 잘되는지 또는 다양한 "진입시조건" 및 "종료조건"에서 정상적으로 동작하는지를 판단하기 위한 테스트 스크립트를 생성하기 어렵다. 이를 위해, 더블 순열 방식은 두 특정 모드가 차례로 수행되었을 때의 임베디드 시스템 동작을 테스트하기 위한 테스트 스크립트를 생성한다.The sequential method described above is a method of generating a test script that focuses on the main operation test of a specific operation mode. However, the sequential method can not generate a combination that can determine the accuracy of whether or not the mode is entered according to the combination of the "entry condition" and the "termination condition" of different mode operations. That is, the sequential method is a method in which the embedded system has various operation modes, and if there is at least one "entry condition" or "end condition" of each operation mode, whether the entry from one mode to another mode is good or various " It is difficult to generate a test script for judging whether it operates normally under the "end condition ". For this purpose, the double permutation method generates a test script for testing the operation of the embedded system when two specific modes are executed in sequence.

테스트 스크립트 생성부(140)는 가능한 특정 2개의 동작모드의 나열 조합을 이용하여 테스트 스크립트를 생성한다.The test script generation unit 140 generates a test script using the listed combination of two possible operation modes.

즉, 임베디드 시스템에 N개의 모드가 존재하면, 가능한 특정 두 모드의 조합은 "NP2"(즉, N Permutation 2)가 된다. 예를 들면, '모드 A', '모드 B', '모드 C' 3개에 대한 조합은 3P2=6개(즉, AB, BA, AC, CA, BC, CB)가 된다. 이들 중 두 모드가 순차적으로 수행될 수 없는 경우를 뺀다. 이후 생성된 조합은 이전 조합의 끝 모드가 다음 조합의 시작 모드가 되게 나열된다. 예를 들면, 가능한 나열 조합은 'ABBCCAACCBBA'가 된다. 나열된 조합 중 같은 모드가 연속될 경우 하나는 제거하여 'ABCACBA' 모드 동작 조합을 이용하여 테스트 스크립트가 생성된다. 이 경우에 전체 테스트하는 모드의 수를 줄일 수 있다.That is, if there are N modes in the embedded system, the combination of the two possible modes is " N P 2 " (i.e., N Permutation 2). For example, 3 P 2 = 6 (ie, AB, BA, AC, CA, BC, CB) for the three modes A, B and C. The case in which two of these modes can not be sequentially performed is subtracted. The resulting combination is listed so that the ending mode of the previous combination is the starting mode of the next combination. For example, the possible listing combination would be 'ABBCCAACCBBA'. If one of the listed combinations is the same, the test script is generated using the 'ABCACBA' mode operation combination. In this case, the total number of test modes can be reduced.

이와 같이, 테스트 스크립트 생성부(140)는 더블 순열 방식이 적용되는 경우에, 동작 모드 조합을 만들고, 각 운전모드의 "진입시조건"과 "종료조건"의 테스트 스크립트의 생성 부분에 조건 조합 정책(예, MC/DC)을 적용시킨 테스트 스크립트를 생성한다. In this way, when the double permutation scheme is applied, the test script generation unit 140 creates an operation mode combination and adds a condition combination policy (" For example, MC / DC).

더블 순열 방식은 각 동작 모드의 동작 순서에 의한 오류를 시험하는데 적절한 테스트 스크립트가 생성된다. 동작모드가 '진입시조건' 및 '종료조건'은 커버리지 정책에 따라 다양한 조합으로 생성된다. 또한 '종료조건'이 여러 개인 동작모드는 모든 '종료조건'의 테스트 명령어를 수행할 수 있다.In the double permutation method, a test script suitable for testing an error according to the operation order of each operation mode is generated. The 'entry condition' and 'termination condition' of the operation mode are generated in various combinations according to the coverage policy. In addition, an operation mode having a plurality of 'termination conditions' can perform test commands of all the 'termination conditions'.

아울러, 테스트 스크립트 생성부(140)는 트리플 순열(triple Permutation) 방식으로도 테스트 스크립트를 생성할 수 있다. 트리플 순열 방식은 세 특정 모드가 차례로 수행되었을 때 임베디드 시스템의 동작을 테스트하기 위한 테스트 스크립트를 생성한다. 트리플 순열 방식은 더블 순열 방식과 같이 세 모드를 순차적으로 수행될 수 없는 경우에 제외한다.In addition, the test script generator 140 may generate a test script using a triple permutation scheme. The triple permutation method generates a test script for testing the operation of the embedded system when three specific modes are executed in sequence. The triple permutation scheme excludes three modes, such as the double permutation scheme, that can not be performed sequentially.

이와 같이, 테스트 스크립트 생성부(140)는 트리플 순열 방식이 적용되는 경우에, 더블 순열 방식으로 생성하지만 3개의 운전모드를 조합하여 테스트 스크립트를 생성한다.In this way, when the triple permutation scheme is applied, the test script generation unit 140 generates the test script by combining the three operation modes, while generating the double-permutation scheme.

다음으로, 테스트 스크립트 생성부(140)에서 랜덤(random) 방식으로 테스트 스크립트를 생성하는 경우에 대해 설명하기로 한다. 테스트 스크립트 생성부(140)는 동작모드를 고려하지 않고 동작모드 내의 테스트 명령을 임의로 선택하여 의도하지 않은 시나리오에 대한 무작위 동작으로 테스트하기 위한 테스트 스크립트를 생성한다. 테스트 스크립트 생성부(140)는 무작위 방식으로 테스트 스크립트를 생성할 때, 명령어의 시간과 테스트 스크립트 내의 총 명령어 수를 정할 수 있다. 명령어의 시간은 해당 명령어가 입력되었을 때 테스트하고자 하는 제품의 특성에 따라 명령어 유지 시간이 달라질 수 있기 때문에 생성 시 명령어 시간을 입력해 준다.Next, the case where the test script generating unit 140 generates a test script in a random manner will be described. The test script generating unit 140 randomly selects a test command in the operation mode without considering the operation mode and generates a test script for testing the random operation for the unintended scenario. When generating the test script in a random manner, the test script generating unit 140 can determine the time of the instruction and the total number of instructions in the test script. The instruction time can be changed depending on the characteristics of the product to be tested when the corresponding instruction is input.

이와 같이, 테스트 스크립트 생성부(140)는 랜덤 방식이 적용되는 경우에, 생성될 수 있는 명령어 개수(NUM)와 명령어 간 시간 간격(wait)에 따라 명령어를 무작위로 선택하여 테스트 스크립트를 생성한다.In this way, when the random method is applied, the test script generating unit 140 generates a test script by randomly selecting an instruction according to the number of instructions NUM to be generated and the time interval between instructions (wait).

랜덤 방식은 체크리스트에 작성된 테스트 명령을 무작위로 선택하여 테스트 스크립트를 만드는 것으로, 무작위 테스트 스크립트는 임의동작에 의한 오류를 찾아낼 수 있다.The random method creates a test script by randomly selecting the test command written in the checklist, and the random test script can detect an error by random operation.

한편, 테스트 스크립트 생성부(140)는 생성된 테스트 스크립트로부터 실제 테스트를 수행하는데 걸리는 총 시간을 나타내는 테스트 예상 시간(expected test time)을 알려줄 수 있다.On the other hand, the test script generator 140 may notify the expected test time indicating the total time taken to perform the actual test from the generated test script.

도 4는 본 발명에 따른 테스트 스크립트 생성부의 테스트 엔지니어 제공용 메뉴를 나타낸 도면이다.4 is a diagram illustrating a menu provided by a test engineer in a test script generating unit according to the present invention.

테스트 스크립트 생성부(140)는 체크리스트(141), 명령어 사전(142) 및 시퀀스 파일(143)을 이용하여 동작 모드와 생성 방식에 따라 테스트 스크립트(144)를 생성한다. 이때, 테스트 스크립트 생성부(140)는 체크리스트(141)가 전달되면, 'Checklist'(145)에 생성 가능한 동작 모드의 선택 항목을 표시하여 테스트 엔지니어에게 제공할 수 있다. The test script generation unit 140 generates the test script 144 according to the operation mode and the generation method using the check list 141, the command dictionary 142 and the sequence file 143. [ At this time, when the check list 141 is received, the test script generating unit 140 may display a selectable item of the operation mode that can be generated in the 'Checklist' 145 and provide the selected item to the test engineer.

한편, 테스트 스크립트 생성부(140)는 랜덤 방식의 경우에는 생성할 수 있는 명령어 갯수인 'NUM'(146)와 명령어 시간 간격인 'wait'(147)이 입력될 수 있다. 그리고 테스트 스크립트 생성부(140)는 테스트 스크립트 생성을 위한 테스트 예상 시간(148)을 표시할 수 있다.Meanwhile, in the case of the random method, the test script generation unit 140 may input 'NUM' 146, which is the number of instructions that can be generated, and 'wait' 147, which is a command time interval. The test script generating unit 140 may display a test expected time 148 for generating a test script.

도 5는 본 발명의 일실시예에 따른 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 방법에 대한 도면이다.5 is a diagram illustrating a test script generation method for testing an embedded system according to an embodiment of the present invention.

먼저, 테스트 스크립트 생성 장치(100)는 체크리스트 항목들이 체계화된 체크리스트를 생성한다(S201). 이때, 테스트 스크립트 생성 장치(100)는 유스 케이스 명세서 작성에 기반한 시나리오 흐름 및 시나리오 조건에 따라 체크리스트를 체계적인 구조로 생성할 수 있다.First, the test script generating apparatus 100 generates a check list in which check list items are structured (S201). At this time, the test script generating apparatus 100 can generate a check list in a systematic structure according to the scenario flow and scenario conditions based on the use case statement creation.

이후, 테스트 스크립트 생성 장치(100)는 체크리스트의 테스트 명령에 대한 입력값이 정의된 명령어 사전을 생성한다(S202).Then, the test script generating apparatus 100 generates an instruction dictionary in which an input value to the test instruction of the check list is defined (S202).

그런 다음, 테스트 스크립트 생성 장치(100)는 체크리스트, 명령어 사전을 참조하여 테스트 스크립트 생성 방식에 따라 테스트 스크립트를 생성한다(S203). 즉, 테스트 스크립트 생성 장치(100)는 체크리스트 항목의 동작모드 조합을 생성하고, 동작모드에 포함된 테스트 명령을 명령어 사전에서 검색하여 테스트 스크립트를 생성한다. 이때, 테스트 스크립트 생성 장치(100)는 순차적 방식, 더블 순열 방식, 트리플 순열 방식, 랜덤 방식 중 어느 하나의 방식에 따라 테스트 스크립트를 생성한다. 이때, 테스트 스크립트 생성 장치(100)는 순차적 방식을 이용하는 경우에, 테스트 스크립트 생성하기에 앞서, 동작모드 간 연결관계를 나타내는 시퀀스 파일을 생성하여 미리 준비한다.Then, the test script generating apparatus 100 refers to the check list and the command dictionary, and generates a test script according to the test script generating method (S203). That is, the test script generating apparatus 100 generates a combination of operation modes of the check list items, and generates a test script by searching for a test command included in the operation mode in the command dictionary. At this time, the test script generating apparatus 100 generates a test script according to one of a sequential method, a double permutation method, a triple permutation method, and a random method. At this time, in the case of using the sequential method, the test script generating apparatus 100 generates and prepares a sequence file indicating a connection relationship between operation modes before generating the test script.

이상에서 설명된 본 발명의 실시예는 예시적인 것에 불과하며, 본 발명이 속한 기술분야의 통상의 지식을 가진 자라면 이로부터 다양한 변형 및 균등한 타 실시예가 가능하다는 점을 잘 알 수 있을 것이다. 그럼으로 본 발명은 상기의 상세한 설명에서 언급되는 형태로만 한정되는 것은 아님을 잘 이해할 수 있을 것이다. 따라서 본 발명의 진정한 기술적 보호 범위는 첨부된 특허청구범위의 기술적 사상에 의해 정해져야 할 것이다. 또한, 본 발명은 첨부된 청구범위에 의해 정의되는 본 발명의 정신과 그 범위 내에 있는 모든 변형물과 균등물 및 대체물을 포함하는 것으로 이해되어야 한다.It will be apparent to those skilled in the art that various modifications and equivalent arrangements may be made therein without departing from the spirit and scope of the invention as defined by the appended claims. Accordingly, it is to be understood that the present invention is not limited to the above-described embodiments. Accordingly, the true scope of the present invention should be determined by the technical idea of the appended claims. It is also to be understood that the invention includes all modifications, equivalents, and alternatives falling within the spirit and scope of the invention as defined by the appended claims.

110 : 체크리스트 생성부 120 : 명령어 사전 생성부
130 : 시퀀스 파일 생성부 140 : 테스트 스크립트 생성부
110: Checklist generation unit 120: Instruction dictionary generation unit
130: Sequence file generation unit 140: Test script generation unit

Claims (15)

하나 이상의 체크리스트 항목이 체계화된 체크리스트를 생성하기 위한 체크리스트 생성부;
상기 체크리스트의 테스트 명령에 대한 입력값이 정의된 명령어 사전을 생성하기 위한 명령어 사전 생성부; 및
상기 체크리스트 항목의 동작모드 조합을 생성하고, 상기 동작모드에 포함된 테스트 명령을 상기 명령어 사전에서 검색하여 테스트 스크립트를 생성하기 위한 테스트 스크립트 생성부;를 포함하고,
상기 테스트 스크립트 생성부는,
상기 동작모드를 더블 순열 방식으로 나열하여 조합을 생성하는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치.
A checklist generator for generating a checklist in which one or more checklist items are structured;
An instruction dictionary generating unit for generating an instruction dictionary in which an input value to the test instruction of the check list is defined; And
And a test script generator for generating a test script by generating a combination of operation modes of the checklist item and searching for the test command included in the operation mode in the command dictionary,
Wherein the test script generating unit comprises:
And generating a combination by listing the operation modes in a double permutation manner.
제 1 항에 있어서,
상기 동작모드를 순차적으로 생성하기 위한 문법을 정의하여 상기 동작모드 간 연결관계를 나타내는 시퀀스 파일을 생성하기 위한 시퀀스 파일 생성부;
를 더 포함하는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치.
The method according to claim 1,
A sequence file generation unit for generating a sequence file indicating a connection relationship between the operation modes by defining a syntax for sequentially generating the operation modes;
Further comprising: a test script generator for testing the embedded system.
제 1 항에 있어서,
상기 체크리스트 생성부는,
상기 체크리스트를 유스 케이스(Use case) 명세서 작성에 기반한 시나리오 흐름 및 시나리오 조건에 따라 체계적인 구조로 생성하는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치.
The method according to claim 1,
Wherein the check list generator comprises:
Wherein the checklist is generated in a systematic structure according to scenario flow and scenario conditions based on use case specification creation.
제 1 항에 있어서,
상기 체크리스트의 항목에는, 동작모드, 기능분류, 조건, 기능설명, 테스트 명령이 포함되며,
상기 동작모드는 테스트 전략에 따라 특정 기능을 테스트하기 위해 사용자가 정의한 일련의 동작 흐름을 나타내는 항목이고, 상기 기능분류는 상기 동작모드 각각의 수행 기능으로, 진입시조건, 종료조건 및 주동작 항목이 포함되며, 상기 조건은 상기 진입시조건 혹은 상기 종료조건에 설정되고, 상기 기능설명은 각 기능이 수행해야 하는 내용을 나타내며, 상기 테스트 명령은 상기 체크리스트 해당 열의 기능을 테스트하기 위한 실제 테스트 명령어를 나타내는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치.
The method according to claim 1,
The item of the checklist includes an operation mode, a function classification, a condition, a function description, and a test command,
The operation mode is an item indicating a series of operation flows defined by a user for testing a specific function according to a test strategy, and the function classification is an operation function of each operation mode, and includes an entry condition, an end condition, and a main operation item Wherein the condition is set to the entry condition or the termination condition, the function description indicates contents to be performed by each function, and the test command is an embedded test result indicating an actual test instruction for testing the function of the check list column A test script generator for testing the system.
제 2 항에 있어서,
상기 테스트 스크립트 생성부는,
상기 시퀀스 파일에 정해진 순서에 따라 상기 동작모드를 순차적으로 나열하여 조합을 생성하는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치.
3. The method of claim 2,
Wherein the test script generating unit comprises:
And generating a combination by sequentially listing the operation modes according to a predetermined order in the sequence file.
삭제delete 제 1 항에 있어서,
상기 테스트 스크립트 생성부는,
상기 동작모드를 트리플 순열 방식으로 나열하여 조합을 생성하는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치.
The method according to claim 1,
Wherein the test script generating unit comprises:
And generating a combination by listing the operation modes in a triple permutation manner to generate a test script for testing the embedded system.
제 1 항에 있어서,
상기 테스트 스크립트 생성부는,
상기 동작모드 내 테스트 명령을 임의로 선택하여 의도하지 않은 시나리오에 대한 무작위 동작으로 테스트하기 위한 상기 테스트 스크립트를 생성하는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 장치.
The method according to claim 1,
Wherein the test script generating unit comprises:
And generating the test script for randomly selecting a test command in the operation mode and testing the random operation for an unintended scenario.
하나 이상의 체크리스트 항목이 체계화된 체크리스트를 생성하는 단계;
상기 체크리스트의 테스트 명령에 대한 입력값이 정의된 명령어 사전을 생성하는 단계; 및
상기 체크리스트 항목의 동작모드 조합을 생성하고, 상기 동작모드에 포함된 테스트 명령을 상기 명령어 사전에서 검색하여 테스트 스크립트를 생성하는 단계;를 포함하고,
상기 테스트 스크립트를 생성하는 단계는,
상기 동작모드를 더블 순열 방식으로 나열하여 조합을 생성하는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 방법.
Generating a structured checklist of one or more checklist items;
Generating an instruction dictionary in which an input value to the test instruction of the checklist is defined; And
Generating a test script included in the operation mode by searching for the test command included in the operation mode in the command dictionary,
Wherein the generating the test script comprises:
And generating a combination by arranging the operation modes in a double permutation manner to generate a test script for testing the embedded system.
제 9 항에 있어서,
상기 테스트 스크립트를 생성하기 이전에, 상기 동작모드를 순차적으로 생성하기 위한 문법을 정의하여 상기 동작모드 간 연결관계를 나타내는 시퀀스 파일을 생성하는 단계;
를 더 포함하는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 방법.
10. The method of claim 9,
Generating a sequence file indicating a connection relationship between the operation modes by defining a syntax for sequentially generating the operation modes before generating the test script;
And generating a test script for testing the embedded system.
제 9 항에 있어서,
상기 체크리스트는, 유스 케이스(Use case) 명세서 작성에 기반한 시나리오 흐름 및 시나리오 조건에 따라 체계적인 구조로 생성되는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 방법.
10. The method of claim 9,
Wherein the checklist is generated in a systematic structure according to scenario flow and scenario conditions based on use case specification creation.
제 10 항에 있어서,
상기 테스트 스크립트를 생성하는 단계는,
상기 시퀀스 파일에 정해진 순서에 따라 상기 동작모드를 순차적으로 나열하여 조합을 생성하는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 방법.
11. The method of claim 10,
Wherein the generating the test script comprises:
And generating a combination by sequentially listing the operation modes according to a predetermined order in the sequence file to generate a test script for testing the embedded system.
삭제delete 제 9 항에 있어서,
상기 테스트 스크립트를 생성하는 단계는,
상기 동작모드를 트리플 순열 방식으로 나열하여 조합을 생성하는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 방법.
10. The method of claim 9,
Wherein the generating the test script comprises:
And generating a combination by arranging the operation modes in a triple permutation manner to generate a test script for testing the embedded system.
제 9 항에 있어서,
상기 테스트 스크립트를 생성하는 단계는,
상기 동작모드 내 테스트 명령을 임의로 선택하여 의도하지 않은 시나리오에 대한 무작위 동작으로 테스트하기 위한 상기 테스트 스크립트를 생성하는 임베디드 시스템의 테스팅을 위한 테스트 스크립트 생성 방법.
10. The method of claim 9,
Wherein the generating the test script comprises:
Generating a test script for testing a random operation for an unintended scenario by randomly selecting a test command in the operation mode.
KR1020170031133A 2017-03-13 2017-03-13 Apparatus and method for generating test scripts for testing embedded system KR101989311B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020170031133A KR101989311B1 (en) 2017-03-13 2017-03-13 Apparatus and method for generating test scripts for testing embedded system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020170031133A KR101989311B1 (en) 2017-03-13 2017-03-13 Apparatus and method for generating test scripts for testing embedded system

Publications (2)

Publication Number Publication Date
KR20180104414A KR20180104414A (en) 2018-09-21
KR101989311B1 true KR101989311B1 (en) 2019-06-14

Family

ID=63720965

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020170031133A KR101989311B1 (en) 2017-03-13 2017-03-13 Apparatus and method for generating test scripts for testing embedded system

Country Status (1)

Country Link
KR (1) KR101989311B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102220459B1 (en) * 2020-03-31 2021-02-26 (주)엔키아 Apparatus and method for automatically checking target devices

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101334806B1 (en) * 2013-04-04 2013-11-29 비티에스테크놀로지스(주) Method of proudcing input sets of test case in test case generating system
KR101469880B1 (en) * 2014-05-20 2014-12-08 비티에스테크놀로지스(주) table requirements based test case and expectation generation method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100065081A (en) 2008-12-05 2010-06-15 한국전자통신연구원 A method for automatic generation of build script program supporting for embedded development environment and embedded system
KR101149828B1 (en) * 2010-10-20 2012-05-24 홍익대학교 산학협력단 Use case diagrams are based on test case generation programs and use them to generate test cases

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101334806B1 (en) * 2013-04-04 2013-11-29 비티에스테크놀로지스(주) Method of proudcing input sets of test case in test case generating system
KR101469880B1 (en) * 2014-05-20 2014-12-08 비티에스테크놀로지스(주) table requirements based test case and expectation generation method

Also Published As

Publication number Publication date
KR20180104414A (en) 2018-09-21

Similar Documents

Publication Publication Date Title
CN106708719B (en) Service function testing method and device
US10459830B2 (en) Executable code abnormality detection
WO2020076382A1 (en) Dependency lock in cicd pipelines
CN103279418A (en) Test method and device for configuration control information
KR101989311B1 (en) Apparatus and method for generating test scripts for testing embedded system
Gario et al. Testing of safety-critical systems: An aerospace launch application
CN106294172A (en) App self-testing method based on terminal unit and device
KR20110023124A (en) Apparatus and method for verification for automotive ecu software
CN103049374A (en) Automatic testing method and device
KR102132383B1 (en) Ui testing automation method using deep learning algorithem and tree and appratus for the same
CN107203373B (en) Interface control acquiring method, interface control testing method, interface control acquiring device and interface control testing device
KR102024275B1 (en) Test program development system and its method using script
CN104008056A (en) Software testing method and device
CN103176903A (en) Testing method and testing device of MapReduce distributed system program
US10649444B2 (en) Method and system for generating minimal cut-sets for highly integrated large systems
KR101469880B1 (en) table requirements based test case and expectation generation method
JP6169302B2 (en) Specification configuration apparatus and method
CN111581019B (en) Test method and device for storage fault recovery
KR102185293B1 (en) Apparatus and method for automatically setting reliability test tool
EP3091453A1 (en) Designing a longevity test for a smart tv
KR102002545B1 (en) Code test automatic proceeding method through virtualixation and appratus for the same
CN103914380A (en) Boundary value testing method and system in structure tests
Howar et al. Trusting outsourced components in flight critical systems
CN112015633A (en) Test excitation multi-platform multiplexing method, device, equipment and storage medium
Diepenbeck et al. Towards automatic scenario generation from coverage information

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