KR101999321B1 - Program test system and test method using the same - Google Patents

Program test system and test method using the same Download PDF

Info

Publication number
KR101999321B1
KR101999321B1 KR1020170007995A KR20170007995A KR101999321B1 KR 101999321 B1 KR101999321 B1 KR 101999321B1 KR 1020170007995 A KR1020170007995 A KR 1020170007995A KR 20170007995 A KR20170007995 A KR 20170007995A KR 101999321 B1 KR101999321 B1 KR 101999321B1
Authority
KR
South Korea
Prior art keywords
verification
image
original image
result
program
Prior art date
Application number
KR1020170007995A
Other languages
Korean (ko)
Other versions
KR20180084416A (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 KR1020170007995A priority Critical patent/KR101999321B1/en
Publication of KR20180084416A publication Critical patent/KR20180084416A/en
Application granted granted Critical
Publication of KR101999321B1 publication Critical patent/KR101999321B1/en

Links

Images

Classifications

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

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)
  • Stored Programmes (AREA)

Abstract

본 발명은 검증을 자동으로 수행하기 위한 복잡한 프로그램의 작성 없이, 자동 검증을 수행할 수 있도록 하며, 한 번 구축된 자동화 프로세서는 해당 프로그램의 변화에 따른 유지보수를 위한 노력과 비용 소모를 최소화 할 수 있도록 한 프로그램 검증 장치 및 검증 방법에 관한 것이다.
본 발명에 따른 프로그램 검증 방법은 검증을 위한 대상 프로그램이 선택되어 준비되는 단계; 상기 대상 프로그램의 검증을 위한 복수의 단계를 진행시키기 위한 스크립트가 마련되는 단계; 검증장치가 상기 스크립트에 의해 복수의 상기 단계를 진행하여 각 단계에 대한 결과이미지를 획득하는 단계; 상기 결과이미지와 복수의 상기 단계 각각에 대해 마련되는 원본이미지를 비교하여 오류 발생여부를 판단하는 분석단계;를 포함하여 구성된다.
The present invention enables automatic verification without creating a complicated program for automatically performing verification, and the once-built automated processor can minimize the effort and cost of maintenance due to the change of the program And more particularly, to a program verification apparatus and a verification method.
A program verification method according to the present invention comprises: selecting and preparing a target program for verification; A step of providing a script for advancing a plurality of steps for verification of the target program; The verification apparatus proceeds through a plurality of the steps by the script to obtain a result image for each step; And an analysis step of comparing the resultant image with an original image provided for each of the plurality of steps to determine whether an error has occurred.

Description

프로그램 검증 시스템 및 검증 방법{PROGRAM TEST SYSTEM AND TEST METHOD USING THE SAME}[0001] PROGRAM TEST SYSTEM AND TEST METHOD USING THE SAME [0002]

본 발명은 검증을 자동으로 수행하기 위한 복잡한 프로그램의 작성 없이, 자동 검증을 수행할 수 있도록 하며, 한 번 구축된 자동화 프로세서는 해당 프로그램의 변화에 따른 유지보수를 위한 노력과 비용 소모를 최소화 할 수 있도록 한 프로그램 검증 장치 및 검증 방법에 관한 것이다.The present invention enables automatic verification without creating a complicated program for automatically performing verification, and the once-built automated processor can minimize the effort and cost of maintenance due to the change of the program And more particularly, to a program verification apparatus and a verification method.

최근에 개발되는 소프트웨어, 어플리케이션 프로그램은 다양한 장치, 다양한 운영체계와 같은 환경에서 운영되도록 개발되고 있으며, 일반적으로 과거에 비해 많은 기능을 실행할 수 있는 방향으로 개발이 이루어지고 있다.Recently developed software and application programs are being developed to operate in various devices, various operating systems, and the like.

이와 같이 프로그램이 다양한 환경에서 원활하게 실행되도록 하기 위해서는 개발 단계에서 프로그램의 정상실행 특히, 다양한 환경에서 안정적으로 기능이 실행되는지를 확인하는 테스트 과정이 필수적이다. 특히, 기능 일부 또는 인터페이스 일부가 바뀌는 경우에도 이러한 테스트의 진행과 이를 통한 검증이 필요하다.In order for the program to be executed smoothly in various environments, it is necessary to perform a test process to confirm whether the program is normally executed in the development stage, in particular, whether the function is stably executed in various environments. Particularly, even if part of the function or part of the interface changes, the progress and verification of such a test is necessary.

이러한 테스트는 가급적 사용자에 의해 프로그램이 이용되는 상황과 동일한 절차를 통해 수행되며, 반복적으로 수행되어 프로그램의 검증 및 오류를 검출하게 된다. 이러한 테스트는 프로그램이라는 특성상 주로 개발자와 같은 사람들에 의해 수동으로 진행되게 되며, 일부 인터페이스 테스트에 한해 자동화 프로그램을 통해 검증을 수행하게 된다.Such a test is preferably performed through the same procedure as the case where the program is used by the user, and is repeatedly performed to detect the verification and error of the program. These tests are performed mainly by developers such as developers because of the nature of the program. For some interface tests, verification is performed through an automated program.

기존의 자동화 검증 프로그램의 경우 프로그램 코딩을 통해 테스트의 절차를 프로그래밍하고 이를 통해 검증을 수행하는 방법이 주로 이용된다. 그러나 이러한 자동화 검증 프로그램의 경우 검증 절차의 프로그래밍에 오히려 더 많은 인력과 노력이 소요되고 있는 실정이다. 이와 같은 자동화 검증 프로그램의 경우 검증 대상 또는 절차의 사소한 부분에 대한 변경이 발생되는 경우 검증 프로그램의 검증 절차를 새로 코딩해야 하는 등의 불편함이 있다.In the case of an existing automation verification program, a method of programming a test procedure through program coding and performing verification through this is mainly used. However, in the case of such an automation verification program, it takes more manpower and effort to program the verification procedure. In the case of such an automation verification program, if a change is made to a verification target or a small part of the procedure, there is inconvenience that a verification procedure of the verification program must be newly coded.

때문에 테스트의 수행이 주로 개발자와 같은 인력에 의해 수동으로 진행되고 있고, 자동화가 이루어지지 않아 많은 인력이 투입되며, 비용과 노력이 크게 소요되는 실정이다.Therefore, the performance of the test is mainly performed manually by the same manpower as the developer, the automation is not carried out, and a large amount of manpower is input, which causes a great cost and effort.

한국공개특허 10-2010-0108000(공개일 2010. 10. 06.) "모바일 소프트웨어 테스트 장치 및 방법"Korean Patent Laid-Open No. 10-2010-0108000 (Published Oct. 10, 2010) "Mobile Software Test Apparatus and Method"

따라서, 본 발명의 목적은 검증을 자동으로 수행하기 위한 복잡한 프로그램의 작성 없이, 자동 검증을 수행할 수 있도록 하며, 한 번 구축된 자동화 프로세서는 해당 프로그램의 변화에 따른 유지보수를 위한 노력과 비용 소모를 최소화 할 수 있도록 한 프로그램 검증 장치 및 검증 방법을 제공하는 것이다.Therefore, it is an object of the present invention to enable automatic verification without creating a complicated program for automatically performing a verification, and an automated processor once constructed can save time and effort for maintenance according to a change of the program And to provide a program verification device and a verification method that can minimize the number of program verification devices.

또한, 본 발명의 다른 목적은 검증 결과를 사용자가 문제 발생 위치와 범위를 인식하기 용이하게 제공하여 검증 프로그램에서 이슈 발생시 해당 정보 파악을 보다 쉽고 구체적으로 할 수 있도록 한 프로그램 검증 장치 및 검증 방법을 제공하는 것이다.Another object of the present invention is to provide a program verification apparatus and a verification method that can easily and precisely identify information when a problem occurs in a verification program by providing a user with a verification result in a location and a scope of a problem easily to recognize .

본 발명에 따른 프로그램 검증 방법은 검증을 위한 대상 프로그램이 선택되어 준비되는 단계; 상기 대상 프로그램의 검증을 위한 복수의 단계를 진행시키기 위한 스크립트가 마련되는 단계; 검증장치가 상기 스크립트에 의해 복수의 상기 단계를 진행하여 각 단계에 대한 결과이미지를 획득하는 단계; 상기 결과이미지와 복수의 상기 단계 각각에 대해 마련되는 원본이미지를 비교하여 오류 발생여부를 판단하는 분석단계;를 포함하여 구성된다.A program verification method according to the present invention comprises: selecting and preparing a target program for verification; A step of providing a script for advancing a plurality of steps for verification of the target program; The verification apparatus proceeds through a plurality of the steps by the script to obtain a result image for each step; And an analysis step of comparing the resultant image with an original image provided for each of the plurality of steps to determine whether an error has occurred.

상기 원본이미지는 결과이미지 획득 단계의 최초 진행시 획득되는 결과이미지 중 오류가 발생하지 않은 것으로 판단된 이미지인 것을 특징으로 한다.And the original image is an image which is determined to have not generated an error among the result images obtained at the initial step of the result image acquiring step.

상기 원본이미지는 검증 과정에서 획득되는 상기 결과이미지 중 사용자에 의해 선택된 결과이미지에 의해 갱신되는 것을 특징으로 한다.And the original image is updated by a result image selected by the user among the result images obtained in the verification process.

상기 분석단계는 상기 검증장치가 하나의 상기 원본이미지 전체와 이에 대응되는 하나의 상기 결과이미지 전체를 비교하여 동일한지 여부를 분석하고, 동일한 경우 정상인 것으로 판단하는 것을 특징으로 한다.In the analyzing step, the verification device compares all of the one original image and one of the result images corresponding thereto and analyzes whether they are the same or not, and determines that the same is normal.

상기 분석단계는 상기 검증장치가 하나의 상기 원본이미지를 복수의 분할영역으로 구분하고, 이에 대응되는 하나의 상기 결과이미지를 동일한 수의 분할영역으로 구분하여, 서로 대응되는 분할영역의 동일여부를 분석하는 것을 특징으로 한다.In the analyzing step, the verifying apparatus divides one original image into a plurality of divided regions, divides one corresponding result image into the same number of divided regions, and analyzes whether the divided regions correspond to each other .

상기 검증장치는 상기 분석결과의 작성시 상기 결과이미지의 분할영역 중 상기 원본이미지의 분할영역과 동일하지 않은 분할영역은 동일한 분할영역과 구분되는 표시효과를 적용하는 것을 특징으로 한다.Wherein the verification device applies a display effect that distinguishes a divided region, which is not the same as the divided region of the original image, from the same divided region when the analysis result is generated.

상기 검증장치는 상기 분석결과의 작성시 상기 원본이미지의 분할영역과 동일하지 않은 상기 분할영역의 이미지와 상기 원본이미지의 상기 분할영역의 이미지를 대응시켜 기재하는 것을 특징으로 한다.And the verification device records an image of the divided region that is not the same as the divided region of the original image and an image of the divided region of the original image in correspondence with each other when the analysis result is created.

본 발명에 따른 프로그램 검증 장치 및 검증 방법은 검증을 자동으로 수행하기 위한 복잡한 프로그램의 작성 없이, 자동 검증을 수행할 수 있도록 하며, 한 번 구축된 자동화 프로세서는 해당 프로그램의 변화에 따른 유지보수를 위한 노력과 비용 소모를 최소화 할 수 있도록 하는 것이 가능해진다.The program verifying apparatus and the verification method according to the present invention can perform automatic verification without generating a complicated program for automatically performing verification, and the once-constructed automated processor can perform the verification for the maintenance according to the change of the program Thereby making it possible to minimize effort and cost.

또한, 본 발명에 따른 프로그램 검증 장치 및 검증 방법은 검증 결과를 사용자가 문제 발생 위치와 범위를 인식하기 용이하게 제공하여 검증 프로그램에서 이슈 발생시 해당 정보 파악을 보다 쉽고 구체적으로 할 수 있도록 하는 것이 가능해진다.In addition, the program verifying apparatus and the verification method according to the present invention can provide a verification result that allows the user to easily recognize the location and extent of a problem, thereby enabling the verification program to more easily and accurately grasp the information in the event of an issue .

도 1은 본 발명에 따른 프로그램 검증 장치의 구성을 개략적으로 도시한 구성 예시도.
도 2는 본 발명에 따른 자동화 검증 장치의 간략한 구성을 설명하기 위한 예시도.
도 3 내지 도 5는 스크립트와 검증화 과정을 설명하기 위한 예시도들.
도 6은 전체이미지 비교에 의한 분석과정을 설명하기 위한 예시도.
도 7은 분할이미지 비교에 의한 분석과정을 설명하기 위한 예시도.
BRIEF DESCRIPTION OF THE DRAWINGS Fig. 1 is a schematic diagram showing a configuration of a program verifying apparatus according to the present invention; Fig.
2 is an exemplary diagram for explaining a simplified configuration of an automation verification apparatus according to the present invention;
Figs. 3 to 5 are illustrations for explaining a script and a verification process. Fig.
FIG. 6 is an exemplary diagram for explaining an analysis process based on a comparison of whole images. FIG.
FIG. 7 is an exemplary diagram for explaining an analysis process by a divided image comparison; FIG.

이하, 본 발명의 바람직한 실시 예를 첨부한 도면을 참조하여 당해 분야의 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 설명하기로 한다. 첨부된 도면들에서 구성에 표기된 도면번호는 다른 도면에서도 동일한 구성을 표기할 때에 가능한 한 동일한 도면번호를 사용하고 있음에 유의해야 한다. 또한, 본 발명을 설명함에 있어서 관련된 공지의 기능 또는 공지의 구성에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명을 생략하기로 한다. 그리고 도면에 제시된 어떤 특징들은 설명의 용이함을 위해 확대 또는 축소 또는 단순화된 것이고, 도면 및 그 구성요소들이 반드시 적절한 비율로 도시되어 있지는 않다. 그러나 당업자라면 이러한 상세 사항들을 쉽게 이해할 것이다.Hereinafter, preferred embodiments of the present invention will be described with reference to the accompanying drawings so that those skilled in the art can easily carry out the present invention. It should be noted that the drawings denoted by the same reference numerals in the drawings denote the same reference numerals whenever possible, in other drawings. In the following description of the present invention, a detailed description of known functions and configurations incorporated herein will be omitted when it may make the subject matter of the present invention rather unclear. And certain features shown in the drawings are to be enlarged or reduced or simplified for ease of explanation, and the drawings and their components are not necessarily drawn to scale. However, those skilled in the art will readily understand these details.

도 1은 본 발명에 따른 프로그램 검증 장치의 구성을 개략적으로 도시한 구성 예시도이다.1 is a schematic diagram showing a configuration of a program verifying apparatus according to the present invention.

도 1을 참조하면, 본 발명에 따른 프로그램 검증 방법은 대상 선택 단계(S10), 스크립트 작성단계(S20), 원본 이미지 획득 단계(S30), 테스트 진행 단계(S40), 이미지 분석 단계(S50) 및 결과 도출 단계(S60)을 포함하여 구성된다.Referring to FIG. 1, a program verification method according to the present invention includes a target selection step S10, a script creation step S20, an original image acquisition step S30, a test progress step S40, an image analysis step S50, And a result deriving step (S60).

대상 선택 단계(S10)는 검증이 필요한 프로그램을 선택하는 단계이다. 이때 선택되는 대상 즉, 프로그램은 사용자가 입력장치를 통해 입력하는 명령에 대응하여 소정의 실행결과를 제공하는 모든 프로그램을 의미한다. 특히, 본원발명의 검증 장치 및 방법은 화면을 통해 출력되는 프로그램의 처리 과정 및 결과물에 대해 사용이 편리하지만, 프로그램의 진행에 따른 처리 결과를 얻을 수 있고, 이를 이미지 형태로 획득할 수 있는 형태이면, 프로그램의 처리 과정 및 결과물이 반드시 표시화면을 통해 출력되어야 하는 것은 아니며, 제시된 바로써만 본 발명을 한정하는 것은 아니다. 이러한 대상 선택 단계(S10)에서 선택된 프로그램은 문서 편집기, 인터넷 익스플로러, 각종 실행 프로그램 외에도, 특정 실행 프로그램에 설치되어 실행되는 플러그인과 같은 프로그램을 포함할 수 있다.The object selecting step S10 is a step of selecting a program that needs verification. An object to be selected at this time, that is, a program, means any program that provides a predetermined execution result in response to a command input by the user through the input device. Particularly, the verification apparatus and method of the present invention can be used conveniently with respect to a process and an output of a program output through a screen, but it is possible to obtain a processing result according to the progress of a program, , The processing procedure and the result of the program do not necessarily have to be outputted through the display screen, and the present invention is not limited thereto. The program selected in the target selection step S10 may include a program such as a plug-in installed and executed in a specific execution program in addition to a text editor, an Internet Explorer, and various execution programs.

스크립트 작성단계(S20)는 선택된 대상에서 검증을 수행하고자 하는 일련의 과정에 대한 절차 및 동작을 정의하는 단계이다. 이 스크립트 작성단계(S20)는 검증의 과정을 사용자가 지정하여 결정하는 단계이다. 예를 들어, 문서편집기의 불러오기 기능을 검증하고 하는 경우, 사용자는 문서편집기가 실행된 상태에서 불러오기 메뉴를 호출하는 과정을 검증장치가 수행할 수 있도록 스크립트를 작성하게 된다. 이러한 스크립트 작성단계(S20)에서 작성되는 스크립트는 사용자가 이용하는 입력장치에 의해 입력되는 명령을 직접 기재하여 이용할 수 있다. 또는 마우스와 같은 포인트 장치를 이동시키고 선택하는 과정을 직접 스크립트로 반영하여 수행되도록 할 수 있다. 또한, 프로그램 언어를 이용하여 프로그램 형태의 검증절차가 입력될 수도 있으며, 제시된 바에 의해서만 본 발명을 한정하는 것은 아니다. The script creation step S20 is a step of defining a procedure and an operation for a series of processes for performing verification in the selected object. The script creation step S20 is a step for the user to specify and determine the verification process. For example, when verifying the import function of the text editor, the user writes the script so that the verification apparatus can perform the process of calling the import menu with the document editor being executed. The script created in the script creation step (S20) can be used by directly describing the command input by the input device used by the user. Or moving a point device such as a mouse and selecting it may be directly reflected in the script. In addition, a program type verification procedure may be input using a program language, and the present invention is not limited thereto.

구체적으로 스크립트의 생성이 이루어지는 방법 중 명령을 직접 입력하는 과정은 사용자가 검증장치에 각 단계별 메뉴 호출을 위한 명령어를 순차적으로 기재함으로써 검증과정을 위한 스크립트가 구성되도록 할 수 있다. 일례로, 메뉴를 호출하고, 호출된 메뉴의 항목 중 불러오기에 해당하는 명령을 기입하여 스크립트가 구성되도록 할 수도 있고, 이에 대한 단축키를 이용하여 불러오기에 대한 스크립트가 구성되도록 할 수 있다. 또한, 마우스와 같은 장치를 이용하는 경우 문서작성기의 메뉴 항목으로 마우스 포인트를 이동시키는 과정, 메뉴를 선택하는 과정, 메뉴 중 불러오기에 해당하는 명령을 선택하는 과정을 검증장치에 입력되도록 함으로써 스크립트를 구성할 수 있다.Specifically, a process of directly inputting a command among the methods of generating a script can allow a user to configure a script for a verification process by sequentially writing commands for menu calls at each step in a verification apparatus. For example, a menu may be called up, and a command corresponding to an item of a called menu may be written so that a script is configured. A script for loading can be configured using a shortcut key for the menu. When a device such as a mouse is used, a process of moving a mouse point to a menu item of a document creator, a process of selecting a menu, and a process of selecting a command corresponding to a menu call are input to a verification device, can do.

원본 이미지 획득 단계(S30)는 사용자가 검증하고자 하는 기능의 처리에 따라 오류를 판별할 수 있도록 하는 원본 이미지를 획득하는 단계이다. 이 원본 이미지 획득 단계(S30)에서 획득된 원본이미지는 검증화 과정에서 획득되는 이미지와 비교를 위한 이미지로 사용된다. 이 원본 이미지 획득 단계(S30)에서 검증을 원하는 기능의 실행에 따른 각 단계의 이미지를 캡쳐, 이미지 저장과 같은 방법에 의해 단계의 순서에 따라 저장하여 원본 이미지를 획득하게 된다. 이러한 원본이미지는 하나의 기능을 검증하기 위해 복수개 마련될 수 있으며, 스크립트의 종류에 따라서도 각각 다른 원본이미지가 획득될 수 있다. 예를 들어 불러오기과정에 대해 검증을 하는 경우, 불러오기 명령이 포함된 메뉴그룹을 호출하기 위한 명령이 입력되는 화면, 명령에 의해 메뉴그룹이 호출되는 화면, 메뉴그룹 중 불러오기 명령이 선택되는 화면, 실행에 의해 불러오기 창이 활성화되는 화면, 불러오기에 의한 파일 선택이 이루어지는 화면과 같이 각 단계에 대한 이미지가 원본 이미지로 저장되게 된다. 특히, 스크립트의 종류 즉, 명령의 실행방법에 따라 명령 이미지는 각각 다르게 저장될 수 있다. 일례로, 같은 불러오기 명령에 대한 검증이라도, 키보드를 통해 명령을 실행시키는 과정, 마우스를 통해 명령을 실행시키는 과정에 따라 원본 이미지는 각각 마련될 수 있다.The original image acquiring step S30 is a step of acquiring an original image so that the user can identify an error according to a process of a function to be verified. The original image obtained in the original image acquiring step (S30) is used as an image for comparison with the image obtained in the verification process. In the original image acquiring step (S30), the image of each step according to the execution of the function to be verified is captured and stored in the order of steps by the method such as image storage to acquire the original image. A plurality of original images may be provided to verify one function, and different original images may be obtained depending on the types of scripts. For example, in the case of verifying the loading process, a screen in which a command for calling a menu group including an import command is input, a screen in which a menu group is called by a command, and an import command in a menu group are selected The image for each step is saved as the original image such as the screen, the screen where the loading window is activated by the execution, and the window where the file selection by the loading is performed. In particular, the instruction image can be stored differently depending on the type of script, that is, the execution method of the instruction. For example, even if the verification of the same import command is performed, the original image can be prepared according to the process of executing the command through the keyboard and the process of executing the command through the mouse.

한편, 원본 이미지 획득 단계(S30)는 하기의 테스트 진행단계(S50)에 의해 실행될 수 있으며, 이에 대해서는 하기에서 좀 더 상세히 설명하기로 한다.On the other hand, the original image acquiring step S30 can be executed by the following test proceeding step S50, which will be described in more detail below.

테스트 진행 단계(S40)는 스크립트가 마련되면, 자동화 검증 장치가 스크립트에 따라 일련의 과정을 수행하고, 각 과정에서 지정된 단계의 이미지를 획득하는 단계이다. 즉, 스크립트가 불러오기 명령의 검증을 위해 불러오기 명령이 포함된 메뉴그룹을 호출하기 위한 명령 입력, 입력된 명령에 의해 메뉴그룹 호출, 메뉴그룹 중 불러오기 명령의 선택, 불러오기에 의한 파일 선택에 대해 스크립트가 작성되어 있을 수 있다. 테스트 진행단계(S40)에서는 이러한 스크립트를 진행하고 스크립트 진행에 따른 각 단계 즉, 불러오기 명령이 포함된 메뉴그룹을 호출하기 위한 명령이 입력되는 화면, 명령에 의해 메뉴그룹이 호출되는 화면, 메뉴그룹 중 불러오기 명령이 선택되는 화면, 실행에 의해 불러오기 창이 활성화되는 화면, 불러오기에 의한 파일 선택이 이루어지는 화면을 캡쳐하게 된다. 그리고 이 캡쳐한 이미지를 결과이미지로 저장하게 된다. 이때 비교의 편의를 위해 검증화 장치가 각 캡쳐한 이미지에 원본 이미지와의 비교를 위한 파일명을 부여할 수 있으나, 이로써 본 발명을 한정하는 것은 아니다.In the test progress step S40, when the script is prepared, the automated verification apparatus performs a series of processes according to the script, and acquires an image of a designated step in each process. That is, a command for inputting a command for calling a menu group including an import command for verification of a command for loading a script, a menu group call by an input command, a command of a menu group, a file selection by an import A script may have been written for. In the test progressing step S40, a screen for inputting a command for calling a menu group including each step corresponding to the script progress, that is, a command for inputting a menu group, a menu for calling a menu group, A screen in which an importing instruction is selected, a screen in which an importing window is activated by execution, and a screen in which a file is selected by importing are captured. The captured image is then stored as the resulting image. At this time, for convenience of comparison, the verification apparatus may assign a filename for comparison with the original image to each captured image, but the present invention is not limited thereto.

한편, 전술한 바와 같이 원본이미지는 테스트 진행 단계(S40)에서 획득되어 저장될 수 있다. 일례로, 원본이미지가 준비되지 않은 상태에서 스크립트만 작성하여 테스트를 진행하는 경우, 이때 획득되는 결과이미지에 의한 비교 분석은 모두 실패(fail)로 처리되어 사용자에 대한 확인을 요청하거나, 테스트 결과로 제공되게 된다. 이때, 사용자는 이 실패 처리로 제공되는 이미지를 확인하여 정상적인 처리 결과인 것으로 확인되면, 정상적인 이미지를 원본이미지로 저장하도록 하고 이후의 테스트에서는 이때 저장된 이미지를 이용하여 비교 분석하도록 하는 것이 가능하다.On the other hand, as described above, the original image can be acquired and stored in the test progress step S40. For example, when a test is performed by writing only a script in the state that the original image is not prepared, all of the comparative analysis based on the result image acquired at this time is processed as a failure, so that confirmation of the user is requested, . At this time, if the user confirms the image provided by the failure process and it is confirmed that the image is a normal process result, it is possible to store the normal image as the original image, and in the subsequent test, the user can compare and analyze the image using the stored image.

이미지 분석 단계(S50)는 원본이미지과 결과이미지를 비교하여 각 테스트 단계에서 실행과정의 실패(Fail), 성공(Success)을 판단하는 과정을 진행하게 된다. 이미지 분석 단계(S50)에서는 자동화 검증 장치는 스크립트를 이용한 테스트 단계에서 얻어지는 이미지를 미리 저장된 원본 이미지와 각각 비교하는 과정을 수행하고 이에 대한 결과정보를 이용하여 하기의 결과도출 단계(S60)를 통해 테스트 결과를 도출하게 된다. 이러한 이미지 분석 단계(S50)는 이미지 전영역 비교와 이미지 부분영역 비교 방법이 있을 수 있으며, 이에 대해서는 하기에서 좀 더 상세히 설명하기로 한다.In the image analysis step S50, the original image and the resultant image are compared with each other, and a process of determining failure and success of the execution process is performed in each test step. In the image analysis step S50, the automation verification apparatus compares the images obtained in the test step using the script with the pre-stored original images, respectively. Using the result information, the automated verification apparatus performs a test Results are derived. In this image analysis step S50, there may be a method of comparing the entire image area and a method of comparing the image part area, which will be described in more detail below.

결과 도출 단계(S60)는 이미지 분석 단계(S50)에서 전달된 결과를 이용하여 자동화 검증 장치가 각 단계별 결과를 분석하고, 오류 발생 부분 또는 단계를 정리하여 테스트 결과를 사용자에게 제공하는 단계이다. 이 결과도출 단계(S60)에서 사용자는 오류로 보고된 단계 또는 부분을 확인하여 오류를 확인하거나, 이를 정상 동작으로 인정하는 등의 테스트 결과 확인을 수행하게 된다.The result derivation step S60 is a step in which the automated verification apparatus analyzes the result of each step by using the result transmitted in the image analysis step S50 and arranges the error occurrence part or step and provides the test result to the user. In this derivation step (S60), the user confirms the error or the test result by recognizing the error or the part or the part reported in the error as the normal operation.

도 2는 본 발명에 따른 자동화 검증 장치의 간략한 구성을 설명하기 위한 예시도이다.2 is an exemplary diagram for explaining a simplified configuration of an automation verification apparatus according to the present invention.

도 2를 참조하면 본 발명에 따른 자동화 검증 장치는 입력부(10), 출력부(20), 저장부(30), 처리부(40)를 포함하여 구성되고, 처리부(40)는 테스트 진행부(41), 이미지 획득부(43) 및 분석부(45)를 포함하여 구성될 수 있다.2, the automated verification apparatus according to the present invention includes an input unit 10, an output unit 20, a storage unit 30, and a processing unit 40. The processing unit 40 includes a test execution unit 41 An image obtaining unit 43, and an analyzing unit 45. [0034] FIG.

입력부(10)는 사용자로부터 스크립트가 입력되며, 원본 이미지의 지정을 위한 명령이 입력될 수 있다. 이 입력부(10)는 키보드, 마우스와 같은 다양한 입력장치로 구성될 수 있으며, 이들 각각에 의한 스크립트가 입력될 수 있다. 또한, 검증 대상의 선택, 실행, 검증을 위한 다양한 명령들이 입력부(10)를 통해 입력될 수 있다.A script is input from the user to the input unit 10, and a command for specifying the original image can be input. The input unit 10 may include various input devices such as a keyboard and a mouse, and a script by each of the input devices may be input. In addition, various commands for selecting, executing, and verifying the verification target can be input through the input unit 10.

출력부(20)는 검증 대상의 실행에 따른 단계와 결과를 출력하여 제공한다. 이러한 출력부(20)는 일반적으로 영상을 표시하는 모니터, 스크린과 같은 영상출력장치일 수 있으나, 실행의 단계와 결과를 표출할 수 있는 다양한 형태의 출력장치를 이용할 수 있다.The output unit 20 outputs and provides a step and a result according to the execution of the verification target. The output unit 20 may be a video output device such as a monitor or a screen for displaying an image, but it is possible to use various types of output devices capable of expressing the steps and results of the execution.

저장부(30)는 사용자로부터 입력되는 스크립트, 원본이미지 및 결과이미지가 저장되고 처리부(40)의 요청에 따라 제공되거나, 저장하는 역할을 한다. 이러한 저장부(30)는 메모리, 디스크와 같은 저장장치일 수 있으나, 이로써만 본 발명을 한정하는 것은 아니다.The storage unit 30 stores a script input from a user, an original image, and a result image, and is provided or stored at the request of the processing unit 40. The storage unit 30 may be a storage device such as a memory or a disk, but the present invention is not limited thereto.

처리부(40)는 입력부(10)를 통해 스크립트를 입력받고, 검증대상을 실행시킴과 아울러, 검증 대상에 스크립트를 적용하여 테스트를 진행하고, 진행과정 및 결과를 출력부(20)를 통해 출력함과 아울러, 테스트 진행을 위한 원본이미지의 선택 및 저장, 테스트 진행에 따른 결과이미지의 획득 및 결과이미지와 원본이미지의 비교를 통한 테스트 분석을 진행한다. 이를 위해 처리부(40)는 테스트 진행부(41), 이미지 획득부(43) 및 분석부(45)를 포함하여 구성될 수 있다.The processing unit 40 receives the script through the input unit 10, executes the verification target, applies the script to the verification target, performs the test, and outputs the process and the result through the output unit 20 In addition, the test analysis is performed by selecting and storing the original image for the test progress, acquiring the result image according to the test progress, and comparing the resultant image with the original image. For this, the processing unit 40 may include a test progress unit 41, an image obtaining unit 43, and an analyzing unit 45.

테스트 진행부(41)는 입력부(10)를 통해 입력되는 스크립트에 의해 검증대상의 기능을 실행하키는 역할을 한다. 이를 위해 테스트 진행부(41)는 검증을 위한 항목에 대한 스크립트가 전달된다.The test progress section 41 plays a role of executing a function to be verified by a script input through the input section 10. [ To this end, the test progress unit 41 receives a script for an item for verification.

이미지 획득부(43)는 검증대상의 검증을 위한 원본이미지와 결과이미지를 획득한다. 이미지 획득부(43)는 사용자가 입력부(10)를 통해 선택하도록 하여 원본이미지를 획득하거나, 최초 테스트에 의해 얻어지는 결과이미지 또는 테스트 진행중에 얻어지는 결과이미지 중 입력부(10)를 통해 선택되는 결과이미지를 원본이미지로 획득하고, 이를 저장부(30)에 저장하게 된다. 또한, 테스트 진행부(41)가 테스트를 진행하는 경우 미리 정해진 시점 또는 단계에서 검증 과정의 각 단계 또는 결과에 대한 결과이미지를 획득하여 저장부(30)에 저장한다.The image obtaining unit 43 obtains the original image and the resultant image for verification of the verification target. The image acquiring unit 43 acquires an original image by allowing the user to select the image through the input unit 10 or a result image selected through the input unit 10 out of the result image obtained by the initial test or the test result And stores it in the storage unit 30. When the test progress unit 41 performs a test, a result image of each step or result of the verification process is acquired at a predetermined time or step and stored in the storage unit 30.

분석부(45)는 저장부(30)에 저장되는 원본이미지와 결과이미지를 비교하여 변동여부를 판단하고, 판단 결과에 따라 오류 발생여부를 분석하게 된다. 이러한 분석부(45)는 각 단계별로 마련되는 원본이미지를 통채로 대응되는 결과이미지와 비교할 수도 있고, 미리 정해진 형태로 원본이미지를 분할하여 각 분할영역에 대한 비교를 수행할 수도 있다. 이에 대해서는 하기에서 좀더 상세히 설명하기로 한다. 이후 분석부(45)는 이러한 분석결과를 사용자가 확인하기 용이한 형태 예를 들어, 검사 단계, 항목, 이미지와 같은 사항이 테이블 형태로 기록되는 보고서를 작성하거나, 이외의 보고 형태로 작성하여 출력부(20)를 통해 사용자에게 제공하게 된다.The analysis unit 45 compares the original image stored in the storage unit 30 with the resultant image to determine whether the original image is changed or not, and analyzes whether an error has occurred according to the determination result. The analysis unit 45 may compare the original image prepared for each step with the corresponding result image, or may perform a comparison on each divided area by dividing the original image into a predetermined form. This will be described in more detail below. Thereafter, the analyzer 45 generates a report in which items such as the inspection step, the item, and the image are recorded in the form of a table that is easy for the user to confirm the analysis result, (20) to the user.

도 3 내지 도 5는 스크립트와 검증화 과정을 설명하기 위한 예시도들이다.FIGS. 3 to 5 are illustrations for explaining a script and a verification process.

도 3 내지 도 5를 참조하면 검증장치는 입력부(10)를 통해 입력되는 스크립트를 통해 검증대상의 특정 기능을 실행하고, 실행과정 및 결과에 대한 검증을 수행한다. 특히, 본 발명은 이러한 검증 과정을 위해 정상적인 동작이 진행되는 경우 출력되는 과정 또는 결과에 대한 이미지와 테스트 중에 각 과정 또는 결과에 대해 얻어지는 결과 이미지를 비교하여 기능의 정상적인 실행여부를 판별하고, 판별결과를 사용자에게 제공하게 된다.3 to 5, the verification apparatus executes a specific function of a verification target through a script input through the input unit 10, and performs an execution process and verification of the result. Particularly, in the present invention, when a normal operation is performed for the verification process, an image of an output process or result is compared with a result image obtained for each process or result during a test to determine whether the function is normally executed or not, To the user.

이러한 과정을 좀 더 구체적으로 살펴보면, 검증대상에 대한 검증은 특정 명령에 대해서 수행될 수 있다. 일례로 '불러오기' 명령에 대해 검증을 수행한다고 하면, 이에 대해 도 3 내지 도 5에 기재된 것과 같은 스크립트가 준비될 수 있으며, 검증 장치는 이 스크립트에 따라 검증을 수행하게 된다.More specifically, verification of the verification target can be performed for a specific command. For example, if the verification is performed on the "import" command, a script such as that shown in FIG. 3 to FIG. 5 may be prepared, and the verification device performs the verification according to the script.

우선 도 3과 같이 검증 대상인 문서 편집기(100a)가 준비되면, 이 문서 편집기(100a)의 일 영역에는 메뉴(110a)가 마련된다.First, when the document editor 100a to be verified is prepared as shown in FIG. 3, a menu 110a is provided in one area of the document editor 100a.

이때, 검증 장치는 미리 입력된 스크립트 중 첫번째 스크립트에 의해 메뉴(110a)의 '파일'을 선택하게 되고, '파일'이 선택됨에 따라 드롭 다운에 의해 메뉴가 확장(111)될 수 있다. 이때 검증장치는 진행 단계에 대한 결과이미지로 도 4의 문서편집기(100b) 이미지를 획득하게 된다.At this time, the verification apparatus selects the 'file' of the menu 110a by the first script among the previously input scripts, and the menu may be expanded 111 by the drop-down as 'file' is selected. At this time, the verification apparatus acquires the image of the document editor 100b of FIG. 4 as a result image of the progressing step.

그리고, 도 5와 같이 스크립트 중 두 번째 스크립트에 의해 '불러오기' 명령이 검증장치에 의해 문서편집기(110b)에 입력되고 이에 따라 도 5와 같이 '불러오기' 창(112)가 활성화되어 문서편집기(100c)에 표시된다. 이때도 마찬가지로 검증장치는 진행단계에 대한 결과이미지로 도 5의 문서편집기(100c)의 이미지를 획득하게 된다.5, the 'import' command is input to the text editor 110b by the verification device and the 'import' window 112 is activated as shown in FIG. 5, (100c). At this time as well, the verification apparatus acquires the image of the document editor 100c of FIG. 5 as a result image of the progress step.

이를 통해 검증장치는 사용자가 검증을 하고자 하는 기능, 동작에 대한 테스트를 수행하고, 이에 따른 결과 이미지를 획득하게 된다. 전술한 바와 같이 원본이미지가 별도로 저장되지 않는 경우 최초로 획득된 결과이미지 중 사용자가 정상적인 동작인 것으로 확인된 결과이미지를 원본이미지로 사용할 수 있게 된다.Through this, the verification device performs a test on the functions and operations to be verified by the user, and obtains the resultant images according to the tests. As described above, when the original image is not stored separately, the user can use the image as the original image as a result of confirming that the user is the normal operation out of the initially obtained result images.

한편, 이와 같은 방법에 의해 원본 이미지와 결과이미지가 획득되면, 분석과정을 거쳐 정상적인 동작이 이루어진 것인지, 오동작(fail)인지를 검증장치가 분석하게 된다.Meanwhile, if the original image and the resultant image are acquired by the above-described method, the verification device analyzes whether the normal operation is performed or the malfunction is performed through the analysis process.

도 6 및 도 7은 분석과정을 설명하기 위한 예시도들로써, 도 6은 전체이미지 비교에 의한 분석과정을 설명하기 위한 예시도이고, 도 7은 분할이미지 비교에 의한 분석과정을 설명하기 위한 예시도이다.6 and 7 are diagrams for explaining an analysis process, FIG. 6 is an exemplary diagram for explaining an analysis process by comparing all images, FIG. 7 is an exemplary diagram for explaining an analysis process by a divided image comparison to be.

우선 도 6을 참조하면, 검증장치는 테스트 과정에서 획득된 결과이미지와 미리 준비된 원본이미지를 비교하여 각 단계 또는 최종 결과에 대한 검증을 수행한다. 이때, 원본이미지와 결과이미지는 도 6에서와 같이 전체화면 이미지를 하나의 이미지로 인식하여 1:1비교를 수행할 수 있다. 즉, 하나의 원본이미지(120) 전체와 하나의 결과이미지(121) 전체를 비교하여 결과이미지(121)가 원본이미지(120) 어느 한 부분이라도 다른 부분이 발생한 경우 오류 발생 또는 오동작(fail)로 인식하도록 할 수 있다. Referring to FIG. 6, a verification apparatus compares a resultant image obtained in a test process with a prepared original image, and performs verification of each step or a final result. At this time, as shown in FIG. 6, the original image and the resultant image can be recognized as one image and the 1: 1 comparison can be performed. That is, if the whole of the original image 120 is compared with the entire one of the result images 121 and the resultant image 121 is any part of the original image 120, if an error occurs or a malfunction occurs .

이와 같은 경우 전체 영역에 대한 비교가 필요한 경우 즉, 부분적인 변경이 발생되지 않아야 하는 과정 또는 결과의 비교에서는 유효하게 비교할 수 있으며, 사소한 차이라도 발생되는 경우 오류로 인식하여 이를 통해 오류를 인지하고 개선하도록 하는 것이 가능하다.In such a case, it is necessary to compare the entire area when it is necessary to compare it, that is, in the process in which partial change should not occur, or in the comparison of the results, and if there is a minor difference, it is recognized as an error, .

이와 달리 아이콘의 색상, 일부 형태 변경과 같이 국소적인 차이가 발생하는 경우 이를 발견하기 위한 분석이 필요할 수 있다. 이때에는 도 7에서와 같이 하나의 원본이미지를 복수의 영역을 분할하고, 이에 대응되게 결과이미지를 분할하여 각 영역별로 비교하도록 할 수 있다.In contrast, analysis may be necessary to find out when there are local differences, such as the color of the icon and some form changes. In this case, as shown in FIG. 7, a plurality of regions may be divided into one original image, and the resultant image may be divided correspondingly to be compared with each region.

예를 들어, 어느 한 과정에 대해 원본이미지(130)와 결과이미지(131)가 준비되고, 3X3의 크기로 분할하여 비교를 수행하는 경우 원본이미지(130)와 결과이미지(131)는 16개의 분할이미지(1,1 내지 4,4)으로 나뉘어질 수 있다. 이와 같이 원본이미지(130)와 결과이미지(131)가 나뉘어진 경우 동일한 위치의 분할이미지(1,1 내지 4,4)을 비교함으로써 동일한 영역과 변경이 발생된 영역을 구분하여 분석할 수 있게 된다. 즉, 메뉴 아이콘과 같은 미세한 변경이 오류로 인식될 수 있는 상황을 정확하게 사용자에게 알릴 수 있게 된다. 특히, 이러한 분할이미지의 수를 증감 시킴으로써 정확도 또는 처리속도 중 사용자가 원하는 특성을 향상시키 분석하는 것이 가능하다.For example, when a source image 130 and a result image 131 are prepared for a certain process and the comparison is performed by dividing the image into a size of 3 × 3, the original image 130 and the result image 131 are divided into 16 segments Images 1, 1 to 4, and 4, respectively. In the case where the original image 130 and the resultant image 131 are divided, it is possible to distinguish and analyze the same area and the changed area by comparing the divided images 1,1 to 4,4 at the same position . That is, it is possible to accurately inform the user of a situation in which a minute change such as a menu icon can be recognized as an error. In particular, by increasing or decreasing the number of divided images, it is possible to improve and analyze the user's desired characteristics of accuracy or processing speed.

또한, 원본이미지(130)과 결과이미지(131)의 분할이미지 결과 중 (3,3)의 결과만 틀리게 나타난 것을 기준으로 오류의 정확한 위치와 몇%가 원본가 틀려졌는지 데이터를 뽑고 해당 데이터를 시각화하여 정리된 결과를 사용자에게 제공함으로써 사용자가 어느 부분에 이상이 발생했는지를 빠르게 확인하여 대체할 수 있게 된다.Also, based on the result of (3, 3) of the division image of the original image 130 and the result image 131, the data of the exact position of the error and the difference of the original is subtracted and the data is visualized By providing the summary results to the user, it is possible to quickly identify which part of the user has occurred and to replace them.

특히, 이러한 분할이미지의 제공시 어느 단계의 결과이미지인지에 대한 정보와 원본이미지의 해당 분할이미지를 대응시켜 제공함으로써 사용자가 더 빠르게 오류 부분을 인식하도록 하는 것이 가능해진다.In particular, when providing such a divided image, it is possible to allow the user to recognize the error part more quickly by providing the corresponding divided image of the original image in correspondence with information about the result image of the stage.

이상에서 본 발명의 기술적 사상을 예시하기 위해 구체적인 실시 예로 도시하고 설명하였으나, 본 발명은 상기와 같이 구체적인 실시 예와 동일한 구성 및 작용에만 국한되지 않고, 여러 가지 변형이 본 발명의 범위를 벗어나지 않는 한도 내에서 실시될 수 있다. 따라서, 그와 같은 변형도 본 발명의 범위에 속하는 것으로 간주해야 하며, 본 발명의 범위는 후술하는 특허청구범위에 의해 결정되어야 한다.While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is to be understood that the invention is not limited to the disclosed exemplary embodiments, but, on the contrary, And the like. Accordingly, such modifications are deemed to be within the scope of the present invention, and the scope of the present invention should be determined by the following claims.

10 : 입력부 20 : 출력부
30 : 저장부 40 : 처리부
41 : 테스트 진행부 43 : 이미지 획득부
45 : 분석부 100 : 문서편집기
110 : 메뉴 120 : 원본이미지
121 : 결과이미지
10: Input unit 20: Output unit
30: storage unit 40:
41: test progress section 43: image obtaining section
45: Analysis Unit 100: Document Editor
110: Menu 120: Original image
121: Result image

Claims (7)

검증을 위한 대상 프로그램이 선택되어 준비되는 단계;
상기 대상 프로그램의 검증을 위한 복수의 단계를 진행시키기 위한 스크립트가 마련되는 단계;
검증장치가 상기 스크립트에 의해 복수의 상기 단계를 진행하여 각 단계에 대한 결과이미지를 획득하는 단계;
상기 결과이미지와 복수의 상기 단계 각각에 대해 마련되는 원본이미지를 비교하여 오류 발생여부를 판단하는 분석단계를 포함하고,
상기 분석단계는,
상기 검증장치가 하나의 상기 원본이미지를 복수의 분할영역으로 구분하고, 이에 대응되는 하나의 상기 결과이미지를 동일한 수의 분할영역으로 구분하여, 서로 대응되는 분할영역의 동일여부를 분석하는 프로그램 검증 방법.
Selecting and preparing a target program for verification;
A step of providing a script for advancing a plurality of steps for verification of the target program;
The verification apparatus proceeds through a plurality of the steps by the script to obtain a result image for each step;
And an analysis step of comparing the resultant image with an original image prepared for each of the plurality of steps to determine whether an error has occurred,
Wherein the analyzing step comprises:
Wherein the verification apparatus divides one original image into a plurality of divided regions and divides one of the resultant images corresponding thereto into the same number of divided regions to analyze whether the divided regions correspond to each other .
제 1 항에 있어서,
상기 원본이미지는 결과이미지 획득 단계의 최초 진행시 획득되는 결과이미지 중 오류가 발생하지 않은 것으로 판단된 이미지인 것을 특징으로 하는 프로그램 검증 방법.
The method according to claim 1,
Wherein the original image is an image judged to have no error among the result images obtained at the initial step of the result image acquiring step.
제 2 항에 있어서,
상기 원본이미지는 검증 과정에서 획득되는 상기 결과이미지 중 사용자에 의해 선택된 결과이미지에 의해 갱신되는 것을 특징으로 하는 프로그램 검증 방법.
3. The method of claim 2,
Wherein the original image is updated by a result image selected by the user among the result images obtained in the verification process.
삭제delete 삭제delete 제 1 항에 있어서,
상기 검증장치는 상기 분석결과의 작성시 상기 결과이미지의 분할영역 중 상기 원본이미지의 분할영역과 동일하지 않은 분할영역은 동일한 분할영역과 구분되는 표시효과를 적용하는 것을 특징으로 하는 프로그램 검증 방법.
The method according to claim 1,
Wherein the verifying device applies a display effect to the divided regions of the original image, which are not the same as the divided regions of the original image, from the same divided region when the analysis result is generated.
제 6 항에 있어서,
상기 검증장치는 상기 분석결과의 작성시 상기 원본이미지의 분할영역과 동일하지 않은 상기 분할영역의 이미지와 상기 원본이미지의 상기 분할영역의 이미지를 대응시켜 기재하는 것을 특징으로 하는 프로그램 검증 방법.
The method according to claim 6,
Wherein the verification device records an image of the divided region that is not the same as the divided region of the original image and an image of the divided region of the original image in association with each other when the analysis result is created.
KR1020170007995A 2017-01-17 2017-01-17 Program test system and test method using the same KR101999321B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020170007995A KR101999321B1 (en) 2017-01-17 2017-01-17 Program test system and test method using the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020170007995A KR101999321B1 (en) 2017-01-17 2017-01-17 Program test system and test method using the same

Publications (2)

Publication Number Publication Date
KR20180084416A KR20180084416A (en) 2018-07-25
KR101999321B1 true KR101999321B1 (en) 2019-07-11

Family

ID=63058868

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020170007995A KR101999321B1 (en) 2017-01-17 2017-01-17 Program test system and test method using the same

Country Status (1)

Country Link
KR (1) KR101999321B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102119745B1 (en) * 2018-09-07 2020-06-08 주식회사 한글과컴퓨터 Automated checking apparatus for multi-language programs and operating method thereof

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101166128B1 (en) * 2011-01-26 2012-07-23 고려대학교 산학협력단 Software testing device and method thereof

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101029332B1 (en) 2009-03-27 2011-04-13 한국전자통신연구원 Testing apparatus and method for mobile software

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101166128B1 (en) * 2011-01-26 2012-07-23 고려대학교 산학협력단 Software testing device and method thereof

Also Published As

Publication number Publication date
KR20180084416A (en) 2018-07-25

Similar Documents

Publication Publication Date Title
US10853232B2 (en) Adaptive system for mobile device testing
US9632754B2 (en) Auto generation and linkage of source code to test cases
CN105094783B (en) method and device for testing stability of android application
US8627290B2 (en) Test case pattern matching
EP2960799A1 (en) Defect localization in software integration tests
US10019346B2 (en) Generating software test script from video
US11074162B2 (en) System and a method for automated script generation for application testing
EP2705441B1 (en) Automatic classification adjustment of recorded actions for automation script
CN108874649B (en) Method and device for generating automatic test script and computer equipment thereof
CN109840194B (en) Method and system for detecting configuration file
US20180088914A1 (en) Method for supporting program creation and apparatus for supporting program creation
CN111831554B (en) Code checking method and device
JPWO2011108584A1 (en) Application modification site search apparatus and application modification site search method
US9229846B1 (en) Testing application code changes using a state assertion framework
KR101796009B1 (en) Program automatic analysis system and automatic analysis method using the same
KR101774815B1 (en) Cursor location recognition test automation system and test automation method using the same
KR101999321B1 (en) Program test system and test method using the same
KR20150048365A (en) System and method for verifying application
KR101252358B1 (en) Apparatus and method for testing plc command
KR102603330B1 (en) Apparatus and method for display the test coverage
JP6747161B2 (en) Software quality judgment method
KR102002545B1 (en) Code test automatic proceeding method through virtualixation and appratus for the same
US11422696B2 (en) Representation of user interface interactive regions
KR101476536B1 (en) The method and system for inspecting program
US20180011784A1 (en) Method for Testing a Graphical Interface and Corresponding Test System

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