KR20190084827A - Method for automatic test of program compatibility and apparatus using the same - Google Patents

Method for automatic test of program compatibility and apparatus using the same Download PDF

Info

Publication number
KR20190084827A
KR20190084827A KR1020180003018A KR20180003018A KR20190084827A KR 20190084827 A KR20190084827 A KR 20190084827A KR 1020180003018 A KR1020180003018 A KR 1020180003018A KR 20180003018 A KR20180003018 A KR 20180003018A KR 20190084827 A KR20190084827 A KR 20190084827A
Authority
KR
South Korea
Prior art keywords
test
program
recording
document
file
Prior art date
Application number
KR1020180003018A
Other languages
Korean (ko)
Other versions
KR102103590B1 (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 KR1020180003018A priority Critical patent/KR102103590B1/en
Publication of KR20190084827A publication Critical patent/KR20190084827A/en
Application granted granted Critical
Publication of KR102103590B1 publication Critical patent/KR102103590B1/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/3696Methods or tools to render software testable

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)

Abstract

Disclosed is a method for a program compatibility automatic test, which comprises the steps of: opening a document corresponding to a test file; performing a test if the document is opened, and handling the error and recording the result if the document is not opened; and determining whether the remaining test file exists, wherein if the remaining test file exists, executing a test target program is further included, and if not, an automatic test is terminated is further included. According to the present invention, the program compatibility test can be automatically performed.

Description

프로그램 호환성 자동테스트 방법 및 이를 이용하는 장치{METHOD FOR AUTOMATIC TEST OF PROGRAM COMPATIBILITY AND APPARATUS USING THE SAME}METHOD FOR AUTOMATIC TEST OF PROGRAM COMPATIBILITY AND APPARATUS USING THE SAME [0002]

본 발명은 프로그램 호환성 자동테스트 방법 및 이를 이용하는 장치에 관한 것으로, 더욱 상세하게는 개체를 포함하는 미리 준비된 테스트 문서를 오류 없이 실행하는지, 개체를 정확히 표시하는지, GUI 기능을 오류 없이 실행하는지에 관해 테스트 문서 대비 프로그램의 호환성을 테스트를 자동으로 수행하는 방법 및 이를 이용하는 장치에 관한 것이다.The present invention relates to a program compatibility automatic test method and apparatus using the same, and more particularly, to a program compatibility automatic test method and test method for testing whether a preliminarily prepared test document including an object is executed without error, The present invention relates to a method for automatically performing a test of compatibility of a program with respect to a document and a device using the same.

최근 개발되는 소프트웨어, 애플리케이션 또는 프로그램들은 다양한 플랫폼 및 다양한 운영체제 환경에서 동작하도록 개발되고 있으며, 또한 과거와 비교하여 여러 가지 기술의 융합에 따라 다양한 기능 포함하고 있는 것이 특징이다.Recently developed software, applications, or programs are developed to operate in various platforms and operating system environments, and include various functions according to the convergence of various technologies as compared with the past.

이러한 프로그램은 제작 단계에서 GUI의 기능이 설계대로 제대로 동작하는지 테스트 하는 과정을 거치게 된다. 즉, 프로그램이 다양한 플랫폼 및 운영체제 환경에서 GUI를 통한 입력에 대해 기대되는 기능을 실행하고 합당한 결과를 출력하는지, 무한 루프의 오류로 인해서 프로그램을 구동하는 장치가 정지되는 일은 없는지를 판단하는 테스트가 수행된다.These programs are tested during the production stage to check whether the GUI functions properly according to the design. That is, the program performs a function that performs expected functions for input through the GUI in various platforms and operating system environments and outputs a reasonable result, and a test is performed to determine whether a device driving the program is stopped due to an infinite loop error do.

특히 새로운 버전의 프로그램이 개발된 경우, 이전 버전의 프로그램에 의해 작성된 문서가 새로운 버전의 프로그램에서 올바로 구동되는지에 관한 프로그램 호환성 자동테스트는, GUI의 기능성만을 테스트하는 GUI 자동테스트와 구별된다.In particular, when a new version of the program is developed, the program compatibility automatic test as to whether the document created by the previous version of the program is correctly run in the new version of the program is distinguished from the GUI automatic test which tests only the functionality of the GUI.

프로그램 호환성 테스트에서는 실제 작성된 문서가 이용된다. 즉 새로 개발된 프로그램이 이전 버전의 프로그램으로 작성된 문서의 콘텐츠를 올바로 표시하는지 예를 들어, 크기, 위치, 색상 등을 이전 버전의 프로그램에서와 동일하게 구현하는가를 점검하는 테스트이다.In the program compatibility test, the actual written document is used. That is, it is a test to check whether the newly developed program correctly displays the contents of the document created by the previous version of the program, for example, size, position, color, and the like as in the previous version of the program.

그런데 개발자는 이러한 테스트를 위해서 점검 항목 및 메뉴 분석 등의 작업을 수작업을 통해 수행해야 하는 경우가 대부분이다. 이는 테스트 환경을 사용자들이 프로그램을 이용하는 환경과 동일하게 맞추고, 사용자들이 프로그램을 이용하는 방법과 동일한 방법으로 테스트를 수행함으로써 실제 사용환경에서 발생하는 오류가 검출될 수 있기 때문이다. 그리고 오류 검출의 신뢰도 확립을 위해 사용자의 사용환경과 동일한 사용환경에서 사용자가 수행하는 방법과 동일한 방법에 의한 테스트가 반복적으로 수행되어야 한다.However, most of the developers have to manually perform the tasks such as checking items and menu analysis for these tests. This is because the test environment is set to be the same as the environment in which the users use the program and the test is performed in the same manner as the method in which the users use the program, so that errors occurring in the actual use environment can be detected. In order to establish the reliability of the error detection, the same test method as that performed by the user in the same use environment as the user environment must be repeatedly performed.

상기 수작업에 의한 테스트 과정에서 개발자는 직접 점검 범위를 계획하고, 일반 사용자가 프로그램을 사용하는 환경 및 방법과 동일하도록 테스트 동작을 프로그래밍에 의해 설정하게 된다.In the manual test procedure, the developer directly schedules the inspection range, and sets the test operation by programming so that the general user is the same as the environment and method in which the program is used.

따라서 테스트를 진행하기 위해서는 사용자가 프로그램을 사용하는 과정을 모두 설정하여 수행해야 하며, 테스트 항목을 추가할수록 테스트의 준비를 위한 과정이 복잡해지고, 준비 시간이 크게 증가하게 되는 문제점이 있다.Therefore, in order to proceed with the test, the user has to set and execute all processes of using the program. The more the test items are added, the more complicated the process for preparation of the test becomes, and the preparation time is greatly increased.

한국 공개특허 10-2014-0004495(공개일 2014.01.13) "응용 프로그램의 자동 테스트 방법 및 그 전자 장치"Korean Patent Laid-Open No. 10-2014-0004495 (Publication date 2014.01.13) "

본 발명이 해결하고자 하는 과제는, 프로그램의 호환성 테스트를 자동으로 수행하는 방법 및 장치를 제공하는 것이다.SUMMARY OF THE INVENTION It is an object of the present invention to provide a method and apparatus for automatically performing a program compatibility test.

본 발명이 추가적으로 해결하려는 과제는, 이전 버전으로 작성된 테스트 문서를 이용하여 새롭게 개발된 프로그램이 테스트 문서를 올바르게 구현하는지를 테스트 하는 방법 및 장치를 제공하는 것이다.It is a further object of the present invention to provide a method and apparatus for testing whether a newly developed program correctly implements a test document using a test document created in a previous version.

본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 방법은, 테스트 파일에 해당하는 문서를 여는 단계; 상기 문서가 열린 경우, 테스트를 수행하고, 상기 문서가 열리지 않은 경우, 오류를 처리한 후, 해당 결과를 기록하는 단계; 및 나머지 테스트 파일이 존재하는지 판단하는 단계를 포함하되, 나머지 테스트 파일이 존재하는 경우, 상기 테스트 대상 프로그램을 실행시키는 단계 이하의 단계를 더 포함하고, 그렇지 않은 경우, 자동테스트를 종료하는 단계를 더 포함하는 것을 특징으로 한다.According to an embodiment of the present invention, there is provided an automatic program compatibility test method comprising: opening a document corresponding to a test file; Performing a test when the document is opened, if the document is not opened, processing the error, and recording the result; Determining whether there is a remaining test file, and if the remaining test file exists, executing the test target program, and if not, terminating the automatic test .

여기서, 상기 자동테스트 방법은, 상기 문서를 열기 이전에, 호환성 점검을 위한 테스트 파일을 종류 별로 독립된 폴더에 마련하는 단계를 더 포함하는 것을 특징으로 한다.Here, the automatic test method may further include a step of providing a test file for compatibility check in an independent folder for each type before opening the document.

여기서, 상기 자동테스트 방법은, 상기 테스트 파일을 마련하고 상기 문서를 열기 이전에, 테스트 대상 프로그램을 실행시키는 단계를 더 포함하는 것을 특징으로 한다.Here, the automatic test method may further include preparing the test file and executing a test target program before opening the document.

여기서, 상기 테스트 대상 프로그램이 실행된 경우, 상기 테스트 대상 프로그램의 크기 및 위치를 고정하는 단계; 및 임시 파일(temp file)을 생성하는 단계를 더 포함하는 것을 특징으로 한다.Fixing a size and a position of the test target program when the test target program is executed; And creating a temporary file (temp file).

여기서, 테스트 파일에 대한 히스토리가 존재하는지 판단하고, 테스트 대상 프로그램이 최초로 실행된 경우, 최초 실행임을 최초 모드 ini 파일에 기록하는 단계를 더 포함하는 것을 특징으로 한다.Here, the method further includes the step of determining whether a history of the test file exists and recording the first execution in the initial mode ini file when the test target program is executed for the first time.

여기서, 상기 문서는, 이전 버전의 테스트 대상 프로그램을 이용해서 작성된 문서를 포함하고, 상기 테스트 항목은, 상기 문서에 대한 호환성 검사를 포함하는 것을 특징으로 한다.Here, the document includes a document created using a previous version of the test target program, and the test item includes a compatibility test for the document.

여기서, 상기 테스트 대상 프로그램을 실행시키는 단계는, 상기 테스트 파일의 확장자에 맞는 테스트 대상 프로그램을 실행시키는 것을 특징으로 한다.Here, the step of executing the test target program is characterized by executing a test target program suited to the extension of the test file.

여기서, 상기 자동테스트 방법은, 하나 이상의 테스트 파일들을 불러온 상태에서 상기 테스트 대상 프로그램이 차지하는 시스템 리소스를 조사하는 단계를 더 포함하는 것을 특징으로 한다.Here, the automatic test method may further include examining a system resource occupied by the test target program in a state where one or more test files are loaded.

여기서, 상기 자동테스트 방법은, 상기 시스템 리소스를 조사하는 단계와 연계하여, 상기 리소스 조사 후 불러온 상기 테스트 파일들을 닫는 단계를 더 포함하되, 새로운 테스트 파일을 불러오기 전에 이전 파일을 닫거나, 상기 테스트 파일들을 누적해서 불러오고 한 번에 닫는 것을 특징으로 한다.The automatic test method may further include closing the test files retrieved after the resource inspection in conjunction with the step of examining the system resources. The method may further include closing the previous file before the new test file is loaded, The files are fetched in a cumulative manner and closed at once.

여기서, 상기 테스트 파일을 닫은 후에, 반환되는 시스템 리소스를 조사하는 단계를 더 포함하는 것을 특징으로 한다.The method may further include checking the returned system resource after closing the test file.

여기서, 상기 해당 결과를 기록하는 단계는, 테스트 문서의 첫 페이지로 이동하는 단계를 포함하는 것을 특징으로 한다.Here, the step of recording the result may include moving to a first page of a test document.

여기서, 상기 해당 결과를 기록하는 단계는, 테스트 문서의 미리보기 모드를 실행하는 단계를 더 포함하는 것을 특징으로 한다.Here, the step of recording the result may further include a step of executing a preview mode of the test document.

여기서, 상기 해당 결과를 기록하는 단계는, 상기 테스트 문서의 페이지의 페이지다운 과정을 통해 현재 문서 상태를 기록하는 단계를 더 포함하는 것을 특징으로 한다.The step of recording the result may further include recording a current document state through a page down process of a page of the test document.

여기서, 상기 자동테스트 방법은, 상기 테스트 문서에 대한 테스트 결과를 출력하는 단계를 더 포함하는 것을 특징으로 한다.Here, the automatic test method may further include outputting a test result for the test document.

여기서, 상기 해당 결과를 기록하는 단계는, 수행된 테스트의 회수를 표시하는 카운트 기록을 포함하는 것을 특징으로 한다.Here, the step of recording the result may include a count record indicating the number of times the test is performed.

여기서, 상기 해당 결과를 기록하는 단계는, 오류창이 뜨는 경우, 오류 사항의 처리 결과를 기록하는 단계를 포함하는 것을 특징으로 한다.Here, the step of recording the result may include recording the processing result of the error when the error window is displayed.

여기서, 상기 오류를 처리하는 단계는, 오류창이 뜨지 않는 경우, 이를 체크하고 처리되지 않은 오류 사항 및 예외 사항을 기록하는 단계를 더 포함하는 것을 특징으로 한다.Here, the step of processing the error may further include the step of checking the error window and recording an error and an exception that have not been processed.

여기서, 상기 해당 결과를 기록하는 단계는, 프로그램의 크기, 프로그램의 클래스, 프로그램의 실행 위치, 프로그램의 스타일에 관한 정보를 기록하는 것을 특징으로 한다.Here, the step of recording the result may include recording the size of the program, the class of the program, the execution position of the program, and the style of the program.

여기서, 상기 자동테스트 방법은, 상기 일련의 단계를 포함하는 사이클이 종료된 후, 추가로 수행되는 수회 사이클을 더 포함하는 것을 특징으로 한다.Here, the automatic test method may further include a plurality of additional cycles performed after the cycle including the series of steps is completed.

여기서, 상기 해당 결과를 기록하는 단계는, 이전 사이클에서 수행된 테스트 항목에 대한 평가와 비교하여 기록하는 것을 특징으로 한다.Here, the step of recording the result may be compared with an evaluation of a test item performed in a previous cycle.

여기서, 상기 해당 결과를 기록하는 단계는, 일 사이클에서 수행된 테스트 과정을 캡처한 이미지와 다른 사이클에서 수행된 테스트 과정을 캡처한 이미지의 비교 결과를 기록하는 것을 특징으로 한다.Here, the step of recording the result may include recording the comparison result of the image captured during the test cycle performed in one cycle and the image captured during the test cycle performed in the other cycle.

여기서, 상기 해당 결과를 기록하는 단계는, 프로그램 실행 가능성, 프로그램 GUI 기능 및 프로그램 GUI의 색상에 관한 테스트를 수행하고, 그 결과를 기록하는 것을 특징으로 한다.Here, the step of recording the result may be performed by performing a test on the color of the program execution possibility, the program GUI function, and the program GUI, and recording the result thereof.

본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 장치는, 호환성 자동테스트를 위해 마련된 테스트 파일을 여는데 필요한 테스트 대상 프로그램의 동작을 제어하는 프로그램 제어모듈; 그림 및 도형의 각종 개체를 포함하는 테스트 파일의 오픈, 화면 스크롤링, 미리보기 실행을 포함하는 대상 테스트 프로그램 동작 제어를 통해 테스트 파일의 호환성 점점 자동테스트를 수행하는 테스트 모듈; 및 호환성 자동테스트 과정에서 생성되는 영상을 캡처하고, 캡처된 영상을 처리하는 영상처리 모듈을 포함하되, 상기 테스트 모듈은, 상기 영상을 기준 영상과 비교하거나 테스트 회수 별로 캡처된 영상끼리 서로 비교하고, 테스트 과정에서 발생하는 실행상의 오류, 기능상의 오류 및 비교 결과의 차이로 인한 오류 사항을 처리하는 것을 특징으로 한다.A program compatibility automatic test apparatus according to an embodiment of the present invention includes a program control module for controlling an operation of a test target program required to open a test file prepared for compatibility automatic testing; Test module that performs automatic testing of increasingly compatible test files through target test program operation control including open, screen scrolling, and preview execution of test files containing various objects of drawings and shapes; And an image processing module for capturing an image generated in an automatic compatibility test process and processing a captured image, wherein the test module compares the image with a reference image or images captured by the number of tests, It is characterized by the fact that errors are caused by execution errors, functional errors, and comparison results that occur during the test process.

여기서, 상기 프로그램 호환성 자동테스트 장치는, 자동테스트의 결과를 기록하는 결과기록 모듈을 더 포함하는 것을 특징으로 한다.Here, the program compatibility automatic test apparatus may further include a result recording module for recording a result of the automatic test.

본 발명에 의하면, 프로그램의 호환성 테스트가 자동으로 수행될 수 있다.According to the present invention, compatibility testing of a program can be performed automatically.

또한, 이전 버전으로 작성된 테스트 문서를 이용하여 새롭게 개발된 프로그램이 테스트 문서를 올바르게 구현하는지를 점검하는 테스트가 자동으로 수행될 수 있다.In addition, a test can be performed automatically to check whether a newly developed program correctly implements a test document using a test document created in a previous version.

도 1은 본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 장치의 대략적인 블록도이다.
도 2는 본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 장치를 포함하는 시스템 환경의 예시도이다.
도 3은 도 2에 관한 상세한 예시도이다.
도 4는 본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 장치의 블록도이다.
도 5는 도 4의 제어부에 관한 상세한 블록도이다.
도 6은 본 발명의 일 실시 예에 따른 테스트 대상 프로그램 구동 장치에 해당하는 컴퓨팅 장치의 블록도이다.
도 7은 본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 방법의 흐름도이다.
도 8은 도 7에 나타낸 일 사이클의 반복 수행에 관한 흐름도이다.
도 9a, 9b, 9c는 도 7에 관한 예시도이다.
1 is a schematic block diagram of a program compatibility automatic test apparatus according to an embodiment of the present invention.
2 is an exemplary diagram of a system environment including a program compatibility automatic test apparatus according to an embodiment of the present invention.
Fig. 3 is a detailed illustration according to Fig.
4 is a block diagram of a program compatibility automatic test apparatus according to an embodiment of the present invention.
5 is a detailed block diagram of the control unit of FIG.
6 is a block diagram of a computing device corresponding to a program to be tested according to an embodiment of the present invention.
FIG. 7 is a flowchart of a method of automatic program compatibility test according to an embodiment of the present invention.
FIG. 8 is a flowchart of repetitive execution of one cycle shown in FIG. 7; FIG.
Figs. 9A, 9B, and 9C are exemplary views related to Fig.

이하, 첨부한 도면을 참조하여 프로그램 호환성 자동테스트 장치 및 방법에 대한 바람직한 실시 예를 상세히 설명하기로 한다.DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Reference will now be made in detail to the preferred embodiments of the present invention, examples of which are illustrated in the accompanying drawings.

각 도면에 제시된 동일한 참조부호는 동일한 부재를 나타낸다. 또한 본 발명의 일 실시 예들에 대해서 특정한 구조적 내지 기능적 설명들은 단지 본 발명에 따른 실시 예를 설명하기 위한 목적으로 예시된 것으로, 다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥상 가지는 의미와 일치하는 의미를 가지는 것으로 해석되어야 하며, 본 명세서에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는 것이 바람직하다.Like reference symbols in the drawings denote like elements. It should also be understood that the specific structural and functional descriptions for one embodiment of the present invention are presented for purposes of describing an embodiment of the present invention only and that, unless otherwise defined, all terms used herein, including technical or scientific terms, The terms have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. Terms such as those defined in commonly used dictionaries are to be interpreted as having a meaning consistent with the contextual meaning of the related art and are to be interpreted as ideal or overly formal in the sense of the art unless explicitly defined herein .

도 1은 본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 장치의 대략적인 블록도이다.1 is a schematic block diagram of a program compatibility automatic test apparatus according to an embodiment of the present invention.

도 1을 참조하면, 본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 장치(100)는 스탠드 얼론 형태로 운영체제(176), 테스트 프로그램 모듈(175) 및 테스트 대상 프로그램 모듈(179)을 모두 메모리(177)에 탑재할 수 있다.1, the program compatibility automatic test apparatus 100 according to an exemplary embodiment of the present invention includes an operating system 176, a test program module 175, and a test target program module 179 in a standalone manner. 177).

또한, 프로그램 호환성 자동테스트 장치(100)는 네트워크를 통해 여러 대의 컴퓨팅 장치(200)에서 구동되는 테스트 대상 프로그램 모듈(275)의 호환성을 테스트할 수 있다.In addition, the program compatibility automatic test apparatus 100 can test the compatibility of the test target program module 275 driven by a plurality of computing devices 200 through a network.

도 2는 본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 장치를 포함하는 시스템 환경의 예시도이다.2 is an exemplary diagram of a system environment including a program compatibility automatic test apparatus according to an embodiment of the present invention.

도 2를 참조하면, 본 발명의 일 실시 예에 따른 시스템 환경(1)은 프로그램 호환성 자동테스트 장치(100), 다수의 테스트 대상 프로그램 구동 장치(200), 데이터베이스(300) 및 네트워크(400)를 포함한다. 도 2를 구체적으로 나타내면 도 3과 같다.2, a system environment 1 according to an embodiment of the present invention includes a program compatibility automatic test apparatus 100, a plurality of test target program driving apparatuses 200, a database 300, and a network 400 . FIG. 2 is shown in detail in FIG.

도 3은 도 2에 관한 상세한 예시도이다.Fig. 3 is a detailed illustration according to Fig.

도 3을 참조하면, 프로그램 호환성 자동테스트 장치(100)는 운영체제(176) 및 테스트 프로그램 모듈(175)을 메모리(177)에 탑재하고, 대상 프로그램 구동 장치(200)는 운영체제(276) 및 테스트 대상 프로그램 모듈(275)을 메모리(277)에 탑재한다.3, the program compatibility automatic test apparatus 100 loads the operating system 176 and the test program module 175 into the memory 177, and the target program drive apparatus 200 loads the operating system 276 and the test program The program module 275 is loaded into the memory 277. [

네트워크(400)는 유선 및 무선 네트워크, 예를 들어 인터넷(internet), 인트라넷(intranet) 및 엑스트라넷(extranet), 셀룰러, 예를 들어 무선 전화 네트워크, LAN(local area network), WAN(wide area network), WiFi 네트워크, 애드혹 네트워크 및 이들의 조합을 비롯한 임의의 적절한 통신 네트워크 일 수 있다.The network 400 may be a wired and wireless network such as the Internet, an intranet and an extranet, a cellular such as a wireless telephone network, a local area network (LAN), a wide area network ), A WiFi network, an ad hoc network, and combinations thereof.

데이터베이스(300)는 프로그램 버전에 따라 GUI 구성, GUI 실행 및 GUI 색상 등을 비교하기 위한 기준 영상 및 이전에 수행된 테스트에서 획득된 영상에 관한 데이터베이스를 포함할 수 있다.The database 300 may include a reference image for comparing GUI configuration, GUI execution, GUI color, etc. according to the program version and a database about images obtained in the previously performed test.

네트워크(400)는 허브, 브리지, 라우터, 스위치 및 게이트웨이와 같은 네트워크 요소들의 연결을 포함할 수 있다. 네트워크(400)는 인터넷과 같은 공용 네트워크 및 안전한 기업 사설 네트워크와 같은 사설 네트워크를 비롯한 하나 이상의 연결된 네트워크들, 예컨대 다중 네트워크 환경을 포함할 수 있다. 네트워크(400)에의 액세스는 하나 이상의 유선 또는 무선 액세스 네트워크들을 통해 제공될 수 있다. 이하 도 3에 나타낸 구성에 따라 프로그램 호환성 자동테스트 장치(100)에 대해 설명하기로 한다.Network 400 may include connections of network elements such as hubs, bridges, routers, switches and gateways. The network 400 may include one or more connected networks, such as a multi-network environment, including a public network such as the Internet and a private network such as a secure corporate private network. Access to the network 400 may be provided via one or more wired or wireless access networks. Hereinafter, the program compatibility automatic test apparatus 100 will be described according to the configuration shown in FIG.

도 4는 본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 장치의 블록도이다.4 is a block diagram of a program compatibility automatic test apparatus according to an embodiment of the present invention.

도 4를 참조하면, 프로그램 호환성 자동테스트 장치(100)는 입력 디바이스(110), 디스플레이 디바이스(120), 출력 디바이스(130), 저장 장치(140), 통신 장치(150), 전원 장치(160) 및 제어부(170)를 포함한다. 그리고 제어부(170)는 테스트 프로그램 모듈(175)을 포함한다. 통신 장치(150)는 송신부(151) 및 수신부(152)를 포함한다.4, the program compatibility automatic test apparatus 100 includes an input device 110, a display device 120, an output device 130, a storage device 140, a communication device 150, a power supply device 160, And a control unit 170. The control unit 170 includes a test program module 175. The communication device 150 includes a transmitting unit 151 and a receiving unit 152.

입력 디바이스(110)는 대상 프로그램 모듈을 테스트하기 위해 테스트 프로그램 모듈을 구동하고 조작하는 데 필요한 입력을 수행하는 키보드, 터치스크린, 마우스, 전자펜 및 음성 입력장치, 예를 들어 마이크로폰을 포함하되, 이에 한정되는 것은 아니다. The input device 110 includes a keyboard, a touch screen, a mouse, an electronic pen, and a voice input device, such as a microphone, for performing the input necessary to operate and operate the test program module to test the target program module, But is not limited thereto.

디스플레이 디바이스(120)는 테스트 프로그램 모듈을 구동하는 화면의 프레임 출력을 수행하는 브라운관(cathode-ray tube, CRT), 액정 디스플레이(liquid crystal display, LCD), 플라즈마 디스플레이 패널(plasma display panel, PDP), 발광다이오드 (light emitting diode, LED) 디스플레이, 유기 발광다이오드(organic light emitting diode, OLED) 디스플레이를 포함하되, 이에 한정되는 것은 아니다.The display device 120 may include a cathode-ray tube (CRT), a liquid crystal display (LCD), a plasma display panel (PDP), and a plasma display panel But are not limited to, light emitting diode (LED) displays, organic light emitting diode (OLED) displays, and the like.

출력 디바이스(130)는 프린터, 플로터, 빔프로젝터, 텍스트 음성 변환(text to sound, TTS) 장치와 스피커 및 이어폰을 포함하되, 이에 한정되는 것은 아니다.The output device 130 includes, but is not limited to, a printer, a plotter, a beam projector, a text to sound (TTS) device, a speaker and an earphone.

저장 장치(140)는 프로그램 호환성 자동테스트 장치(100)로부터 분리가 가능/불가능한 모든 형태로서, 자기테이프, 자기드럼, 플로피 디스크, ZIP 드라이브 및 하드 디스크 드라이브(hard disk drive, HDD)와 같은 자기 방식의 저장장치, SD 카드, USB 메모리 및 솔리드 스테이트 드라이브(solid state drive, SSD)와 같은 플래시 메모리를 이용하는 전기 방식의 저장장치 및 CD-ROM 드라이브, DVD-ROM 드라이브, 블루레이 디스크(blu-ray disc) 드라이브와 같은 광학 방식의 저장장치를 포함하되, 이에 한정되는 것은 아니다. The storage device 140 may be any type of detachable / non-removable from the program compatibility automatic test apparatus 100 and may be a magnetic tape such as a magnetic tape, a magnetic drum, a floppy disk, a ZIP drive, and a hard disk drive An electronic storage device and a CD-ROM drive using a flash memory such as an SD card, a USB memory and a solid state drive (SSD), a DVD-ROM drive, a blu-ray disc ) Drives. ≪ / RTI >

통신 장치(150)는 네트워크(400)의 각종 통신망에 대응하는 통신 모듈, 예를 들어 블루투스 모듈, WiFi 모듈, 이더넷 인터페이스 카드, USB 모듈, 셀룰러 무선통신 모듈, 모뎀 및 무선 공유기를 포함하되, 이에 한정되는 것은 아니다. 통신 장치(150)는 내부에 송신부(151) 및 수신부(152)를 포함한다.The communication device 150 includes a communication module corresponding to various communication networks of the network 400, for example, a Bluetooth module, a WiFi module, an Ethernet interface card, a USB module, a cellular wireless communication module, a modem and a wireless router. It is not. The communication device 150 includes a transmitting unit 151 and a receiving unit 152 therein.

전원 장치(160)는 AC를 DC로 변환하는 파워 서플라이, 어댑터, SMPS와 리튬이온 전지, 납축전지, 연료 전지 및 바이오에탄올 전지와 같은 2차 전지와 그 밖의 1차 전지를 포함하되, 이에 한정되는 것은 아니다.The power supply 160 may include, but is not limited to, a power supply that converts AC to DC, an adapter, a secondary battery such as a SMPS and a lithium ion battery, a lead acid battery, a fuel cell, and a bioethanol battery, It is not.

제어부(170)는 프로세서 및 운영체제와 테스트 프로그램 모듈(175)이 로드된 메모리 영역을 포함한다. 그리고 제어부(170)는 사용자 선택 또는 설정에 따라 테스트 프로그램 모듈이 포함하는 명령어 셋을 실행한다. 이하 제어부(170)에 대하여 상세히 설명하도록 한다.The control unit 170 includes a memory area in which the processor and the operating system and the test program module 175 are loaded. The control unit 170 executes a command set included in the test program module according to user selection or setting. Hereinafter, the control unit 170 will be described in detail.

도 5는 도 4의 제어부에 관한 상세한 블록도이다.5 is a detailed block diagram of the control unit of FIG.

도 5를 참조하면, 제어부(170)는 프로세서(central processing unit, CPU)(178)와, 운영체제(176) 및 본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 방법에 관한 테스트 프로그램 모듈(175)이 로드된 메모리(177)를 포함한다. 구체적으로 제어부(170)는 메모리(177) 영역에서, 본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 방법을 수행하는 컴퓨터 명령어 셋이 포함된 프로그램 제어모듈(171), 테스트 모듈(172), 영상처리 모듈(173) 및 결과기로 모듈(174)을 포함한다.5, the control unit 170 includes a central processing unit (CPU) 178, an operating system 176, and a test program module 175 for a program compatibility automatic test method according to an embodiment of the present invention. And a loaded memory 177. Specifically, the control unit 170 includes a program control module 171, a test module 172, and a video control unit 173 including a set of computer instructions for performing the program compatibility automatic test method according to an embodiment of the present invention, Processing module 173 and result module 174.

제어부(170)는 본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 방법이 구현되도록 프로그램 호환성 자동테스트 장치(100) 내의 각 구성요소 및 모듈들을 제어한다.The control unit 170 controls each component and modules in the program compatibility automatic test apparatus 100 such that a program compatibility automatic test method according to an embodiment of the present invention is implemented.

운영 체제(176)는 프로그램 호환성 자동테스트 장치(100)의 파일 시스템, 각종 인터페이스를 관리 및 컴포넌트들의 동작을 제어하기 위한 컴퓨터 운영 프로그램이다. 운영 체제(176)는 그 예로서, 유선 및 모바일 디바이스의 운영 체제, 예를 들어 MS 윈도우, 유닉스, 리눅스, XOS, 안드로이드, iOS 운영 체제를 포함하고, 다만 이에만 한정되는 것은 아니다.The operating system 176 is a computer operating program for managing the file system of the program compatibility automatic test apparatus 100, managing various interfaces, and controlling operations of the components. The operating system 176 includes, but is not limited to, an operating system of a wired and mobile device, such as MS Windows, Unix, Linux, XOS, Android, iOS operating systems.

테스트 프로그램 모듈(175)은 본 발명에 기술된 것과 같은 다양한 기능을 제공하기 위해 운영 체제(176) 상에서 실행되도록 구성된 실행가능 프로그램이다. 테스트 프로그램 모듈(175)은 프로그램 제어모듈(171), 테스트 모듈(172), 영상처리 모듈(173) 및 결과기록 모듈(174)을 포함한다. 테스트 프로그램 모듈(175)이 포함하는 각종 모듈들(171 내지 174)에 대한 자세한 설명은 후술하기로 한다.The test program module 175 is an executable program configured to run on the operating system 176 to provide various functions as described in the present invention. The test program module 175 includes a program control module 171, a test module 172, an image processing module 173 and a result recording module 174. Details of the various modules 171 to 174 included in the test program module 175 will be described later.

도 4 및 도 5에 도시된 프로그램 호환성 자동테스트 장치(100) 구성에서 테스트 프로그램 모듈(175) 내의 구성은 설명의 편의를 위해 기능적으로 구분한 구성으로, 하드웨어적으로는 하나의 프로세서에 의해 처리되는 논리적인 기능으로 구성될 수 있는 것으로, 제시된 구분에 의해 본 발명을 한정하는 것은 아니다.The configuration in the test program module 175 in the configuration of the program compatibility automatic test apparatus 100 shown in FIG. 4 and FIG. 5 is a functionally separated configuration for convenience of description, and is processed by one processor in hardware And the present invention is not limited by the presented division.

또한, 각 구성간의 연결 관계가 연결선으로 도시되어 있거나, 상호 간의 연결 관계가 일일이 표현되어 있지 않지만, 연결선이 도시되지 않은 구성 간에도 제어 또는 데이터 교환을 위한 통신, 전달이 발생될 수 있으며, 제시된 바에 의해서만 본 발명을 한정하는 것은 아니다.In addition, the connection relationship between the respective components is shown as a connection line, or the connection relationship between the components is not expressed individually, but communication or transmission for control or data exchange may occur between configurations in which the connection line is not shown. The present invention is not limited thereto.

본 발명의 일 실시 예에 따른 테스트 대상 프로그램 구동 장치(200)는 컴퓨팅 장치(500)에 해당될 수 있다. 이하 컴퓨팅 장치(500)에 해당하는 본 발명의 일 실시 예에 따른 테스트 대상 프로그램 구동 장치(200)는 실시 예를 통해 보다 구체적으로 설명될 수 있다.The test target program driving device 200 according to an embodiment of the present invention may correspond to the computing device 500. [ Hereinafter, the test target program driving apparatus 200 according to an embodiment of the present invention corresponding to the computing apparatus 500 may be described in more detail with reference to embodiments.

컴퓨팅 장치(500)는 하나 이상의 CPU(central processing unit)들, 메모리, 대용량 저장소, 입력 인터페이스 장치, 출력 인터페이스 장치로 구성된 컴퓨팅 시스템을 포함할 수 있다. 컴퓨팅 시스템의 요소들은 버스를 통해 서로 통신할 수 있다.The computing device 500 may include a computing system comprised of one or more central processing units (CPUs), a memory, a mass storage, an input interface device, and an output interface device. The elements of the computing system may communicate with each other via a bus.

컴퓨팅 장치의 하드웨어 플랫폼은 개인용 컴퓨터, 핸드헬드 또는 랩톱 디바이스, 다중 프로세서 시스템, 마이크로프로세서 기반 시스템, 프로그램 가전제품, 및 이상의 시스템들 또는 디바이스들 중 임의의 것을 포함하는 분산 컴퓨팅 환경, 예컨대 클라우드 기반 컴퓨팅 시스템을 비롯한 많은 형태들로 구현될 수 있다.The hardware platform of a computing device may be a distributed computing environment, such as a personal computer, a handheld or laptop device, a multiprocessor system, a microprocessor-based system, a program product, and any of the above systems or devices, And the like.

도 6은 본 발명의 일 실시 예에 따른 대상 프로그램 구동 장치에 해당하는 컴퓨팅 장치의 블록도이다.6 is a block diagram of a computing device corresponding to a target program drive apparatus according to an embodiment of the present invention.

도 6을 참조하면, 컴퓨팅 장치(500)는 입력 인터페이스 장치(510), 출력 인터페이스 장치(520), 메모리(531), 저장장치(532), 전원 장치(540), 프로세서(550), 네트워크 인터페이스 장치(560), 무선통신 장치(570) 및 버스(580)를 포함한다.6, a computing device 500 includes an input interface device 510, an output interface device 520, a memory 531, a storage device 532, a power supply 540, a processor 550, Device 560, a wireless communication device 570, and a bus 580.

입력 인터페이스 장치(510)는 사용자의 입력에 따라 문서작성에 필요한 문자 또는 개체를 입력한다. 입력 인터페이스 장치(510)는 키보드(keyboard), 터치스크린(touch screen), 마우스(mouse), 전자펜(stylus pen) 및 펜 태블릿(pen tablet)을 포함하되, 이에 한정되는 것은 아니다.The input interface device 510 inputs characters or objects necessary for document creation according to the input of the user. The input interface device 510 includes, but is not limited to, a keyboard, a touch screen, a mouse, a stylus pen, and a pen tablet.

출력 인터페이스 장치(520)는 문서편집 프로그램 모듈 관련 사용자 인터페이스 등을 표시하는 디스플레이(display) 및 문서를 프린트 출력하는 프린터(printer)를 포함한다. 또한, 출력 인터페이스 장치(520)는 문서 내의 문자를 음성합성(text to speech, TTS) 엔진을 이용하여 음성으로 출력하는 스피커(speaker), 헤드폰(head-phone) 및 헤드셋(head-set)을 포함한다.The output interface device 520 includes a display for displaying a user interface related to a document editing program module and a printer for printing out a document. The output interface device 520 also includes a speaker, a head-phone, and a head-set for outputting the characters in the document by voice using a text to speech (TTS) engine. do.

프로세서(550)는 메모리(531) 및/또는 저장 장치(532)에 저장된 본 발명의 일 실시 예에 따른 데이터 백업 방법에 관한 문서편집 프로그램/서버 모듈(174/274)이 포함하고 있는 컴퓨터 명령어 셋을 실행할 수 있다. 프로세서(550)는 중앙 처리 장치(central processing unit, CPU), 그래픽 처리 장치(graphics processing unit, GPU) 또는 본 발명에 따른 방법들이 수행되는 전용의 프로세서를 의미할 수 있다. 메모리(531)와 저장 장치(532)는 휘발성 저장 매체 및/또는 비휘발성 저장 매체로 구성될 수 있다. 예를 들어, 메모리(531)는 읽기 전용 메모리(read only memory, ROM) 및/또는 랜덤 액세스 메모리(random access memory, RAM)로 구성될 수 있다.The processor 550 may include a computer instruction set 534 that includes a document editing program / server module 174/274 associated with a data backup method in accordance with an embodiment of the present invention stored in memory 531 and / . The processor 550 may refer to a central processing unit (CPU), a graphics processing unit (GPU), or a dedicated processor on which the methods according to the present invention are performed. The memory 531 and the storage device 532 may be composed of a volatile storage medium and / or a non-volatile storage medium. For example, the memory 531 may be comprised of read only memory (ROM) and / or random access memory (RAM).

무선통신 장치(570)는 근거리 무선통신, 무선 데이터 통신 및 무선 음성 통신을 위한 장치를 포함한다.The wireless communication device 570 includes devices for short-range wireless communication, wireless data communication, and wireless voice communication.

컴퓨팅 장치(500)에 포함된 각각의 구성 요소들은 버스(580)에 의해 연결되어 서로 통신을 수행한다.Each component included in computing device 500 is connected by bus 580 to communicate with each other.

이하 상기 설명한 프로그램 호환성 자동테스트 장치(100)가 테스트 프로그램 모듈(175)에 포함된 컴퓨터 명령어 셋의 연산을 통해 실행하는 본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 방법에 대해 도 4, 도 5 및 도 7 내지 도 11을 참조하여 설명하기로 한다.4 and 5, a program compatibility automatic test method according to an embodiment of the present invention, which is executed by the above-described program compatibility automatic test apparatus 100 through the operation of a computer instruction set included in the test program module 175, And Figs. 7 to 11. Fig.

먼저 호환성 점검을 위한 테스트 파일이 종류 별로 독립 폴더에 마련된다(S110). 자동테스트 장치(100)는 테스트 파일의 종류, 즉 확장자 별로 독립된 폴더를 만들어 테스트 파일을 해당 폴더에 저장한다. 여기서 사용되는 테스트 파일은, 문서편집용 워드프로세서로 작성된 문서 파일, 프리젠테이션 프로그램으로 작성된 파일, 스프레드시트 프로그램으로 작성된 파일을 포함할 수 있다.First, a test file for compatibility check is prepared in the independent folder for each type (S110). The automatic test apparatus 100 creates an independent folder for each kind of test file, that is, an extension, and stores the test file in the folder. The test file used here may include a document file created by a word processor for document editing, a file created by a presentation program, and a file created by a spreadsheet program.

다음으로 프로그램 호환성 자동테스트 장치(100)는 도 5에 나타난 자동테스트 프로그램 모듈(175)을 실행한다(S120).Next, the program compatibility automatic test apparatus 100 executes the automatic test program module 175 shown in FIG. 5 (S120).

다음으로 자동테스트 프로그램 모듈(175)은 테스트 대상 프로그램 모듈(275)을 실행한다(S130). S130 단계는 S131 내지 S133 단계를 포함한다. 이후의 단계는 자동테스트 프로그램 모듈(175)에 의해서 수행되므로, 그 실행 주체는 생략하기로 한다.Next, the automatic test program module 175 executes the test target program module 275 (S130). Step S130 includes steps S131 to S133. Since the subsequent steps are performed by the automatic test program module 175, the subject of execution will be omitted.

테스트 대상 프로그램이 실행되는 경우, 테스트 대상 프로그램의 크기 및 위치가 고정된다(S131). 여기서 크기는 테스트 대상 프로그램이 실행된 메인 윈도우의 크기를 의미하고, 위치는 메인 윈도우의 위치를 의미한다. 테스트 대상 프로그램이 최대 크기의 윈도우로 실행되는 경우에는 최대 크기 실행 사실이 테스트 결과에 기록된다.When the test target program is executed, the size and position of the test target program are fixed (S131). Here, the size means the size of the main window in which the program to be tested is executed, and the position means the position of the main window. When the program under test is run with the largest size window, the maximum size execution is recorded in the test result.

다음으로 임시 파일이 생성된다(S132). 임시 파일의 용도는 테스트 과정에서 발생되는 각종 이벤트 발생에 관한 정보를 기록하기 위함이다. 테스트가 종료되면 임시 파일에 파일명이 자동으로 부여되고, 임시 파일은 정식 파일로 저장 장치(140)에 영구히 저장된다.Next, a temporary file is generated (S132). The purpose of the temporary file is to record information about occurrence of various events occurring during the test process. When the test is terminated, a file name is automatically assigned to the temporary file, and the temporary file is permanently stored in the storage device 140 as a regular file.

다음으로 테스트 파일의 히스토리가 검색되고, 테스트 대상 프로그램이 최초 실행된 경우이면, 최초 실행 사실이 최초 모드 ini 파일에 기록된다(S133). 테스트 파일의 히스토리는 테스트 대상 프로그램의 열어보기 목록을 참조하여 검색될 수 있다. 최소 실행 사실에 관한 기록은 나중에 1차 테스트임을 증명해 준다.Next, the history of the test file is searched. If the test target program is executed for the first time, the first execution fact is recorded in the initial mode ini file (S133). The history of the test file can be retrieved by referring to the open view list of the program to be tested. The record of the minimum execution proves that it is the first test later.

다음 과정으로 테스트 파일에 해당하는 문서가 오픈된다(S140). 즉 테스트 대상 프로그램의 실행과 문서의 오픈은 나뉘어서 실행됨을 특징으로 한다. 이는 오류 발생시에 어느 단계에서 오류가 발생되었는지를 판단하기 위함이다.The document corresponding to the test file is opened in the next step (S140). That is, the execution of the test target program and the opening of the document are performed in a divided manner. This is to determine at which stage an error occurred when an error occurred.

문서가 열린 경우 프로그램 호환성 자동테스트 장치(100)는 테스트를 수행하고, 문서가 열리지 않은 경우, 오류를 처리한 후, 해당 결과를 기록한다(S150).When the document is opened, the program compatibility automatic test apparatus 100 performs the test. If the document is not opened, the error is processed and then the result is recorded (S150).

S140 단계 이후에, 문서가 열린 경우, 오류 등에 의해 문서가 열리지 않는 경우가 있을 수 있으며, 오류 등에 의해 문서가 열리지 않은 경우에도, 오류 창이나 예외 사항창이 열린 경우와 오류 창이나 예외 사항창이 열리지 않은 경우가 있을 수 있다.If the document is opened after step S140, the document may not be opened due to an error or the like. Even if the document is not opened due to an error, the error window or the exception window is opened, or the error window or exception window is not opened There may be cases.

문서가 열린 경우, 문서가 열리기까지 소요된 시간이 측정되고, 시간 메시지로 화면에 표시된다. 그리고 임시 파일에 시간 결과 값이 입력된다.When a document is opened, the time it takes to open the document is measured and displayed on the screen as a time message. Then, the time result value is input to the temporary file.

여기서, 문서는 이전 버전의 테스트 대상 프로그램을 이용해서 작성된 문서를 포함한다. 즉 현재 테스트 대상 프로그램의 이전 프로그램에 의해 작성된 문서를 이용하여 호환성 테스트가 진행된다.Here, the document includes a document created using a previous version of the test target program. That is, the compatibility test is performed using the document created by the previous program of the current test target program.

문서가 열리지 않은 경우, 오류 창이나 예외 사항창이 열린 경우에는, 오류 처리 및 메시지가 표시된다. 그리고 임시 파일에 오류 사항 처리 메시지가 입력된다. 오류 창이나 예외 사항창이 열리지 않은 경우에는, 처리되지 않은 오류 및 예외 사항이 체크되고, 임시 파일에 처리되지 않은 오류 사항 및 예외 사항이 입력된다.If the document does not open, an error window or an exception window is opened, error handling and a message are displayed. An error handling message is entered in the temporary file. If the error window or exception window is not opened, unhandled errors and exceptions are checked, and unhandled errors and exceptions are entered in the temporary file.

이하 문서가 열린 이후에 테스트 과정에 대해서 상세히 설명하기로 한다.After the document is opened, the test procedure will be described in detail.

이전 사이클에서 테스트가 수행된 경우라면, 테스트 대상 프로그램에 의해 문서가 열린 위치는 최종 페이지일 수 있다. 따라서 테스트 문서의 첫 페이지로 이동하는 단계가 필요하다. 첫 페이지로 이동을 위해 입력 디바이스(110)를 제어하여 화면의 변화가 없을 때까지 페이지 업 스크롤이 수행된다.If the test was performed in the previous cycle, the location where the document was opened by the program under test may be the last page. Therefore, we need to move to the first page of the test document. Page up scrolling is performed until there is no change in the screen by controlling the input device 110 to move to the first page.

그리고 테스트 문서의 미리보기 모드를 실행될 수 있다. 미리보기 모드에서 문서 내에 래이아웃된 개체들이 디스플레이 된다. 그리고 테스트 문서의 페이지다운 과정을 통해 현재 문서 상태가 기록된다.And a preview mode of the test document can be executed. Objects previewed in the document are displayed in the document. The status of the current document is recorded through the page down process of the test document.

또한 테스트 파일은 원본 데이터 배열로 그대로 저장될 수 있다. 오류 사항없이 저장되는 과정도 호환성 테스트의 점검 항목에 속한다. 그리고 현재 문서 상태가 기록된다. 수행되는 테스트가 최초 실행 모드인 경우 최초 모드 ini 파일에 최초 실행 사실이 기록된다. 만약 최초 실행 모드가 아닌 경우에는, 영상처리 모듈(173)에 의해 캡처된 영상이 이전 테스트에서 캡처된 영상 또는 원본 영상과 비교된다.The test file can also be stored as an original data array. The process of saving without error also belongs to the check item of compatibility test. The current document state is recorded. If the test being performed is the first run mode, the first run in the file is recorded in the first mode ini file. If it is not the initial execution mode, the image captured by the image processing module 173 is compared with the image captured in the previous test or the original image.

결과기록 모듈(174) 호환성 테스트 수행의 결과를 파일로 기록한다. 여기서 기록되는 사항은 프로그램의 크기, 프로그램의 클래스, 프로그램의 실행 위치, 프로그램의 스타일에 관한 정보를 포함한다. 그리고 상기 기록에는 수행된 테스트의 회수를 표시하는 카운트 기록을 포함한다.Results recording module 174 Records the results of the compatibility test execution as a file. The items recorded here include information on the size of the program, the class of the program, the execution position of the program, and the style of the program. And the record includes a count record indicating the number of tests performed.

최종적으로 테스트에 관한 결과 값이 출력된다. 테스트 파일에 대한 호환성 테스트가 완료되면 테스트 대상 프로그램은 종료된다(제품 실행 종료). Finally, the test result is output. When the compatibility test for the test file is completed, the program to be tested is terminated (product execution termination).

그리고 테스트가 실행되지 않은 나머지 테스트 파일이 존재하면, 프로그램 호환성 자동테스트 장치(100)는 S120 내지 S150 단계를 수행하고, 그렇지 않은 경우, 자동테스트를 종료한다(S160). 이로써 일 사이클의 프로그램 호환성 자동테스트 과정이 종료된다. 프로그램 호환성 자동테스트 장치(200)는 이후 제2 사이클, 제3 사이클 내지 제N 사이클의 프로그램 호환성 자동테스트를 추가적으로 수행할 수 있다.If there are remaining test files that have not been tested, the program compatibility automatic test apparatus 100 performs steps S120 to S150, and otherwise ends the automatic test (S160). This completes one cycle of the program compatibility automatic test procedure. The program compatibility automatic test apparatus 200 may further perform the program compatibility automatic test of the second cycle, the third cycle, and the Nth cycle.

본 발명의 일 실시 예에 따르면, 테스트 대상 프로그램은 하나의 테스트 파일에 대한 테스트가 종료된 경우에 바로 종료될 수 있으나, 경우에 따라 테스트 대상 프로그램이 차지하는 시스템 리소스 측정을 위해 복수의 테스트 대상 프로그램이 한꺼번에 종료될 수도 있다. 그리고 시스템 리소스 측정은 프로그램 종료 전에 측정되고, 종료 후에 반환되는 리소스도 측정될 수 있다.According to an embodiment of the present invention, the test target program may be terminated immediately when the test for one test file is terminated. However, in some cases, for the system resource measurement occupied by the test target program, It may be terminated at once. The system resource measurement is measured before the end of the program, and the resources returned after the end can also be measured.

도 8은 도 7에 나타낸 일 사이클의 반복 수행에 관한 흐름도이다.FIG. 8 is a flowchart of repetitive execution of one cycle shown in FIG. 7; FIG.

도 8을 참조하면, 도 7에 도시된 제1 사이클의 프로그램 호환성 자동테스트 방법이 수행되고, 이후에 제2 사이클 내지 제N 사이클 프로그램 호환성 자동테스트 방법이 수행되는 것이 나타나 있다.Referring to FIG. 8, the program compatibility automatic test method of the first cycle shown in FIG. 7 is performed, and then the second cycle to Nth cycle program compatibility automatic test method is performed.

회차 별로 테스트되는 항목이 조정될 수 있다. 예를 들면, 제1 사이클에서는 프로그램 실행 가능성을 테스트하고, 제2 사이클에서는 프로그램 GUI 기능이 실현되는지를 테스트하고, 제3 사이클에서는 프로그램 GUI의 색상에 관한 테스트가 진행될 수 있다. 이 경우, GUI 기능성 테스트와 같이, 구체적인 GUI 색상에 관한 테스트가 진행되지 않는 경우에는 화면 비교를 위해 캡처되는 영상으로서 컬러 영상이 아닌 흑백 영상 또는 이진화된 영상이 이용될 수도 있다.Items to be tested for each turn can be adjusted. For example, it is possible to test whether the program is executable in the first cycle, test whether the program GUI function is realized in the second cycle, and test the color of the program GUI in the third cycle. In this case, if a test regarding a specific GUI color does not proceed, such as a GUI functionality test, a black-and-white image or a binarized image may be used as an image to be captured for screen comparison, instead of a color image.

도 9a, 9b, 9c는 도 7에 관한 예시도이다.Figs. 9A, 9B, and 9C are exemplary views related to Fig.

도 9a, 9b, 9c를 참조하면, 테스트 프로그램 모듈의 실행에서 시작해서 테스트가 종료되는 과정이 실제로 테스트되는 테스트 대상 프로그램 명칭과 함께 예시적으로 나타나 있다.9A, 9B, and 9C, the process of starting the execution of the test program module and ending the test is exemplarily shown together with the name of the test target program to be actually tested.

이와 같이 본 발명의 일 실시 예에 따르면, 프로그램의 호환성 테스트가 자동으로 수행될 수 있다.As described above, according to an embodiment of the present invention, compatibility testing of a program can be performed automatically.

또한, 이전 버전으로 작성된 테스트 문서를 이용하여 새롭게 개발된 프로그램이 테스트 문서를 올바르게 구현하는지를 점검하는 테스트가 자동으로 수행될 수 있다.In addition, a test can be performed automatically to check whether a newly developed program correctly implements a test document using a test document created in a previous version.

전술한 본 발명의 설명은 예시를 위한 것이며, 본 발명이 속하는 기술분야의 통상의 지식을 가진 자는 본 발명의 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 쉽게 변형이 가능하다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시 예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다. 예를 들어, 단일형으로 설명되어 있는 각 구성 요소는 분산되어 실시될 수도 있으며, 마찬가지로 분산된 것으로 설명되어 있는 구성 요소들도 결합된 형태로 실시될 수 있다.It will be understood by those skilled in the art that the foregoing description of the present invention is for illustrative purposes only and that those of ordinary skill in the art can readily understand that various changes and modifications may be made without departing from the spirit or essential characteristics of the present invention. will be. It is therefore to be understood that the above-described embodiments are illustrative in all aspects and not restrictive. For example, each component described as a single entity may be distributed and implemented, and components described as being distributed may also be implemented in a combined form.

본 발명의 범위는 상기 상세한 설명보다는 후술하는 특허청구범위에 의하여 나타내어지며, 특허청구범위의 의미 및 범위 그리고 그 균등 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.The scope of the present invention is defined by the appended claims rather than the detailed description and all changes or modifications derived from the meaning and scope of the claims and their equivalents are to be construed as being included within the scope of the present invention do.

100: 프로그램 호환성 자동테스트 장치
110: 입력 디바이스
120: 디스플레이 디바이스
140: 저장 장치
170: 제어부
171: 프로그램 제어모듈
172: 테스트 모듈
173: 영상처리 모듈
174: 결과기록 모듈
175: 자동테스트 프로그램 모듈
200: 테스트 대상 프로그램 구동 장치
100: Program Compatibility Automatic Test Device
110: input device
120: Display device
140: Storage device
170:
171: Program control module
172: test module
173: Image processing module
174: Result recording module
175: Automatic test program module
200: Test program drive device

Claims (24)

테스트 파일에 해당하는 문서를 여는 단계;
상기 문서가 열린 경우, 호환성 테스트를 수행하고, 상기 문서가 열리지 않은 경우, 오류를 처리한 후, 해당 결과를 기록하는 단계; 및
나머지 테스트 파일이 존재하는지 판단하는 단계를 포함하되,
나머지 테스트 파일이 존재하는 경우, 상기 테스트 대상 프로그램을 실행시키는 단계 이하의 단계를 더 포함하고, 그렇지 않은 경우, 테스트를 종료하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
Opening a document corresponding to the test file;
Performing a compatibility test when the document is opened, and if the document is not opened, processing the error and recording the result; And
Determining whether a remaining test file exists,
Further comprising the step of: if the remaining test file exists, executing the test target program; and if not, ending the test.
청구항 1에 있어서,
상기 프로그램 호환성 자동테스트 방법은,
상기 문서를 열기 이전에, 호환성 점검을 위한 테스트 파일을 종류 별로 독립된 폴더에 마련하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The program compatibility automatic test method includes:
Further comprising the step of providing a test file for compatibility check in an independent folder for each type before opening the document.
청구항 2에 있어서,
상기 프로그램 화환성 자동테스트 방법은,
상기 테스트 파일을 마련하고 상기 문서를 열기 이전에, 테스트 대상 프로그램을 실행시키는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method of claim 2,
The programmable garland automatic test method includes:
Further comprising the step of preparing the test file and executing the program to be tested before opening the document.
청구항 3에 있어서,
상기 테스트 대상 프로그램이 실행된 경우,
상기 테스트 대상 프로그램의 크기 및 위치를 고정하는 단계; 및
임시 파일(temp file)을 생성하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method of claim 3,
When the test target program is executed,
Fixing a size and a position of the test target program; And
Further comprising the step of generating a temporary file (temp file).
청구항 4에 있어서,
테스트 파일에 대한 히스토리가 존재하는지 판단하고, 테스트 대상 프로그램이 최초로 실행된 경우, 최초 실행임을 최초 모드 ini 파일에 기록하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method of claim 4,
Further comprising the step of determining whether a history of the test file exists and recording the initial execution in the initial mode ini file when the test target program is executed for the first time.
청구항 1에 있어서,
상기 문서는,
이전 버전의 테스트 대상 프로그램을 이용해서 작성된 문서를 포함하고,
상기 테스트 항목은,
상기 문서에 대한 호환성 검사를 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The document,
Contains documents created using previous versions of the program under test,
The test items include:
And a compatibility check for the document.
청구항 3에 있어서,
상기 테스트 대상 프로그램을 실행시키는 단계는,
상기 테스트 파일의 확장자에 맞는 테스트 대상 프로그램을 실행시키는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method of claim 3,
Wherein the step of executing the test target program comprises:
And a test target program corresponding to the extension of the test file is executed.
청구항 1에 있어서,
상기 프로그램 호환성 자동테스트 방법은,
하나 이상의 테스트 파일들을 불러온 상태에서 상기 테스트 대상 프로그램이 차지하는 시스템 리소스를 조사하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The program compatibility automatic test method includes:
Further comprising the step of examining the system resources occupied by the test target program in a state that the one or more test files are loaded.
청구항 8에 있어서,
상기 프로그램 호환성 자동테스트 방법은,
상기 시스템 리소스를 조사하는 단계와 연계하여, 상기 리소스 조사 후 불러온 상기 테스트 파일들을 닫는 단계를 더 포함하되, 새로운 테스트 파일을 불러오기 전에 이전 파일을 닫거나, 상기 테스트 파일들을 누적해서 불러오고 한 번에 닫는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method of claim 8,
The program compatibility automatic test method includes:
Further comprising closing the test files retrieved after the examination of the resources in conjunction with the step of examining the system resources, wherein before closing the previous test file, the previous file is closed, the test files are cumulatively retrieved, And closing the program test program.
청구항 9에 있어서,
상기 테스트 파일을 닫은 후에, 반환되는 시스템 리소스를 조사하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method of claim 9,
Further comprising examining returned system resources after closing said test file. ≪ RTI ID = 0.0 > 31. < / RTI >
청구항 1에 있어서,
상기 해당 결과를 기록하는 단계는,
테스트 문서의 첫 페이지로 이동하는 단계를 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The step of recording the result includes:
And moving to the first page of the test document.
청구항 11에 있어서,
상기 해당 결과를 기록하는 단계는,
테스트 문서의 미리보기 모드를 실행하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method of claim 11,
The step of recording the result includes:
Further comprising the step of: executing a preview mode of the test document.
청구항 12에 있어서,
상기 해당 결과를 기록하는 단계는,
상기 테스트 문서의 페이지의 페이지다운 과정을 통해 현재 문서 상태를 기록하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method of claim 12,
The step of recording the result includes:
Further comprising the step of recording a current document status through a page down process of a page of the test document.
청구항 13에 있어서,
상기 프로그램 호환성 자동테스트 방법은,
상기 테스트 문서에 대한 테스트 결과를 출력하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
14. The method of claim 13,
The program compatibility automatic test method includes:
Further comprising the step of outputting a test result for the test document.
청구항 14에 있어서,
상기 해당 결과를 기록하는 단계는,
수행된 테스트의 회수를 표시하는 카운트 기록을 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
15. The method of claim 14,
The step of recording the result includes:
And a count record indicating the number of times the test has been performed.
청구항 1에 있어서,
상기 해당 결과를 기록하는 단계는,
오류창이 뜨는 경우, 오류 사항의 처리 결과를 기록하는 단계를 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The step of recording the result includes:
And recording the result of processing the error condition when an error window is displayed.
청구항 16에 있어서,
상기 오류를 처리하는 단계는,
오류창이 뜨지 않는 경우, 이를 체크하고 처리되지 않은 오류 사항 및 예외 사항을 기록하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
18. The method of claim 16,
Wherein the step of processing the error comprises:
And if the error window does not appear, check it and record unprocessed errors and exceptions.
청구항 1에 있어서,
상기 해당 결과를 기록하는 단계는,
프로그램의 크기, 프로그램의 클래스, 프로그램의 실행 위치, 프로그램의 스타일에 관한 정보를 기록하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The step of recording the result includes:
And recording information on the size of the program, the class of the program, the execution position of the program, and the style of the program.
청구항 1에 있어서,
상기 프로그램 호환성 자동테스트 방법은,
상기 일련의 단계를 포함하는 사이클이 종료된 후, 추가로 수행되는 수회 사이클을 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The program compatibility automatic test method includes:
Further comprising a plurality of additional cycles performed after the cycle including the series of steps is completed.
청구항 19에 있어서,
상기 해당 결과를 기록하는 단계는,
이전 사이클에서 수행된 테스트 항목에 대한 평가와 비교하여 기록하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method of claim 19,
The step of recording the result includes:
And comparing the test item with an evaluation of the test item performed in the previous cycle.
청구항 19에 있어서,
상기 해당 결과를 기록하는 단계는,
일 사이클에서 수행된 테스트 과정을 캡처한 이미지와 다른 사이클에서 수행된 테스트 과정을 캡처한 이미지의 비교 결과를 기록하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method of claim 19,
The step of recording the result includes:
And recording the result of the comparison of the captured image of the test process performed in one cycle and the captured image of the test process performed in the other cycle.
청구항 1에 있어서,
상기 해당 결과를 기록하는 단계는,
프로그램 실행 가능성, 프로그램 GUI 기능 및 프로그램 GUI의 색상에 관한 테스트를 수행하고, 그 결과를 기록하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The step of recording the result includes:
A program execution possibility, a program GUI function, and a color of a program GUI, and records the result.
프로그램 호환성 테스트를 위해 마련된 테스트 파일을 여는데 필요한 테스트 대상 프로그램의 동작을 제어하는 프로그램 제어모듈;
그림 및 도형의 각종 개체를 포함하는 테스트 파일의 오픈, 화면 스크롤링, 미리보기 실행을 포함하는 대상 테스트 프로그램 동작 제어를 통해 테스트 파일의 프로그램 호환성 테스트를 수행하는 테스트 모듈; 및
프로그램 호환성 테스트 과정에서 생성되는 영상을 캡처하고, 캡처된 영상을 처리하는 영상처리 모듈을 포함하되,
상기 테스트 모듈은,
상기 영상을 기준 영상과 비교하거나 테스트 회수 별로 캡처된 영상끼리 서로 비교하고, 테스트 과정에서 발생하는 실행상의 오류, 기능상의 오류 및 비교 결과의 차이로 인한 오류 사항을 처리하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 장치.
A program control module for controlling an operation of a test target program necessary for opening a test file prepared for a program compatibility test;
A test module for performing a program compatibility test of a test file through object test program operation control including opening, screen scrolling, and preview execution of a test file including various objects of pictures and figures; And
And an image processing module that captures an image generated in the program compatibility test process and processes the captured image,
The test module includes:
Comparing the images with the reference image or comparing images captured by the number of tests with each other, and processing errors due to differences in execution errors, functional errors, and comparison results generated during the testing process, Automatic test equipment.
청구항 23에 있어서,
상기 테스트의 결과를 기록하는 결과 기록 모듈을 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 장치.
24. The method of claim 23,
And a result recording module for recording the result of the test.
KR1020180003018A 2018-01-09 2018-01-09 Method for automatic test of program compatibility and apparatus using the same KR102103590B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020180003018A KR102103590B1 (en) 2018-01-09 2018-01-09 Method for automatic test of program compatibility and apparatus using the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020180003018A KR102103590B1 (en) 2018-01-09 2018-01-09 Method for automatic test of program compatibility and apparatus using the same

Publications (2)

Publication Number Publication Date
KR20190084827A true KR20190084827A (en) 2019-07-17
KR102103590B1 KR102103590B1 (en) 2020-04-23

Family

ID=67512980

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020180003018A KR102103590B1 (en) 2018-01-09 2018-01-09 Method for automatic test of program compatibility and apparatus using the same

Country Status (1)

Country Link
KR (1) KR102103590B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115794640A (en) * 2022-12-05 2023-03-14 安芯网盾(北京)科技有限公司 Linux drive compatibility testing method and device
CN116820946A (en) * 2023-06-16 2023-09-29 深圳国家金融科技测评中心有限公司 Method and device for automatically testing compatibility of target software

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005025543A (en) * 2003-07-03 2005-01-27 Mitsubishi Denki Information Technology Corp Consistency check system, consistency check method, consistency check program and management information creation system
KR20050043982A (en) * 2002-09-20 2005-05-11 인터내셔널 비지네스 머신즈 코포레이션 Method and apparatus for automatic updating and testing of software
US20110093773A1 (en) * 2009-10-19 2011-04-21 Browsera LLC Automated application compatibility testing
KR20140004495A (en) 2012-07-03 2014-01-13 삼성전자주식회사 Method for testing application program automatically and an electronic device thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050043982A (en) * 2002-09-20 2005-05-11 인터내셔널 비지네스 머신즈 코포레이션 Method and apparatus for automatic updating and testing of software
JP2005025543A (en) * 2003-07-03 2005-01-27 Mitsubishi Denki Information Technology Corp Consistency check system, consistency check method, consistency check program and management information creation system
US20110093773A1 (en) * 2009-10-19 2011-04-21 Browsera LLC Automated application compatibility testing
KR20140004495A (en) 2012-07-03 2014-01-13 삼성전자주식회사 Method for testing application program automatically and an electronic device thereof

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115794640A (en) * 2022-12-05 2023-03-14 安芯网盾(北京)科技有限公司 Linux drive compatibility testing method and device
CN115794640B (en) * 2022-12-05 2023-10-13 安芯网盾(北京)科技有限公司 Linux drive compatibility testing method and device
CN116820946A (en) * 2023-06-16 2023-09-29 深圳国家金融科技测评中心有限公司 Method and device for automatically testing compatibility of target software
CN116820946B (en) * 2023-06-16 2024-05-14 深圳国家金融科技测评中心有限公司 Method and device for automatically testing compatibility of target software

Also Published As

Publication number Publication date
KR102103590B1 (en) 2020-04-23

Similar Documents

Publication Publication Date Title
US11281570B2 (en) Software testing method, system, apparatus, device medium, and computer program product
US11934301B2 (en) System and method for automated software testing
CN109302522B (en) Test method, test device, computer system, and computer medium
US20240037020A1 (en) System and Method for Automated Software Testing
CN103377120B (en) A kind of applied program testing method and device
US20150347270A1 (en) Automatic test system and test method for computer, record medium, and program product
US20130263090A1 (en) System and method for automated testing
CN112711526B (en) UI test method, device, equipment and storage medium
US9176851B2 (en) Utilizing intelligent automated scripts to test software applications
CN109783388A (en) UI automated testing method, device and electronic equipment
US20120096438A1 (en) Checkpoint entry insertion during test scenario creation
US20200050534A1 (en) System error detection
CN111767208A (en) Automatic test method and device
CN104375934A (en) Method for testing reliability of Android mobile phone software
KR102103590B1 (en) Method for automatic test of program compatibility and apparatus using the same
US10025697B2 (en) Generation of automated unit tests for a controller layer system and method
CN109240928A (en) A kind of test method, device, equipment and storage medium
CN113094251B (en) Method and device for testing embedded system, computer equipment and storage medium
KR20150128711A (en) Method and system for analyzing a trace timeline of computer system activity
US10169216B2 (en) Simulating sensors
KR102087208B1 (en) Mnemonic based method for gui test automation and apparatus using the same
CN113656319A (en) Regression testing method and device, electronic equipment and storage medium
US20160275002A1 (en) Image capture in application lifecycle management for documentation and support
US20190279127A1 (en) Information processing apparatus, workflow test apparatus, and non-transitory computer readable medium
KR102087209B1 (en) Color difference based method for gui test automation and apparatus using the same

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