KR102103590B1 - 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
KR102103590B1
KR102103590B1 KR1020180003018A KR20180003018A KR102103590B1 KR 102103590 B1 KR102103590 B1 KR 102103590B1 KR 1020180003018 A KR1020180003018 A KR 1020180003018A KR 20180003018 A KR20180003018 A KR 20180003018A KR 102103590 B1 KR102103590 B1 KR 102103590B1
Authority
KR
South Korea
Prior art keywords
test
program
compatibility
document
recording
Prior art date
Application number
KR1020180003018A
Other languages
Korean (ko)
Other versions
KR20190084827A (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

본 발명은, 테스트 파일에 해당하는 문서를 여는 단계; 상기 문서가 열린 경우, 테스트를 수행하고, 상기 문서가 열리지 않은 경우, 오류를 처리한 후, 해당 결과를 기록하는 단계; 및 나머지 테스트 파일이 존재하는지 판단하는 단계를 포함하되, 나머지 테스트 파일이 존재하는 경우, 상기 테스트 대상 프로그램을 실행시키는 단계 이하의 단계를 더 포함하고, 그렇지 않은 경우, 자동테스트를 종료하는 단계를 더 포함하는 프로그램 호환성 자동테스트 방법을 개시한다. 본 발명에 따르면, 프로그램 호환성 테스트를 자동으로 수행할 수 있다.The present invention, the step of opening a document corresponding to the test file; If the document is opened, performing a test, and if the document is not opened, processing an error, and recording the corresponding result; And determining whether the remaining test files exist, if the remaining test files exist, further comprising steps below the step of executing the test target program, and if not, ending the automatic test further. Disclosed is an automatic test method for incorporating program compatibility. According to the present invention, a program compatibility test can be performed automatically.

Description

프로그램 호환성 자동테스트 방법 및 이를 이용하는 장치{METHOD FOR AUTOMATIC TEST OF PROGRAM COMPATIBILITY AND APPARATUS USING THE SAME}Method for automatic test of program compatibility and a device using the same {METHOD FOR AUTOMATIC TEST OF PROGRAM COMPATIBILITY AND APPARATUS USING THE SAME}

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

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

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

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

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

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

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

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

한국 공개특허 10-2014-0004495(공개일 2014.01.13) "응용 프로그램의 자동 테스트 방법 및 그 전자 장치"Korean Patent Publication No. 10-2014-0004495 (published on January 13, 2014) "Automatic test method of application and electronic device thereof"

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

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

본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 방법은, 테스트 파일에 해당하는 문서를 여는 단계; 상기 문서가 열린 경우, 테스트를 수행하고, 상기 문서가 열리지 않은 경우, 오류를 처리한 후, 해당 결과를 기록하는 단계; 및 나머지 테스트 파일이 존재하는지 판단하는 단계를 포함하되, 나머지 테스트 파일이 존재하는 경우, 상기 테스트 대상 프로그램을 실행시키는 단계 이하의 단계를 더 포함하고, 그렇지 않은 경우, 자동테스트를 종료하는 단계를 더 포함하는 것을 특징으로 한다.Method for automatically testing program compatibility according to an embodiment of the present invention includes: opening a document corresponding to a test file; If the document is opened, performing a test, and if the document is not opened, processing an error, and recording the corresponding result; And determining whether the remaining test files exist, if the remaining test files exist, further comprising steps below the step of executing the test target program, and if not, ending the automatic test further. It is characterized by including.

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

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

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

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

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

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

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

여기서, 상기 자동테스트 방법은, 상기 시스템 리소스를 조사하는 단계와 연계하여, 상기 리소스 조사 후 불러온 상기 테스트 파일들을 닫는 단계를 더 포함하되, 새로운 테스트 파일을 불러오기 전에 이전 파일을 닫거나, 상기 테스트 파일들을 누적해서 불러오고 한 번에 닫는 것을 특징으로 한다.Here, the automatic test method, in conjunction with the step of examining the system resource, further comprising the step of closing the test files loaded after the resource survey, close the previous file before loading a new test file, or the test It is characterized by stacking files and closing them at once.

여기서, 상기 테스트 파일을 닫은 후에, 반환되는 시스템 리소스를 조사하는 단계를 더 포함하는 것을 특징으로 한다.Here, after closing the test file, it characterized in that it further comprises the step of examining the returned system resources.

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

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

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

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

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

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

여기서, 상기 오류를 처리하는 단계는, 오류창이 뜨지 않는 경우, 이를 체크하고 처리되지 않은 오류 사항 및 예외 사항을 기록하는 단계를 더 포함하는 것을 특징으로 한다.Here, the step of processing the error is characterized in that when the error window does not appear, further comprising the step of checking it and recording the unhandled errors and exceptions.

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

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

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

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

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

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

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

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

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

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

이하, 첨부한 도면을 참조하여 프로그램 호환성 자동테스트 장치 및 방법에 대한 바람직한 실시 예를 상세히 설명하기로 한다.Hereinafter, preferred embodiments of the apparatus and method for automatically testing program compatibility will be described in detail with reference to the accompanying drawings.

각 도면에 제시된 동일한 참조부호는 동일한 부재를 나타낸다. 또한 본 발명의 일 실시 예들에 대해서 특정한 구조적 내지 기능적 설명들은 단지 본 발명에 따른 실시 예를 설명하기 위한 목적으로 예시된 것으로, 다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥상 가지는 의미와 일치하는 의미를 가지는 것으로 해석되어야 하며, 본 명세서에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는 것이 바람직하다.The same reference numerals in each drawing denote the same members. In addition, specific structural or functional descriptions for one embodiment of the present invention are exemplified for the purpose of explaining an embodiment according to the present invention, and unless defined otherwise, all used herein including technical or scientific terms. The terms have the same meaning as generally understood by a person skilled in the art to which the present invention pertains. Terms, such as those defined in a commonly used dictionary, should be interpreted as having meanings consistent with meanings in the context of related technologies, and should not be interpreted as ideal or excessively formal meanings unless explicitly defined herein. It is desirable not to.

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

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

또한, 프로그램 호환성 자동테스트 장치(100)는 네트워크를 통해 여러 대의 컴퓨팅 장치(200)에서 구동되는 테스트 대상 프로그램 모듈(275)의 호환성을 테스트할 수 있다.In addition, the program compatibility automatic test apparatus 100 may test the compatibility of the program module 275 to be tested, which is run on multiple 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과 같다.Referring to FIG. 2, the system environment 1 according to an embodiment of the present invention includes an automatic program compatibility test apparatus 100, a plurality of test target program driving apparatus 200, a database 300 and a network 400. Includes. Fig. 2 is specifically shown in Fig. 3.

도 3은 도 2에 관한 상세한 예시도이다.FIG. 3 is a detailed illustration of FIG. 2.

도 3을 참조하면, 프로그램 호환성 자동테스트 장치(100)는 운영체제(176) 및 테스트 프로그램 모듈(175)을 메모리(177)에 탑재하고, 대상 프로그램 구동 장치(200)는 운영체제(276) 및 테스트 대상 프로그램 모듈(275)을 메모리(277)에 탑재한다.Referring to FIG. 3, the program compatibility automatic test device 100 is equipped with an operating system 176 and a test program module 175 in a memory 177, and the target program driving device 200 is an operating system 276 and a test object The program module 275 is mounted in the memory 277.

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

데이터베이스(300)는 프로그램 버전에 따라 GUI 구성, GUI 실행 및 GUI 색상 등을 비교하기 위한 기준 영상 및 이전에 수행된 테스트에서 획득된 영상에 관한 데이터베이스를 포함할 수 있다.The database 300 may include a database for a reference image for comparing GUI configuration, GUI execution, GUI color, and the like according to a program version, and an image obtained in a 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, including a public network such as the Internet and a private network such as a secure corporate private network, such as a multiple network environment. Access to network 400 may be provided through one or more wired or wireless access networks. Hereinafter, the program compatibility automatic test apparatus 100 according to the configuration shown in FIG. 3 will be described.

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

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

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

디스플레이 디바이스(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 includes a cathode-ray tube (CRT), a liquid crystal display (LCD), a plasma display panel (PDP) that performs frame output of a screen driving a test program module, Light emitting diode (LED) display, an organic light emitting diode (OLED) display, but is not limited thereto.

출력 디바이스(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 is any form that can be separated / impossible from the program compatibility automatic test device 100, and magnetic methods such as magnetic tapes, magnetic drums, floppy disks, ZIP drives, and hard disk drives (HDDs). Electric storage and CD-ROM drives, DVD-ROM drives, and Blu-ray discs using flash memory, such as storage devices, SD cards, USB memory and solid state drives (SSDs). ) Includes an optical storage device such as a drive, but is not limited thereto.

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

전원 장치(160)는 AC를 DC로 변환하는 파워 서플라이, 어댑터, SMPS와 리튬이온 전지, 납축전지, 연료 전지 및 바이오에탄올 전지와 같은 2차 전지와 그 밖의 1차 전지를 포함하되, 이에 한정되는 것은 아니다.The power supply 160 includes, but is not limited to, a power supply for converting 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, and other primary batteries. It is not.

제어부(170)는 프로세서 및 운영체제와 테스트 프로그램 모듈(175)이 로드된 메모리 영역을 포함한다. 그리고 제어부(170)는 사용자 선택 또는 설정에 따라 테스트 프로그램 모듈이 포함하는 명령어 셋을 실행한다. 이하 제어부(170)에 대하여 상세히 설명하도록 한다.The control unit 170 includes a memory area loaded with a processor, an operating system, and a test program module 175. In addition, the control unit 170 executes a set of instructions included in the test program module according to a 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. 4.

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

제어부(170)는 본 발명의 일 실시 예에 따른 프로그램 호환성 자동테스트 방법이 구현되도록 프로그램 호환성 자동테스트 장치(100) 내의 각 구성요소 및 모듈들을 제어한다.The control unit 170 controls each component and modules in the program compatibility automatic test apparatus 100 so 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 a file system, various interfaces, and controlling operations of components of the program compatibility automatic test apparatus 100. The operating system 176 includes, by way of example, operating systems of wired and mobile devices, such as, but is not limited to, MS Windows, Unix, Linux, XOS, Android, and 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. The detailed description of the various modules 171 to 174 included in the test program module 175 will be described later.

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

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

본 발명의 일 실시 예에 따른 테스트 대상 프로그램 구동 장치(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 device 500 may be described in more detail through an embodiment.

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

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

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

도 6을 참조하면, 컴퓨팅 장치(500)는 입력 인터페이스 장치(510), 출력 인터페이스 장치(520), 메모리(531), 저장장치(532), 전원 장치(540), 프로세서(550), 네트워크 인터페이스 장치(560), 무선통신 장치(570) 및 버스(580)를 포함한다.Referring to FIG. 6, the computing device 500 includes an input interface device 510, an output interface device 520, a memory 531, a storage device 532, a power device 540, a processor 550, and a network interface 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 a character or an object necessary for writing a document according to a user's input. The input interface device 510 includes, but is not limited to, a keyboard, a touch screen, a mouse, an 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 displaying a user interface related to a document editing program module and a printer that prints and outputs a document. In addition, the output interface device 520 includes a speaker, a head-phone, and a head-set that outputs text in a document as 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 is a computer instruction set included in a document editing program / server module 174/274 for a data backup method according to an embodiment of the present invention stored in the memory 531 and / or the storage device 532 You can run The processor 550 may refer to a central processing unit (CPU), a graphics processing unit (GPU), or a dedicated processor on which methods according to the present invention are performed. The memory 531 and the storage device 532 may be composed of volatile storage media and / or non-volatile storage media. For example, the memory 531 may be composed 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 the computing device 500 is connected by the bus 580 to communicate with each other.

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

먼저 호환성 점검을 위한 테스트 파일이 종류 별로 독립 폴더에 마련된다(S110). 자동테스트 장치(100)는 테스트 파일의 종류, 즉 확장자 별로 독립된 폴더를 만들어 테스트 파일을 해당 폴더에 저장한다. 여기서 사용되는 테스트 파일은, 문서편집용 워드프로세서로 작성된 문서 파일, 프리젠테이션 프로그램으로 작성된 파일, 스프레드시트 프로그램으로 작성된 파일을 포함할 수 있다.First, test files for compatibility checking are provided in independent folders for each type (S110). The automatic test device 100 creates an independent folder for each type of test file, that is, an extension, and stores the test file in the corresponding folder. The test file used here may include a document file created with a word processor for document editing, a file created with a presentation program, or a file created with 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 execution subject will be omitted.

테스트 대상 프로그램이 실행되는 경우, 테스트 대상 프로그램의 크기 및 위치가 고정된다(S131). 여기서 크기는 테스트 대상 프로그램이 실행된 메인 윈도우의 크기를 의미하고, 위치는 메인 윈도우의 위치를 의미한다. 테스트 대상 프로그램이 최대 크기의 윈도우로 실행되는 경우에는 최대 크기 실행 사실이 테스트 결과에 기록된다.When the program under test is executed, the size and position of the program under test are fixed (S131). Here, the size means the size of the main window where the program under test is executed, and the position means the position of the main window. When the program under test is executed with a maximum size window, the fact that the maximum size is executed 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 on the occurrence of various events occurring in the test process. When the test ends, the 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, and if the program under test is first executed, the fact of the first execution is recorded in the initial mode ini file (S133). The history of the test file can be retrieved by referring to the open list of the program under test. Records of minimum performance facts later proved to be the primary test.

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

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

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

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

여기서, 문서는 이전 버전의 테스트 대상 프로그램을 이용해서 작성된 문서를 포함한다. 즉 현재 테스트 대상 프로그램의 이전 프로그램에 의해 작성된 문서를 이용하여 호환성 테스트가 진행된다.Here, the document includes a document created using the 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 has not been opened, if an error window or exception window has been opened, error handling and messages are displayed. And the 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.

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

이전 사이클에서 테스트가 수행된 경우라면, 테스트 대상 프로그램에 의해 문서가 열린 위치는 최종 페이지일 수 있다. 따라서 테스트 문서의 첫 페이지로 이동하는 단계가 필요하다. 첫 페이지로 이동을 위해 입력 디바이스(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 final page. Therefore, it is necessary to move to the first page of the test document. To move to the first page, the input device 110 is controlled to scroll up the page until there is no change in the screen.

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

또한 테스트 파일은 원본 데이터 배열로 그대로 저장될 수 있다. 오류 사항없이 저장되는 과정도 호환성 테스트의 점검 항목에 속한다. 그리고 현재 문서 상태가 기록된다. 수행되는 테스트가 최초 실행 모드인 경우 최초 모드 ini 파일에 최초 실행 사실이 기록된다. 만약 최초 실행 모드가 아닌 경우에는, 영상처리 모듈(173)에 의해 캡처된 영상이 이전 테스트에서 캡처된 영상 또는 원본 영상과 비교된다.Also, the test file can be saved as the original data array. The process of saving without errors is also a check item of the compatibility test. And the current document status is recorded. When the test to be performed is in the first execution mode, the first execution fact is recorded in the first mode ini file. If it is not the first 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) 호환성 테스트 수행의 결과를 파일로 기록한다. 여기서 기록되는 사항은 프로그램의 크기, 프로그램의 클래스, 프로그램의 실행 위치, 프로그램의 스타일에 관한 정보를 포함한다. 그리고 상기 기록에는 수행된 테스트의 회수를 표시하는 카운트 기록을 포함한다.Result recording module 174 records the results of the compatibility test. What is recorded here includes information about the size of the program, the class of the program, the execution location of the program, and the style of the program. In addition, the record includes a count record indicating the number of tests performed.

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

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

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

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

도 8을 참조하면, 도 7에 도시된 제1 사이클의 프로그램 호환성 자동테스트 방법이 수행되고, 이후에 제2 사이클 내지 제N 사이클 프로그램 호환성 자동테스트 방법이 수행되는 것이 나타나 있다.Referring to FIG. 8, it is shown that the first cycle program compatibility automatic test method shown in FIG. 7 is performed, and then the second cycle through 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, in the first cycle, program feasibility may be tested, in the second cycle, whether the program GUI function is realized, and in the third cycle, a test regarding the color of the program GUI may be performed. In this case, if a specific GUI color test is not performed, such as a GUI functional test, a black and white image or a binarized image may be used as a captured image for screen comparison.

도 9a, 9b, 9c는 도 7에 관한 예시도이다.9A, 9B, and 9C are exemplary views of FIG. 7.

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

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

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

전술한 본 발명의 설명은 예시를 위한 것이며, 본 발명이 속하는 기술분야의 통상의 지식을 가진 자는 본 발명의 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 쉽게 변형이 가능하다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시 예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다. 예를 들어, 단일형으로 설명되어 있는 각 구성 요소는 분산되어 실시될 수도 있으며, 마찬가지로 분산된 것으로 설명되어 있는 구성 요소들도 결합된 형태로 실시될 수 있다.The above description of the present invention is for illustration only, and a person having ordinary knowledge in the technical field to which the present invention pertains can understand that it can be easily modified into other specific forms without changing the technical spirit or essential features of the present invention. will be. Therefore, it should be understood that the embodiments described above are illustrative in all respects and not restrictive. For example, each component described as a single type may be implemented in a distributed manner, and similarly, components described as distributed may be implemented in a combined form.

본 발명의 범위는 상기 상세한 설명보다는 후술하는 특허청구범위에 의하여 나타내어지며, 특허청구범위의 의미 및 범위 그리고 그 균등 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.The scope of the present invention is indicated by the following claims rather than the above detailed description, and it should be interpreted that all changes or modified forms derived from the meaning and scope of the claims and equivalent concepts thereof are included in 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: control unit
171: program control module
172: test module
173: image processing module
174: result recording module
175: automatic test program module
200: program driving device to be tested

Claims (24)

테스트 파일에 해당하는 문서를 여는 단계;
상기 문서가 열린 경우, 호환성 테스트를 수행하고, 상기 문서가 열리지 않은 경우, 오류를 처리한 후, 해당 결과를 기록하는 단계; 및
나머지 테스트 파일이 존재하는지 판단하는 단계를 포함하되,
나머지 테스트 파일이 존재하는 경우, 테스트 대상 프로그램을 실행시키는 단계 이하의 단계를 더 포함하고, 그렇지 않은 경우, 테스트를 종료하는 단계를 더 포함하는 프로그램 호환성 자동테스트 방법에 있어서,
상기 호환성 테스트를 수행하는 과정에서 생성되는 영상을 캡처하고, 캡처된 영상을 처리하는 영상처리 단계를 포함하며,
상기 호환성 테스트를 수행하는 자동테스트 프로그램 모듈은 상기 영상처리 단계에서 획득 및 처리된 상기 영상을 기준 영상과 비교하거나 테스트 회수 별로 캡처된 영상끼리 서로 비교하고, 테스트 과정에서 발생하는 실행상의 오류, 기능상의 오류 및 비교 결과의 차이로 인한 오류 사항을 처리하는 것을 특징으로 하는
프로그램 호환성 자동테스트 방법.
Opening a document corresponding to the test file;
If the document is opened, performing a compatibility test, if the document is not opened, processing an error, and recording the corresponding result; And
Including the step of determining if the remaining test files exist,
In the case of the remaining test files, further comprising the steps of executing the program under test, and otherwise, the step of terminating the test further comprises:
And an image processing step of capturing an image generated in the process of performing the compatibility test and processing the captured image,
The automatic test program module that performs the compatibility test compares the images obtained and processed in the image processing step with a reference image or compares captured images for each test number with each other. Characterized by handling errors due to differences in errors and comparison results
Program compatibility automatic test method.
청구항 1에 있어서,
상기 프로그램 호환성 자동테스트 방법은,
상기 문서를 열기 이전에, 호환성 점검을 위한 테스트 파일을 종류 별로 독립된 폴더에 마련하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The program compatibility automatic test method,
Before opening the document, characterized in that it further comprises the step of providing a test file for checking the compatibility in a separate folder for each type, automatic program compatibility test method.
청구항 2에 있어서,
상기 프로그램 호환성 자동테스트 방법은,
상기 테스트 파일을 마련하고 상기 문서를 열기 이전에, 테스트 대상 프로그램을 실행시키는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 2,
The program compatibility automatic test method,
And preparing the test file and executing the test target program before opening the document.
청구항 3에 있어서,
상기 테스트 대상 프로그램이 실행된 경우,
상기 테스트 대상 프로그램의 크기 및 위치를 고정하는 단계; 및
임시 파일(temp file)을 생성하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 3,
When the test target program is executed,
Fixing the size and position of the program under test; And
Automated test method for program compatibility, characterized in that it further comprises the step of creating a temporary file (temp file).
청구항 4에 있어서,
테스트 파일에 대한 히스토리가 존재하는지 판단하고, 테스트 대상 프로그램이 최초로 실행된 경우, 최초 실행임을 최초 모드 ini 파일에 기록하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 4,
And determining whether there is a history for the test file, and when the program to be tested is executed for the first time, recording the first execution in the first mode ini file.
청구항 1에 있어서,
상기 문서는,
이전 버전의 테스트 대상 프로그램을 이용해서 작성된 문서를 포함하고,
테스트 항목은,
상기 문서에 대한 호환성 검사를 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The above document,
Contains documentation created using previous versions of the program under test,
Test items,
Automated test method for program compatibility, characterized in that it comprises a compatibility check for the document.
청구항 3에 있어서,
상기 테스트 대상 프로그램을 실행시키는 단계는,
상기 테스트 파일의 확장자에 맞는 테스트 대상 프로그램을 실행시키는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 3,
The step of executing the test target program,
Automatic test method for program compatibility, characterized in that to run a test target program that matches the extension of the test file.
청구항 1에 있어서,
상기 프로그램 호환성 자동테스트 방법은,
하나 이상의 테스트 파일들을 불러온 상태에서 상기 테스트 대상 프로그램이 차지하는 시스템 리소스를 조사하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The program compatibility automatic test method,
Automated test method of the program compatibility, characterized in that it further comprises the step of examining the system resources occupied by the program under test while one or more test files are loaded.
청구항 8에 있어서,
상기 프로그램 호환성 자동테스트 방법은,
상기 시스템 리소스를 조사하는 단계와 연계하여, 상기 리소스 조사 후 불러온 상기 테스트 파일들을 닫는 단계를 더 포함하되, 새로운 테스트 파일을 불러오기 전에 이전 파일을 닫거나, 상기 테스트 파일들을 누적해서 불러오고 한 번에 닫는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 8,
The program compatibility automatic test method,
In addition to the step of inspecting the system resource, further comprising the step of closing the test files loaded after the resource survey, close the previous file before loading a new test file, or cumulatively load and load the test files once Automated test method for program compatibility, characterized in that closed on.
청구항 9에 있어서,
상기 테스트 파일을 닫은 후에, 반환되는 시스템 리소스를 조사하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 9,
After closing the test file, characterized in that it further comprises the step of examining the returned system resources, automatic program compatibility test method.
청구항 1에 있어서,
상기 해당 결과를 기록하는 단계는,
테스트 문서의 첫 페이지로 이동하는 단계를 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The step of recording the corresponding result,
A method for automatically testing program compatibility, comprising the step of moving to the first page of a test document.
청구항 11에 있어서,
상기 해당 결과를 기록하는 단계는,
테스트 문서의 미리보기 모드를 실행하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 11,
The step of recording the corresponding result,
A method for automatically testing program compatibility, further comprising the step of executing a preview mode of the test document.
청구항 12에 있어서,
상기 해당 결과를 기록하는 단계는,
상기 테스트 문서의 페이지의 페이지다운 과정을 통해 현재 문서 상태를 기록하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 12,
The step of recording the corresponding result,
And recording the current document status through the page-down process of the page of the test document.
청구항 13에 있어서,
상기 프로그램 호환성 자동테스트 방법은,
상기 테스트 문서에 대한 테스트 결과를 출력하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 13,
The program compatibility automatic test method,
And outputting a test result for the test document.
청구항 14에 있어서,
상기 해당 결과를 기록하는 단계는,
수행된 테스트의 회수를 표시하는 카운트 기록을 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 14,
The step of recording the corresponding result,
And a count record indicating the number of tests performed.
청구항 1에 있어서,
상기 해당 결과를 기록하는 단계는,
오류창이 뜨는 경우, 오류 사항의 처리 결과를 기록하는 단계를 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The step of recording the corresponding result,
When the error window appears, characterized in that it comprises the step of recording the processing result of the error, automatic program compatibility test method.
청구항 16에 있어서,
상기 오류를 처리하는 단계는,
오류창이 뜨지 않는 경우, 이를 체크하고 처리되지 않은 오류 사항 및 예외 사항을 기록하는 단계를 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 16,
The step of processing the error,
If the error window does not appear, characterized in that it further comprises the step of recording the unhandled errors and exceptions, program compatibility automatic test method.
청구항 1에 있어서,
상기 해당 결과를 기록하는 단계는,
프로그램의 크기, 프로그램의 클래스, 프로그램의 실행 위치, 프로그램의 스타일에 관한 정보를 기록하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The step of recording the corresponding result,
A method for automatically testing program compatibility, characterized by recording information about a program size, a program class, a program execution location, and a program style.
청구항 1에 있어서,
상기 프로그램 호환성 자동테스트 방법은,
상기 문서를 여는 단계;
상기 문서가 열린 경우, 호환성 테스트를 수행하고, 상기 문서가 열리지 않은 경우, 오류를 처리한 후, 해당 결과를 기록하는 단계;
나머지 테스트 파일이 존재하는지 판단하는 단계;
나머지 테스트 파일이 존재하는 경우, 테스트 대상 프로그램을 실행시키는 단계 이하의 단계;를 포함하는 사이클이 종료된 후, 추가로 수행되는 수회 사이클을 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The program compatibility automatic test method,
Opening the document;
If the document is opened, performing a compatibility test, if the document is not opened, processing an error, and recording the corresponding result;
Determining whether the remaining test files exist;
If the remaining test file is present, after the cycle including the step of executing the program under test; after the cycle is finished, characterized in that it further comprises a number of cycles performed additionally, the program compatibility automatic test method.
청구항 19에 있어서,
상기 해당 결과를 기록하는 단계는,
이전 사이클에서 수행된 테스트 항목에 대한 평가와 비교하여 기록하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 19,
The step of recording the corresponding result,
A method for automatically testing program compatibility, characterized in that it is recorded in comparison with an evaluation of a test item performed in a previous cycle.
청구항 19에 있어서,
상기 해당 결과를 기록하는 단계는,
일 사이클에서 수행된 테스트 과정을 캡처한 이미지와 다른 사이클에서 수행된 테스트 과정을 캡처한 이미지의 비교 결과를 기록하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 19,
The step of recording the corresponding result,
An automatic test method for program compatibility, characterized in that a comparison result of an image capturing a test process performed in one cycle and an image capturing a test process performed in another cycle is recorded.
청구항 1에 있어서,
상기 해당 결과를 기록하는 단계는,
프로그램 실행 가능성, 프로그램 GUI 기능 및 프로그램 GUI의 색상에 관한 테스트를 수행하고, 그 결과를 기록하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 방법.
The method according to claim 1,
The step of recording the corresponding result,
A method for automatically testing program compatibility, characterized by performing tests on program feasibility, program GUI functions, and color of the program GUI and recording the results.
프로그램 호환성 테스트를 위해 마련된 테스트 파일을 여는데 필요한 테스트 대상 프로그램의 동작을 제어하는 프로그램 제어모듈;
그림 및 도형의 각종 개체를 포함하는 테스트 파일의 오픈, 화면 스크롤링, 미리보기 실행을 포함하는 대상 테스트 프로그램 동작 제어를 통해 테스트 파일의 프로그램 호환성 테스트를 수행하는 테스트 모듈; 및
프로그램 호환성 테스트 과정에서 생성되는 영상을 캡처하고, 캡처된 영상을 처리하는 영상처리 모듈을 포함하되,
상기 테스트 모듈은,
상기 영상을 기준 영상과 비교하거나 테스트 회수 별로 캡처된 영상끼리 서로 비교하고, 테스트 과정에서 발생하는 실행상의 오류, 기능상의 오류 및 비교 결과의 차이로 인한 오류 사항을 처리하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 장치.
A program control module for controlling the operation of the test target program necessary to open the test file prepared for the program compatibility test;
A test module for performing a program compatibility test of the test file through control of a target test program operation including opening, screen scrolling, and preview execution of a test file including various objects of pictures and figures; And
Includes an image processing module that captures the image generated during the program compatibility test process and processes the captured image,
The test module,
Comparing the images with the reference image or comparing the captured images for each test number, and processing errors caused by execution errors, functional errors, and differences in comparison results in the test process, program compatibility Automatic test device.
청구항 23에 있어서,
상기 테스트의 결과를 기록하는 결과 기록 모듈을 더 포함하는 것을 특징으로 하는, 프로그램 호환성 자동테스트 장치.
The method according to 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 KR20190084827A (en) 2019-07-17
KR102103590B1 true 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)

Families Citing this family (2)

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

Citations (2)

* 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
US20110093773A1 (en) 2009-10-19 2011-04-21 Browsera LLC Automated application compatibility testing

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7216343B2 (en) * 2002-09-20 2007-05-08 International Business Machines Corporation Method and apparatus for automatic updating and testing of software
KR20140004495A (en) 2012-07-03 2014-01-13 삼성전자주식회사 Method for testing application program automatically and an electronic device thereof

Patent Citations (2)

* 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
US20110093773A1 (en) 2009-10-19 2011-04-21 Browsera LLC Automated application compatibility testing

Also Published As

Publication number Publication date
KR20190084827A (en) 2019-07-17

Similar Documents

Publication Publication Date Title
US11934301B2 (en) System and method for automated software testing
US20240037020A1 (en) System and Method for Automated Software Testing
EP3757779B1 (en) Application assessment system to achieve interface design consistency across micro services
US20210011840A1 (en) Software testing method, system, apparatus, device medium, and computer program product
RU2673008C2 (en) User support experience with automatically generated virtual environment
CN112711526B (en) UI test method, device, equipment and storage medium
AU2013394952B2 (en) Automated generation of scripted and manual test cases
CN103377120B (en) A kind of applied program testing method and device
US20050229045A1 (en) Method and device for managing software error
CN104375934A (en) Method for testing reliability of Android mobile phone software
US20120096438A1 (en) Checkpoint entry insertion during test scenario creation
US20130139129A1 (en) Test method for handheld electronic device application
US20200050534A1 (en) System error detection
US20140075420A1 (en) Generating hardware profiles by a software development environment
US9858173B2 (en) Recording user-driven events within a computing system including vicinity searching
KR102103590B1 (en) Method for automatic test of program compatibility and apparatus using the same
US10884905B2 (en) Test script creation based on abstract test user controls
TW201324141A (en) Testing method and testing apparatus for testing function of electronic apparatus
JP2020505710A (en) Methods and systems for verifying software programs
WO2014070165A1 (en) Executable software specification generation
US20110224939A1 (en) Integrated tool for persisting development environment test scenario information
KR102087208B1 (en) Mnemonic based method for gui test automation and apparatus using the same
CN106484625A (en) A kind of method based on universal test Software Development Platform test subsystems
KR102087209B1 (en) Color difference based method for gui test automation and apparatus using the same
JP6911082B2 (en) How to generate scripts for mobile terminals based on actual use with status 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