KR20090028366A - System and method for testing program source code and program recording medium - Google Patents

System and method for testing program source code and program recording medium Download PDF

Info

Publication number
KR20090028366A
KR20090028366A KR1020070093900A KR20070093900A KR20090028366A KR 20090028366 A KR20090028366 A KR 20090028366A KR 1020070093900 A KR1020070093900 A KR 1020070093900A KR 20070093900 A KR20070093900 A KR 20070093900A KR 20090028366 A KR20090028366 A KR 20090028366A
Authority
KR
South Korea
Prior art keywords
source code
item
program source
test
input
Prior art date
Application number
KR1020070093900A
Other languages
Korean (ko)
Other versions
KR100946417B1 (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 KR1020070093900A priority Critical patent/KR100946417B1/en
Publication of KR20090028366A publication Critical patent/KR20090028366A/en
Application granted granted Critical
Publication of KR100946417B1 publication Critical patent/KR100946417B1/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
    • 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/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • General Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Computer Hardware Design (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Debugging And Monitoring (AREA)

Abstract

A system and a method for testing a program source code and a program recording medium are provided to generate a list of target items to be tested and automatically apply corresponding input and output values as well as input and output items corresponding to the list. An information receiving unit(315) receives employees' information inputted and transmitted through a program source code registration interface screen from a test request terminal(370) and test request information including at least one program source code. A code parsing processing unit parses a program source code among the employees' information and the test request information received through the information receiving unit. A test item generating unit generates a test item for the parsing result of the program source code. An input item extracting unit(320) extracts at least one test item. An input value extracting unit(325) extracts input data corresponding to the extracted input item. An output value item extracting unit(330) extracts an output item corresponding to the input data. An output value extracting unit(335) extracts output data corresponding to the extracted output item. A program test processing unit(340) tests the program source code by using the extracted input data and output data corresponding to the input data.

Description

프로그램 소스코드 테스트 방법 및 시스템과 이를 위한 프로그램 기록매체{System and Method for Testing Program Source Code and Program Recording Medium}System and Method for Testing Program Source Code and Program Recording Medium}

도 1은 본 발명의 실시 방법에 따른 테스트 프로그램 소스코드 파싱 및 테스트 항목 생성을 위한 프로그램 소스코드 처리 시스템을 도시한 도면이다.1 is a diagram illustrating a program source code processing system for parsing a test program source code and generating a test item according to an exemplary embodiment of the present invention.

도 2는 본 발명의 실시 방법에 따른 테스트 프로그램 소스코드 파싱 및 테스트 항목 생성을 위한 정보등록 과정을 도시한 도면이다.2 is a diagram illustrating an information registration process for parsing a test program source code and generating a test item according to an exemplary embodiment of the present invention.

도 3은 본 발명의 실시 방법에 따른 프로그램 소스코드 테스트를 위한 프로그램 테스트 시스템을 도시한 도면이다.3 is a diagram illustrating a program test system for testing program source code according to an embodiment of the present invention.

도 4는 본 발명의 실시 방법에 따른 프로그램 소스코드 테스트를 위한 프로그램 테스트 시스템의 동작 흐름을 도시한 도면이다.4 is a diagram illustrating an operation flow of a program test system for testing program source code according to an embodiment of the present invention.

<도면의 주요부분에 대한 설명><Description of main parts of drawing>

300 : 프로그램 테스트 서버 305 : 인터페이스부300: program test server 305: interface unit

310 : 인터페이스 제공부 315 : 정보 수신부310: interface providing unit 315: information receiving unit

320 : 입력항목 추출부 325 : 입력값 추출부320: input item extraction unit 325: input value extraction unit

330 : 출력항목 추출부 335 : 출력값 추출부330: output item extraction unit 335: output value extraction unit

340 : 프로그램 테스트 처리부 345 : 정보 저장부340: Program test processing unit 345: Information storage unit

350 : 이미지로그D/B 355 : 코드테이블D/B350: Image log D / B 355: Code table D / B

360 : 저장매체 365 : 메타시스템360: storage medium 365: metasystem

370 : 테스트 요청 단말 135 : 프로그램D/B370: Test request terminal 135: Program D / B

140 : 시험항목D/B140: Test item D / B

본 발명은 서버에서 직원들-프로그램 개발자, 프로그램 테스터-의 프로그램 소스코드를 수신하는 프로그램 소스코드 수신단계와, 서버에서 상기 직원들의 프로그램 소스코드를 파싱 처리하는 프로그램 소스코드 파싱 처리단계 및 서버에서 파싱 처리된 프로그램 소스코드에 대한 테스트 항목을 생성하는 테스트 항목 생성단계를 포함하는 프로그램 소스코드 테스트 방법에 관한 것이다.The present invention provides a program source code receiving step of receiving program source codes of employees-a program developer, a program tester-at a server, a program source code parsing processing step of parsing the program source codes of the employees at a server, and a parsing at a server. It relates to a program source code test method comprising a test item generation step of generating a test item for the processed program source code.

정보통신 기술의 발전은 우리 주변에 많은 전자제품에 많은 프로그램들이 탑재되어 사용되기 시작하였고, 이를 위해 많은 개발자들이 프로그램을 개발하고 있다.In the development of information and communication technology, many programs have been installed and used in many electronic products around us, and many developers are developing programs for this purpose.

하지만, 프로그램 개발을 하여도 이를 일일이 개발자가 테스트 하기에는 너무나 많은 시간과 노력이 낭비되고 있는 실정이다.However, even if a program is developed, too much time and effort are wasted for developers to test it.

또한, 일부 테스트를 자동으로 한다 하여도, 일부 테스트 과정에 입력값, 출력값 등을 일일이 수작업으로 등록하여, 시간낭비를 줄이지 못하고 있는 실정이어서, 프로그램 개발에 많은 시간과 노력이 소요되고 있는게 현실이다.In addition, even though some tests are automatically performed, the input values and output values are manually registered in some of the test procedures, and thus, the time is not reduced. Therefore, a lot of time and effort is required for program development.

상기 문제점을 해결하기 위한 본 발명의 목적은, 네트워크 수단 상의 단말로부터 프로그램 소스코드를 수신하는 수단과, 상기 수신된 프로그램 소스코드를 파싱 처리하는 수단과, 상기 파싱 처리된 프로그램 소스코드에 대응하는 테스트 항목을 생성하는 수단과, 상기 테스트 항목별 적어도 하나 이상의 입력항목과, 상기 입력항목별 입력값을 포함하는 입력 데이터와, 상기 입력 e이터에 대응하는 출력항목과, 상기 출력항목별 출력값을 포함하는 출력 데이터를 추출하는 수단과, 상기 추출된 입력 데이터와, 상기 입력 데이터에 대응하는 출력 데이터를 이용하여 프로그램 소스코드를 테스트하는 수단을 구비하는 프로그램 소스코드 테스트 시스템을 제공함에 있다.An object of the present invention for solving the above problems is a means for receiving program source code from a terminal on a network means, means for parsing the received program source code, and a test corresponding to the parsed program source code. Means for generating an item, at least one input item for each test item, input data including an input value for each input item, an output item corresponding to the input data, and an output value for each output item A program source code test system comprising means for extracting output data, and means for testing program source code using the extracted input data and output data corresponding to the input data.

본 발명에 따른 프로그램 소스코드 테스트 방법은, 서버에서 직원들-프로그 램 개발자, 프로그램 테스터-의 프로그램 소스코드를 수신하는 프로그램 소스코드 수신단계와, 서버에서 상기 직원들의 프로그램 소스코드를 파싱 처리하는 프로그램 소스코드 파싱 처리단계 및 서버에서 파싱 처리된 프로그램 소스코드에 대한 테스트 항목을 생성하는 테스트 항목 생성단계를 포함하여 이루어지는 것을 특징으로 한다.Program source code test method according to the present invention, a program source code receiving step of receiving a program source code of employees-a program developer, a program tester in the server, a program for parsing the program source code of the employees in the server And a test item generation step of generating a test item for a source code parsing process and a program source code parsed by a server.

본 발명에 따른 프로그램 소스코드 테스트 방법에 있어서, 상기 코드 파싱 처리단계는, 상기 프로그램 소스코드에 대한 파싱 처리시 내부파일 함수, 외부파일 함수, DB SQL별로 파싱 처리하는 것을 특징으로 한다.In the program source code test method according to the present invention, the code parsing step is characterized in that the parsing process for each internal file function, external file function, DB SQL when parsing the program source code.

본 발명에 따른 프로그램 소스코드 테스트 방법에 있어서, 상기 테스트 항목 생성단계는, 상기 테스트 항목에 대응하는 적어도 하나 이상의 입력항목과, 상기 입력항목별 입력값을 포함하는 입력 데이터와, 상기 입력 데이터에 대응하는 적어도 하나 이상의 출력항목과, 상기 출력항목별 출력값을 포함하는 출력 데이터를 추출하는 데이터 추출단계와, 상기 추출된 입력 데이터와, 상기 입력 데이터에 대응하는 출력 데이터를 이용하여 프로그램 소스코드를 테스트하는 프로그램 소스코드 테스트 단계를 더 포함하여 이루어지는 것을 특징으로 한다.In the program source code test method according to the invention, the test item generation step, the input data including at least one or more input items corresponding to the test item, the input value for each input item, and corresponding to the input data A data extraction step of extracting at least one output item, output data including output values for each output item, and testing the program source code using the extracted input data and output data corresponding to the input data. Characterized in that the program further comprises the step of testing the source code.

한편, 상기 전술한 프로그램 소스코드 테스트 방법을 실행하는 프로그램을 기록한 컴퓨터로 판독 가능한 기록매체를 포함한다.On the other hand, it includes a computer-readable recording medium recording a program for executing the above-described program source code test method.

한편, 본 발명에 따른 프로그램 소스코드 테스트 시스템은, 네트워크 수단 상의 단말로부터 프로그램 소스코드를 수신하는 수단과, 상기 수신된 프로그램 소스코드를 파싱 처리하는 수단과, 상기 파싱 처리된 프로그램 소스코드에 대응하는 테스트 항목을 생성하는 수단과, 상기 테스트 항목별 적어도 하나 이상의 입력항목과, 상기 입력항목별 입력값을 포함하는 입력 데이터와, 상기 입력 e이터에 대응하는 출력항목과, 상기 출력항목별 출력값을 포함하는 출력 데이터를 추출하는 수단과, 상기 추출된 입력 데이터와, 상기 입력 데이터에 대응하는 출력 데이터를 이용하여 프로그램 소스코드를 테스트하는 수단을 구비하여 이루어지는 것을 특징으로 한다.On the other hand, the program source code test system according to the present invention, means for receiving the program source code from the terminal on the network means, means for parsing the received program source code, corresponding to the parsed program source code Means for generating a test item, at least one input item for each test item, input data including an input value for each input item, an output item corresponding to the input data, and an output value for each output item Means for extracting the output data, and means for testing the program source code using the extracted input data and output data corresponding to the input data.

이하 첨부된 도면과 설명을 참조하여 본 발명의 바람직한 실시예에 대한 동작 원리를 상세히 설명한다. 다만, 하기에 도시되는 도면과 후술되는 설명은 본 발명의 특징을 효과적으로 설명하기 위한 여러 가지 방법 중에서 바람직한 실시 방법에 대한 것이며, 본 발명이 하기의 도면과 설명만으로 한정되는 것은 아니다. 또한, 하기에서 본 발명을 설명함에 있어 관련된 공지 기능 또는 구성에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명을 생략할 것이다. 그리고 후술되는 용어들은 본 발명에서의 기능을 고려하여 정의된 용어들로서, 이는 사용자, 운용자의 의도 또는 관례 등에 따라 달라질 수 있다. 그러므로 그 정의는 본 발명에서 전반에 걸친 내용을 토대로 내려져야 할 것이다. Hereinafter, with reference to the accompanying drawings and description will be described in detail the operating principle of the preferred embodiment of the present invention. However, the drawings and the following description shown below are for the preferred method among various methods for effectively explaining the features of the present invention, the present invention is not limited only to the drawings and description below. In addition, in the following description of the present invention, if it is determined that a detailed description of a related known function or configuration may unnecessarily obscure the subject matter of the present invention, the detailed description will be omitted. Terms to be described later are terms defined in consideration of functions in the present invention, which may vary according to intentions or customs of users or operators. Therefore, the definition should be made based on the contents throughout the present invention.

또한, 이하 실시되는 본 발명의 바람직한 실시예는 본 발명을 이루는 기술적 구성요소를 효율적으로 설명하기 위해 각각의 시스템 기능구성에 기 구비되어 있거나, 또는 본 발명이 속하는 기술분야에서 통상적으로 구비되는 시스템 기능구성은 가능한 생략하고, 본 발명을 위해 추가적으로 구비되어야 하는 기능구성을 위주로 설명한다. 만약 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자라면, 하기에 도시하지 않고 생략된 기능구성 중에서 종래에 기 사용되고 있는 구성요소의 기능을 용이하게 이해할 수 있을 것이며, 또한 상기와 같이 생략된 구성요소와 본 발명을 위해 추가된 구성요소 사이의 관계도 명백하게 이해할 수 있을 것이다. In addition, preferred embodiments of the present invention to be carried out below are provided in each system functional configuration to efficiently describe the technical components constituting the present invention, or system functions that are commonly provided in the technical field to which the present invention belongs. The configuration will be omitted, and described mainly on the functional configuration to be additionally provided for the present invention. If those skilled in the art to which the present invention pertains, it will be able to easily understand the function of the components that are conventionally used among the omitted functional configuration not shown below, and also the configuration omitted as described above The relationship between the elements and the components added for the present invention will also be clearly understood.

또한, 이하 실시예는 본 발명의 핵심적인 기술적 특징을 효율적으로 설명하기 위해 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자가 명백하게 이해할 수 있도록 용어를 적절하게 변형하여 사용할 것이나, 이에 의해 본 발명이 한정되는 것은 결코 아니다. In addition, the following examples will be used to appropriately modify the terms so that those skilled in the art to clearly understand the technical features of the present invention to effectively understand, but the present invention It is by no means limited.

결과적으로, 본 발명의 기술적 사상은 청구범위에 의해 결정되며, 이하 실시예는 진보적인 본 발명의 기술적 사상을 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 효율적으로 설명하기 위한 일 수단일 뿐이다.As a result, the technical spirit of the present invention is determined by the claims, and the following examples are one means for efficiently explaining the technical spirit of the present invention to those skilled in the art to which the present invention pertains. It is only.

또한, 본 발명의 설명을 위해 도시된 도면 상의 서버는 적어도 하나 이상의 서버로 구비될 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.In addition, the server on the drawing shown for the purposes of the present invention may be provided with at least one server, whereby the present invention is not limited.

도면1은 본 발명의 실시 방법에 따른 테스트 프로그램 소스코드 파싱 및 테스트 항목 생성을 위한 프로그램 소스코드 처리 시스템을 도시한 도면이다.1 is a diagram illustrating a program source code processing system for parsing test program source code and generating test items according to an exemplary embodiment of the present invention.

보다 상세하게 본 도면1은 상기 테스트 프로그램 소스코드 파싱 및 테스트 항목 생성을 위해 소정의 직원단말(145)이 소정의 네트워크 수단을 통해 프로그램 테스트 처리 시스템 상의 서버에 접속하여 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 제공하면, 상기 서버에서 상기 직원단말(145)로부터 제공된 상기 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 상기 프로그램 테스트 처리 시스템 상에 구비된 프로그램D/B(135)에 연계 처리하여 저장하는 프로그램 소스코드 처리 시스템 구성에 대한 것으로서, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자라면, 본 도면1을 참조 및/또는 변형하여 상기 테스트 프로그램 소스코드 파싱 및 테스트 항목 생성을 위한 프로그램 소스코드 처리 시스템 구성에 대한 다양한 실시 방법을 유추할 수 있을 것이나, 본 발명은 상기 유추되는 모든 실시 방법을 포함하며, 본 도면1에 도시된 실시 방법만으로 한정되지 아니한다.In more detail, in FIG. 1, in order to parse the test program source code and generate a test item, a predetermined employee terminal 145 accesses a server on a program test processing system through a predetermined network means to store at least employee information and program source code. When providing the test request information including one or more, the program D provided on the program test processing system including the test request information including at least one of the employee information, program source code provided from the employee terminal 145 in the server A program source code processing system configuration for storing in association with / B 135, and those skilled in the art to which the present invention pertains, refer to and / or modify the present Figure 1 to the test program source Program source code for code parsing and test item generation Various implementation methods for the processing system configuration may be inferred, but the present invention includes all the implementation methods inferred above and is not limited to the implementation method shown in FIG.

이하, 본 도면1에 도시된 프로그램 소스코드 처리 시스템 상에서 상기 직원 단말(145)로부터 제공되는 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 상기 프로그램D/B(135)에 저장하기 위한 적어도 하나 이상의 수단 및/또는 기능구성에 대응하는 구성요소를 편의상 "프로그램 소스코드 처리 서버(100)"라고 한다.Hereinafter, in the program D / B 135, test request information including at least one employee information and a program source code provided from the employee terminal 145 on the program source code processing system shown in FIG. Components corresponding to at least one or more means and / or functional configurations for the sake of convenience are referred to as " program source code processing server 100 ".

본 발명의 실시 방법을 따르는 본 도면1을 참조하면, 본 발명에 따른 테스트 프로그램 소스코드 파싱 및 테스트 항목 생성을 위한 프로그램 소스코드 처리 시스템은, 소정의 네트워크 수단에 연결된 적어도 하나 이상의 직원단말(145)과, 상기 직원단말(145)에서 전송하는 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 연계 처리하여 저장하는 프로그램D/B(135)와, 상기 프로그램 소스코드를 파싱하여 테스트 항목 정보를 생성하고, 상기 생성된 테스트 항목 정보에 대응하는 입력항목 정보를 상기 직원 정보와 연계 처리하여 저장하는 시험항목D/B(140) 및 상기 직원단말(145)과 소정의 네트워크 수단을 통해 연결되며, 상기 네트워크 수단을 통해 전송되는 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 수신하여 상기 프로그램D/B(135)에 연계 처리하여 저장하는 프로그램 소스코드 처리 서버(100)를 포함하여 이루어지는 것을 특징으로 한다.Referring to FIG. 1 according to an embodiment of the present invention, a program source code processing system for parsing a test program source code and generating a test item according to the present invention includes at least one employee terminal 145 connected to a predetermined network means. And a program D / B 135 for storing and linking the employee information transmitted from the employee terminal 145 and the test request information including at least one program source code, and the test item by parsing the program source code. Links the test item D / B 140 and the employee terminal 145 with a predetermined network means to generate information and store the input item information corresponding to the generated test item information in association with the employee information. And a test request including at least one employee information and a program source code transmitted through the network means. Receiving information characterized by comprising a program source code processing server 100 for storing in conjunction with the program processing D / B (135).

상기 직원단말(145)은 TCP/IP(Transmission Control Protocol/Internet Protocol) 기반의 유선 통신망(예컨대, ADSL(Asymmetric Digital Subscriber Line)/VDSL(Very high-data rate Digital Subscriber Line) 및/또는 케이블 통신망)를 통해 상기 프로그램 소스코드 처리 서버(100)와 통신 연결되는 데스크탑 컴퓨터 및/또는 노트북을 포함하는 유선 단말을 적어도 하나 이상 포함하여 이루어지거나, 및/또는 CDMA(Code Division Multiple Access) 기반의 이동 통신망(또는 HSDPA(High Speed Downlink Packet Access) 기반 이동 통신망)에 연결되는 이동 통신단말, 및/또는 IEEE 802.16x 기반의 초고속 무선 인터넷에 연결되는 휴대 인터넷 단말, 및/또는 IEEE 802.11x 기반의 무선랜 통신망에 연결되는 무선랜 단말을 적어도 하나 이상 포함하는 무선 단말을 적어도 하나 이상 포함하여 이루어지는 것을 특징으로 하며, 상기 직원단말(145)은 상기 프로그램 소스코드 처리 서버(100)에서 제공하는 적어도 하나 이상의 프로그램 소스코드 등록 인터페이스 화면을 출력하고, 상기 프로그램 소스코드 등록 인터페이스 화면을 통해 적어도 하나 이상의 정보를 입력 및/또는 선택하여 상기 프로그램 소스코드 처리 서버(100)로 전송하기 위한 기능 구성(예컨대, 브라우져 프로그램과 통신 기능)이 구비되어 있는 것이 바람직하다.The employee terminal 145 may be a wired communication network based on Transmission Control Protocol / Internet Protocol (TCP / IP) (eg, Asymmetric Digital Subscriber Line (ADSL) / Very High-data Rate Digital Subscriber Line (VDSL) and / or cable communication network). At least one wired terminal including a desktop computer and / or a laptop connected to the program source code processing server 100 via a communication, and / or a CDMA (Code Division Multiple Access) based mobile communication network ( Or a mobile communication terminal connected to a High Speed Downlink Packet Access (HSDPA) based mobile communication network, and / or a portable Internet terminal connected to an IEEE 802.16x based high speed wireless internet, and / or an IEEE 802.11x based wireless LAN network. Characterized in that it comprises at least one or more wireless terminals including at least one or more connected wireless LAN terminal, the staff terminal 145 Outputs at least one program source code registration interface screen provided by the program source code processing server 100, and inputs and / or selects at least one information through the program source code registration interface screen to generate the program source code. It is preferable that a functional configuration (for example, a browser program and a communication function) for transmitting to the processing server 100 is provided.

본 발명이 속하는 기술분야에서 통상의 지식을 가진 자라면, 적어도 하나 이상의 유선 단말 및/또는 무선 단말에 대응하는 상기 직원단말(145)의 특징을 용이하게 유추할 수 있을 것이므로, 이에 대한 상세한 설명은 편의상 생략한다.Those skilled in the art to which the present invention pertains can easily infer the characteristics of the employee terminal 145 corresponding to at least one or more wired terminals and / or wireless terminals, and thus the detailed description thereof Omit for convenience.

본 발명의 실시 방법에 따라 상기 직원단말(145)이 유선 단말인 경우, 상기 네트워크 수단은 상기 TCP/IP 기반의 유선 통신망을 포함하여 이루어지며, 상기 직원단말(145)이 무선 단말인 경우, 상기 네트워크 수단은 상기 CDMA 기반(또는 HSDPA 기반)의 이동 통신망, 및/또는 IEEE 802.16x 기반의 초고속 무선 인터넷, 및/또는 IEEE 802.11x 기반의 무선랜 통신망을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하다.When the employee terminal 145 is a wired terminal according to an embodiment of the present invention, the network means includes the TCP / IP based wired communication network, and when the employee terminal 145 is a wireless terminal, The network means preferably comprises at least one of the CDMA based (or HSDPA based) mobile communication network, and / or IEEE 802.16x based high speed wireless Internet, and / or IEEE 802.11x based wireless LAN communication network.

본 발명에 따른 프로그램 테스트 처리 시스템 상에 구비되는 상기 프로그램D/B(135)는 상기 직원단말(145)로부터 전송되는 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 연계 처리하여 저장하는 것을 특징으로 한다.The program D / B 135 provided on the program test processing system according to the present invention stores and links the employee information transmitted from the employee terminal 145 and the test request information including at least one program source code. Characterized in that.

상기 직원 정보는 상기 프로그램 소스코드를 포함하는 테스트 요청 정보를 상기 직원단말(145)을 통해 입력하는 직원의 개인정보(예컨대, 직원의 성명, 주민등록번호, 주소, 전화번호, 휴대폰번호, 메일주소 등)와, 상기 직원의 사원정보(예컨대, 상기 직원이 상기 프로그램 소스코드를 개발한 대상 기업의 직원으로 입사함에 의해 상기 직원에게 부여되는 사원번호, 사원ID 정보, 사내 메일주소, 사내 전화번호 등)) 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하다.The employee information is the personal information of the employee who inputs the test request information including the program source code through the employee terminal 145 (eg, the employee's name, social security number, address, telephone number, mobile number, e-mail address, etc.). And employee information of the employee (e.g., employee number, employee ID information, company email address, company phone number, etc.) assigned to the employee by joining the employee of the target company that developed the program source code. It is preferable to include at least one or more.

상기 프로그램 소스코드는 상기 직원이 등록하는 적어도 하나 이상의 파일에 포함된 내부파일 함수, 외부파일 함수, DB SQL 등을 적어도 하나 이상 포함하여 이 루어지는 것이 바람직하다.The program source code preferably comprises at least one of an internal file function, an external file function, DB SQL, etc. included in at least one file registered by the employee.

상기 프로그램 소스코드에 포함된 내부파일 함수는, 상기 직원이 등록하는 프로그램 소스코드를 포함하는 적어도 하나 이상의 파일 중 어느 하나의 내부에 정의되어 사용되는 함수를 의미하는 것이 바람직하다.The internal file function included in the program source code may mean a function defined and used in at least one of at least one file including a program source code registered by the employee.

예컨대, 상기 내부파일 함수는 “process.c”로 정의된 파일이 있을 경우, 상기 파일의 내부에 이하 도시될 예제 프로그램 소스코드에서 “summation” 함수를 내부파일 함수라고 하는 것이 바람직하다.For example, when the internal file function is a file defined as "process.c", it is preferable that the "summation" function is referred to as an internal file function in the example program source code shown below.

/* FileName : process.c *// * FileName: process.c * /

int summation(int a, int b)int summation (int a, int b)

{{

return (a+b);return (a + b);

}}

int main(int argc, char **argv)int main (int argc, char ** argv)

{{

int Process_Result = 0;int Process_Result = 0;

printf(“A + B = %d”, summation(a, b));printf (“A + B =% d”, summation (a, b));

return Process_Result;return Process_Result;

}}

/* End of File(process.c) *// * End of File (process.c) * /

상기 프로그램 소스코드에 포함된 외부파일 함수는, 상기 직원이 등록하는 프로그램 소스코드를 포함하는 적어도 두개 이상의 파일 중 두 개 이상의 파일 내부에 정의되어 사용되는 함수를 의미하는 것이 바람직하다.The external file function included in the program source code is preferably a function defined and used in two or more files among at least two or more files including the program source code registered by the employee.

예컨대, 상기 외부파일 함수는 “process.c”와, “function.c”로 정의된 두 개의 파일이 있을 경우, 상기 “function.c” 파일의 내부에 이하 도시될 프로그램 소스코드에서 “calculation” 함수를 외부파일 함수라고 하는 것이 바람직하 다.For example, if there are two files defined as “process.c” and “function.c”, the external file function is a “calculation” function in the program source code to be shown below in the “function.c” file. Is preferably an external file function.

/* FileName : function.c *// * FileName: function.c * /

extern int calculation(int a, int b)extern int calculation (int a, int b)

{{

return (a*b);return (a * b);

}}

/* End of File(function.c) *// * End of File (function.c) * /

/* FileName : process.c *// * FileName: process.c * /

extern int calculation(int a, int b);extern int calculation (int a, int b);

int main(int argc, char **argv)int main (int argc, char ** argv)

{{

int Process_Result = 0;int Process_Result = 0;

printf(“A + B = %d”, calculation (a, b));printf (“A + B =% d”, calculation (a, b));

return Process_Result;return Process_Result;

}}

End of File(process.c)End of File (process.c)

상기 프로그램 소스코드에 포함된 DB SQL은 상기 직원이 등록하는 프로그램 소스코드를 포함하는 적어도 하나 이상의 파일 중 어느 하나의 내부에 정의되어 사용되는 파일을 의미하는 것이 바람직하다.DB SQL included in the program source code is preferably a file defined and used in any one of at least one or more files including the program source code registered by the employee.

예컨대, 상기 DB SQL은 소스코드 내부에 이하 도시될 예제와 같이 정의하여 사용하는 것이 바람직하며, 이하 도시될 예제의 형태 이외에 프로그램 개발자의 편의상 실제 정의된 프로그램 함수를 사용할 수도 있다.For example, the DB SQL is preferably defined and used in the source code as an example to be shown below, and in addition to the form of the example to be shown below, a program function that is actually defined may be used for the convenience of a program developer.

int function_name(…)int function_name (…)

{{

// 계좌번호// Account Number

DECLARE( STRING, acno, LENGTH, 12 );DECLARE (STRING, acno, LENGTH, 12);

// 구 계좌번호// old account number

DECLARE( STRING, gu_acno, LENGTH, 12 );DECLARE (STRING, gu_acno, LENGTH, 12);

// 은행구분// bank

DECLARE( INTEGER, bnk_g, LENGTH, 1 );DECLARE (INTEGER, bnk_g, LENGTH, 1);

}}

본 발명에 따른 프로그램 테스트 처리 시스템 상에 구비되는 상기 시험항목D/B(140)는 상기 직원단말(145)로부터 전송되는 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보에 대응하여 상기 프로그램 소스코드에 대한 파싱 처리결과 생성되는 테스트 항목 정보를 상기 직원 정보와 연계 처리하여 저장하는 것을 특징으로 한다.The test item D / B 140 provided on the program test processing system according to the present invention corresponds to the test request information including at least one employee information and a program source code transmitted from the employee terminal 145. The test item information generated as a result of the parsing process for the program source code is stored in association with the employee information.

상기 직원 정보는 상기 프로그램 소스코드를 포함하는 테스트 요청 정보를 상기 직원단말(145)을 통해 입력하는 직원의 개인정보(예컨대, 직원의 성명, 주민등록번호, 주소, 전화번호, 휴대폰번호, 메일주소 등)와, 상기 직원의 사원정보(예 컨대, 상기 직원이 상기 프로그램 소스코드를 개발한 대상 기업의 직원으로 입사함에 의해 상기 직원에게 부여되는 사원번호, 사원ID 정보, 사내 메일주소, 사내 전화번호 등)) 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하다.The employee information is the personal information of the employee who inputs the test request information including the program source code through the employee terminal 145 (eg, the employee's name, social security number, address, telephone number, mobile number, e-mail address, etc.). And employee information of the employee (e.g., the employee number, employee ID information, company e-mail address, company phone number, etc., assigned to the employee when the employee joins the employee of the target company that developed the program source code). It is preferable that it comprises at least one or more).

상기 테스트 항목 정보는 상기 직원단말(145)을 통해 제공되는 프로그램 소스코드를 파싱한 결과 확인된 내부파일 함수, 외부파일 함수, DB SQL 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하며, 당업자의 의도 및 목적에 따라 상기 프로그램 소스코드 상에 포함된 전역변수, 내부파일 함수(또는 외부파일 함수) 상에 선언된 지역변수, 상기 프로그램 소스코드를 구성하는 적어도 하나 이상의 파일 상에 선언된 선언문(예컨대, #define 등)를 적어도 하나 이상 더 포함할 수도 있다.The test item information may include at least one or more of an internal file function, an external file function, DB SQL, etc., which are identified as a result of parsing the program source code provided through the employee terminal 145. Global variables included in the program source code, local variables declared in an internal file function (or external file function) according to the purpose, and declaration statements declared in at least one or more files constituting the program source code (eg, # may include at least one or more).

본 발명의 실시 방법에 따르면, 상기 프로그램 소스코드 처리 서버(100)는 상기 직원단말(145)과 네트워크 수단에 대응하는 웹 인터페이스를 제공하기 위해, 상기 네트워크 수단을 통해 상기 직원단말(145)과 소정의 통신채널을 연결 및 관리하는 인터페이스부(105)(또는 인터페이스 수단)를 구비하여 이루어지는 것을 특징으로 하며, 이에 의해 상기 프로그램 소스코드 처리 서버(100)는 상기 직원단말(145)과 유선 통신망 및/또는 무선 통신망을 통해 통신 연결되는 웹서버의 기능을 구비한다.According to the method of the present invention, the program source code processing server 100 is provided with the employee terminal 145 through the network means in order to provide a web interface corresponding to the employee terminal 145 and the network means. And an interface unit 105 (or interface means) for connecting and managing a communication channel of the communication channel. Thus, the program source code processing server 100 is connected to the employee terminal 145 and / or a wired communication network. Or it has a function of a web server that is connected via a wireless communication network.

본 발명의 일 실시 방법에 따라 상기 직원단말(145)이 TCP/IP 기반의 유선 통신망을 통해 통신채널이 연결되는 유선 단말인 경우, 상기 인터페이스부(105)는 상기 직원단말(145)과 HTTP(Hyper-Text Transfer Protocol) 프로토콜을 기반으로 소정의 통신채널을 연결하고, 상기 통신채널을 통해 상기 직원단말(145)로 HTML(Hyper-Text Markup Language) 호환 문서 형태의 프로그램 소스코드 등록 인터페이스 화면 및/또는 정보 제공 화면을 전송하여 출력하고, 상기 직원단말(145)로부터 상기 프로그램 소스코드 등록 인터페이스 화면을 통해 입력(또는 선택)된 소정의 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 수신 처리하는 기능을 수행하는 것이 바람직하다.According to an exemplary embodiment of the present invention, when the employee terminal 145 is a wired terminal to which a communication channel is connected through a TCP / IP based wired communication network, the interface unit 105 may connect the employee terminal 145 and HTTP ( A program source code registration interface screen in the form of a Hyper-Text Markup Language (HTML) compatible document in connection with a predetermined communication channel based on a Hyper-Text Transfer Protocol protocol, and through the communication channel to the employee terminal 145; Or by transmitting and outputting an information providing screen, the test request information including at least one predetermined employee information and program source code input (or selected) from the employee terminal 145 through the program source code registration interface screen. It is preferable to perform a function of receiving processing.

본 발명의 다른 일 실시 방법에 따라 상기 직원단말(145)이 CDMA 기반의 무선 통신망을 통해 통신채널이 연결되는 무선 단말인 경우, 상기 인터페이스부(105)는 상기 직원단말(145)과 WAP(Wireless Application Protocol) 및/또는 ME(Mobile Explorer) 프로토콜을 기반으로 소정의 통신채널을 연결하고, 상기 통신채널을 통해 상기 직원단말(145)로 WML(Wireless Markup Language) 및/또는 HTML 호환 문서 형태의 프로그램 소스코드 등록 인터페이스 화면 및/또는 정보 제공 화면을 전송하여 출력하고, 상기 직원단말(145)로부터 상기 프로그램 소스코드 등록 인터페이스 화면에 대응하는 소정의 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 수신 처리하는 기능을 수행하는 것이 바람직하다.According to another exemplary embodiment of the present invention, when the employee terminal 145 is a wireless terminal to which a communication channel is connected through a CDMA based wireless communication network, the interface unit 105 is connected to the employee terminal 145 and a WAP (Wireless). Connect a predetermined communication channel based on Application Protocol and / or Mobile Explorer (ME) protocol, and program in the form of WML (Wireless Markup Language) and / or HTML compatible document to the employee terminal 145 through the communication channel. A test request for transmitting and outputting a source code registration interface screen and / or an information providing screen and including at least one predetermined employee information and program source code corresponding to the program source code registration interface screen from the employee terminal 145; It is desirable to perform a function of receiving and processing information.

본 발명의 또다른 일 실시 방법에 따라 상기 직원단말(145)이 IEEE 802.16x 기반의 무선 통신망을 통해 통신채널이 연결되는 무선 단말인 경우, 상기 인터페이스부(105)는 상기 직원단말(145)과 상기 IEEE 802.16x 규격에 대응하는 무선 프로토콜을 기반으로 소정의 통신채널을 연결하고, 상기 통신채널을 통해 상기 직원단말(145)로 소정의 프로그램 소스코드 등록 인터페이스 화면 및/또는 정보 제공 화면을 전송하여 출력하고, 상기 직원단말(145)로부터 상기 프로그램 소스코드 등록 인터페이스 화면에 대응하는 소정의 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 수신 처리하는 기능을 수행하는 것이 바람직하며, 및/또는 상기 직원단말(145)이 IEEE 802.11x 기반의 무선 통신망을 통해 통신채널이 연결되는 무선 단말인 경우, 상기 인터페이스부(105)는 상기 직원단말(145)과 상기 IEEE 802.11x 규격에 대응하는 무선 프로토콜을 기반으로 소정의 통신채널을 연결하고, 상기 통신채널을 통해 상기 직원단말(145)로 소정의 프로그램 소스코드 등록 인터페이스 화면 및/또는 정보 제공 화면을 전송하여 출력하고, 상기 직원단말(145)로부터 상기 프로그램 소스코드 등록 인터페이스 화면에 대응하는 소정의 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 수신 처리하는 기능을 수행하는 것이 바람직하다.According to another exemplary embodiment of the present invention, when the employee terminal 145 is a wireless terminal to which a communication channel is connected through an IEEE 802.16x based wireless communication network, the interface unit 105 is connected to the employee terminal 145. Connect a predetermined communication channel based on a wireless protocol corresponding to the IEEE 802.16x standard, and transmit a predetermined program source code registration interface screen and / or information providing screen to the employee terminal 145 through the communication channel. It is preferable to perform a function of outputting and receiving from the staff terminal 145 predetermined test information including at least one staff information corresponding to the program source code registration interface screen and program source code, and And / or when the employee terminal 145 is a wireless terminal to which a communication channel is connected through an IEEE 802.11x based wireless communication network, The interface unit 105 connects a predetermined communication channel to the employee terminal 145 based on a wireless protocol corresponding to the IEEE 802.11x standard, and a predetermined program to the employee terminal 145 through the communication channel. A test request for transmitting and outputting a source code registration interface screen and / or an information providing screen and including at least one predetermined employee information and program source code corresponding to the program source code registration interface screen from the employee terminal 145; It is desirable to perform a function of receiving and processing information.

도면1을 참조하면, 상기 프로그램 소스코드 처리 서버(100)는 소정의 직원단말(145)이 상기 인터페이스부(105)를 통해 상기 프로그램 소스코드 처리 서버(100)에 접속시, 상기 인터페이스부(105)와 연동하여 상기 직원단말(145)에서 소정의 직 원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 입력(또는 선택)하여 전송하도록 하는 소정의 프로그램 소스코드 등록 인터페이스 화면을 생성(또는 추출)하여 제공하는 인터페이스 제공부(110)(또는 인터페이스 제공수단)와, 상기 인터페이스부(105)와 연동하여 상기 직원단말(145)에서 상기 프로그램 소스코드 등록 인터페이스 화면을 통해 입력(또는 선택)하여 전송하는 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 수신하는 정보 수신부(115)(또는 정보 수신수단)와, 상기 수신된 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 상기 프로그램D/B(135)에 연계 처리하여 저장하는 정보 저장부(120)(또는 정보 저장수단)를 구비하여 이루어지는 것을 특징으로 한다.Referring to FIG. 1, the program source code processing server 100 is the interface unit 105 when a predetermined employee terminal 145 connects to the program source code processing server 100 through the interface unit 105. Generate a predetermined program source code registration interface screen in which the employee terminal 145 inputs (or selects) and transmits test request information including at least one of predetermined employee information and program source code. Or input) through the program source code registration interface screen in the employee terminal 145 in conjunction with the interface providing unit 110 (or interface providing means) and the interface unit 105 to provide the extracted); Information receiving unit 115 (or information number) for receiving test request information including at least one employee information to be transmitted and program source code New means), and the information storage unit 120 (or information storage means) for storing the received request information and the test request information including at least one program source code in association with the program D / B (135) It characterized by comprising a.

상기 인터페이스 제공부(110)는 소정의 직원단말(145)이 상기 인터페이스부(105)를 통해 상기 프로그램 소스코드 처리 서버(100)에 접속시, 상기 직원단말(145)에 구비된 기능구성(예컨대, 직원단말(145)에 구비된 브라우져 프로그램)에 대응하여 소정의 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 입력(또는 선택)하여 상기 네트워크 수단을 통해 상기 프로그램 소스코드 처리 서버(100)로 전송할 수 있는 소정의 프로그램 소스코드 등록 인터페이스 화면을 생성하거나, 및/또는 소정의 데이터베이스(도시생략)로부터 추출하고, 상기 인터페이스부(105)와 연동하여 상기 생성(또는 추출)된 프로그램 소스코드 등록 인터페이스 화면을 상기 네트워크 수단을 통해 상기 직원단말(145)로 제공하는 것을 특징으로 한다.The interface providing unit 110 has a functional configuration (for example, provided in the employee terminal 145 when a predetermined employee terminal 145 is connected to the program source code processing server 100 through the interface unit 105). Corresponding to a browser program provided in the employee terminal 145, input (or select) test request information including at least one predetermined employee information and program source code, and execute the program source code processing server through the network means. Generates a predetermined program source code registration interface screen that can be transmitted to 100, and / or extracts from a predetermined database (not shown), and the generated (or extracted) program in conjunction with the interface unit 105 The source code registration interface screen is provided to the employee terminal 145 via the network means.

이후, 상기 직원단말(145)은 상기 프로그램 소스코드 등록 인터페이스 화면을 기반으로 소정의 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 입력(또는 선택)하며, 상기 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보가 입력(또는 선택)된 것이 확인되면, 상기 직원단말(145)은 상기 네트워크 수단을 통해 상기 입력(또는 선택)된 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 상기 프로그램 소스코드 처리 서버(100)로 전송한다.Thereafter, the employee terminal 145 inputs (or selects) test request information including at least one of predetermined employee information and program source code based on the program source code registration interface screen, and the employee information and program source. When it is confirmed that test request information including at least one code is input (or selected), the employee terminal 145 uses at least one of the input (or selected) employee information and program source code through the network means. The test request information is transmitted to the program source code processing server 100.

본 발명이 속한 기술분야에서 통상의 지식을 가진 자라면, 상기 직원단말(145)에서 상기 프로그램 소스코드 등록 인터페이스 화면에 포함된 적어도 하나 이상의 폼(Form) 양식을 통해 상기 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 입력(또는 선택)하는 기술적 특징과, 상기 네트워크 수단이 제공하는 통신 프로토콜을 통해 상기 입력(또는 선택)된 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 상기 프로그램 소스코드 처리 서버(100)로 전송하는 기술적 특징을 기 숙지하고 있을 것이므로, 이에 대한 상세한 설명은 편의상 생략한다.Those skilled in the art to which the present invention belongs, the employee information through the at least one form (Form) form included in the program source code registration interface screen in the employee terminal 145, the program information source code A test request including at least one technical feature of inputting (or selecting) test request information including at least one of the above information, the employee information and program source code input (or selected) through a communication protocol provided by the network means. Since you will be familiar with the technical features of transmitting information to the program source code processing server 100, a detailed description thereof will be omitted for convenience.

상기 정보 수신부(115)는 상기 직원단말(145)에서 상기 프로그램 소스코드 등록 인터페이스 화면을 통해 소정의 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 입력(또는 선택)하여 상기 네트워크 수단을 통해 전송시, 상기 인터페이스부(105)와 연동하여 상기 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 수신하는 것을 특징으로 하며, 상기 수신된 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 상기 정보 저장부(120)로 제공한다.The information receiving unit 115 inputs (or selects) test request information including at least one of predetermined employee information and a program source code through the program source code registration interface screen in the employee terminal 145 and the network means. When transmitting through, it is characterized in that for receiving the test request information including at least one of the employee information, program source code in conjunction with the interface unit 105, at least one of the received employee information, program source code The test request information including the above is provided to the information storage unit 120.

상기 정보 저장부(120)는 상기 정보 수신부(115)를 통해 수신된 상기 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 연계 처리하여 상기 프로그램D/B(135)에 저장하는 것을 특징으로 한다.The information storage unit 120 processes the test request information including at least one of the employee information and the program source code received through the information receiving unit 115 to store in the program D / B 135. It features.

도면1을 참조하면, 상기 프로그램 소스코드 처리 서버(100)는 상기 정보 수신부(115)를 통해 수신된 상기 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보 중 프로그램 소스코드를 파싱하는 코드 파싱 처리부(125)(또는 코드 파싱 처리수단)와, 상기 프로그램 소스코드를 파싱한 결과에 대한 테스트 항목을 생성하는 테스트 항목 생성부(130)(또는 테스트 항목 생성수단)를 구비하여 이루어지는 것을 특징으로 한다.Referring to FIG. 1, the program source code processing server 100 parses program source code among test request information including at least one of the employee information and the program source code received through the information receiving unit 115. A parsing processing unit 125 (or code parsing processing means) and a test item generating unit 130 (or test item generating means) for generating a test item for a result of parsing the program source code. do.

상기 코드 파싱 처리부(125)는 상기 정보 수신부(115)를 통해 수신되는 테스트 요청 정보 중 프로그램 소스코드를 파싱하여 내부파일 함수, 외부파일 함수, DB SQL 등을 적어도 하나 이상 포함하는 테스트 항목 정보로 분류하는 것을 특징으로 하며, 상기 분류된 테스트 항목 정보는 상기 정보 저장부(120)를 통해 시험항목D/B(140)에 저장하는 것이 바람직하다.The code parsing processor 125 parses a program source code among test request information received through the information receiving unit 115 to classify the test item information into at least one of an internal file function, an external file function, and DB SQL. The classified test item information may be stored in the test item D / B 140 through the information storage unit 120.

본 발명의 일 실시 방법에 따르면, 상기 프로그램 소스코드 파싱은, 프로그램 소스코드를 구성하는 적어도 하나 이상의 파일에서 함수가 선언된 부분, 변수가 선언된 부분, DB SQL이 선언된 부분을 분류, 확인하여 내부파일 함수와, 외부파일 함수와, DB SQL를 파싱 처리하는 것이 바람직하다.According to an exemplary embodiment of the present invention, the program source code parsing may be performed by classifying and confirming a function declaration, a variable declaration, and a DB SQL declaration in at least one file constituting the program source code. It is desirable to parse internal file functions, external file functions, and DB SQL.

또한, “main” 함수는 프로그램 소스코드의 기준이 되는 함수인 것이 바람직하며, main이 선언되어 있는 파일을 기준으로 외부파일과 내부파일로 분류하는 것이 바람직하다.In addition, it is preferable that the “main” function is a function that is a standard of the program source code, and it is preferable to classify the file into an external file and an internal file based on the file in which main is declared.

또한, “main” 함수가 xxx.h파일(즉, 헤더파일) 상에 선언된 경우, 내부파일 함수로 분류하는 것이 바람직하며, 당업자의 의도 및 목적에 따라 외부파일로 분류할 수도 있다.In addition, when the “main” function is declared in the xxx.h file (ie, a header file), it is preferable to classify it as an internal file function, and may be classified as an external file according to the intention and purpose of those skilled in the art.

또한, 상기 내부파일 함수와 외부파일 함수 파싱시, 상기 내부파일 함수는 함수가 선언되는 앞부분에 ‘extern’이 없는 것이 바람직하며, 외부파일 함수는 함수의 선언되는 앞부분에 ‘extern’을 포함하여 이루어지는 것이 바람직하다.In addition, when parsing the internal file function and the external file function, the internal file function preferably has no 'extern' at the beginning of the function declaration, and the external file function includes 'extern' at the front of the function declaration. It is preferable.

또한, 선언문을 더 파싱할 수도 있으며, 상기 선언문은 적어도 하나 이상의 파일로 구성된 프로그램 소스코드에서 ‘#define’으로 선언된 부분을 포함하여 이루어지는 것이 바람직하다.In addition, the declaration statement may be further parsed, and the declaration statement may include a part declared as '#define' in the program source code consisting of at least one file.

또한, 전역변수를 더 파싱할 수도 있으며, 상기 전역변수는 상기 main(…), function(…) 등의 내부파일 함수(또는 외부파일 함수)의 외부 즉, ‘{‘와 ‘}’의 사이에 선언되지 않고, 또한 main(…)의 ‘…’ 또는 function(…)의 ‘…’의 외부에 선언된 변수를 포함하여 이루어지는 것이 바람직하며, 상기 전역변수에 대한 파싱 결과는 unsigned 이후만 파싱하여 테스트 항목을 생성하는 것이 바람직하다.In addition, the global variable can be further parsed, and the global variable is external to the internal file function (or external file function) such as main (…), function (…), that is, between '{' and '}'. Undeclared, and in main (…) ’Or‘… 'in function (…) It is preferable to include a variable declared outside of ', and the parsing result of the global variable is preferably parsed only after unsigned to generate a test item.

또한, 지역변수를 더 파싱 할 수도 있으며, 상기 지역변수는 function(…)이후 ‘{‘와 ‘}’의 사이에 ‘{‘의 처음부분에 선언되는 것이 바람직하며, 형태는 변수형(즉, short, int, float, long)과, 상기 변수형의 앞에 선언되는 unsigned와, 상기 unsigned의 앞에 선언되는 static, volatile, register 등으로 시작되는 것이 바람직하며, 상기 지역변수에 대한 파싱 결과는 unsigned 이후만 파싱하여 테스트 항목을 생성하는 것이 바람직하다.It is also possible to parse a local variable further, which is preferably declared at the beginning of '{' between '{' and '}' after function (…), and the type is variable type (ie short , int, float, long), and unsigned declared before the variable type, and static, volatile, and register declared before the unsigned, and the parsing result of the local variable is parsed only after unsigned. It is desirable to create a test item.

예컨대, 이하 도시된 프로그램 소스코드의 실시 예에서 내부파일 함수(또는 외부파일 함수) 리스트는 “function”와, “main”이며, “function”이 “main”과 다른 파일 상에 선언되어 있는 경우, 외부파일 함수로 분류하고, 같은 파일 상에 선언하는 경우 내부파일 함수로 분류하는 것이 바람직하며, ‘void function(…)’의 앞부분에 ‘extern’을 검색하여 외부파일 함수로 분류할 수도 있다.For example, in the exemplary embodiment of the program source code shown below, when the internal file function (or external file function) list is “function” and “main”, and “function” is declared on a file different from “main”, If you classify as an external file function and declare it on the same file, classify it as an internal file function. You can classify it as an external file function by searching for 'extern' in front of 'void function (…)'.

또한, DB SQL에 대한 파싱 결과는 ‘DECLARE( STRING, acno, LENGTH, 12 )’인 것이 바람직하다.Also, the parsing result for DB SQL is 'DECLARE (STRING, acno, LENGTH, 12)'.

또한, 선언문에 대한 파싱 결과는 ‘ #define X(a) function(a)’인 것이 바람직하며, 테스트 항목은 X(a) 이후의 function(a)인 것이 바람직하다.In addition, the parsing result of the declaration statement is preferably '#define X (a) function (a)', and the test item is preferably function (a) after X (a).

또한, 전역변수에 대한 파싱 결과는 ‘unsigned int global_variable1’과, ‘float global_variable2’인 것이 바람직하다.Also, the parsing result of the global variable is 'unsigned int global_variable1' and 'float global_variable2'.

또한, 지역변수에 대한 파싱 결과는 ‘unsigned int local_variable’인 것이 바람직하다.Also, the parsing result for local variables is preferably 'unsigned int local_variable'.

#define X(a) function(a)#define X (a) function (a)

register unsigned int global_variable1 = 0;register unsigned int global_variable1 = 0;

static float global_variable2 = 0;static float global_variable2 = 0;

void function(…)void function (…)

{{

unsigned int local_variable = 0;unsigned int local_variable = 0;

DECLARE( STRING, acno, LENGTH, 12 );DECLARE (STRING, acno, LENGTH, 12);

}}

int main()int main ()

{{

}}

본 발명의 다른 일 실시 방법에 따르면, 상기 프로그램 소스코드 파싱은, 프로그램 소스코드를 구성하는 적어도 하나 이상의 파일에서 함수 선언문 적어도 하나 이상 분류 검색하여, 내부파일 함수, 외부파일 함수를 적어도 하나 이상 파싱 처리하는 것이 바람직하다.According to another exemplary embodiment of the present invention, the program source code parsing may be performed by classifying and searching for at least one function declaration statement in at least one file constituting the program source code, thereby parsing at least one internal file function or an external file function. It is desirable to.

또한, “main” 함수는 프로그램 소스코드의 기준이 되는 함수인 것이 바람직하며, main이 선언되어 있는 파일을 기준으로 외부파일과 내부파일로 분류하는 것이 바람직하다.In addition, it is preferable that the “main” function is a function that is a standard of the program source code, and it is preferable to classify the file into an external file and an internal file based on the file in which main is declared.

또한, “main” 함수가 xxx.h파일(즉, 헤더파일) 상에 선언된 경우, 내부파일 함수로 분류하는 것이 바람직하며, 당업자의 의도 및 목적에 따라 외부파일로 분류할 수도 있다.In addition, when the “main” function is declared in the xxx.h file (ie, a header file), it is preferable to classify it as an internal file function, and may be classified as an external file according to the intention and purpose of those skilled in the art.

예컨대, 이하 도시된 프로그램 소스코드의 실시 예에서 내부파일 함수(또는 외부파일 함수) 리스트는 “function”와, “main”이며, “function”이 “main”과 다른 파일 상에 선언되어 있는 경우, 외부파일 함수로 분류하고, 같은 파일 상에 선언하는 경우 내부파일 함수로 분류하는 것이 바람직하다.For example, in the exemplary embodiment of the program source code shown below, when the internal file function (or external file function) list is “function” and “main”, and “function” is declared on a file different from “main”, Classify it as an external file function and classify it as an internal file function when declaring it on the same file.

또한, 이하 도시된 프로그램 소스코드에서 dllcall에 호출된 함수에 대응하여, 상기 프로그램 소스코드를 포함하는 적어도 하나 이상의 파일 상에 상기 함수의 위치를 확인하고, main 함수와 다른 파일인 경우 외부파일 함수로 분류하는 것이 바람직하다.In addition, corresponding to the function called to the dllcall in the program source code shown below, to check the location of the function on at least one file containing the program source code, if the file is different from the main function to an external file function It is desirable to classify.

int main()int main ()

{{

dllcall(“function”, args);dllcall (“function”, args);

}}

상기 테스트 항목 생성부(130)는 상기 파싱 처리된 내부파일 함수, 외부파일 함수, DB SQL을 적어도 하나 이상 포함하는 프로그램 소스코드 파싱 결과에 대응하여, 상기 파싱된 내부파일 함수별 테스트 항목, 외부파일 함수별 테스트 항목, DB SQL별 테스트 항목을 생성하는 것을 특징으로 하며, 상기 생성된 테스트 항목은 상기 정보 저장부(120)를 통해 상기 프로그램 소스코드를 등록한 직원 정보와 연계 처리하여 상기 시험항목D/B(140)에 저장하는 것이 바람직하다.The test item generation unit 130 corresponds to a result of parsing a program source code including at least one of the parsed internal file function, an external file function, and DB SQL. And a test item for each function and a test item for each DB SQL, wherein the generated test item is processed in association with the employee information that registered the program source code through the information storage unit 120. It is desirable to store in B (140).

또한, 상기 테스트 항목 생성부(130)는 당업자의 의도 및 목적에 따라 선언문, 전역변수, 지역변수를 적어도 하나 이상 더 포함할 수도 있다.In addition, the test item generation unit 130 may further include at least one or more declarations, global variables, local variables according to the intention and purpose of those skilled in the art.

본 발명의 실시 방법에 따르면, 상기 테스트 항목 생성은 상기 프로그램 소스코드에 대응하는 파싱 결과, 상기 선언된 내부파일 함수, 외부파일 함수, DB SQL 중 적어도 하나 이상에 대응하여, 사용된 내부파일 함수, 외부파일 함수, DB SQL 중 적어도 하나 이상에 대응하는 항목을 테스트 항목으로 생성하는 것이 바람직하다.According to an embodiment of the present invention, the test item generation may correspond to at least one or more of the result of parsing corresponding to the program source code, the declared internal file function, an external file function, and DB SQL; It is preferable to create an item corresponding to at least one of an external file function and DB SQL as a test item.

예컨대, 적어도 하나 이상의 파일로 구성된 프로그램 소스코드에서, 선언된 내부파일 함수, 외부파일 함수, DB SQL 리스트를 생성하고, 생성된 리스트에서 사용된 내부파일 함수, 외부파일 함수, DB SQL를 적어도 하나 이상 포함하는 사용 프로그램 소스코드 리스트와, 사용되지 않은 내부파일 함수, 외부파일 함수, DB SQL을 적어도 하나 이상 포함하는 비사용 프로그램 소스코드 리스트를 상기 직원단말(145)로 제공하는 것이 바람직하다.For example, in a program source code consisting of at least one file, generate a declared internal file function, an external file function, a DB SQL list, and at least one internal file function, an external file function, or DB SQL used in the generated list. It is preferable to provide the employee terminal 145 with a list of used program source codes, and a list of unused program source codes including at least one of unused internal file functions, external file functions, and DB SQL.

도면2는 본 발명의 실시 방법에 따른 테스트 프로그램 소스코드 파싱 및 테스트 항목 생성을 위한 정보등록 과정을 도시한 도면이다.2 is a diagram illustrating an information registration process for parsing a test program source code and generating a test item according to an exemplary embodiment of the present invention.

보다 상세하게 본 도면2는 상기 도면1에 도시된 프로그램 소스코드 처리 시스템 상의 직원단말(145)이 소정의 네트워크 수단을 통해 상기 프로그램 소스코드 처리 서버(100)로 테스트 프로그램 소스코드 파싱 및 테스트 항목 생성을 위한 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 전송하면, 상기 프로그램 소스코드 처리 서버(100)에서 상기 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 연계 처리하여 프로그램D/B(135)에 저장하는 과정에 대한 것으로서, 본 발명이 속하는 기술분야에서 통상 의 지식을 가진 자라면, 본 도면2를 참조 및/또는 변형하여 테스트 프로그램 소스코드 파싱 및 테스트 항목 생성을 위한 정보등록 과정에 대한 다양한 실시 방법을 유추할 수 있을 것이나, 본 발명은 상기 유추되는 모든 실시 방법을 포함하며, 본 도면2에 도시된 실시 방법만으로 한정되지 아니한다.In more detail, in FIG. 2, the employee terminal 145 on the program source code processing system shown in FIG. 1 parses a test program source code and generates a test item to the program source code processing server 100 through a predetermined network means. When the test request information including at least one employee information, program source code for transmitting the information, the program source code processing server 100 processes the test request information including at least one or more employee information, program source code processing For the process of storing in the program D / B 135, those skilled in the art to which the present invention pertains, referring to and / or modifying the Figure 2, test program source code parsing and test item generation It would be possible to infer various implementation methods for the information registration process. Includes all embodiments in which the inference method, shall not be limited to the exemplary method shown in the figure 2.

이하, 본 도면2에서 상기 도면1에 도시된 프로그램 소스코드 처리 시스템 상의 프로그램 소스코드 처리 서버(100)를 편의상 "서버"라고 하고, 상기 도면1에 도시된 프로그램 소스코드 처리 시스템 상의 직원단말(145)을 편의상 "단말"이라고 한다.Hereinafter, in FIG. 2, the program source code processing server 100 on the program source code processing system shown in FIG. 1 is referred to as " server " for convenience, and the employee terminal 145 on the program source code processing system shown in FIG. ) Is called a "terminal" for convenience.

도면2를 참조하면, 상기 도면1에 도시된 프로그램 소스코드 처리 시스템 상의 단말은 상기 네트워크 수단을 통해 상기 서버에 접속하여 테스트 프로그램 소스코드 파싱 및 테스트 항목 생성을 위한 통신채널을 연결한다(200).Referring to FIG. 2, a terminal on the program source code processing system illustrated in FIG. 1 connects to a server through the network means and connects a communication channel for parsing a test program source code and generating a test item (200).

본 발명의 실시 방법에 따르면, 상기 통신채널 연결 과정은 상기 단말에서 상기 서버로 로그인하는 과정, 및/또는 상기 단말에서 상기 서버로 회원 가입하는 과정 등을 적어도 하나 이상 더 포함하여 이루어지는 것이 바람직하며, 상기 과정에서 상기 단말에 대응하는 고객정보가 추출(또는 획득)된다.According to an embodiment of the present invention, the communication channel connection process may further include at least one or more steps of logging in to the server from the terminal, and / or joining the server to the server. In the process, the customer information corresponding to the terminal is extracted (or obtained).

본 발명이 속한 기술분야에서 통상의 지식을 가진 자라면, 상기 단말이 상기 네트워크 수단에 대응하는 소정의 브라우져 프로그램을 통해 상기 네트워크 수단에 대응하는 통신 프로토콜에 따라 상기 서버에 접속하여 상기 테스트 프로그램 소스코드 파싱 및 테스트 항목 생성을 위한 통신채널을 연결하는 기술적 특징을 기 숙지하고 있을 것이므로, 이에 대한 상세한 설명은 편의상 생략한다.Those skilled in the art to which the present invention pertains, the terminal is connected to the server in accordance with the communication protocol corresponding to the network means through a predetermined browser program corresponding to the network means to the test program source code You will be familiar with the technical features for connecting the communication channels for parsing and test item creation, so a detailed description thereof is omitted for convenience.

상기와 같이 단말과 서버 사이에 테스트 프로그램 소스코드 파싱 및 테스트 항목 생성을 위한 통신채널이 연결되면, 상기 단말은 상기 통신채널을 통해 상기 서버로 상기 테스트 프로그램 소스코드 파싱 및 테스트 항목 생성을 위한 프로그램 소스코드 등록 인터페이스 화면을 요청하고(205), 이에 대응하여 상기 서버는 상기 단말에서 상기 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 입력(또는 선택)하기 위한 사용자 인터페이스를 포함하는 프로그램 소스코드 등록 인터페이스 화면을 생성(또는 추출)하고(210), 상기 생성(또는 추출)된 프로그램 소스코드 등록 인터페이스 화면을 상기 통신채널을 통해 상기 단말로 전송한다(215).When the communication channel for parsing the test program source code and generating the test item is connected between the terminal and the server as described above, the terminal transmits the test program source code to the server through the communication channel and the program source for generating the test item. Request a code registration interface screen (205), and correspondingly, the server includes a user interface for inputting (or selecting) test request information including at least one of the employee information and program source code in the terminal. A source code registration interface screen is generated (or extracted) (210), and the generated (or extracted) program source code registration interface screen is transmitted to the terminal through the communication channel (215).

이후, 상기 단말은 상기 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보 입력(또는 선택)을 위해 상기 프로그램 소스코드 등록 인터페이스 화면에 포함된 상기 사용자 인터페이스를 통해 상기 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보가 입력(또는 선택)하도록 처리한다(220).Thereafter, the terminal provides the employee information and program source code through the user interface included in the program source code registration interface screen for inputting (or selecting) test request information including at least one of the employee information and program source code. In operation 220, test request information including at least one or more is input (or selected).

만약 상기 단말에서 상기 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보가 입력(또는 선택)되면(225), 상기 단말은 상기 통신채널을 통해 상기 서버로 상기 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 전송하고(230), 이에 대응하여 상기 서버는 상기 수신된 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 연계 처리하여 상기 도면1에 도시된 프로그램D/B(135)에 저장한다(235).If test request information including at least one of the employee information and program source code is input (or selected) in the terminal (225), the terminal transmits the employee information and program source code to the server through the communication channel. Transmitting test request information including at least one or more (230), and correspondingly, the server is associated with the test request information including at least one or more of the received employee information, program source code, the program shown in Figure 1 Stored in D / B 135 (235).

상기 직원 정보는 상기 프로그램 소스코드를 포함하는 테스트 요청 정보를 상기 직원단말(145)을 통해 입력하는 직원의 개인정보(예컨대, 직원의 성명, 주민등록번호, 주소, 전화번호, 휴대폰번호, 메일주소 등)와, 상기 직원의 사원정보(예컨대, 상기 직원이 상기 프로그램 소스코드를 개발한 대상 기업의 직원으로 입사함에 의해 상기 직원에게 부여되는 사원번호, 사원ID 정보, 사내 메일주소, 사내 전화번호 등)) 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하다.The employee information is the personal information of the employee who inputs the test request information including the program source code through the employee terminal 145 (eg, the employee's name, social security number, address, telephone number, mobile number, e-mail address, etc.). And employee information of the employee (e.g., employee number, employee ID information, company email address, company phone number, etc.) assigned to the employee by joining the employee of the target company that developed the program source code. It is preferable to include at least one or more.

상기 프로그램 소스코드는 상기 직원이 등록하는 적어도 하나 이상의 파일에 포함된 내부파일 함수, 외부파일 함수, DB SQL 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하다.The program source code preferably comprises at least one of an internal file function, an external file function, DB SQL, etc. included in at least one file registered by the employee.

상기 프로그램 소스코드에 포함된 내부파일 함수는, 상기 직원이 등록하는 프로그램 소스코드를 포함하는 적어도 하나 이상의 파일 중 어느 하나의 내부에 정의되어 사용되는 함수를 의미하는 것이 바람직하다.The internal file function included in the program source code may mean a function defined and used in at least one of at least one file including a program source code registered by the employee.

예컨대, 상기 내부파일 함수는 “process.c”로 정의된 파일이 있을 경우, 상기 파일의 내부에 이하 도시될 예제 프로그램 소스코드에서 “summation” 함수를 내부파일 함수라고 하는 것이 바람직하다.For example, when the internal file function is a file defined as "process.c", it is preferable that the "summation" function is referred to as an internal file function in the example program source code shown below.

/* FileName : process.c *// * FileName: process.c * /

int summation(int a, int b)int summation (int a, int b)

{{

return (a+b);return (a + b);

}}

int main(int argc, char **argv)int main (int argc, char ** argv)

{{

int Process_Result = 0;int Process_Result = 0;

printf(“A + B = %d”, summation(a, b));printf (“A + B =% d”, summation (a, b));

return Process_Result;return Process_Result;

}}

/* End of File(process.c) *// * End of File (process.c) * /

상기 프로그램 소스코드에 포함된 외부파일 함수는, 상기 직원이 등록하는 프로그램 소스코드를 포함하는 적어도 두개 이상의 파일 중 두 개 이상의 파일 내부에 정의되어 사용되는 함수를 의미하는 것이 바람직하다.The external file function included in the program source code is preferably a function defined and used in two or more files among at least two or more files including the program source code registered by the employee.

예컨대, 상기 외부파일 함수는 “process.c”와, “function.c”로 정의된 두 개의 파일이 있을 경우, 상기 “function.c” 파일의 내부에 이하 도시될 프로그램 소스코드에서 “calculation” 함수를 외부파일 함수라고 하는 것이 바람직하다.For example, if there are two files defined as “process.c” and “function.c”, the external file function is a “calculation” function in the program source code to be shown below in the “function.c” file. Is called an external file function.

/* FileName : function.c *// * FileName: function.c * /

int calculation(int a, int b)int calculation (int a, int b)

{{

return (a*b);return (a * b);

}}

/* End of File(function.c) *// * End of File (function.c) * /

/* FileName : process.c *// * FileName: process.c * /

int main(int argc, char **argv)int main (int argc, char ** argv)

{{

int Process_Result = 0;int Process_Result = 0;

printf(“A + B = %d”, calculation (a, b));printf (“A + B =% d”, calculation (a, b));

return Process_Result;return Process_Result;

}}

End of File(process.c)End of File (process.c)

상기 프로그램 소스코드에 포함된 DB SQL은 상기 직원이 등록하는 프로그램 소스코드를 포함하는 적어도 하나 이상의 파일 중 어느 하나의 내부에 정의되어 사용되는 파일을 의미하는 것이 바람직하다.DB SQL included in the program source code is preferably a file defined and used in any one of at least one or more files including the program source code registered by the employee.

예컨대, 상기 DB SQL은 소스코드 내부에 이하 도시될 예제와 같이 정의하여 사용하는 것이 바람직하며, 이하 도시될 예제의 형태 이외에 프로그램 개발자의 편의상 실제 정의된 프로그램 함수를 사용할 수도 있다.For example, the DB SQL is preferably defined and used in the source code as an example to be shown below, and in addition to the form of the example to be shown below, a program function that is actually defined may be used for the convenience of a program developer.

int function_name(…)int function_name (…)

{{

// 계좌번호// Account Number

DECLARE( STRING, acno, LENGTH, 12 );DECLARE (STRING, acno, LENGTH, 12);

// 구 계좌번호// old account number

DECLARE( STRING, gu_acno, LENGTH, 12 );DECLARE (STRING, gu_acno, LENGTH, 12);

// 은행구분// bank

DECLARE( INTEGER, bnk_g, LENGTH, 1 );DECLARE (INTEGER, bnk_g, LENGTH, 1);

}}

이후, 상기 서버는 상기 수신된 테스트 요청 정보에 포함된 프로그램 소스코드를 파싱 처리한다(240).Thereafter, the server parses the program source code included in the received test request information (240).

본 발명의 일 실시 방법에 따르면, 상기 프로그램 소스코드 파싱은, 프로그램 소스코드를 구성하는 적어도 하나 이상의 파일에서 함수가 선언된 부분, 변수가 선언된 부분, DB SQL이 선언된 부분을 분류, 확인하여 내부파일 함수와, 외부파일 함수와, DB SQL를 파싱 처리하는 것이 바람직하다.According to an exemplary embodiment of the present invention, the program source code parsing may be performed by classifying and confirming a function declaration, a variable declaration, and a DB SQL declaration in at least one file constituting the program source code. It is desirable to parse internal file functions, external file functions, and DB SQL.

또한, “main” 함수는 프로그램 소스코드의 기준이 되는 함수인 것이 바람직하며, main이 선언되어 있는 파일을 기준으로 외부파일과 내부파일로 분류하는 것이 바람직하다.In addition, it is preferable that the “main” function is a function that is a standard of the program source code, and it is preferable to classify the file into an external file and an internal file based on the file in which main is declared.

또한, “main” 함수가 xxx.h파일(즉, 헤더파일) 상에 선언된 경우, 내부파 일 함수로 분류하는 것이 바람직하며, 당업자의 의도 및 목적에 따라 외부파일로 분류할 수도 있다.In addition, when the “main” function is declared in the xxx.h file (ie, the header file), it is preferable to classify it as an internal file function, and it may be classified as an external file according to the intention and purpose of those skilled in the art.

또한, 상기 내부파일 함수와 외부파일 함수 파싱시, 상기 내부파일 함수는 함수가 선언되는 앞부분에 ‘extern’이 없는 것이 바람직하며, 외부파일 함수는 함수의 선언되는 앞부분에 ‘extern’을 포함하여 이루어지는 것이 바람직하다.In addition, when parsing the internal file function and the external file function, the internal file function preferably has no 'extern' at the beginning of the function declaration, and the external file function includes 'extern' at the front of the function declaration. It is preferable.

또한, 선언문을 더 파싱할 수도 있으며, 상기 선언문은 적어도 하나 이상의 파일로 구성된 프로그램 소스코드에서 ‘#define’으로 선언된 부분을 포함하여 이루어지는 것이 바람직하다.In addition, the declaration statement may be further parsed, and the declaration statement may include a part declared as '#define' in the program source code consisting of at least one file.

또한, 전역변수를 더 파싱할 수도 있으며, 상기 전역변수는 상기 main(…), function(…) 등의 내부파일 함수(또는 외부파일 함수)의 외부 즉, ‘{‘와 ‘}’의 사이에 선언되지 않고, 또한 main(…)의 ‘…’ 또는 function(…)의 ‘…’의 외부에 선언된 변수를 포함하여 이루어지는 것이 바람직하며, 상기 전역변수에 대한 파싱 결과는 unsigned 이후만 파싱하여 테스트 항목을 생성하는 것이 바람직하다.In addition, the global variable can be further parsed, and the global variable is external to the internal file function (or external file function) such as main (…), function (…), that is, between '{' and '}'. Undeclared, and in main (…) ’Or‘… 'in function (…) It is preferable to include a variable declared outside of ', and the parsing result of the global variable is preferably parsed only after unsigned to generate a test item.

또한, 지역변수를 더 파싱 할 수도 있으며, 상기 지역변수는 function(…)이후 ‘{‘와 ‘}’의 사이에 ‘{‘의 처음부분에 선언되는 것이 바람직하며, 형태는 변수형(즉, short, int, float, long)과, 상기 변수형의 앞에 선언되는 unsigned와, 상기 unsigned의 앞에 선언되는 static, volatile, register 등으로 시작되는 것이 바람직하며, 상기 지역변수에 대한 파싱 결과는 unsigned 이후만 파싱하여 테스트 항목을 생성하는 것이 바람직하다.It is also possible to parse a local variable further, which is preferably declared at the beginning of '{' between '{' and '}' after function (…), and the type is variable type (ie short , int, float, long), and unsigned declared before the variable type, and static, volatile, and register declared before the unsigned, and the parsing result of the local variable is parsed only after unsigned. It is desirable to create a test item.

예컨대, 이하 도시된 프로그램 소스코드의 실시 예에서 내부파일 함수(또는 외부파일 함수) 리스트는 “function”와, “main”이며, “function”이 “main”과 다른 파일 상에 선언되어 있는 경우, 외부파일 함수로 분류하고, 같은 파일 상에 선언하는 경우 내부파일 함수로 분류하는 것이 바람직하며, ‘void function(…)’의 앞부분에 ‘extern’을 검색하여 외부파일 함수로 분류할 수도 있다.For example, in the exemplary embodiment of the program source code shown below, when the internal file function (or external file function) list is “function” and “main”, and “function” is declared on a file different from “main”, If you classify as an external file function and declare it on the same file, classify it as an internal file function. You can classify it as an external file function by searching for 'extern' in front of 'void function (…)'.

또한, DB SQL에 대한 파싱 결과는 ‘DECLARE( STRING, acno, LENGTH, 12 )’인 것이 바람직하다.Also, the parsing result for DB SQL is 'DECLARE (STRING, acno, LENGTH, 12)'.

또한, 선언문에 대한 파싱 결과는 ‘ #define X(a) function(a)’인 것이 바람직하며, 테스트 항목은 X(a) 이후의 function(a)인 것이 바람직하다.In addition, the parsing result of the declaration statement is preferably '#define X (a) function (a)', and the test item is preferably function (a) after X (a).

또한, 전역변수에 대한 파싱 결과는 ‘unsigned int global_variable1’과, ‘float global_variable2’인 것이 바람직하다.Also, the parsing result of the global variable is 'unsigned int global_variable1' and 'float global_variable2'.

또한, 지역변수에 대한 파싱 결과는 ‘unsigned int local_variable’인 것이 바람직하다.Also, the parsing result for local variables is preferably 'unsigned int local_variable'.

#define X(a) function(a)#define X (a) function (a)

register unsigned int global_variable1 = 0;register unsigned int global_variable1 = 0;

static float global_variable2 = 0;static float global_variable2 = 0;

void function(…)void function (…)

{{

unsigned int local_variable = 0;unsigned int local_variable = 0;

DECLARE( STRING, acno, LENGTH, 12 );DECLARE (STRING, acno, LENGTH, 12);

}}

int main()int main ()

{{

}}

본 발명의 다른 일 실시 방법에 따르면, 상기 프로그램 소스코드 파싱은, 프로그램 소스코드를 구성하는 적어도 하나 이상의 파일에서 함수 선언문 적어도 하나 이상 분류 검색하여, 내부파일 함수, 외부파일 함수를 적어도 하나 이상 파싱 처리하는 것이 바람직하다.According to another exemplary embodiment of the present invention, the program source code parsing may be performed by classifying and searching for at least one function declaration statement in at least one file constituting the program source code, thereby parsing at least one internal file function or an external file function. It is desirable to.

또한, “main” 함수는 프로그램 소스코드의 기준이 되는 함수인 것이 바람직하며, main이 선언되어 있는 파일을 기준으로 외부파일과 내부파일로 분류하는 것이 바람직하다.In addition, it is preferable that the “main” function is a function that is a standard of the program source code, and it is preferable to classify the file into an external file and an internal file based on the file in which main is declared.

또한, “main” 함수가 xxx.h파일(즉, 헤더파일) 상에 선언된 경우, 내부파일 함수로 분류하는 것이 바람직하며, 당업자의 의도 및 목적에 따라 외부파일로 분류할 수도 있다.In addition, when the “main” function is declared in the xxx.h file (ie, a header file), it is preferable to classify it as an internal file function, and may be classified as an external file according to the intention and purpose of those skilled in the art.

예컨대, 이하 도시된 프로그램 소스코드의 실시 예에서 내부파일 함수(또는 외부파일 함수) 리스트는 “function”와, “main”이며, “function”이 “main”과 다른 파일 상에 선언되어 있는 경우, 외부파일 함수로 분류하고, 같은 파일 상에 선언하는 경우 내부파일 함수로 분류하는 것이 바람직하다.For example, in the exemplary embodiment of the program source code shown below, when the internal file function (or external file function) list is “function” and “main”, and “function” is declared on a file different from “main”, Classify it as an external file function and classify it as an internal file function when declaring it on the same file.

또한, 이하 도시된 프로그램 소스코드에서 dllcall에 호출된 함수에 대응하 여, 상기 프로그램 소스코드를 포함하는 적어도 하나 이상의 파일 상에 상기 함수의 위치를 확인하고, main 함수와 다른 파일인 경우 외부파일 함수로 분류하는 것이 바람직하다.In addition, corresponding to the function called to the dllcall in the program source code shown below, to check the location of the function on at least one file containing the program source code, if the file is different from the main function external file function It is preferable to classify as.

int main()int main ()

{{

dllcall(“function”, args);dllcall (“function”, args);

}}

이후, 상기 서버는 상기 파싱 처리된 프로그램 소스코드에 대응하는 테스트 항목 정보를 생성하고(245), 상기 도면1에 도시된 시험항목D/B(140)에 상기 직원 정보와 연계 처리하여 저장한다(250).Subsequently, the server generates test item information corresponding to the parsed program source code (245), and stores the test item D / B 140 in association with the employee information in the test item D / B 140 shown in FIG. 250).

본 발명의 실시 방법에 따르면, 상기 테스트 항목 생성은 상기 프로그램 소스코드에 대응하는 파싱 결과, 상기 선언된 내부파일 함수, 외부파일 함수, DB SQL 중 적어도 하나 이상에 대응하여, 사용된 내부파일 함수, 외부파일 함수, DB SQL 중 적어도 하나 이상에 대응하는 항목을 테스트 항목으로 생성하는 것이 바람직하다.According to an embodiment of the present invention, the test item generation may correspond to at least one or more of the result of parsing corresponding to the program source code, the declared internal file function, an external file function, and DB SQL; It is preferable to create an item corresponding to at least one of an external file function and DB SQL as a test item.

예컨대, 적어도 하나 이상의 파일로 구성된 프로그램 소스코드에서, 선언된 내부파일 함수, 외부파일 함수, DB SQL 리스트를 생성하고, 생성된 리스트에서 사용된 내부파일 함수, 외부파일 함수, DB SQL를 적어도 하나 이상 포함하는 사용 프로그램 소스코드 리스트와, 사용되지 않은 내부파일 함수, 외부파일 함수, DB SQL을 적어도 하나 이상 포함하는 비사용 프로그램 소스코드 리스트를 상기 직원단말(145)로 제공하는 것이 바람직하다.For example, in a program source code consisting of at least one file, generate a declared internal file function, an external file function, a DB SQL list, and at least one internal file function, an external file function, or DB SQL used in the generated list. It is preferable to provide the employee terminal 145 with a list of used program source codes, and a list of unused program source codes including at least one of unused internal file functions, external file functions, and DB SQL.

상기 직원 정보는 상기 프로그램 소스코드를 포함하는 테스트 요청 정보를 상기 직원단말(145)을 통해 입력하는 직원의 개인정보(예컨대, 직원의 성명, 주민등록번호, 주소, 전화번호, 휴대폰번호, 메일주소 등)와, 상기 직원의 사원정보(예컨대, 상기 직원이 상기 프로그램 소스코드를 개발한 대상 기업의 직원으로 입사함에 의해 상기 직원에게 부여되는 사원번호, 사원ID 정보, 사내 메일주소, 사내 전화번호 등)) 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하다.The employee information is the personal information of the employee who inputs the test request information including the program source code through the employee terminal 145 (eg, the employee's name, social security number, address, telephone number, mobile number, e-mail address, etc.). And employee information of the employee (e.g., employee number, employee ID information, company email address, company phone number, etc.) assigned to the employee by joining the employee of the target company that developed the program source code. It is preferable to include at least one or more.

상기 테스트 항목 정보는 상기 직원단말(145)을 통해 제공되는 프로그램 소스코드를 파싱한 결과 확인된 내부파일 함수, 외부파일 함수, DB SQL 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하며, 당업자의 의도 및 목적에 따라 상기 프로그램 소스코드 상에 포함된 전역변수, 내부파일 함수(또는 외부파일 함수) 상에 선언된 지역변수, 상기 프로그램 소스코드를 구성하는 적어도 하나 이상의 파일 상에 선언된 선언문(예컨대, #define 등)를 적어도 하나 이상 더 포함할 수도 있다.The test item information may include at least one or more of an internal file function, an external file function, DB SQL, etc., which are identified as a result of parsing the program source code provided through the employee terminal 145. Global variables included in the program source code, local variables declared in an internal file function (or external file function) according to the purpose, and declaration statements declared in at least one or more files constituting the program source code (eg, # may include at least one or more).

도면3은 본 발명의 실시 방법에 따른 프로그램 소스코드 테스트를 위한 프로그램 테스트 시스템을 도시한 도면이다.3 is a diagram illustrating a program test system for testing program source code according to an embodiment of the present invention.

보다 상세하게 본 도면3은 상기 프로그램 소스코드 테스트를 위해 상기 도면1에 도시된 프로그램 소스코드 처리 시스템을 통해 등록한 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보와, 상기 테스트 요청 정보에 대응하여 생성된 테스트 항목 정보에 대한 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 제공하고, 상기 사용자 인터페이스를 통해 입력(또는 선택)된 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터에 대응하여 상기 등록한 프로그램 소스코드에 대한 테스트를 실행하고, 상기 프로그램 소스코드 테스트 결과 정보를 저장매체(360)에 저장하는 프로그램 소스코드 테스트를 위한 프로그램 테스트 시스템의 구성을 도시한 것으로서, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자라면, 본 도면3을 참조 및 변형하여 상기 프로그램 소스코드 테스트를 위한 프로그램 테스트 시스템 구성에 대한 다양한 실시 방법을 유추할 수 있을 것이나, 본 발명은 상기 유추되는 모든 실시 방법을 포함하며, 본 도면3에 도시된 실시 방법만으로 한정되지 아니한다.In more detail, FIG. 3 includes test request information including at least one employee information, a program source code registered through the program source code processing system shown in FIG. 1 for the program source code test, and the test request information. Providing a user interface screen for testing program source code for corresponding test item information, and including at least one or more input items input (or selected) through the user interface, and input values corresponding to the input items. And executes a test on the registered program source code in response to input data, at least one output item, and output data including an output value corresponding to the output item, and stores the program source code test result information. Program source As a configuration of a program test system for a test, a person of ordinary skill in the art to which the present invention pertains refers to the configuration of a program test system for the program source code test by referring to and modifying the drawing 3. Various implementation methods may be inferred, but the present invention includes all the implementation methods inferred above and is not limited to the implementation method shown in FIG.

이하, 본 도면3에 도시된 프로그램 테스트 시스템 상에서 상기 테스트 요청 단말(370)로부터 제공되는 입력 데이터 또는 출력 데이터에 대응하여 상기 등록한 프로그램 소스코드 테스트를 위한 적어도 하나 이상의 수단 또는 기능구성에 대응하는 구성요소를 편의상 "프로그램 테스트 서버(300)"라고 한다.Hereinafter, components corresponding to at least one or more means or functional configuration for testing the registered program source code corresponding to input data or output data provided from the test request terminal 370 on the program test system shown in FIG. For convenience, it is referred to as "program test server 300".

본 발명의 실시 방법을 따르는 본 도면3을 참조하면, 본 발명에 따른 프로그램 소스코드 테스트를 위한 프로그램 테스트 시스템은, 소정의 네트워크 수단에 연결된 적어도 하나 이상의 테스트 요청 단말(370)과, 상기 도면1에 도시된 프로그램 소스코드 처리 시스템을 통해 등록한 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 저장하는 프로그램D/B(135)와, 상기 도면1에 도시된 프로그램 소스코드 처리 서버를 통해 상기 프로그램D/B(135)에 저장된 프로그램 소스코드를 파싱하여 생성한 테스트 항목 정보를 상기 프로그램 소스코드를 등록한 직원 정보와 연계 처리하여 저장하거나, 또는 상기 프로그램 테스트 서버(300)에서 제공하는 사용자 인터페이스를 통해 입력되는 입력 데이터와, 출력 데이터를 상기 직원 정보와 연계 처리하여 저장하는 시험항목D/B(140)와, 상기 프로그램 소스코드 테스트를 테스트하기 위한 입력 전문 또는 출력 전문을 저장하는 이 미지로그D/B(350)와, 상기 사용자 인터페이스를 통해 입력되는 입력항목 또는 출력항목에 대응하는 유효값을 저장하는 코드테이블D/B(355)와, 상기 프로그램 소스코드를 테스트한 테스트 결과에 대응하는 로그를 상기 프로그램 소스코드를 등록한(또는 테스트한) 직원 정보와 연계 처리하여 저장하는 저장매체(360) 및 상기 테스트 요청 단말(370)과 소정의 네트워크 수단을 통해 연결되며, 상기 네트워크 수단을 통해 전송되는 입력 데이터 또는 출력 데이터를 적어도 하나 이상 수신하여 상기 프로그램 소스코드를 테스트하는 프로그램 테스트 서버(300)를 포함하여 이루어지는 것을 특징으로 한다.Referring to FIG. 3 according to an embodiment of the present invention, a program test system for testing program source code according to the present invention includes at least one test request terminal 370 connected to predetermined network means, and FIG. A program D / B 135 for storing employee information registered through the illustrated program source code processing system and test request information including at least one program source code, and a program source code processing server shown in FIG. The user interface provided by the program test server 300 or storing the test item information generated by parsing the program source code stored in the program D / B 135 in association with the employee information that registered the program source code. Linking input data and output data input through the employee information A test item D / B 140 for processing and storing, an image log D / B 350 for storing an input text or an output text for testing the program source code test, and an input input through the user interface A code table D / B 355 for storing a valid value corresponding to an item or an output item, a log corresponding to a test result of testing the program source code, and employee information for registering (or testing) the program source code; The program source code is connected to the storage medium 360 and the test request terminal 370, which are stored in association with each other, through a predetermined network means, and receives at least one input data or output data transmitted through the network means. Characterized in that it comprises a program test server 300 for testing.

상기 테스트 요청 단말(370)은 TCP/IP(Transmission Control Protocol/Internet Protocol) 기반의 유선 통신망(예컨대, ADSL(Asymmetric Digital Subscriber Line)/VDSL(Very high-data rate Digital Subscriber Line) 및/또는 케이블 통신망)를 통해 상기 프로그램 테스트 서버(300)와 통신 연결되는 데스크탑 컴퓨터 및/또는 노트북을 포함하는 유선 단말을 적어도 하나 이상 포함하여 이루어지거나, 및/또는 CDMA(Code Division Multiple Access) 기반의 이동 통신망(또는 HSDPA(High Speed Downlink Packet Access) 기반 이동 통신망)에 연결되는 이동 통신단말, 및/또는 IEEE 802.16x 기반의 초고속 무선 인터넷에 연결되는 휴대 인터넷 단말, 및/또는 IEEE 802.11x 기반의 무선랜 통신망에 연결되는 무선랜 단말을 적어도 하나 이상 포함하는 무선 단말을 적어도 하나 이상 포함하여 이루어지는 것을 특징으로 하며, 상기 테스트 요청 단말(370)은 상기 프로그램 테스트 서 버(300)에서 제공하는 적어도 하나 이상의 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 출력하고, 상기 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 통해 적어도 하나 이상의 정보를 입력 및/또는 선택하여 상기 프로그램 테스트 서버(300)로 전송하기 위한 기능 구성(예컨대, 브라우져 프로그램과 통신 기능)이 구비되어 있는 것이 바람직하다.The test request terminal 370 is a wired communication network based on Transmission Control Protocol / Internet Protocol (TCP / IP) (eg, Asymmetric Digital Subscriber Line (ADSL) / Very High-data Rate Digital Subscriber Line (VDSL) and / or cable communication network). A mobile communication network comprising at least one wired terminal including a desktop computer and / or a laptop connected to the program test server 300 and / or a code division multiple access (CDMA) -based mobile communication network (or A mobile communication terminal connected to a High Speed Downlink Packet Access (HSDPA) based mobile communication network, and / or a portable Internet terminal connected to a high-speed wireless Internet based on IEEE 802.16x, and / or a wireless LAN network based on IEEE 802.11x. And at least one wireless terminal including at least one WLAN terminal, wherein the test request The terminal 370 outputs a user interface screen for testing at least one program source code test provided by the program test server 300, and inputs at least one information through a user interface screen for testing the program source code. And / or a functional configuration (eg, a browser program and a communication function) for selecting and transmitting the selected program to the program test server 300.

본 발명이 속하는 기술분야에서 통상의 지식을 가진 자라면, 적어도 하나 이상의 유선 단말 및/또는 무선 단말에 대응하는 상기 테스트 요청 단말(370)의 특징을 용이하게 유추할 수 있을 것이므로, 이에 대한 상세한 설명은 편의상 생략한다.Those skilled in the art to which the present invention pertains can easily infer the characteristics of the test request terminal 370 corresponding to at least one or more wired terminals and / or wireless terminals. Is omitted for convenience.

본 발명의 실시 방법에 따라 상기 테스트 요청 단말(370)이 유선 단말인 경우, 상기 네트워크 수단은 상기 TCP/IP 기반의 유선 통신망을 포함하여 이루어지며, 상기 테스트 요청 단말(370)이 무선 단말인 경우, 상기 네트워크 수단은 상기 CDMA 기반(또는 HSDPA 기반)의 이동 통신망, 및/또는 IEEE 802.16x 기반의 초고속 무선 인터넷, 및/또는 IEEE 802.11x 기반의 무선랜 통신망을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하다.When the test request terminal 370 is a wired terminal according to an embodiment of the present invention, the network means includes the TCP / IP-based wired communication network, and the test request terminal 370 is a wireless terminal. Preferably, the network means comprises at least one of the CDMA based (or HSDPA based) mobile communication network, and / or IEEE 802.16x based high speed wireless Internet, and / or IEEE 802.11x based WLAN communication network. .

본 발명에 따른 프로그램 테스트 시스템 상에 구비되는 상기 프로그램D/B(135)는 상기 도면1에 도시된 프로그램 소스코드 처리 시스템을 통해 등록한 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 연 계 처리하여 저장하는 것을 특징으로 한다.The program D / B 135 provided on the program test system according to the present invention includes the test request information including at least one employee information and program source code registered through the program source code processing system shown in FIG. It is characterized in that the storage by linkage processing.

상기 직원 정보는 상기 프로그램 소스코드를 포함하는 테스트 요청 정보를 상기 직원단말을 통해 입력하는 직원의 개인정보(예컨대, 직원의 성명, 주민등록번호, 주소, 전화번호, 휴대폰번호, 메일주소 등)와, 상기 직원의 사원정보(예컨대, 상기 직원이 상기 프로그램 소스코드를 개발한 대상 기업의 직원으로 입사함에 의해 상기 직원에게 부여되는 사원번호, 사원ID 정보, 사내 메일주소, 사내 전화번호 등)) 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하다.The employee information may include personal information of the employee (eg, employee's name, social security number, address, telephone number, mobile phone number, e-mail address, etc.) for inputting test request information including the program source code through the employee terminal, At least employee information (e.g., employee number, employee ID information, company e-mail address, company phone number, etc.) assigned to the employee when the employee enters the employee of the target company that developed the program source code. It is preferable to include one or more.

상기 프로그램 소스코드는 상기 직원이 등록하는 적어도 하나 이상의 파일에 포함된 내부파일 함수, 외부파일 함수, DB SQL 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하다.The program source code preferably comprises at least one of an internal file function, an external file function, DB SQL, etc. included in at least one file registered by the employee.

상기 프로그램 소스코드에 포함된 내부파일 함수는, 상기 직원이 등록하는 프로그램 소스코드를 포함하는 적어도 하나 이상의 파일 중 어느 하나의 내부에 정의되어 사용되는 함수를 의미하는 것이 바람직하다.The internal file function included in the program source code may mean a function defined and used in at least one of at least one file including a program source code registered by the employee.

예컨대, 상기 내부파일 함수는 “process.c”로 정의된 파일이 있을 경우, 상기 파일의 내부에 이하 도시될 예제 프로그램 소스코드에서 “summation” 함수를 내부파일 함수라고 하는 것이 바람직하다.For example, when the internal file function is a file defined as "process.c", it is preferable that the "summation" function is referred to as an internal file function in the example program source code shown below.

/* FileName : process.c *// * FileName: process.c * /

int summation(int a, int b)int summation (int a, int b)

{{

return (a+b);return (a + b);

}}

int main(int argc, char **argv)int main (int argc, char ** argv)

{{

int Process_Result = 0;int Process_Result = 0;

printf(“A + B = %d”, summation(a, b));printf (“A + B =% d”, summation (a, b));

return Process_Result;return Process_Result;

}}

/* End of File(process.c) *// * End of File (process.c) * /

상기 프로그램 소스코드에 포함된 외부파일 함수는, 상기 직원이 등록하는 프로그램 소스코드를 포함하는 적어도 두개 이상의 파일 중 두 개 이상의 파일 내부에 정의되어 사용되는 함수를 의미하는 것이 바람직하다.The external file function included in the program source code is preferably a function defined and used in two or more files among at least two or more files including the program source code registered by the employee.

예컨대, 상기 외부파일 함수는 “process.c”와, “function.c”로 정의된 두 개의 파일이 있을 경우, 상기 “function.c” 파일의 내부에 이하 도시될 프로그램 소스코드에서 “calculation” 함수를 외부파일 함수라고 하는 것이 바람직하다.For example, if there are two files defined as “process.c” and “function.c”, the external file function is a “calculation” function in the program source code to be shown below in the “function.c” file. Is called an external file function.

/* FileName : function.c *// * FileName: function.c * /

extern int calculation(int a, int b)extern int calculation (int a, int b)

{{

return (a*b);return (a * b);

}}

/* End of File(function.c) *// * End of File (function.c) * /

/* FileName : process.c *// * FileName: process.c * /

extern int calculation(int a, int b);extern int calculation (int a, int b);

int main(int argc, char **argv)int main (int argc, char ** argv)

{{

int Process_Result = 0;int Process_Result = 0;

printf(“A + B = %d”, calculation (a, b));printf (“A + B =% d”, calculation (a, b));

return Process_Result;return Process_Result;

}}

End of File(process.c)End of File (process.c)

상기 프로그램 소스코드에 포함된 DB SQL은 상기 직원이 등록하는 프로그램 소스코드를 포함하는 적어도 하나 이상의 파일 중 어느 하나의 내부에 정의되어 사용되는 파일을 의미하는 것이 바람직하다.DB SQL included in the program source code is preferably a file defined and used in any one of at least one or more files including the program source code registered by the employee.

예컨대, 상기 DB SQL은 소스코드 내부에 이하 도시될 예제와 같이 정의하여 사용하는 것이 바람직하며, 이하 도시될 예제의 형태 이외에 프로그램 개발자의 편의상 실제 정의된 프로그램 함수를 사용할 수도 있다.For example, the DB SQL is preferably defined and used in the source code as an example to be shown below, and in addition to the form of the example to be shown below, a program function that is actually defined may be used for the convenience of a program developer.

int function_name(…)int function_name (…)

{{

// 계좌번호// Account Number

DECLARE( STRING, acno, LENGTH, 12 );DECLARE (STRING, acno, LENGTH, 12);

// 구 계좌번호// old account number

DECLARE( STRING, gu_acno, LENGTH, 12 );DECLARE (STRING, gu_acno, LENGTH, 12);

// 은행구분// bank

DECLARE( INTEGER, bnk_g, LENGTH, 1 );DECLARE (INTEGER, bnk_g, LENGTH, 1);

}}

본 발명에 따른 프로그램 테스트 시스템 상에 구비되는 상기 시험항목D/B(140)는 상기 도면1에 도시된 프로그램 소스코드 처리 시스템을 통해 등록한 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보에 대응하여 상기 도면1에 도시된 프로그램 소스코드 처리 서버에서 상기 프로그램 소스코드 파싱 처리결과 생성되는 테스트 항목 정보를 상기 직원 정보와 연계 처리하여 저장하는 것을 특징으로 한다.The test item D / B 140 provided on the program test system according to the present invention includes at least one employee information registered through the program source code processing system shown in FIG. 1 and test request information including at least one program source code. Correspondingly, the test item information generated as a result of the program source code parsing process is stored in the program source code processing server shown in FIG. 1 in association with the employee information.

또한, 상기 프로그램 테스트 시스템 상에 구비되는 상기 시험항목D/B(140)는 상기 프로그램 테스트 서버(300)에서 상기 테스트 요청 단말(370)로 제공하는 사용자 인터페이스를 통해 입력(또는 선택)하여 전송하는 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 상기 직원 정보와 연계 처리하여 저장하는 것을 특징으로 하며, 상기 입력 데이터 및 출력 데이터는 상기 생성된 테스트 항목 정보에 대한 입력 데이터 및 출력 데이터 인 것이 바람직하다.In addition, the test item D / B 140 provided on the program test system is input (or selected) and transmitted through the user interface provided from the program test server 300 to the test request terminal 370. Storing at least one input item, input data including an input value corresponding to the input item, at least one output item, and output data including at least one output item and an output value corresponding to the output item in association with the employee information. The input data and the output data may be input data and output data for the generated test item information.

상기 직원 정보는 상기 프로그램 소스코드를 포함하는 테스트 요청 정보를 상기 직원단말을 통해 입력하는 직원의 개인정보(예컨대, 직원의 성명, 주민등록번 호, 주소, 전화번호, 휴대폰번호, 메일주소 등)와, 상기 직원의 사원정보(예컨대, 상기 직원이 상기 프로그램 소스코드를 개발한 대상 기업의 직원으로 입사함에 의해 상기 직원에게 부여되는 사원번호, 사원ID 정보, 사내 메일주소, 사내 전화번호 등)) 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하다.The employee information may include personal information of the employee who inputs test request information including the program source code through the employee terminal (for example, the employee's name, social security number, address, telephone number, mobile number, e-mail address, etc.) Employee information of the employee (e.g., employee number, employee ID information, company email address, company phone number, etc.) assigned to the employee by joining the employee of the target company that developed the program source code; It is preferable to include at least one.

상기 테스트 항목 정보는 상기 직원단말을 통해 제공되는 프로그램 소스코드를 파싱한 결과 확인된 내부파일 함수, 외부파일 함수, DB SQL 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하며, 당업자의 의도 및 목적에 따라 상기 프로그램 소스코드 상에 포함된 전역변수, 내부파일 함수(또는 외부파일 함수) 상에 선언된 지역변수, 상기 프로그램 소스코드를 구성하는 적어도 하나 이상의 파일 상에 선언된 선언문(예컨대, #define 등)를 적어도 하나 이상 더 포함할 수도 있다.Preferably, the test item information includes at least one of an internal file function, an external file function, DB SQL, and the like, as a result of parsing the program source code provided through the employee terminal, and according to the intention and purpose of those skilled in the art. Global variables included in the program source code, local variables declared in an internal file function (or external file function), and declaration statements declared in at least one or more files constituting the program source code (eg, #define, etc.) It may further include at least one or more.

상기 입력 데이터는 상기 직원단말을 통해 제공된 사용자 인터페이스를 통해 입력(또는 선택)하여 전송하는 입력항목(예컨대, 그룹사CODE, 국가코드, 어플리케이션서버 Node번호, 전문전송일시, 거래점번호, 거래단말기번호, 거래코드, 화면코드, 시스템일자, 로깅시간, 전문길이, 전문헤더내역, 전문자료내역, 에러코드 등)와, 상기 입력항목에 대응하는 입력값을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하며, 상기 입력값은 생략될 수도 있다.The input data is input (or selected) to be transmitted through the user interface provided through the employee terminal (eg, group company CODE, country code, application server node number, specialized transmission date, trading point number, transaction terminal number, Transaction code, screen code, system date, logging time, full length, full header, full data, error code, etc.) and at least one input value corresponding to the input item. The value may be omitted.

만약, 상기 입력값이 생략되는 경우, 상기 입력값은 상기 프로그램 테스트 서버(300)와 네트워크 수단을 통해 연결되는 메타시스템(365)(또는 상기 프로그램 테스트 시스템 상에 구비되는 코드테이블D/B(355))로부터 입력값을 추출하는 것이 바람직하다.If the input value is omitted, the input value is code table D / B 355 provided on the meta system 365 (or the program test system) connected to the program test server 300 through a network means. It is preferable to extract the input value from)).

또한, 상기 입력 데이터는 상기 입력항목과, 상기 입력항목과 연계된 입력값 대신 이미지로그D/B(350)에 저장된 적어도 하나 이상의 입력 전문을 선택한 입력 전문 선택 정보일 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.In addition, the input data may be input message selection information for selecting the input item and at least one input message stored in the image log D / B 350 instead of the input value associated with the input item. It is not limited.

상기 출력 데이터는 상기 직원단말을 통해 제공된 사용자 인터페이스를 통해 입력(또는 선택)하여 전송하는 입력항목에 대응하는 항목(예컨대, 그룹사CODE, 국가코드, 어플리케이션서버 Node번호, 전문전송일시, 거래점번호, 거래단말기번호, 거래코드, 화면코드, 시스템일자, 로깅시간, 전문길이, 전문헤더내역, 전문자료내역, 에러코드 등)과, 상기 입력항목에 의해 출력되는 결과항목(예컨대, 상기 입력항목에 의한 거래코드가 출금인 경우, 출금된 이후 잔액 등)을 적어도 하나 이상 포함하는 출력항목과, 상기 출력항목에 대응하는 출력값을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하며, 상기 출력값은 생략될 수도 있다.The output data is an item (eg, group company CODE, country code, application server node number, specialized transmission date, transaction number, etc.) corresponding to an input item to be input (or selected) through a user interface provided through the employee terminal. Terminal number, transaction code, screen code, system date, logging time, full length, full header, full text, error code, etc., and result items outputted by the input items (e.g., by the input items) When the transaction code is withdrawn, it is preferable to include at least one output item including at least one balance after the withdrawal) and an output value corresponding to the output item, and the output value may be omitted.

만약, 상기 출력값이 생략되는 경우, 상기 출력값은 상기 프로그램 테스트 서버(300)와 네트워크 수단을 통해 연결되는 메타시스템(365)(또는 상기 프로그램 테스트 시스템 상에 구비되는 코드테이블D/B(355))로부터 출력값을 추출하는 것이 바람직하다.If the output value is omitted, the output value is meta-system 365 (or code table D / B 355 provided on the program test system) connected to the program test server 300 through a network means. It is preferable to extract the output value from the.

또한, 상기 출력 데이터는 상기 출력항목과, 상기 출력항목과 연계된 출력값 대신 이미지로그D/B(350)에 저장된 적어도 하나 이상의 출력 전문을 선택한 출력 전문 선택 정보일 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.The output data may be output message selection information that selects the output item and at least one output message stored in the image log D / B 350 instead of the output value associated with the output item, thereby limiting the present invention. Not.

또한, 상기 프로그램 테스트 시스템 상에 구비되는 상기 이미지로그D/B(350)는 상기 프로그램 테스트 서버(300)에서 기 개발한 프로그램 테스트를 실행을 위해 이용한 입력 전문과, 상기 입력 전문에 대응하는 출력 전문을 연계 처리하여 저장하는 것을 특징으로 한다.The image log D / B 350 provided on the program test system may include an input message used for executing a program test previously developed by the program test server 300 and an output message corresponding to the input message. Characterized in that for storing the linkage process.

또한, 상기 프로그램 테스트 시스템 상에 구비되는 상기 이미지로그D/B(350)는 기 개발한 프로그램 테스트를 완료하고, 상기 프로그램을 실제 적용분야에 적용하여 이용 시, 상기 프로그램을 이용 중에 입력하는 입력 전문과, 상기 입력 전문에 대응하여 프로그램 실행 결과 생성되는 출력 전문을 연계 처리하여 더 저장하는 것을 특징으로 한다.In addition, the image log D / B 350 provided on the program test system completes a previously developed program test and inputs the program while using the program when the program is applied to an actual application field. And storing and storing the output message in association with the input message.

상기 입력 전문은 상기 프로그램 테스트를 실행하기 위한 상기 입력항목 정보와, 상기 입력항목 정보에 대응하는 입력값 정보를 적어도 하나 이상 포함하여 이루어지는 것이 바람직하다.The input message may include at least one input item information for executing the program test and at least one input value information corresponding to the input item information.

예컨대, 상기 입력 전문은 ‘00001599220070810coreap1d1877000345227201SF…’으로 구성되며, 상기 코드상의 일부에 입력항목의 위치별 입력값이 저장되는 것이 바람직하고, 각각의 입력항목별 자릿수가 정해져 있는 것이 바람직하며, 당업자의 의도 및 목적에 따라 변경될 수도 있다.For example, the input full text is' 00001599220070810coreap1d1877000345227201SF... It is preferable that the input value for each position of the input item is stored in a part of the code, and that the number of digits for each input item is determined, and may be changed according to the intention and purpose of those skilled in the art.

상기 출력 전문은 상기 프로그램 테스트를 실행하기 위한 상기 출력항목 정보와, 상기 출력항목 정보에 대응하는 출력값 정보를 적어도 하나 이상 포함하여 이루어지는 것이 바람직하며, 상기 출력 전문의 실시 방법은 상기 입력 전문과 동일한 형태를 가지는 것이 바람직하다.The output message may include at least one of the output item information for executing the program test and at least one output value information corresponding to the output item information. It is preferable to have.

또한, 상기 프로그램 테스트 시스템 상에 구비되는 상기 코드테이블D/B(355)는 입력 코드 테이블과 출력 코드 테이블을 연계 처리하여 저장하는 것을 특징으로 하며, 상기 입력 코드 테이블과 출력 코드 테이블은 상호 대응되는 것이 바람직하다.In addition, the code table D / B 355 provided on the program test system may be configured to store an input code table and an output code table in association with each other, and the input code table and the output code table may correspond to each other. It is preferable.

상기 입력 코드 테이블은 상기 입력항목과 유사한 형태의 적어도 하나 이상의 입력항목 정보와, 상기 입력항목에 대응하는 입력값을 포함하여 이루어지는 것이 바람직하다.The input code table preferably includes at least one input item information in a form similar to the input item, and an input value corresponding to the input item.

상기 출력 코드 테이블은 상기 출력항목과 유사한 형태의 적어도 하나 이상의 출력항목 정보와, 상기 출력항목에 대응하는 출력값을 포함하여 이루어지는 것이 바람직하다.Preferably, the output code table includes at least one piece of output item information similar to the output item and an output value corresponding to the output item.

또한, 상기 프로그램 테스트 시스템 상에 구비되는 저장매체(360)는 상기 프로그램 테스트 결과를 저장하기 위해 상기 프로그램 테스트를 요청하는(또는 상기 프로그램 소스코드를 개발한) 직원에 대응하는 직원 정보와, 상기 프로그램 테스트 결과에 대응하는 테스트 결과 로그를 저장하는 것을 특징으로 한다.In addition, the storage medium 360 provided on the program test system includes employee information corresponding to an employee requesting the program test (or developing the program source code) to store the program test result, and the program. And storing a test result log corresponding to the test result.

상기 직원 정보는 상기 프로그램 소스코드를 포함하는 테스트 요청 정보를 상기 직원단말을 통해 입력하는 직원의 개인정보(예컨대, 직원의 성명, 주민등록번호, 주소, 전화번호, 휴대폰번호, 메일주소 등)와, 상기 직원의 사원정보(예컨대, 상기 직원이 상기 프로그램 소스코드를 개발한 대상 기업의 직원으로 입사함에 의해 상기 직원에게 부여되는 사원번호, 사원ID 정보, 사내 메일주소, 사내 전화번호 등)) 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하다.The employee information may include personal information of the employee (eg, employee's name, social security number, address, telephone number, mobile phone number, e-mail address, etc.) for inputting test request information including the program source code through the employee terminal, At least employee information (e.g., employee number, employee ID information, company e-mail address, company phone number, etc.) assigned to the employee when the employee enters the employee of the target company that developed the program source code. It is preferable to include one or more.

상기 프로그램 결과 로그는 상기 프로그램 소스코드를 테스트한 테스트 결과에 대응하는 결과 로그를 포함하여 이루어지는 것이 바람직하며, 상기 결과 로그는 상기 입력항목과, 상기 입력항목에 대응하는 입력값별 실행결과(즉, 정상, 오류 등)와, 상기 실행결과 출력되는 출력항목 및 출력값별 실행결과 비교 결과(즉, 정상, 오류 등)와, 상기 실행 결과가 오류인 경우, 정상 입력되어야 할 입력값, 또는 정상 출력되어야 할 출력값 과의 비교 결과와, 오류 레벨을 포함하여 이루어지는 것이 바람직하다.Preferably, the program result log includes a result log corresponding to a test result of testing the program source code, and the result log includes the input item and an execution result for each input value corresponding to the input item (ie, normal). , An error, etc.), an output item outputted from the execution result and an execution result comparison result for each output value (ie, normal, error, etc.), and if the execution result is an error, an input value to be inputted normally or to be outputted normally It is preferable to include the result of the comparison with the output value and the error level.

예컨대, 상기 프로그램 소스코드에 대한 테스트 결과 치명적인 오류(즉, 상기 프로그램 소스코드가 예기치 못한 오류로 실행이 정지하는 경우)에 대한 치명적 오류레벨을 포함하여 이루어지는 것이 바람직하며, 이 경우, 프로그램이 실행되는 프로그램 실행 라인 넘버 등을 더 포함하여 이루어지는 것이 바람직하다.For example, the test result for the program source code may include a fatal error level for a fatal error (that is, when the program source code stops running due to an unexpected error), in which case the program is executed. It is preferable to further include a program execution line number.

또한, 상기 프로그램 소스코드에 대한 테스트 결과 정상 실행인 경우, 입력항목(또는 출력항목)에 대응하는 입력값(또는 출력값)을 출력하지 않을 수도 있으며, 정상 출력 여부만 포함하여 이루어지는 것이 바람직하다.In addition, when the test result of the program source code is normally executed, the input value (or output value) corresponding to the input item (or output item) may not be output, and only the normal output is included.

또한, 상기 프로그램 소스코드에 대한 테스트 결과 오류인 경우, 입력항목(또는 출력항목)에 대응하는 입력값(또는 출력값)과, 상기 오류에 대응하는 오류 레벨을 출력하는 것이 바람직하다.In addition, in the case of a test result error of the program source code, it is preferable to output an input value (or an output value) corresponding to an input item (or an output item) and an error level corresponding to the error.

또한, 상기 프로그램 소스코드에 대한 테스트 결과 정상(또는 오류)로 판별할 수 없는 경우(예컨대, 출력항목이 더 출력되는 경우 등), 상기 출력항목 이외의 출력값이 더 있음을 알리는 경고 메시지 등의 형태로 출력하는 것이 바람직하며, 당업자의 의도 및 목적에 따라 변경될 수도 있다.In addition, when a test result for the program source code cannot be determined to be normal (or an error) (for example, when an output item is further output), a warning message or the like indicating that there are more output values other than the output item. It is preferable to output to and may be changed according to the intention and purpose of those skilled in the art.

본 발명의 실시 방법에 따르면, 상기 프로그램 테스트 서버(300)는 상기 테스트 요청 단말(370)과 네트워크 수단에 대응하는 웹 인터페이스를 제공하기 위해, 상기 네트워크 수단을 통해 상기 테스트 요청 단말(370)과 소정의 통신채널을 연결 및 관리하는 인터페이스부(305)(또는 인터페이스 수단)를 구비하여 이루어지는 것을 특징으로 하며, 이에 의해 상기 프로그램 테스트 서버(300)는 상기 테스트 요청 단말(370)과 유선 통신망 및/또는 무선 통신망을 통해 통신 연결되는 웹서버의 기능을 구비한다.According to the exemplary embodiment of the present invention, the program test server 300 is provided with the test request terminal 370 through the network means to provide a web interface corresponding to the test request terminal 370 and the network means. Interface unit 305 (or interface means) for connecting and managing the communication channel of the, characterized in that the program test server 300 by the test request terminal 370 and the wired communication network and / or It has the function of a web server that is connected via a wireless communication network.

본 발명의 일 실시 방법에 따라 상기 테스트 요청 단말(370)이 TCP/IP 기반의 유선 통신망을 통해 통신채널이 연결되는 유선 단말인 경우, 상기 인터페이스부(305)는 상기 테스트 요청 단말(370)과 HTTP(Hyper-Text Transfer Protocol) 프로토콜을 기반으로 소정의 통신채널을 연결하고, 상기 통신채널을 통해 상기 테스트 요청 단말(370)로 HTML(Hyper-Text Markup Language) 호환 문서 형태의 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면 및/또는 정보 제공 화면을 전송하여 출력하고, 상기 테스트 요청 단말(370)로부터 상기 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 통해 입력(또는 선택)된 소정의 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적 어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 수신 처리하는 기능을 수행하는 것이 바람직하다.According to an exemplary embodiment of the present invention, when the test request terminal 370 is a wired terminal to which a communication channel is connected through a TCP / IP based wired communication network, the interface unit 305 is connected to the test request terminal 370. Connect a predetermined communication channel based on the Hyper-Text Transfer Protocol (HTTP) protocol, and test the program source code in the form of a Hyper-Text Markup Language (HTML) compatible document to the test request terminal 370 through the communication channel. Transmits and outputs a user interface screen and / or an information providing screen, and inputs (or selects) at least one input item from the test request terminal 370 through a user interface screen for testing the program source code; Input data including an input value corresponding to the input item, at least one output item, and corresponding to the output item. Preferably performs a function of receiving and processing output data including an output value.

본 발명의 다른 일 실시 방법에 따라 상기 테스트 요청 단말(370)이 CDMA 기반의 무선 통신망을 통해 통신채널이 연결되는 무선 단말인 경우, 상기 인터페이스부(305)는 상기 테스트 요청 단말(370)과 WAP(Wireless Application Protocol) 및/또는 ME(Mobile Explorer) 프로토콜을 기반으로 소정의 통신채널을 연결하고, 상기 통신채널을 통해 상기 테스트 요청 단말(370)로 WML(Wireless Markup Language) 및/또는 HTML 호환 문서 형태의 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면 및/또는 정보 제공 화면을 전송하여 출력하고, 상기 테스트 요청 단말(370)로부터 상기 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면에 대응하는 소정의 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 수신 처리하는 기능을 수행하는 것이 바람직하다.According to another exemplary embodiment of the present invention, when the test request terminal 370 is a wireless terminal to which a communication channel is connected through a CDMA based wireless communication network, the interface unit 305 is connected to the test request terminal 370 and a WAP. (Wireless Markup Language (WML) and / or HTML compatible document) to connect a predetermined communication channel based on a Wireless Application Protocol (ME) and / or Mobile Explorer (ME) protocol, and to the test request terminal 370 through the communication channel. Transmitting and outputting a user interface screen and / or an information providing screen for a program source code test in a form, and inputting at least one or more inputs corresponding to the user interface screen for the program source code test from the test request terminal 370 Input data including an item, an input value corresponding to the input item, at least one output item, and It is preferable to perform a function of receiving and processing output data including an output value corresponding to an output item.

본 발명의 또다른 일 실시 방법에 따라 상기 테스트 요청 단말(370)이 IEEE 802.16x 기반의 무선 통신망을 통해 통신채널이 연결되는 무선 단말인 경우, 상기 인터페이스부(305)는 상기 테스트 요청 단말(370)과 상기 IEEE 802.16x 규격에 대응하는 무선 프로토콜을 기반으로 소정의 통신채널을 연결하고, 상기 통신채널을 통해 상기 테스트 요청 단말(370)로 소정의 프로그램 소스코드 테스트를 위한 사용 자 인터페이스 화면 및/또는 정보 제공 화면을 전송하여 출력하고, 상기 테스트 요청 단말(370)로부터 상기 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면에 대응하는 소정의 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 수신 처리하는 기능을 수행하는 것이 바람직하며, 및/또는 상기 테스트 요청 단말(370)이 IEEE 802.11x 기반의 무선 통신망을 통해 통신채널이 연결되는 무선 단말인 경우, 상기 인터페이스부(305)는 상기 테스트 요청 단말(370)과 상기 IEEE 802.11x 규격에 대응하는 무선 프로토콜을 기반으로 소정의 통신채널을 연결하고, 상기 통신채널을 통해 상기 테스트 요청 단말(370)로 소정의 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면 및/또는 정보 제공 화면을 전송하여 출력하고, 상기 테스트 요청 단말(370)로부터 상기 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면에 대응하는 소정의 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 수신 처리하는 기능을 수행하는 것이 바람직하다.According to another exemplary embodiment of the present invention, when the test request terminal 370 is a wireless terminal to which a communication channel is connected through an IEEE 802.16x based wireless communication network, the interface unit 305 is the test request terminal 370. And a user interface screen for connecting a predetermined communication channel based on a wireless protocol corresponding to the IEEE 802.16x standard and testing a predetermined program source code to the test request terminal 370 through the communication channel. Or transmitting and outputting an information providing screen, and including at least one input item corresponding to the user interface screen for the program source code test from the test request terminal 370, and an input value corresponding to the input item. An output including input data, at least one output item, and an output value corresponding to the output item It is preferable to perform a function of receiving and processing data, and / or when the test request terminal 370 is a wireless terminal to which a communication channel is connected through an IEEE 802.11x based wireless communication network, the interface unit 305 is The test request terminal 370 connects a predetermined communication channel based on a wireless protocol corresponding to the IEEE 802.11x standard, and tests the predetermined program source code with the test request terminal 370 through the communication channel. Transmits and outputs a user interface screen and / or an information providing screen, and corresponds to at least one input item corresponding to the user interface screen for the program source code test from the test request terminal 370, and corresponds to the input item Input data including an input value, at least one output item, and To carry out the function of receiving the processed output data containing an output value that is preferred.

도면3을 참조하면, 상기 프로그램 테스트 서버(300)는 소정의 테스트 요청 단말(370)이 상기 인터페이스부(305)를 통해 상기 프로그램 테스트 서버(300)에 접속시, 상기 인터페이스부(305)와 연동하여 상기 테스트 요청 단말(370)에서 소정의 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입 력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 입력(또는 선택)하여 전송하도록 하는 소정의 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 생성(또는 추출)하여 제공하는 인터페이스 제공부(310)(또는 인터페이스 제공수단)와, 상기 인터페이스부(305)와 연동하여 상기 테스트 요청 단말(370)에서 상기 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 통해 입력(또는 선택)하여 전송하는 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 수신하는 정보 수신부(315)(또는 정보 수신수단)와, 상기 인터페이스 제공부(310)를 통해 제공되는 프로그램 테스트를 위한 사용자 인터페이스 화면 상의 일정 영역에 입력항목을 출력하기 위해, 상기 입력항목을 추출하는 입력항목 추출부(320)(또는 입력항목 추출수단)와, 상기 추출된 입력항목에 대응하는 입력값을 추출하는 입력값 추출부(325)(또는 입력값 추출수단)와, 상기 인터페이스 제공부(310)를 통해 제공되는 프로그램 테스트를 위한 사용자 인터페이스 화면 상의 일정 영역에 출력항목을 출력하기 위해, 상기 출력항목을 추출하는 출력항목 추출부(330)(또는 출력항목 추출수단)와, 상기 추출된 출력항목에 대응하는 출력값을 추출하는 출력값 추출부(335)(또는 출력값 추출수단)와, 상기 인터페이스 제공부(310)를 통해 제공된 프로그램 테스트를 위한 사용자 인터페이스 화면을 통해 입력되어 상기 테스트 요청 단말(370)로부터 수신한 입력 데이터와, 상기 입력 데이터에 대응하는 출력 데이터에 대응하여 프로그램 소스코드를 테스트하는 프로그램 테스트 처리부(340)(또는 프로그램 테스트 처리수단)와, 상기 프로그램 테스트 결과 생성되는 테스트 결과 로그를 상기 직원 정보와 연계 처리하여 상기 저장매체(360)에 저장하는 정보 저장부(345)(또는 정보 저장수단)을 구비하여 이루어지는 것을 특징으로 한다.Referring to FIG. 3, the program test server 300 interworks with the interface unit 305 when a predetermined test request terminal 370 accesses the program test server 300 through the interface unit 305. The test request terminal 370 includes at least one predetermined input item, input data including an input value corresponding to the input item, at least one output item, and an output value corresponding to the output item. An interface providing unit 310 (or interface providing means) for generating (or extracting) a user interface screen for a predetermined program source code test for inputting (or selecting) output data and transmitting the same; 305 through the user interface screen for the program source code test in the test request terminal 370 Receive at least one or more input items to be input (or selected) for transmission, input data including an input value corresponding to the input item, at least one output item, and output data including an output value corresponding to the output item. An input for extracting the input item in order to output the input item to a predetermined area on a user interface screen for a program test provided through the information receiving unit 315 (or information receiving means) and the interface providing unit 310 An item extracting unit 320 (or an input item extracting means), an input value extracting unit 325 (or an input value extracting means) for extracting an input value corresponding to the extracted input item, and the interface providing unit 310. In order to output the output item in a certain area on the user interface screen for the program test provided through), extract the output item. An output item extracting unit 330 (or output item extracting means), an output value extracting unit 335 (or output value extracting means) for extracting an output value corresponding to the extracted output item, and the interface providing unit 310. The program test processor 340 that is input through a user interface screen for a program test provided through the input data received from the test request terminal 370 and the program source code corresponding to the output data corresponding to the input data. (Or program test processing means) and an information storage unit 345 (or information storage means) for storing the test result log generated in the program test result in association with the employee information and storing in the storage medium 360. Characterized in that made.

상기 인터페이스 제공부(310)는 소정의 테스트 요청 단말(370)이 상기 인터페이스부(305)를 통해 상기 프로그램 테스트 서버(300)에 접속시, 상기 테스트 요청 단말(370)에 구비된 기능구성(예컨대, 테스트 요청 단말(370)에 구비된 브라우져 프로그램)에 대응하여 소정의 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 입력(또는 선택)하여 상기 네트워크 수단을 통해 상기 프로그램 테스트 서버(300)로 전송할 수 있는 소정의 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 생성하거나, 및/또는 소정의 데이터베이스(도시생략)로부터 추출하고, 상기 인터페이스부(305)와 연동하여 상기 생성(또는 추출)된 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 상기 네트워크 수단을 통해 상기 테스트 요청 단말(370)로 제공하는 것을 특징으로 한다.The interface providing unit 310 has a functional configuration (eg, provided in the test request terminal 370 when a predetermined test request terminal 370 is connected to the program test server 300 through the interface unit 305). , At least one or more input items corresponding to the browser program included in the test request terminal 370, input data including input values corresponding to the input items, at least one output item, and the output item. Generate (or select) output data including corresponding output values and generate user interface screens for a predetermined program source code test that can be transmitted to the program test server 300 via the network means, and / or Extracted from a database (not shown), and generated (or extracted) in association with the interface unit 305 A user interface screen for a gram source code test may be provided to the test request terminal 370 through the network means.

이후, 상기 테스트 요청 단말(370)은 상기 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 기반으로 소정의 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 입력(또는 선택)하며, 상기 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터가 입력(또는 선택)된 것이 확인되면, 상기 테스트 요청 단말(370)은 상기 네트워크 수단을 통해 상기 입력(또는 선택)된 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 상기 프로그램 테스트 서버(300)로 전송한다.Thereafter, the test request terminal 370 outputs at least one or more input items including at least one input item, an input value corresponding to the input item, and at least one output item based on a user interface screen for testing the program source code. Input (or select) an output data including an item and an output value corresponding to the output item, the at least one input item, input data including an input value corresponding to the input item, and at least one output item And when it is confirmed that output data including an output value corresponding to the output item is input (or selected), the test request terminal 370 is configured to input (or select) at least one or more input items through the network means. And at least one input data including input values corresponding to the input items. Output data including an output item and an output value corresponding to the output item is transmitted to the program test server 300.

본 발명이 속한 기술분야에서 통상의 지식을 가진 자라면, 상기 테스트 요청 단말(370)에서 상기 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면에 포함된 적어도 하나 이상의 폼(Form) 양식을 통해 상기 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 입력(또는 선택)하는 기술적 특징과, 상기 네트워크 수단이 제공하는 통신 프로토콜을 통해 상기 입력(또는 선택)된 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 상기 프로그램 테스트 서버(300)로 전송하는 기술적 특징을 기 숙지하고 있을 것이므로, 이에 대한 상세한 설명은 편의상 생략한다.If one of ordinary skill in the art to which the present invention pertains, the test request terminal 370 through the at least one form (Form) included in the user interface screen for the program source code test the at least one or more Technical features for inputting (or selecting) an input item, input data including an input value corresponding to the input item, at least one or more output items, and output data including an output value corresponding to the output item, and the network At least one or more input items inputted (or selected) via a communication protocol provided by the means, input data including input values corresponding to the input items, at least one output item, and output values corresponding to the output items. The technology for transmitting the output data comprising a program test server 300 Because be aware group characteristics, a detailed description thereof will be omitted for convenience.

상기 정보 수신부(315)는 상기 테스트 요청 단말(370)에서 상기 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 통해 소정의 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 입력(또는 선택)하여 상기 네트워크 수단을 통해 전송시, 상기 인터페이스부(305)와 연동하여 상기 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 수신하는 것을 특징으로 하며, 상기 수신된 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 상기 정보 저장부(345)로 제공한다.The information receiving unit 315 may include at least one input item including at least one input item and an input value corresponding to the input item through the user interface screen for the program source code test at the test request terminal 370; Inputting (or selecting) at least one output item and output data including an output value corresponding to the output item and transmitting the data through the network means, the at least one input item in cooperation with the interface unit 305; Receiving input data including an input value corresponding to the input item, at least one output item, and output data including an output value corresponding to the output item, and receiving the at least one input item. And input data including an input value corresponding to the input item. And it provides the one or more items and output, the data storage unit 345, the output data including the output value corresponding to the output item.

상기 정보 저장부(345)는 상기 정보 수신부(315)를 통해 수신된 상기 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 연계 처리하여 상기 저장매체(360)에 저장하는 것을 특징으로 한다.The information storage unit 345 may include the at least one input item received through the information receiving unit 315, input data including an input value corresponding to the input item, at least one output item, and the output item. Characterized in that the output data including the output value corresponding to the processing to store in the storage medium (360).

상기 입력 데이터는 상기 직원단말을 통해 제공된 사용자 인터페이스를 통해 입력(또는 선택)하여 전송하는 입력항목(예컨대, 그룹사CODE, 국가코드, 어플리케이션서버 Node번호, 전문전송일시, 거래점번호, 거래단말기번호, 거래코드, 화면코드, 시스템일자, 로깅시간, 전문길이, 전문헤더내역, 전문자료내역, 에러코드 등)와, 상기 입력항목에 대응하는 입력값을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하며, 상기 입력값은 생략될 수도 있다.The input data is input (or selected) to be transmitted through the user interface provided through the employee terminal (eg, group company CODE, country code, application server node number, specialized transmission date, trading point number, transaction terminal number, Transaction code, screen code, system date, logging time, full length, full header, full data, error code, etc.) and at least one input value corresponding to the input item. The value may be omitted.

만약, 상기 입력값이 생략되는 경우, 상기 입력값은 상기 프로그램 테스트 서버(300)와 네트워크 수단을 통해 연결되는 메타시스템(365)(또는 상기 프로그램 테스트 시스템 상에 구비되는 코드테이블D/B(355))로부터 입력값을 추출하는 것이 바람직하다.If the input value is omitted, the input value is code table D / B 355 provided on the meta system 365 (or the program test system) connected to the program test server 300 through a network means. It is preferable to extract the input value from)).

또한, 상기 입력 데이터는 상기 입력항목과, 상기 입력항목과 연계된 입력값 대신 이미지로그D/B(350)에 저장된 적어도 하나 이상의 입력 전문을 선택한 입력 전문 선택 정보일 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.In addition, the input data may be input message selection information for selecting the input item and at least one input message stored in the image log D / B 350 instead of the input value associated with the input item. It is not limited.

상기 출력 데이터는 상기 직원단말을 통해 제공된 사용자 인터페이스를 통해 입력(또는 선택)하여 전송하는 입력항목에 대응하는 항목(예컨대, 그룹사CODE, 국가코드, 어플리케이션서버 Node번호, 전문전송일시, 거래점번호, 거래단말기번호, 거래코드, 화면코드, 시스템일자, 로깅시간, 전문길이, 전문헤더내역, 전문자료내역, 에러코드 등)과, 상기 입력항목에 의해 출력되는 결과항목(예컨대, 상기 입력 항목에 의한 거래코드가 출금인 경우, 출금된 이후 잔액 등)을 적어도 하나 이상 포함하는 출력항목과, 상기 출력항목에 대응하는 출력값을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하며, 상기 출력값은 생략될 수도 있다.The output data is an item (eg, group company CODE, country code, application server node number, specialized transmission date, transaction number, etc.) corresponding to an input item to be input (or selected) through a user interface provided through the employee terminal. Terminal number, transaction code, screen code, system date, logging time, full length, full header, full text, error code, etc., and result items outputted by the input items (e.g., by the input items) When the transaction code is withdrawn, it is preferable to include at least one output item including at least one balance after the withdrawal) and an output value corresponding to the output item, and the output value may be omitted.

만약, 상기 출력값이 생략되는 경우, 상기 출력값은 상기 프로그램 테스트 서버(300)와 네트워크 수단을 통해 연결되는 메타시스템(365)(또는 상기 프로그램 테스트 시스템 상에 구비되는 코드테이블D/B(355))로부터 출력값을 추출하는 것이 바람직하다.If the output value is omitted, the output value is meta-system 365 (or code table D / B 355 provided on the program test system) connected to the program test server 300 through a network means. It is preferable to extract the output value from the.

또한, 상기 출력 데이터는 상기 출력항목과, 상기 출력항목과 연계된 출력값 대신 이미지로그D/B(350)에 저장된 적어도 하나 이상의 출력 전문을 선택한 출력 전문 선택 정보일 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.The output data may be output message selection information that selects the output item and at least one output message stored in the image log D / B 350 instead of the output value associated with the output item, thereby limiting the present invention. Not.

상기 입력항목 추출부(320)는 상기 인터페이스 제공부(310)를 통해 상기 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 상기 테스트 요청 단말(370)로 제공하여 출력시, 상기 프로그램 소스코드 테스트를 위해 입력할 입력대상 항목에 대응하는 입력항목을 상기 이미지로그D/B(350), 코드테이블D/B(355)로부터 추출하는 것을 특징으로 하며, 상기 추출된 입력항목에 대응하는 입력값을 상기 입력항목 추출시 상기 입력값 추출부(325)를 통해 추출하는 하는 것이 바람직하다.The input item extracting unit 320 provides a user interface screen for the program source code test to the test request terminal 370 through the interface providing unit 310 and outputs the same when outputting the program source code test. And extracting an input item corresponding to the input target item from the image log D / B 350 and the code table D / B 355, and inputting an input value corresponding to the extracted input item. It is preferable to extract through the input value extraction unit 325 during extraction.

본 발명의 일 실시 방법에 따르면, 상기 입력항목 추출은, 상기 프로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 이미지로그D/B(350)로부터 입력 전문을 확인하고, 상기 확인된 입력 전문 중 입력항목을 추출하여 상기 인터페이스 제공부(310)를 통해 상기 클라이언트 단말로 제공할 사용자 인터페이스 상의 일정 영역에 출력하는 것이 바람직하다.According to an exemplary embodiment of the present invention, the input item extraction may include checking a full text from the image log D / B 350 corresponding to a test item corresponding to the program source code test, and checking the checked full text. Among the input items, it is preferable to output the predetermined items on a user interface to be provided to the client terminal through the interface providing unit 310.

본 발명의 다른 일 실시 방법에 따르면, 상기 입력항목 추출은, 상기 프로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 코드테이블D/B(355)로부터 입력항목을 추출하는 것이 바람직하다.According to another exemplary embodiment of the present invention, the input item extraction may be performed to extract an input item from the code table D / B 355 corresponding to a test item corresponding to the program source code test.

본 발명의 또 다른 일 실시 방법에 따르면, 상기 입력항목 추출은, 상기 프로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 메타시스템(365)로부터 입력항목을 추출하는 것이 바람직하다.According to another exemplary embodiment of the present invention, the input item extraction may be performed to extract an input item from the meta system 365 in response to a test item corresponding to the program source code test.

본 발명의 또 다른 일 실시 방법에 따르면, 상기 입력항목 추출은, 상기 추출된 입력항목을 상기 프로그램 테스트를 위한 사용자 인터페이스에 출력 후, 상기 출력된 사용자 인터페이스 상의 일정 영역을 통해 소정의 입력항목을 추가(또는 삭제)하여 추출된 입력항목을 바탕으로 새로운 입력항목을 생성할 수도 있다.According to another exemplary embodiment of the present invention, the input item extraction outputs the extracted input item to the user interface for the program test, and then adds a predetermined input item through a predetermined area on the output user interface. You can also create new entries based on the extracted entries (or delete them).

본 발명의 또 다른 일 실시 방법에 따르면, 상기 입력항목 추출은, 상기 프 로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 입력항목을 상기 프로그램 테스트를 위한 사용자 인터페이스를 통해 직접 입력(또는 선택)하는 것이 바람직하다.According to another exemplary embodiment of the present invention, the input item extraction may correspond to a test item corresponding to the program source code test, and directly input the input item through a user interface for the program test (or Selection).

본 발명의 실시 방법에 따르면, 상기 입력값은 상기 추출된 입력항목에 대응하여, 상기 입력항목이 추출된 데이터베이스(예컨대, 이미지로그D/B(350), 코드테이블D/B(355) 등) 또는 메타시스템(365)으로부터 상기 입력항목과 매칭되는 입력값을 추출하는 것이 바람직하다.According to an embodiment of the present invention, the input value corresponds to the extracted input item, and the database from which the input item is extracted (eg, image log D / B 350, code table D / B 355, etc.). Alternatively, it is preferable to extract an input value matching the input item from the meta system 365.

상기 출력항목 추출부(330)는 상기 인터페이스 제공부(310)를 통해 상기 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 상기 테스트 요청 단말(370)로 제공하여 출력시, 상기 프로그램 소스코드 테스트를 위해 출력할 출력대상 항목에 대응하는 출력항목을 상기 이미지로그D/B(350), 코드테이블D/B(355)로부터 추출하는 것을 특징으로 하며, 상기 추출된 출력항목에 대응하는 출력값을 상기 출력항목 추출시 상기 출력값 추출부(335)를 통해 추출하는 하는 것이 바람직하다.The output item extracting unit 330 outputs a user interface screen for testing the program source code to the test request terminal 370 through the interface providing unit 310 and outputs the program source code for testing. And extracting an output item corresponding to the output target item from the image log D / B 350 and the code table D / B 355, and extracting the output item corresponding to the extracted output item. It is preferable to extract through the output value extraction unit 335 at the time.

또한, 상기 출력항목은 상기 입력항목에 대응하는 출력항목을 자동 추출할 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.In addition, the output item may automatically extract an output item corresponding to the input item, whereby the present invention is not limited.

본 발명의 일 실시 방법에 따르면, 상기 출력항목 추출은, 상기 프로그램 소 스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 이미지로그D/B(350)로부터 출력 전문을 확인하고, 상기 확인된 출력 전문 중 출력항목을 추출하여 상기 인터페이스 제공부(310)를 통해 상기 클라이언트 단말로 제공할 사용자 인터페이스 상의 일정 영역에 출력하는 것이 바람직하다.According to an exemplary embodiment of the present invention, the output item extraction may include checking the full text from the image log D / B 350 in response to a test item corresponding to the program source code test, and outputting the checked output. Extracting the output item from the full text is preferably output to a predetermined area on the user interface to be provided to the client terminal through the interface providing unit 310.

본 발명의 다른 일 실시 방법에 따르면, 상기 출력항목 추출은, 상기 프로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 코드테이블D/B(355)로부터 출력항목을 추출하는 것이 바람직하다.According to another exemplary embodiment of the present invention, the output item extracting preferably extracts an output item from the code table D / B 355 corresponding to a test item corresponding to the program source code test.

본 발명의 또 다른 일 실시 방법에 따르면, 상기 출력항목 추출은, 상기 프로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 메타시스템(365)로부터 출력항목을 추출하는 것이 바람직하다.According to another embodiment of the present invention, the output item extraction, it is preferable to extract the output item from the meta-system 365 corresponding to the test item corresponding to the program source code test.

본 발명의 또 다른 일 실시 방법에 따르면, 상기 출력항목 추출은, 상기 추출된 출력항목을 상기 프로그램 테스트를 위한 사용자 인터페이스에 출력 후, 상기 출력된 사용자 인터페이스 상의 일정 영역을 통해 소정의 출력항목을 추가(또는 삭제)하여 추출된 출력항목을 바탕으로 새로운 출력항목을 생성할 수도 있다.According to another embodiment of the present invention, the output item extraction outputs the extracted output item to the user interface for the program test, and then adds a predetermined output item through a predetermined area on the output user interface. You can also create new output items based on the extracted output items (or delete them).

본 발명의 또 다른 일 실시 방법에 따르면, 상기 출력항목 추출은, 상기 프로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 출력항목을 상 기 프로그램 테스트를 위한 사용자 인터페이스를 통해 직접 출력(또는 선택)하는 것이 바람직하다.According to another exemplary embodiment of the present invention, the output item extraction may include outputting (or selecting) the output item directly through a user interface for the program test in response to a test item corresponding to the program source code test. Is preferred.

본 발명의 실시 방법에 따르면, 상기 출력값은 상기 추출된 출력항목에 대응하여, 상기 출력항목이 추출된 데이터베이스(예컨대, 이미지로그D/B(350), 코드테이블D/B(355) 등) 또는 메타시스템(365)으로부터 상기 출력항목과 매칭되는 출력값을 추출하는 것이 바람직하다.According to an exemplary embodiment of the present invention, the output value corresponds to the extracted output item, in which the output item is extracted from a database (eg, image log D / B 350, code table D / B 355, etc.) or It is preferable to extract an output value matching the output item from the meta system 365.

상기 프로그램 테스트 처리부(340)는 상기 인터페이스 제공부(310)를 통해 제공된 프로그램 테스트를 위한 사용자 인터페이스 화면을 통해 입력되어 상기 테스트 요청 단말(370)로부터 수신한 입력 데이터와, 상기 입력 데이터에 대응하는 출력 데이터에 대응하여 프로그램 소스코드를 테스트하는 것을 특징으로 하며, 상기 프로그램 테스트 결과 생성되는 테스트 결과 로그를 상기 직원 정보와 연계 처리하여 상기 저장매체(360)에 저장하는 정보 저장부(345)로 제공하는 것이 바람직하다.The program test processor 340 is input through a user interface screen for a program test provided through the interface providing unit 310 and received from the test request terminal 370, and outputs corresponding to the input data. Characterized in that to test the program source code in response to the data, the test result log generated by the program test result is processed in association with the employee information provided to the information storage unit 345 for storing in the storage medium 360 It is preferable.

본 발명의 실시 방법에 따르면, 프로그램 테스트 처리는, 상기 프로그램 테스트를 위한 사용자 인터페이스 화면을 통해 입력되어 상기 테스트 요청 단말(370)로부터 수신한 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응 하는 출력값을 포함하는 출력 데이터에 대응하여, 상기 시험항목D/B(140)에 저장된 테스트 항목 정보에 대응하는 테스트 항목별 프로그램 소스코드 테스트를 실행하는 것이 바람직하다.According to the exemplary embodiment of the present invention, the program test process may include at least one input item received through the user interface screen for the program test and received from the test request terminal 370 and an input value corresponding to the input item. A test item-specific program corresponding to test item information stored in the test item D / B 140 in response to input data including at least one, at least one output item, and output data including an output value corresponding to the output item. It is desirable to run source code tests.

이후, 상기 프로그램 테스트 실행결과에 대응하는 테스트 결과 로그를 생성하고, 상기 생성된 테스트 결과 로그를 상기 저장매체(360)에 저장하는 것이 바람직하다.Thereafter, it is preferable to generate a test result log corresponding to the program test execution result, and to store the generated test result log in the storage medium 360.

도면4는 본 발명의 실시 방법에 따른 프로그램 소스코드 테스트를 위한 프로그램 테스트 시스템의 동작 흐름을 도시한 도면이다.4 is a diagram illustrating an operation flow of a program test system for testing program source code according to an embodiment of the present invention.

보다 상세하게 본 도면4는 상기 프로그램 소스코드 테스트를 위해 상기 도면1에 도시된 프로그램 소스코드 처리 시스템을 통해 등록한 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보와, 상기 테스트 요청 정보에 대응하여 생성된 테스트 항목 정보에 대한 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 제공하고, 상기 사용자 인터페이스를 통해 입력(또는 선택)된 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터에 대응하여 상기 등록한 프로그램 소스코드에 대한 테스트를 실행하고, 상기 프로그램 소스코드 테스트 결과 정보를 저장매체(360)에 저 장하는 프로그램 소스코드 테스트를 위한 프로그램 테스트 시스템의 동작 흐름을 도시한 것으로서, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자라면, 본 도면4를 참조 및 변형하여 상기 프로그램 소스코드 테스트를 위한 프로그램 테스트 시스템의 동작 흐름에 대한 다양한 실시 방법을 유추할 수 있을 것이나, 본 발명은 상기 유추되는 모든 실시 방법을 포함하며, 본 도면4에 도시된 실시 방법만으로 한정되지 아니한다.In more detail, FIG. 4 shows test request information including at least one employee information and program source code registered through the program source code processing system shown in FIG. 1 for testing the program source code, and the test request information. Providing a user interface screen for testing program source code for corresponding test item information, and including at least one or more input items input (or selected) through the user interface, and input values corresponding to the input items. And executes a test on the registered program source code in response to input data, at least one output item, and output data including an output value corresponding to the output item, and stores the program source code test result information. Program source As an operation flow of a program test system for testing a code, a person of ordinary skill in the art to which the present invention pertains refers to the operation of the program test system for testing the program source code by referring to and modifying FIG. Various implementation methods for the flow may be inferred, but the present invention includes all the implementation methods inferred above and is not limited to the implementation method shown in FIG.

이하, 본 도면4에서 상기 도면3에 도시된 프로그램 테스트 시스템 상의 프로그램 테스트 서버(300)를 편의상 "서버"라고 하고, 상기 도면3에 도시된 프로그램 테스트 시스템 상의 테스트 요청 단말(370)을 편의상 "단말"이라고 한다.Hereinafter, in FIG. 4, the program test server 300 on the program test system illustrated in FIG. 3 is referred to as a “server” for convenience, and the test request terminal 370 on the program test system illustrated in FIG. 3 is referred to as a “terminal” for convenience. "

도면4를 참조하면, 상기 도면3에 도시된 프로그램 테스트 시스템 상의 단말은 상기 네트워크 수단을 통해 상기 서버에 접속하여 프로그램 소스코드 테스트를 위한 통신채널을 연결한다(400).Referring to FIG. 4, the terminal on the program test system shown in FIG. 3 accesses the server through the network means and connects a communication channel for a program source code test (400).

본 발명의 실시 방법에 따르면, 상기 통신채널 연결 과정은 상기 단말에서 상기 서버로 로그인하는 과정, 및/또는 상기 단말에서 상기 서버로 회원 가입하는 과정 등을 적어도 하나 이상 더 포함하여 이루어지는 것이 바람직하며, 상기 과정에서 상기 단말에 대응하는 고객정보가 추출(또는 획득)된다.According to an embodiment of the present invention, the communication channel connection process may further include at least one or more steps of logging in to the server from the terminal, and / or joining the server to the server. In the process, the customer information corresponding to the terminal is extracted (or obtained).

본 발명이 속한 기술분야에서 통상의 지식을 가진 자라면, 상기 단말이 상기 네트워크 수단에 대응하는 소정의 브라우져 프로그램을 통해 상기 네트워크 수단에 대응하는 통신 프로토콜에 따라 상기 서버에 접속하여 상기 프로그램 소스코드 테스트를 위한 통신채널을 연결하는 기술적 특징을 기 숙지하고 있을 것이므로, 이에 대한 상세한 설명은 편의상 생략한다.Those skilled in the art to which the present invention pertains, the terminal is connected to the server according to the communication protocol corresponding to the network means through a predetermined browser program corresponding to the network means to test the program source code Since it will be familiar with the technical features for connecting the communication channel for, a detailed description thereof will be omitted for convenience.

상기와 같이 단말과 서버 사이에 프로그램 소스코드 테스트를 위한 통신채널이 연결되면, 상기 단말은 상기 통신채널을 통해 상기 서버로 상기 프로그램 소스코드 테스트를 위한 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 요청하고(405), 이에 대응하여 상기 서버는 상기 단말에서 상기 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 입력(또는 선택)하기 위한 사용자 인터페이스를 포함하는 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 생성(또는 추출)하고(410), 상기 생성된 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면 상의 일정 영역에 출력할 입력항목과, 상기 입력항목에 대응하는 입력값을 추출하고(412), 상기 입력항목에 대응하는 출력항목과, 상기 출력항목에 대응하는 출력값을 추출하고(414), 상기 생성(또는 추출)된 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면을 상기 통신채널을 통해 상기 단말로 전송한다(415).When the communication channel for the program source code test is connected between the terminal and the server as described above, the terminal requests the user interface screen for the program source code test for the program source code test to the server through the communication channel and In response, the server may input the at least one input item from the terminal, input data including an input value corresponding to the input item, at least one output item, and an output value corresponding to the output item. Generating (or extracting) a user interface screen for a program source code test including a user interface for inputting (or selecting) output data including (410), and on the user interface screen for the generated program source code test Input items to output in a certain area, and Extracts an input value corresponding to the output item (412), extracts an output item corresponding to the input item, and an output value corresponding to the output item (414), and executes the generated (or extracted) program source code test. The user interface screen is transmitted to the terminal through the communication channel (415).

본 발명의 일 실시 방법에 따르면, 상기 입력항목 추출은, 상기 프로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 이미지로그D/B(350)로부터 입력 전문을 확인하고, 상기 확인된 입력 전문 중 입력항목을 추출하여 상기 인터페이스 제공부(310)를 통해 상기 클라이언트 단말로 제공할 사용자 인터페이스 상의 일정 영역에 출력하는 것이 바람직하다.According to an exemplary embodiment of the present invention, the input item extraction may include checking a full text from the image log D / B 350 corresponding to a test item corresponding to the program source code test, and checking the checked full text. Among the input items, it is preferable to output the predetermined items on a user interface to be provided to the client terminal through the interface providing unit 310.

본 발명의 다른 일 실시 방법에 따르면, 상기 입력항목 추출은, 상기 프로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 코드테이블D/B(355)로부터 입력항목을 추출하는 것이 바람직하다.According to another exemplary embodiment of the present invention, the input item extraction may be performed to extract an input item from the code table D / B 355 corresponding to a test item corresponding to the program source code test.

본 발명의 또 다른 일 실시 방법에 따르면, 상기 입력항목 추출은, 상기 프로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 메타시스템(365)로부터 입력항목을 추출하는 것이 바람직하다.According to another exemplary embodiment of the present invention, the input item extraction may be performed to extract an input item from the meta system 365 in response to a test item corresponding to the program source code test.

본 발명의 또 다른 일 실시 방법에 따르면, 상기 입력항목 추출은, 상기 추출된 입력항목을 상기 프로그램 테스트를 위한 사용자 인터페이스에 출력 후, 상기 출력된 사용자 인터페이스 상의 일정 영역을 통해 소정의 입력항목을 추가(또는 삭제)하여 추출된 입력항목을 바탕으로 새로운 입력항목을 생성할 수도 있다.According to another exemplary embodiment of the present invention, the input item extraction outputs the extracted input item to the user interface for the program test, and then adds a predetermined input item through a predetermined area on the output user interface. You can also create new entries based on the extracted entries (or delete them).

본 발명의 또 다른 일 실시 방법에 따르면, 상기 입력항목 추출은, 상기 프 로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 입력항목을 상기 프로그램 테스트를 위한 사용자 인터페이스를 통해 직접 입력(또는 선택)하는 것이 바람직하다.According to another exemplary embodiment of the present invention, the input item extraction may correspond to a test item corresponding to the program source code test, and directly input the input item through a user interface for the program test (or Selection).

본 발명의 실시 방법에 따르면, 상기 입력값은 상기 추출된 입력항목에 대응하여, 상기 입력항목이 추출된 데이터베이스(예컨대, 이미지로그D/B(350), 코드테이블D/B(355) 등) 또는 메타시스템(365)으로부터 상기 입력항목과 매칭되는 입력값을 추출하는 것이 바람직하다.According to an embodiment of the present invention, the input value corresponds to the extracted input item, and the database from which the input item is extracted (eg, image log D / B 350, code table D / B 355, etc.). Alternatively, it is preferable to extract an input value matching the input item from the meta system 365.

본 발명의 일 실시 방법에 따르면, 상기 출력항목 추출은, 상기 프로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 이미지로그D/B(350)로부터 출력 전문을 확인하고, 상기 확인된 출력 전문 중 출력항목을 추출하여 상기 인터페이스 제공부(310)를 통해 상기 클라이언트 단말로 제공할 사용자 인터페이스 상의 일정 영역에 출력하는 것이 바람직하다.According to an exemplary embodiment of the present invention, the output item extraction may include verifying an output message from the image log D / B 350 corresponding to a test item corresponding to the program source code test, and checking the identified output message. It is preferable that the output item is extracted and output to a predetermined area on a user interface to be provided to the client terminal through the interface providing unit 310.

본 발명의 다른 일 실시 방법에 따르면, 상기 출력항목 추출은, 상기 프로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 코드테이블D/B(355)로부터 출력항목을 추출하는 것이 바람직하다.According to another exemplary embodiment of the present invention, the output item extracting preferably extracts an output item from the code table D / B 355 corresponding to a test item corresponding to the program source code test.

본 발명의 또 다른 일 실시 방법에 따르면, 상기 출력항목 추출은, 상기 프 로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 메타시스템(365)로부터 출력항목을 추출하는 것이 바람직하다.According to another embodiment of the present invention, the output item extraction, it is preferable to extract the output item from the meta-system 365 corresponding to the test item corresponding to the program source code test.

본 발명의 또 다른 일 실시 방법에 따르면, 상기 출력항목 추출은, 상기 추출된 출력항목을 상기 프로그램 테스트를 위한 사용자 인터페이스에 출력 후, 상기 출력된 사용자 인터페이스 상의 일정 영역을 통해 소정의 출력항목을 추가(또는 삭제)하여 추출된 출력항목을 바탕으로 새로운 출력항목을 생성할 수도 있다.According to another embodiment of the present invention, the output item extraction outputs the extracted output item to the user interface for the program test, and then adds a predetermined output item through a predetermined area on the output user interface. You can also create new output items based on the extracted output items (or delete them).

본 발명의 또 다른 일 실시 방법에 따르면, 상기 출력항목 추출은, 상기 프로그램 소스코드 테스트에 대응하는 테스트 항목에 대응하여, 상기 출력항목을 상기 프로그램 테스트를 위한 사용자 인터페이스를 통해 직접 출력(또는 선택)하는 것이 바람직하다.According to another exemplary embodiment of the present invention, the output item extraction may include outputting (or selecting) the output item directly through a user interface for the program test, in response to a test item corresponding to the program source code test. It is desirable to.

본 발명의 실시 방법에 따르면, 상기 출력값은 상기 추출된 출력항목에 대응하여, 상기 출력항목이 추출된 데이터베이스(예컨대, 이미지로그D/B(350), 코드테이블D/B(355) 등) 또는 메타시스템(365)으로부터 상기 출력항목과 매칭되는 출력값을 추출하는 것이 바람직하다.According to an exemplary embodiment of the present invention, the output value corresponds to the extracted output item, in which the output item is extracted from a database (eg, image log D / B 350, code table D / B 355, etc.) or It is preferable to extract an output value matching the output item from the meta system 365.

이후, 상기 단말은 상기 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터 입력(또는 선택)을 위해 상기 프로그램 소스코드 테스트를 위한 사용자 인터페이스 화면에 포함된 상기 사용자 인터페이스를 통해 상기 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터가 입력(또는 선택)하도록 처리한다(420).Thereafter, the terminal inputs (or selects) at least one input item, input data including an input value corresponding to the input item, at least one output item, and output data including an output value corresponding to the output item. At least one input item including at least one input item, an input value corresponding to the input item, and at least one output item through the user interface included in the user interface screen for testing the program source code; The output data including an output value corresponding to the output item is input (or selected) at step 420.

만약 상기 단말에서 상기 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터가 입력(또는 선택)되면(425), 상기 단말은 상기 통신채널을 통해 상기 서버로 상기 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 전송하고(430), 이에 대응하여 상기 서버는 상기 수신된 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터를 연계 처리하여 상기 도면3에 도시된 시험항목D/B(140)에 저장한다(435).If the terminal inputs (or selects) at least one input item, input data including an input value corresponding to the input item, at least one output item, and output data including an output value corresponding to the output item In operation 425, the terminal transmits the at least one input item to the server through the communication channel, input data including an input value corresponding to the input item, at least one output item, and the output item. Transmits output data including a corresponding output value (430), and correspondingly, the server inputs the received at least one input item, input data including an input value corresponding to the input item, and at least one output item. And output data including an output value corresponding to the output item in connection with FIG. Stored in the test item D / B 140 shown (435).

상기 직원 정보는 상기 프로그램 소스코드를 포함하는 테스트 요청 정보를 상기 직원단말을 통해 입력하는 직원의 개인정보(예컨대, 직원의 성명, 주민등록번 호, 주소, 전화번호, 휴대폰번호, 메일주소 등)와, 상기 직원의 사원정보(예컨대, 상기 직원이 상기 프로그램 소스코드를 개발한 대상 기업의 직원으로 입사함에 의해 상기 직원에게 부여되는 사원번호, 사원ID 정보, 사내 메일주소, 사내 전화번호 등)) 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하다.The employee information may include personal information of the employee who inputs test request information including the program source code through the employee terminal (for example, the employee's name, social security number, address, telephone number, mobile number, e-mail address, etc.) Employee information of the employee (e.g., employee number, employee ID information, company email address, company phone number, etc.) assigned to the employee by joining the employee of the target company that developed the program source code; It is preferable to include at least one.

상기 테스트 항목 정보는 상기 직원단말을 통해 제공되는 프로그램 소스코드를 파싱한 결과 확인된 내부파일 함수, 외부파일 함수, DB SQL 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하며, 당업자의 의도 및 목적에 따라 상기 프로그램 소스코드 상에 포함된 전역변수, 내부파일 함수(또는 외부파일 함수) 상에 선언된 지역변수, 상기 프로그램 소스코드를 구성하는 적어도 하나 이상의 파일 상에 선언된 선언문(예컨대, #define 등)를 적어도 하나 이상 더 포함할 수도 있다.Preferably, the test item information includes at least one of an internal file function, an external file function, DB SQL, and the like, as a result of parsing the program source code provided through the employee terminal, and according to the intention and purpose of those skilled in the art. Global variables included in the program source code, local variables declared in an internal file function (or external file function), and declaration statements declared in at least one or more files constituting the program source code (eg, #define, etc.) It may further include at least one or more.

상기 입력 데이터는 상기 직원단말을 통해 제공된 사용자 인터페이스를 통해 입력(또는 선택)하여 전송하는 입력항목(예컨대, 그룹사CODE, 국가코드, 어플리케이션서버 Node번호, 전문전송일시, 거래점번호, 거래단말기번호, 거래코드, 화면코드, 시스템일자, 로깅시간, 전문길이, 전문헤더내역, 전문자료내역, 에러코드 등)와, 상기 입력항목에 대응하는 입력값을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하며, 상기 입력값은 생략될 수도 있다.The input data is input (or selected) to be transmitted through the user interface provided through the employee terminal (eg, group company CODE, country code, application server node number, specialized transmission date, trading point number, transaction terminal number, Transaction code, screen code, system date, logging time, full length, full header, full data, error code, etc.) and at least one input value corresponding to the input item. The value may be omitted.

만약, 상기 입력값이 생략되는 경우, 상기 입력값은 상기 프로그램 테스트 서버(300)와 네트워크 수단을 통해 연결되는 메타시스템(365)(또는 상기 프로그램 테스트 시스템 상에 구비되는 코드테이블D/B(355))로부터 입력값을 추출하는 것이 바람직하다.If the input value is omitted, the input value is code table D / B 355 provided on the meta system 365 (or the program test system) connected to the program test server 300 through a network means. It is preferable to extract the input value from)).

또한, 상기 입력 데이터는 상기 입력항목과, 상기 입력항목과 연계된 입력값 대신 이미지로그D/B(350)에 저장된 적어도 하나 이상의 입력 전문을 선택한 입력 전문 선택 정보일 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.In addition, the input data may be input message selection information for selecting the input item and at least one input message stored in the image log D / B 350 instead of the input value associated with the input item. It is not limited.

상기 출력 데이터는 상기 직원단말을 통해 제공된 사용자 인터페이스를 통해 입력(또는 선택)하여 전송하는 입력항목에 대응하는 항목(예컨대, 그룹사CODE, 국가코드, 어플리케이션서버 Node번호, 전문전송일시, 거래점번호, 거래단말기번호, 거래코드, 화면코드, 시스템일자, 로깅시간, 전문길이, 전문헤더내역, 전문자료내역, 에러코드 등)과, 상기 입력항목에 의해 출력되는 결과항목(예컨대, 상기 입력항목에 의한 거래코드가 출금인 경우, 출금된 이후 잔액 등)을 적어도 하나 이상 포함하는 출력항목과, 상기 출력항목에 대응하는 출력값을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하며, 상기 출력값은 생략될 수도 있다.The output data is an item (eg, group company CODE, country code, application server node number, specialized transmission date, transaction number, etc.) corresponding to an input item to be input (or selected) through a user interface provided through the employee terminal. Terminal number, transaction code, screen code, system date, logging time, full length, full header, full text, error code, etc., and result items outputted by the input items (e.g., by the input items) When the transaction code is withdrawn, it is preferable to include at least one output item including at least one balance after the withdrawal) and an output value corresponding to the output item, and the output value may be omitted.

만약, 상기 출력값이 생략되는 경우, 상기 출력값은 상기 프로그램 테스트 서버(300)와 네트워크 수단을 통해 연결되는 메타시스템(365)(또는 상기 프로그램 테스트 시스템 상에 구비되는 코드테이블D/B(355))로부터 출력값을 추출하는 것이 바람직하다.If the output value is omitted, the output value is meta-system 365 (or code table D / B 355 provided on the program test system) connected to the program test server 300 through a network means. It is preferable to extract the output value from the.

또한, 상기 출력 데이터는 상기 출력항목과, 상기 출력항목과 연계된 출력값 대신 이미지로그D/B(350)에 저장된 적어도 하나 이상의 출력 전문을 선택한 출력 전문 선택 정보일 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.The output data may be output message selection information that selects the output item and at least one output message stored in the image log D / B 350 instead of the output value associated with the output item, thereby limiting the present invention. Not.

이후, 상기 서버는 상기 프로그램 소스코드에 대한 테스트 항목 정보에 대응하여, 상기 도면1에 도시된 프로그램 소스코드 처리 시스템을 통해 등록된 프로그램 소스코드를 테스트하고(440), 상기 프로그램 소스코드 테스트 결과에 대응하는 테스트 결과 로그를 생성하여 상기 프로그램 테스트를 요청하는 직원(또는 상기 프로그램 소스코드를 개발한 직원)에 대응하는 직원 정보와 연계 처리하여 저장매체(360)에 저장한다(445).Subsequently, the server tests the program source code registered through the program source code processing system shown in FIG. 1 in response to the test item information on the program source code (440), and the program source code test result A corresponding test result log is generated and processed in association with the employee information corresponding to the employee requesting the program test (or the employee who developed the program source code) and stored in the storage medium 360 (445).

본 발명의 실시 방법에 따르면, 프로그램 테스트 처리는, 상기 프로그램 테스트를 위한 사용자 인터페이스 화면을 통해 입력되어 상기 테스트 요청 단말(370)로부터 수신한 적어도 하나 이상의 입력항목과, 상기 입력항목에 대응하는 입력값을 포함하는 입력 데이터, 적어도 하나 이상의 출력항목과, 상기 출력항목에 대응하는 출력값을 포함하는 출력 데이터에 대응하여, 상기 시험항목D/B(140)에 저장된 테스트 항목 정보에 대응하는 테스트 항목별 프로그램 소스코드 테스트를 실행하는 것이 바람직하다.According to the exemplary embodiment of the present invention, the program test process may include at least one input item received through the user interface screen for the program test and received from the test request terminal 370 and an input value corresponding to the input item. A test item-specific program corresponding to test item information stored in the test item D / B 140 in response to input data including at least one, at least one output item, and output data including an output value corresponding to the output item. It is desirable to run source code tests.

본 발명에 따르면, 프로그램의 테스트를 위해 프로그램 소스코드를 파싱하여 테스트할 대상 항목의 리스트를 생성하고, 생성된 리스트에 대응하는 입력 항목과 출력 항목 및 그에 대응하는 입력값, 출력값을 자동으로 적용함으로써, 많은 테스트를 손쉽게 할 수 있는 장점이 있다.According to the present invention, by generating a list of items to be tested by parsing the program source code for the test of the program, and automatically applying the input items and output items corresponding to the generated list and the corresponding input values and output values. This has the advantage that many tests can be done easily.

또한, 사람이 테스트할 경우, 테스트 항목이 많아짐에 따라 개발자(또는 프로그램 테스터)가 실수 할 수 있는 부분을 컴퓨터가 자동으로 처리함으로 인하여, 보다 정확하고 반복적인 테스트가 가능한 장점이 있다.In addition, when a person tests, the computer automatically handles a part where a developer (or a program tester) may make a mistake as the number of test items increases, thereby providing a more accurate and repeatable test.

Claims (5)

서버에서 직원들-프로그램 개발자, 프로그램 테스터-의 프로그램 소스코드를 수신하는 프로그램 소스코드 수신단계;A program source code receiving step of receiving a program source code of employees-a program developer, a program tester-at a server; 서버에서 상기 직원들의 프로그램 소스코드를 파싱 처리하는 프로그램 소스코드 파싱 처리단계; 및A program source code parsing step of parsing the program source code of the employees in a server; And 서버에서 파싱 처리된 프로그램 소스코드에 대한 테스트 항목을 생성하는 테스트 항목 생성단계;를 포함하여 이루어지는 것을 특징으로 하는 프로그램 소스코드 테스트 방법.And a test item generation step of generating a test item for the program source code parsed by the server. 제 1항에 있어서, 상기 프로그램 소스코드 파싱 처리단계는,The method of claim 1, wherein the program source code parsing process comprises: 상기 프로그램 소스코드에 대한 파싱 처리시 내부파일 함수, 외부파일 함수, DB SQL별로 파싱 처리하는 것을 특징으로 하는 프로그램 소스코드 테스트 방법.When parsing the program source code, the program source code test method characterized in that the parsing process for each internal file function, external file function, DB SQL. 제 1항에 있어서, 상기 테스트 항목 생성단계는,The method of claim 1, wherein the test item generation step, 상기 테스트 항목에 대응하는 적어도 하나 이상의 입력항목과, 상기 입력항목별 입력값을 포함하는 입력 데이터와, 상기 입력 데이터에 대응하는 적어도 하나 이상의 출력항목과, 상기 출력항목별 출력값을 포함하는 출력 데이터를 추출하는 데이터 추출단계;At least one input item corresponding to the test item, input data including input values for each input item, at least one output item corresponding to the input data, and output data including output values for each output item. Extracting data extraction step; 상기 추출된 입력 데이터와, 상기 입력 데이터에 대응하는 출력 데이터를 이용하여 프로그램 소스코드를 테스트하는 프로그램 소스코드 테스트 단계;를 더 포함하여 이루어지는 것을 특징으로 하는 프로그램 소스코드 테스트 방법.And a program source code testing step of testing a program source code using the extracted input data and output data corresponding to the input data. 제 1항 내지 제 3항의 방법을 실행하는 프로그램을 기록한 것을 특징으로 하는 컴퓨터로 판독 가능한 기록매체.A computer-readable recording medium having recorded thereon a program for executing the method of claim 1. 네트워크 수단 상의 단말로부터 프로그램 소스코드를 수신하는 수단;Means for receiving program source code from a terminal on a network means; 상기 수신된 프로그램 소스코드를 파싱 처리하는 수단;Means for parsing the received program source code; 상기 파싱 처리된 프로그램 소스코드에 대응하는 테스트 항목을 생성하는 수단;Means for generating a test item corresponding to the parsed program source code; 상기 테스트 항목별 적어도 하나 이상의 입력항목과, 상기 입력항목별 입력값을 포함하는 입력 데이터와, 상기 입력 e이터에 대응하는 출력항목과, 상기 출력항목별 출력값을 포함하는 출력 데이터를 추출하는 수단;Means for extracting output data including at least one input item for each test item, input data including an input value for each input item, an output item corresponding to the input eater, and an output value for each output item; 상기 추출된 입력 데이터와, 상기 입력 데이터에 대응하는 출력 데이터를 이용하여 프로그램 소스코드를 테스트하는 수단;을 구비하여 이루어지는 것을 특징으로 하는 프로그램 소스코드 테스트 시스템.And means for testing a program source code by using the extracted input data and output data corresponding to the input data.
KR1020070093900A 2007-09-14 2007-09-14 Method for Testing Program Source Code KR100946417B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020070093900A KR100946417B1 (en) 2007-09-14 2007-09-14 Method for Testing Program Source Code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020070093900A KR100946417B1 (en) 2007-09-14 2007-09-14 Method for Testing Program Source Code

Related Child Applications (1)

Application Number Title Priority Date Filing Date
KR1020090070807A Division KR20090098765A (en) 2009-07-31 2009-07-31 System for testing program source code

Publications (2)

Publication Number Publication Date
KR20090028366A true KR20090028366A (en) 2009-03-18
KR100946417B1 KR100946417B1 (en) 2010-03-09

Family

ID=40695661

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020070093900A KR100946417B1 (en) 2007-09-14 2007-09-14 Method for Testing Program Source Code

Country Status (1)

Country Link
KR (1) KR100946417B1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101051600B1 (en) * 2010-03-29 2011-07-22 주식회사 소프트 포 소프트 Systems for performing code inspection on abap source code
KR101225577B1 (en) * 2010-12-07 2013-01-24 한국과학기술연구원 Apparatus and method for analyzing assembly language code
KR20210076811A (en) * 2019-12-16 2021-06-24 경북대학교 산학협력단 System and Method for Automatic Scoring of Embedded Software Using a Simulator
CN115567340A (en) * 2022-09-22 2023-01-03 重庆长安汽车股份有限公司 Test engineering generation method, device, equipment and medium of CAN bus

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5815653A (en) 1995-11-13 1998-09-29 You; Lawrence L. Debugging system with portable debug environment-independent client and non-portable platform-specific server
US7954088B2 (en) * 2005-03-23 2011-05-31 Microsoft Corporation Method and apparatus for executing unit tests in application host environment
JP2007018091A (en) * 2005-07-05 2007-01-25 Ns Solutions Corp Information processor, information processing system, application development support method and program

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101051600B1 (en) * 2010-03-29 2011-07-22 주식회사 소프트 포 소프트 Systems for performing code inspection on abap source code
US8875110B2 (en) 2010-03-29 2014-10-28 Soft4Soft Co., Ltd. Code inspection executing system for performing a code inspection of ABAP source codes
KR101225577B1 (en) * 2010-12-07 2013-01-24 한국과학기술연구원 Apparatus and method for analyzing assembly language code
KR20210076811A (en) * 2019-12-16 2021-06-24 경북대학교 산학협력단 System and Method for Automatic Scoring of Embedded Software Using a Simulator
CN115567340A (en) * 2022-09-22 2023-01-03 重庆长安汽车股份有限公司 Test engineering generation method, device, equipment and medium of CAN bus
CN115567340B (en) * 2022-09-22 2024-04-26 重庆长安汽车股份有限公司 CAN bus test engineering generation method, device, equipment and medium

Also Published As

Publication number Publication date
KR100946417B1 (en) 2010-03-09

Similar Documents

Publication Publication Date Title
US9552237B2 (en) API validation system
US6665634B2 (en) Test system for testing dynamic information returned by a web server
US8650651B2 (en) Method and apparatus for security assessment of a computing platform
US20230208943A1 (en) Method and system of generating generic protocol handlers
CN101877696A (en) Equipment and method for reconfiguring false response messages under network application environment
CN114981775B (en) Cloud-based API metadata management method and system for integrated API management
JP2022523914A (en) Methods, systems and computer readable media for data conversion using the Representational State Transfer (REST) application programming interface (API).
KR100946417B1 (en) Method for Testing Program Source Code
US20090210748A1 (en) Methods and systems to test airline information systems
KR101014684B1 (en) System and Method for Analysing Program Test Result using Test Result Log and Program Recording Medium
Wenhui et al. Study on REST API test model supporting web service integration
KR101014679B1 (en) System for Testing Program Source Code using Scenarios
US20140337069A1 (en) Deriving business transactions from web logs
US20150248500A1 (en) Documentation parser
KR20090098765A (en) System for testing program source code
KR20090086492A (en) Method for testing program source code
WO2009105459A2 (en) Methods and systems to test airline information systems
CN113138912B (en) Interface testing method and system, client and server
US11669588B2 (en) Advanced data collection block identification
KR101013292B1 (en) System and Method for Providing Search Advertisement and Recording Medium
Kelly Aggregating Private and Public Web Archives Using the Mementity Framework
KR20100000865A (en) System and method for providing goods(or service) review and recording medium
Qi et al. Research of Struts2 framework and web application based on Ajax
CN117032646A (en) Index configuration method, index execution method and system
Salovaara et al. Trusting the Big Friendly Giants: large-scale evaluation of dependencies on Finnish websites

Legal Events

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

Payment date: 20130402

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20140121

Year of fee payment: 5

FPAY Annual fee payment

Payment date: 20150105

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20151223

Year of fee payment: 7

FPAY Annual fee payment

Payment date: 20171220

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20190104

Year of fee payment: 10

FPAY Annual fee payment

Payment date: 20200102

Year of fee payment: 11