KR20090086492A - Method for testing program source code - Google Patents

Method for testing program source code Download PDF

Info

Publication number
KR20090086492A
KR20090086492A KR1020090059476A KR20090059476A KR20090086492A KR 20090086492 A KR20090086492 A KR 20090086492A KR 1020090059476 A KR1020090059476 A KR 1020090059476A KR 20090059476 A KR20090059476 A KR 20090059476A KR 20090086492 A KR20090086492 A KR 20090086492A
Authority
KR
South Korea
Prior art keywords
test
source code
program
program source
information
Prior art date
Application number
KR1020090059476A
Other languages
Korean (ko)
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 KR1020090059476A priority Critical patent/KR20090086492A/en
Publication of KR20090086492A publication Critical patent/KR20090086492A/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/3664Environments for testing or debugging software
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Computer Hardware Design (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Debugging And Monitoring (AREA)

Abstract

A method for testing a program source code is provided to enable a user to test the compatibility with another computer at one time by testing a test program in a unified method. A server receives from a terminal a program source code and the test case information for testing the program source code, and extracts a recommended scenario corresponding to the received test case information(612). The server outputs to a predetermined region a user interface that is supposed to be transmitted to the terminal(615). When the test scenario is inputted through the user interface, the server tests the program according to the scenario.

Description

프로그램 소스코드 테스트 방법{Method for Testing Program Source Code}Method for Testing Program Source Code}

도 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.

도 5는 본 발명의 실시 방법에 따른 프로그램에 대한 시나리오 테스트를 위한 프로그램 테스트 시스템을 도시한 도면이다.5 is a diagram illustrating a program test system for scenario testing of a program according to an exemplary embodiment of the present invention.

도 6은 본 발명의 실시 방법에 따른 프로그램에 대한 시나리오 테스트를 위한 프로그램 테스트 시스템의 동작 흐름을 도시한 도면이다.6 is a diagram illustrating an operation flow of a program test system for a scenario test for a program according to an embodiment of the present invention.

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

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

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

520 : 시나리오 추출부 525 : 시나리오 테스트 처리부520: Scenario extractor 525: Scenario test processor

530 : 정보 저장부 535 : 시나리오D/B530: information storage unit 535: scenario D / B

540 : 테스트 요청 단말 360 : 저장매체540: test request terminal 360: storage medium

135 : 프로그램D/B 140 : 시험항목D/B135: Program D / B 140: Test item D / B

본 발명은 서버에서 단말로부터 프로그램 소스코드와, 상기 프로그램 소스코드를 테스트하기 위한 테스트 케이스 정보를 수신하는 단계와, 서버에서 상기 수신된 테스트 케이스 정보에 대응하는 추천 시나리오를 추출하는 단계와, 서버에서 상기 추출된 시나리오를 상기 단말로 제공할 사용자 인터페이스의 일정 영역에 출력하는 단계 및 서버에서 상기 출력된 사용자 인터페이스를 통해 상기 프로그램 소스코드에 대한 시나리오 테스트를 위해, 테스트 시나리오가 입력(또는 선택)되면, 상기 테스트 시나리오에 따라 프로그램을 테스트하는 단계를 포함하는 프로그램 소스코드 테스트 방법에 관한 것이다.The present invention comprises the steps of receiving a program source code, test case information for testing the program source code from the terminal at the server, extracting a recommendation scenario corresponding to the received test case information at the server, at the server When a test scenario is input (or selected) for outputting the extracted scenario to a predetermined area of a user interface to be provided to the terminal and for testing a scenario for the program source code through the output user interface at the server, It relates to a program source code test method comprising the step of testing a program according to the test scenario.

정보통신 기술의 발전은 우리 주변에 많은 전자제품에 많은 프로그램들이 탑재되어 사용되기 시작하였고, 이를 위해 많은 개발자들이 프로그램을 개발하고 있 다.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.

또한, 정보통신 기술의 급격한 발전이 가져온 컴퓨터 성능의 향상(또는 서버들의 성능 향상)을 통해 다양한 프로그램이 개발되고 있으며, 이러한 프로그램들은 개별적으로 동작하긴 하지만, 하나의 서비스를 위한 목적으로 이용되는 경우가 자주 있다.In addition, various programs are being developed through the improvement of computer performance (or the performance of servers) brought about by the rapid development of information and communication technology. Although these programs operate individually, they are often used for the purpose of one service. Often.

하지만, 이러한 프로그램의 모임에 의한 하나의 거대한 프로그램의 경우, 개발자가 일부를 수정한 프로그램을 개발시, 다른 프로그램과의 호환성 등을 고려해서 테스트해야 하지만, 이를 수작업으로 테스트할 경우, 각각의 과정을 모두 알고 있어야 하므로, 복잡한 과정에 의해 테스트를 해야하는 단점이 있다.However, in the case of one large program by a group of such programs, the developer should test the modified program in consideration of compatibility with other programs, but when testing it manually, As everyone needs to know, there is a drawback to testing by a complicated process.

상기 문제점을 해결하기 위한 본 발명의 목적은, 서버에서 단말로부터 프로그램 소스코드와, 상기 프로그램 소스코드를 테스트하기 위한 테스트 케이스 정보를 수신하는 단계와, 서버에서 상기 수신된 테스트 케이스 정보에 대응하는 추천 시나리오를 추출하는 단계와, 서버에서 상기 추출된 시나리오를 상기 단말로 제공할 사용자 인터페이스의 일정 영역에 출력하는 단계 및 서버에서 상기 출력된 사용자 인터페이스를 통해 상기 프로그램 소스코드에 대한 시나리오 테스트를 위해, 테스트 시나리오가 입력(또는 선택)되면, 상기 테스트 시나리오에 따라 프로그램을 테스트하는 단계를 포함하는 프로그램 소스코드 테스트 방법을 제공함에 있다.An object of the present invention for solving the above problems is, receiving a program source code and test case information for testing the program source code from the terminal at the server, and recommendation corresponding to the received test case information at the server Extracting a scenario, outputting the extracted scenario in a predetermined area of a user interface to be provided to the terminal, and testing a scenario for the program source code through the output user interface at the server; When the scenario is input (or selected), it provides a program source code test method comprising the step of testing a program according to the test scenario.

본 발명에 따른 프로그램 소스코드 테스트 방법은, 서버에서 단말로부터 프로그램 소스코드와, 상기 프로그램 소스코드를 테스트하기 위한 테스트 케이스 정보를 수신하는 단계와, 서버에서 상기 수신된 테스트 케이스 정보에 대응하는 추천 시나리오를 추출하는 단계와, 서버에서 상기 추출된 시나리오를 상기 단말로 제공할 사용자 인터페이스의 일정 영역에 출력하는 단계 및 서버에서 상기 출력된 사용자 인터페이스를 통해 상기 프로그램 소스코드에 대한 시나리오 테스트를 위해, 테스트 시나리오가 입력(또는 선택)되면, 상기 테스트 시나리오에 따라 프로그램을 테스트하는 단계를 포함하여 이루어지는 것을 특징으로 한다.The program source code test method according to the present invention comprises the steps of: receiving a program source code from a terminal, test case information for testing the program source code from a server, and a recommended scenario corresponding to the received test case information from a server; Extracting, outputting the extracted scenario from a server to a predetermined area of a user interface to be provided to the terminal, and testing a scenario for the program source code through the output user interface from the server, a test scenario When is input (or selected), characterized in that it comprises the step of testing the program according to the test scenario.

또한, 상기 테스트 시나리오에 따라 프로그램을 테스트하는 단계는, 상기 사용자 인터페이스를 통해 입력(또는 선택)된 테스트 시나리오를 테스트 케이스 정보와 연계 처리하여 데이터베이스에 저장하는 시나리오 저장 단계를 더 포함하여 이루어지는 것을 특징으로 한다.The testing of the program according to the test scenario may further include a scenario storing step of linking the test scenario input (or selected) through the user interface with test case information and storing the test scenario information in a database. do.

또한, 시나리오 저장 단계는, 상기 데이터베이스에 저장된 시나리오 정보와, 테스트 케이스 정보를 이후 프로그램 테스트를 요청시, 프로그램 테스트 케이스와 매칭되는 시나리오 정보를 추천하기 위한 정보에 포함시키는 것을 특징으로 한다.The scenario storing step may include scenario information stored in the database and test case information in information for recommending scenario information matching the program test case when a program test is requested later.

또한, 상기 테스트 시나리오에 따라 프로그램을 테스트하는 단계는, 상기 프로그램 소스코드에 대한 시나리오 테스트를 위해, 상기 시나리오에 대응하는 적어도 하나 이상의 입력항목과, 상기 입력항목별 입력 값을 포함하는 입력 데이터와, 상기 입력 데이터에 대응하는 적어도 하나 이상의 출력항목과, 상기 출력항목별 출력 값을 포함하는 출력 데이터를 추출하는 단계를 더 포함하여 이루어지는 것을 특징으로 한다.The testing of the program according to the test scenario may include: input data including at least one input item corresponding to the scenario and an input value for each input item, for a scenario test on the program source code; And extracting output data including at least one output item corresponding to the input data and an output value for each output item.

이하 첨부된 도면과 설명을 참조하여 본 발명의 바람직한 실시예에 대한 동작 원리를 상세히 설명한다. 다만, 하기에 도시되는 도면과 후술되는 설명은 본 발명의 특징을 효과적으로 설명하기 위한 여러 가지 방법 중에서 바람직한 실시 방법에 대한 것이며, 본 발명이 하기의 도면과 설명만으로 한정되는 것은 아니다. 또한, 하기에서 본 발명을 설명함에 있어 관련된 공지 기능 또는 구성에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명을 생략할 것이다. 그리고 후술되는 용어들은 본 발명에서의 기능을 고려하여 정의된 용어들로서, 이는 사용자, 운용자의 의도 또는 관례 등에 따라 달라질 수 있다. 그러므로 그 정의는 본 발명에서 전반에 걸친 내용을 토대로 내려져야 할 것이다. 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, and provides employee information, program source code, and test. When providing the test request information including at least one case information, the program test the test request information including at least one of the employee information, program source code, test case information provided from the employee terminal 145 in the server As a configuration of a program source code processing system for processing the program D / B 135 provided on the processing system in association with the storage system, those skilled in the art to which the present invention pertains, Parsing and / or modifying the test program source code. Various implementation methods for the configuration of a program source code processing system for generating a test item 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, the program D / B 135 includes test request information including at least one of employee information, program source code, and test case information 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 storing in &lt; RTI ID = 0.0 &gt;

본 발명의 실시 방법을 따르는 본 도면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 cooperatively processing test request information including at least one of employee information, program source code, and test case information transmitted from the employee terminal 145, and the program source code. Generating test item information by parsing, and a predetermined network with the test item D / B 140 and the employee terminal 145 for storing and storing input item information corresponding to the generated test item information in association with the employee information. Employee information, program source code, test case definitions, connected via the means and transmitted via the network means. And the program including source code processing server 100, which receives and stores the test request information including at least one processing in conjunction with the program D / B (135), characterized in that formed.

상기 직원단말(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). A mobile communication network comprising at least one wired terminal including a desktop computer and / or a laptop connected to the program source code processing server 100 and / or a laptop, and / or a code division multiple access (CDMA) based system. (Or High Speed Downlink Packet Access (HSDPA) based mobile communication network), and / or a mobile Internet terminal connected to IEEE 802.16x based high speed wireless Internet, and / or IEEE 802.11x based wireless LAN And at least one or more wireless terminals including at least one or more WLAN terminals connected to the employee 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 includes test request information including at least one of employee information, program source code, and test case information transmitted from the employee terminal 145. Characterized in that the linkage processing.

상기 직원 정보는 상기 프로그램 소스코드를 포함하는 테스트 요청 정보를 상기 직원단말(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 * /

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);

}}

상기 테스트 케이스 정보는 상기 프로그램 소스코드 테스트를 위해, 상기 프로그램 소스코드가 일련의 과정을 위한 한 부분인 경우, 한 부분에 해당하는 명칭, 분류번호 등을 포함하여 이루어지는 것이 바람직하다.Preferably, the test case information includes a name, a classification number, and the like corresponding to a part when the program source code is part of a series of processes for testing the program source code.

예컨대, 상기 프로그램 소스코드가 금융거래에서 계좌에 입금 처리하는 부분인 경우, 이를 위한 테스트 케이스는 입금 처리(또는 입금처리 코드 등)를 포함하여 이루어지는 것이 바람직하다.For example, in the case where the program source code is a deposit processing part in an account in a financial transaction, a test case for this may include a deposit processing (or a deposit processing code, etc.).

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

본 발명의 실시 방법에 따르면, 상기 프로그램 소스코드 처리 서버(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 transmitting and outputting an information providing screen and including at least one of predetermined employee information, program source code, and test case information inputted (or selected) from the employee terminal 145 through the program source code registration interface screen. It is preferable to perform a function of receiving and processing test request information.

본 발명의 다른 일 실시 방법에 따라 상기 직원단말(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. Transmit and output a source code registration interface screen and / or an information providing screen, and at least one predetermined staff information, program source code, and test case information corresponding to the program source code registration interface screen from the employee terminal 145. It is preferable to perform a function of receiving and processing test request information including.

본 발명의 또다른 일 실시 방법에 따라 상기 직원단말(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. Outputting and receiving and processing test request information including at least one of predetermined employee information, program source code, and test case information corresponding to the program source code registration interface screen from the employee terminal 145. Preferably, and / or the employee terminal 145 is connected to a communication channel via an IEEE 802.11x based wireless communication network In the case of a terminal, 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 the employee terminal 145 through the communication channel. Transmits and outputs a predetermined program source code registration interface screen and / or an information providing screen to the predetermined program information, program source code, and test case information corresponding to the program source code registration interface screen from the employee terminal 145. It is preferable to perform a function of receiving and processing test request information including at least one.

도면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. A predetermined program source code registration interface screen for transmitting (or selecting) and transmitting test request information including at least one of predetermined employee information, program source code, and test case information in connection with the employee terminal 145. The interface providing unit 110 (or interface providing means) for generating (or extracting) and inputting through the program source code registration interface screen in the employee terminal 145 in conjunction with the interface unit 105 ( Or test request information including at least one employee information, program source code, and test case information to be sent and selected). The receiving information receiving unit 115 (or information receiving means) and the test request information including at least one or more of the received employee information, program source code, test case information to the program D / B 135 by processing It is characterized by comprising an information storage unit 120 (or information storage means) for storing.

상기 인터페이스 제공부(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 the browser program provided in the employee terminal 145, input (or select) test request information including at least one of predetermined employee information, program source code, and test case information. Generates a predetermined program source code registration interface screen that can be transmitted to the source code processing server 100, and / or extracts from a predetermined database (not shown), and generates (or operates in conjunction with the interface unit 105). The extracted program source code registration interface screen is provided to the employee terminal 145 through the network means. do.

이후, 상기 직원단말(145)은 상기 프로그램 소스코드 등록 인터페이스 화면을 기반으로 소정의 직원 정보, 프로그램 소스코드, 테스트 케이스 정보를 적어도 하나 이상 포함하는 테스트 요청 정보를 입력(또는 선택)하며, 상기 직원 정보, 프로그램 소스코드, 테스트 케이스 정보를 적어도 하나 이상 포함하는 테스트 요청 정보가 입력(또는 선택)된 것이 확인되면, 상기 직원단말(145)은 상기 네트워크 수단을 통해 상기 입력(또는 선택)된 직원 정보, 프로그램 소스코드, 테스트 케이스 정보를 적어도 하나 이상 포함하는 테스트 요청 정보를 상기 프로그램 소스코드 처리 서버(100)로 전송한다.Thereafter, the employee terminal 145 inputs (or selects) test request information including at least one of predetermined employee information, program source code, and test case information based on the program source code registration interface screen. When it is confirmed that test request information including at least one of information, program source code, and test case information is input (or selected), the employee terminal 145 receives the input (or selected) employee information through the network means. The test request information including at least one program source code and test case 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, the program source code, through at least one form (Form) included in the program source code registration interface screen in the employee terminal 145, Technical features for inputting (or selecting) test request information including at least one test case information, employee information, program source code, and test case information inputted (or selected) through a communication protocol provided by the network means. Since it will be familiar with the technical features for transmitting the test request information including at least one 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, program source code, and test case information through the program source code registration interface screen in the employee terminal 145. In response to the transmission via the network means, in connection with the interface unit 105 receives the test request information including at least one of the employee information, program source code, test case information, the received employee The test request information including at least one of information, program source code, and test case information 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, the program source code, and the test case information received through the information receiving unit 115 to the program D / B 135. Characterized in that stored in.

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

상기 코드 파싱 처리부(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’인 것이 바람직하다.In addition, 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, 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.

예컨대, 이하 도시된 프로그램 소스코드의 실시 예에서 내부파일 함수(또는 외부파일 함수) 리스트는 “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 transmitting test request information including at least one employee information, program source code, and test case information for the at least one, at least one or more of the employee information, program source code, test case information in the program source code processing server 100 This is about a process of linking and processing test request information to be stored in the program D / B 135. Those skilled in the art to which the present invention pertains are referred to, and / or modified by referring to FIG. Various practices for information registration process for parsing program source code and generating test items Although the method can be inferred, the present invention includes all the inferred implementation methods, and is not limited to the implementation method shown in FIG.

이하, 본 도면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 that connect 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 inputs (or selects) test request information including at least one of the employee information, program source code, and test case information in the terminal; A program source code registration interface screen including the generated (or extracted) including (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 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, program source code, and test case information. In operation 220, the test request information including at least one program source code and test case information is input (or selected).

만약 상기 단말에서 상기 직원 정보, 프로그램 소스코드, 테스트 케이스 정보를 적어도 하나 이상 포함하는 테스트 요청 정보가 입력(또는 선택)되면(225), 상기 단말은 상기 통신채널을 통해 상기 서버로 상기 직원 정보, 프로그램 소스코드, 테스트 케이스 정보를 적어도 하나 이상 포함하는 테스트 요청 정보를 전송하고(230), 이에 대응하여 상기 서버는 상기 수신된 직원 정보, 프로그램 소스코드, 테스트 케이스 정보를 적어도 하나 이상 포함하는 테스트 요청 정보를 연계 처리하여 상기 도면1에 도시된 프로그램D/B(135)에 저장한다(235).If the terminal receives (or selects) test request information including at least one of the employee information, program source code, and test case information (225), the terminal transmits the employee information to the server through the communication channel; And transmits test request information including at least one program source code and test case information (230), and correspondingly, the server includes at least one of the received employee information, program source code, and test case information. The information is linked and stored in the program D / B 135 shown in FIG. 1 (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);

}}

상기 테스트 케이스 정보는 상기 프로그램 소스코드 테스트를 위해, 상기 프로그램 소스코드가 일련의 과정을 위한 한 부분인 경우, 한 부분에 해당하는 명칭, 분류번호 등을 포함하여 이루어지는 것이 바람직하다.Preferably, the test case information includes a name, a classification number, and the like corresponding to a part when the program source code is part of a series of processes for testing the program source code.

예컨대, 상기 프로그램 소스코드가 금융거래에서 계좌에 입금 처리하는 부분인 경우, 이를 위한 테스트 케이스는 입금 처리(또는 입금처리 코드 등)를 포함하여 이루어지는 것이 바람직하다.For example, in the case where the program source code is a deposit processing part in an account in a financial transaction, a test case for this may include a deposit processing (or a deposit processing code, etc.).

이후, 상기 서버는 상기 수신된 테스트 요청 정보에 포함된 프로그램 소스코드를 파싱 처리한다(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, 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’인 것이 바람직하다.In addition, 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);

* …*…

}}

이후, 상기 서버는 상기 파싱 처리된 프로그램 소스코드에 대응하는 테스트 항목 정보를 생성하고(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 personal information of the employee who inputs 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 that at least one or more) are included.

상기 테스트 항목 정보는 상기 직원단말(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 the program source code for the corresponding test item information, at least one input item (or selected) through the user interface and the input value corresponding to the input item A test is performed on the registered program source code in response to input data including at least one output item and output data including at least one output item and an output value corresponding to the output item, and the program source code test result information is stored. Program source to save to 360 As a configuration 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 configuration of a program test system for testing the program source code 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에 도시된 프로그램 테스트 서버를 적어도 하나 이상의 서버로 구성할 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.For example, the program test server shown in FIG. 3 may be configured with at least one server, and the present invention is not limited thereto.

이하, 본 도면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 message or an output message for testing the program source code test, and an input item input through the user interface Or a code table D / B 355 for storing a valid value corresponding to an output item, and a log corresponding to a test result of testing the program source code with the employee information that registered (or tested) the source code of the program. It is connected to the storage medium 360 for processing and storing the test request terminal 370 through a predetermined network means, and receives at least one input data or output data transmitted through the network means to receive the program source code Characterized in that it comprises a program test server 300 to test.

상기 테스트 요청 단말(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 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 the program source code test. 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. Characterized in that the 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 (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 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하며, 당업자의 의도 및 목적에 따라 상기 프로그램 소스코드 상에 포함된 전역변수, 내부파일 함수(또는 외부파일 함수) 상 에 선언된 지역변수, 상기 프로그램 소스코드를 구성하는 적어도 하나 이상의 파일 상에 선언된 선언문(예컨대, #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 on an internal file function (or external file function), and declaration statements (eg, #define, etc.) declared on at least one file constituting the program source code. 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 a function of a web server that is connected through 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. To carry out the function of receiving the processed output data containing an output value is preferred.

본 발명의 다른 일 실시 방법에 따라 상기 테스트 요청 단말(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, It is preferable to carry out the function of receiving the processed output data containing an output value corresponding to the group 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 predetermined communication channel based on a wireless protocol corresponding to the IEEE 802.16x standard, and a user interface screen for testing a predetermined program source code to the test request terminal 370 through the communication channel. Transmits and outputs an information providing screen, and includes at least one input item corresponding to a user interface screen for testing the program source code from the test request terminal 370, and an input value corresponding to the input item An output comprising 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 A predetermined communication channel is connected to the test request terminal 370 based on a wireless protocol corresponding to the IEEE 802.11x standard, and a predetermined program source code test is performed by the test request terminal 370 through the communication channel. Transmits and outputs a user interface screen and / or an information providing screen for the user interface screen, and at least one or more input items corresponding to the user interface screen for testing the program source code from the test request terminal 370 and the input items Input data including corresponding input values, 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 outputs at least one input item including at least one 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) data and transmitting the same; and the interface unit 305 ) Through the user interface screen for the program source code test in the test request terminal 370 Receive (or select) at least one input item to be transmitted, 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 conjunction with the interface unit 305. The user interface screens for the test program source code characterized in that it provides to the test request terminal (370) through said 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. Input data including an item and an input value corresponding to the input item, write it down 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 include directly inputting (or selecting) the input item 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 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 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.

상기 프로그램 테스트 처리부(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 a test, a person of ordinary skill in the art may refer to and modify the drawing of FIG. 4 to operate the program test system for testing the program source code. 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 Extracting an input value corresponding to an input item (412), extracting an output item corresponding to the input item and an output value corresponding to the output item (414), and performing 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 include directly inputting (or selecting) the input item 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 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 correspond to a test item corresponding to the program source code test, and output the output item directly through a user interface for the program test (or Selection).

본 발명의 실시 방법에 따르면, 상기 출력값은 상기 추출된 출력항목에 대응하여, 상기 출력항목이 추출된 데이터베이스(예컨대, 이미지로그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 (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 등을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하며, 당업자의 의도 및 목적에 따라 상기 프로그램 소스코드 상에 포함된 전역변수, 내부파일 함수(또는 외부파일 함수) 상 에 선언된 지역변수, 상기 프로그램 소스코드를 구성하는 적어도 하나 이상의 파일 상에 선언된 선언문(예컨대, #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 on an internal file function (or external file function), and declaration statements (eg, #define, etc.) declared on at least one file constituting the program source code. 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).Thereafter, 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. The test result log corresponding to the control unit generates a test result log and associates with the employee information corresponding to the employee requesting the program test (or the employee who developed the program source code) and stores the stored information 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.

도면5는 본 발명의 실시 방법에 따른 프로그램에 대한 시나리오 테스트를 위한 프로그램 테스트 시스템을 도시한 도면이다.5 is a diagram illustrating a program test system for scenario testing of a program according to an exemplary embodiment of the present invention.

보다 상세하게 본 도면5는 상기 프로그램에 대한 시나리오 테스트를 위해 상기 도면1에 도시된 프로그램 소스코드 처리 시스템을 통해 등록한 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보와, 상기 테스트 요청 정보에 대응하여 생성된 테스트 항목 정보에 대한 시나리오 테스트를 위한 사용 자 인터페이스 화면을 제공하고, 상기 사용자 인터페이스를 통해 입력(또는 선택)된 테스트 시나리오 정보에 대응하여 상기 등록한 프로그램 소스코드에 대한 테스트를 실행하고, 상기 프로그램에 대한 시나리오 테스트 결과 정보를 저장매체(360)에 저장하는 프로그램에 대한 시나리오 테스트를 위한 프로그램 테스트 시스템의 구성을 도시한 것으로서, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자라면, 본 도면5를 참조 및 변형하여 상기 프로그램에 대한 시나리오 테스트를 위한 프로그램 테스트 시스템 구성에 대한 다양한 실시 방법을 유추할 수 있을 것이나, 본 발명은 상기 유추되는 모든 실시 방법을 포함하며, 본 도면5에 도시된 실시 방법만으로 한정되지 아니한다.In more detail, Figure 5 is a test request information including at least one staff information, program source code registered through the program source code processing system shown in Figure 1 for the scenario test for the program and the test request information Providing a user interface screen for a scenario test on test item information generated corresponding to the corresponding information, executing a test on the registered program source code in response to the test scenario information input (or selected) through the user interface; The configuration of a program test system for a scenario test for a program for storing the scenario test result information for the program in the storage medium 360 is known to those skilled in the art. See Figure 5 And it may be modified to infer various implementation methods for the configuration of the program test system for the scenario test for the program, the present invention includes all the implementation methods inferred, limited only to the implementation method shown in FIG. Not.

예컨대, 본 발명이 속하는 기술분야에서 통상의 기술지식을 가진 자라면, 본 도면5에 도시된 프로그램 테스트 서버와, 상기 도면3에 도시된 프로그램 테스트 서버를 분리한 별도의 서버로 구성할 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.For example, a person having ordinary technical knowledge in the technical field to which the present invention belongs may be configured as a separate server that separates the program test server shown in FIG. 5 and the program test server shown in FIG. Thereby, this invention is not limited.

또한, 본 도면5에 도시된 프로그램 테스트 서버를 적어도 하나 이상의 서버로 구성할 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.In addition, the program test server shown in FIG. 5 may be configured with at least one server, and the present invention is not limited thereto.

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

본 발명의 실시 방법을 따르는 본 도면5를 참조하면, 본 발명에 따른 프로그램에 대한 시나리오 테스트를 위한 프로그램 테스트 시스템은, 소정의 네트워크 수단에 연결된 적어도 하나 이상의 테스트 요청 단말(540)과, 상기 도면1에 도시된 프로그램 소스코드 처리 시스템을 통해 등록한 직원 정보, 프로그램 소스코드를 적어도 하나 이상 포함하는 테스트 요청 정보를 저장하는 프로그램D/B(135)와, 상기 도면1에 도시된 프로그램 소스코드 처리 서버를 통해 상기 프로그램D/B(135)에 저장된 프로그램 소스코드를 파싱하여 생성한 테스트 항목 정보를 상기 프로그램 소스코드를 등록한 직원 정보와 연계 처리하여 저장하거나, 또는 상기 프로그램 테스트 서버(500)에서 제공하는 사용자 인터페이스를 통해 입력되는 입력 데이터와, 출력 데이터를 상기 직원 정보와 연계 처리하여 저장하는 시험항목D/B(140)와, 상기 프로그램에 대한 시나리오 테스트를 기 실행한 이력을 저장하는 시나리오D/B(535)와, 상기 프로그램 소스코드를 테스트한 테스트 결과에 대응하는 로그를 상기 프로그램 소스코드를 등록한(또는 테스트한) 직원 정보와 연계 처리하여 저장하는 저장매체(360) 및 상기 테스트 요청 단말(540)과 소정의 네트워크 수단을 통해 연결되며, 상기 네트워크 수단을 통해 전송되는 테스트 시나리오 정보를 적어도 하나 이상 수신하여 상기 프로그램 소스코드를 테스트하는 프로그램 테스트 서버(500)를 포함하여 이루어지는 것을 특징으로 한다.Referring to FIG. 5 according to an embodiment of the present invention, a program test system for a scenario test for a program according to the present invention includes at least one test request terminal 540 connected to predetermined network means, and FIG. A program D / B 135 for storing the 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, and the program source code processing server shown in FIG. A user who stores 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, or provides the program test server 500. The employee information, input data and output data input through the interface Corresponds to the test item D / B (140) for storing and cooperatively processing, the scenario D / B (535) for storing the history of the scenario test for the program, and the test result of testing the program source code The storage medium 360 and the test request terminal 540 for storing and storing the log in association with the employee information registered (or tested) the program source code are connected through a predetermined network means, and through the network means. It characterized in that it comprises a program test server 500 for receiving at least one or more test scenario information transmitted to test the program source code.

상기 테스트 요청 단말(540)은 TCP/IP(Transmission Control Protocol/Internet Protocol) 기반의 유선 통신망(예컨대, ADSL(Asymmetric Digital Subscriber Line)/VDSL(Very high-data rate Digital Subscriber Line) 및/또는 케이블 통신망)를 통해 상기 프로그램 테스트 서버(500)와 통신 연결되는 데스크탑 컴퓨터 및/또는 노트북을 포함하는 유선 단말을 적어도 하나 이상 포함하여 이루어지거나, 및/또는 CDMA(Code Division Multiple Access) 기반의 이동 통신망(또는 HSDPA(High Speed Downlink Packet Access) 기반 이동 통신망)에 연결되는 이동 통신단말, 및/또는 IEEE 802.16x 기반의 초고속 무선 인터넷에 연결되는 휴대 인터넷 단말, 및/또는 IEEE 802.11x 기반의 무선랜 통신망에 연결되는 무선랜 단말을 적어도 하나 이상 포함하는 무선 단말을 적어도 하나 이상 포함하여 이루어지는 것을 특징으로 하며, 상기 테스트 요청 단말(540)은 상기 프로그램 테스트 서버(500)에서 제공하는 적어도 하나 이상의 시나리오 테스트를 위한 사용자 인터페이스 화면을 출력하고, 상기 시나리오 테스트를 위한 사용자 인터페이스 화면을 통해 적어도 하나 이상의 정보를 입력 및/또는 선택하여 상기 프로그램 테스트 서버(500)로 전송하기 위한 기능 구성(예컨대, 브라우져 프로그램과 통신 기능)이 구비되어 있는 것이 바람직하다.The test request terminal 540 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). (C) or at least one wired terminal including a desktop computer and / or a notebook computer connected to the program test server 500 through a communication system, 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 540 outputs a user interface screen for at least one scenario test provided by the program test server 500, and inputs and / or selects at least one information through a user interface screen for the scenario test. It is preferable that a function configuration (eg, a browser program and a communication function) for transmitting to the program test server 500 is provided.

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

본 발명의 실시 방법에 따라 상기 테스트 요청 단말(540)이 유선 단말인 경우, 상기 네트워크 수단은 상기 TCP/IP 기반의 유선 통신망을 포함하여 이루어지며, 상기 테스트 요청 단말(540)이 무선 단말인 경우, 상기 네트워크 수단은 상기 CDMA 기반(또는 HSDPA 기반)의 이동 통신망, 및/또는 IEEE 802.16x 기반의 초고속 무선 인터넷, 및/또는 IEEE 802.11x 기반의 무선랜 통신망을 적어도 하나 이상 포함하여 이루어지는 것이 바람직하다.When the test request terminal 540 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 540 is a wireless terminal. Preferably, the network means comprises at least one of a 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)는 상기 도면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. Characterized in that the 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);

}}

상기 테스트 케이스 정보는 상기 프로그램에 대한 시나리오 테스트를 위해, 상기 프로그램 소스코드가 일련의 과정을 위한 한 부분인 경우, 한 부분에 해당하는 명칭, 분류번호 등을 포함하여 이루어지는 것이 바람직하다.The test case information may include a name, a classification number, and the like corresponding to a part when the program source code is a part for a series of processes for a scenario test of the program.

예컨대, 상기 프로그램 소스코드가 금융거래에서 계좌에 입금 처리하는 부분인 경우, 이를 위한 테스트 케이스는 입금 처리(또는 입금처리 코드 등)를 포함하 여 이루어지는 것이 바람직하다.For example, when the program source code is a deposit processing part in an account in a financial transaction, a test case for this may include a deposit processing (or a deposit processing code, etc.).

본 발명에 따른 프로그램 테스트 시스템 상에 구비되는 상기 시험항목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)는 상기 프로그램 테스트 서버(500)에서 상기 테스트 요청 단말(540)로 제공하는 사용자 인터페이스를 통해 입력(또는 선택)하여 전송하는 테스트 시나리오 정보를 상기 직원 정보와 연계 처리하여 저장하는 것을 특징으로 하며, 상기 입력 데이터 및 출력 데이터는 상기 생성된 테스트 항목 정보에 대한 입력 데이터 및 출력 데이터 인 것이 바람직하다.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 by the program test server 500 to the test request terminal 540. The test scenario information may be stored in association with the employee information, and the input data and the output data may be input data and output data of the generated test item information.

상기 직원 정보는 상기 프로그램 소스코드를 포함하는 테스트 요청 정보를 상기 직원단말을 통해 입력하는 직원의 개인정보(예컨대, 직원의 성명, 주민등록번호, 주소, 전화번호, 휴대폰번호, 메일주소 등)와, 상기 직원의 사원정보(예컨대, 상기 직원이 상기 프로그램 소스코드를 개발한 대상 기업의 직원으로 입사함에 의 해 상기 직원에게 부여되는 사원번호, 사원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, Employee information (e.g., 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 to comprise at least one or more.

상기 테스트 시나리오 정보는 상기 직원단말을 통해 제공되는 프로그램 소스코드를 파싱하여 상기 프로그램 테스트 서버(500)를 통해 테스트 항목별 프로그램 소스코드에 대한 테스트를 실행하고, 상기 프로그램 소스코드에 대한 테스트가 완료되면, 상기 프로그램 소스코드를 포함하는 일련의 과정을 테스트하는 테스트 시나리오를 포함하여 이루어지는 것이 바람직하다.The test scenario information parses the program source code provided through the employee terminal to execute a test for the program source code for each test item through the program test server 500, and when the test for the program source code is completed It is preferable to include a test scenario for testing a series of processes including the program source code.

또한, 상기 테스트 시나리오는 상기 시나리오D/B(535)에 저장, 등록하여 추후 동일한 테스트 케이스에 대한 프로그램 테스트 요청시, 상기 프로그램 테스트를 위한 소정의 시나리오를 추천하는데 이용할 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.In addition, the test scenario may be stored and registered in the scenario D / B 535 to be used to recommend a predetermined scenario for the program test when a program test request for the same test case is made later. It is not limited.

예컨대, 상기 테스트 시나리오는 상기 프로그램 소스코드가 금융거래 과정 중 입금 부분을 처리하는 프로그램인 경우, 상기 입금을 위한 금융계좌를 개설하는 과정과, 상기 금융계좌로부터 상기 입금한 금액의 일부(또는 전부)를 출금하는 과정과, 상기 금융계좌를 해지하는 전체 과정에 대한 테스트를 포함하여 이루어지는 것이 바람직하다.For example, in the test scenario, when the program source code is a program for processing a deposit portion of a financial transaction, a process of opening a financial account for the deposit and a part (or all) of the amount of the deposit from the financial account It is preferable to include a test for the process of withdrawing the account, and the entire process of closing the financial account.

상기 입력 데이터는 상기 직원단말을 통해 제공된 사용자 인터페이스를 통해 입력(또는 선택)하여 전송하는 입력항목(예컨대, 그룹사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.

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

또한, 상기 입력 데이터는 상기 입력항목과, 상기 입력항목과 연계된 입력값 대신 이미지로그D/B에 저장된 적어도 하나 이상의 입력 전문을 선택한 입력 전문 선택 정보일 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.Further, 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 instead of the input value associated with the input item, and the present invention is not limited thereto. .

상기 출력 데이터는 상기 직원단말을 통해 제공된 사용자 인터페이스를 통해 입력(또는 선택)하여 전송하는 입력항목에 대응하는 항목(예컨대, 그룹사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. Transaction terminal number, transaction code, screen code, system date, logging time, full-length, full-text header, full-text data, error code, etc., and result items outputted by the input item (e.g. In the case where 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.

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

또한, 상기 출력 데이터는 상기 출력항목과, 상기 출력항목과 연계된 출력값 대신 이미지로그D/B에 저장된 적어도 하나 이상의 출력 전문을 선택한 출력 전문 선택 정보일 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.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 instead of the output value associated with the output item, and the present invention is not limited thereto.

또한, 상기 프로그램 테스트 시스템 상에 구비되는 상기 시나리오D/B(535)는 상기 프로그램 테스트 서버(500)에서 기 개발한 프로그램에 대한 시나리오 테스트를 실행시, 상기 시나리오 테스틀를 위한 테스트 케이스별 시나리오 정보를 저장하는 것을 특징으로 한다.In addition, the scenario D / B 535 provided on the program test system, when executing a scenario test for a program previously developed in the program test server 500, provides scenario information for each test case for the scenario test. It is characterized by storing.

상기 시나리오 정보는 상기 프로그램에 대한 일련의 과정을 포함하여 이루어 지는 것이 바람직하며, 상기 일련의 과정은 상기 프로그램이 특정 과정의 일부분인 경우, 상기 과정 전체에 대한 정보를 저장하는 것이 바람직하다.Preferably, the scenario information includes a series of processes for the program, and the series of processes may preferably store information about the whole process when the program is part of a specific process.

예컨대, 상기 시나리오는 상기 프로그램이 금융계좌에 입금하는 프로그램인 경우, 상기 금융계좌에 입금하는 프로그램을 테스트하기 위해, 소정의 금융계좌를 개설하고, 상기 개설된 금융계좌에 소정의 금액을 입금하고, 상기 금융계좌로부터 소정의 금액을 출금하고, 상기 금융계좌를 해지하는 일련의 과정을 포함하여 이루어지는 것이 바람직하다.For example, in the scenario, when the program is a program for depositing a financial account, a predetermined financial account is opened to test a program for depositing the financial account, and a predetermined amount is deposited in the opened financial account. It is preferable to include a series of processes for withdrawing a predetermined amount of money from the financial account, and closing the financial account.

상기 테스트 케이스 정보는 상기 프로그램에 대한 시나리오 테스트를 위해, 상기 프로그램 소스코드가 일련의 과정을 위한 한 부분인 경우, 한 부분에 해당하는 명칭, 분류번호 등을 포함하여 이루어지는 것이 바람직하다.The test case information may include a name, a classification number, and the like corresponding to a part when the program source code is a part for a series of processes for a scenario test of the program.

예컨대, 상기 프로그램 소스코드가 금융거래에서 계좌에 입금 처리하는 부분인 경우, 이를 위한 테스트 케이스는 입금 처리(또는 입금처리 코드 등)를 포함하여 이루어지는 것이 바람직하다.For example, in the case where the program source code is a deposit processing part in an account in a financial transaction, a test case for this may include a deposit processing (or a deposit processing code, etc.).

또한, 상기 프로그램 테스트 시스템 상에 구비되는 저장매체(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 a normal execution (or error) of a process for a part of a predetermined scenario process. It is preferable to make it.

예컨대, 상기 프로그램 결과 로그는, 상기 프로그램 소스코드 테스트가 입금에 관한 프로그램이고, 시나리오가 금융계좌 개설, 입금, 출금, 금융계좌 해지의 과정을 포함하는 경우, 상기 프로그램 소스코드에 대한 시나리오 테스트를 위해 금융계좌를 개설하는 과정을 먼저 실행하여 테스트 결과를 확인하고, 상기 테스트 결과에 의한 출력 데이터를 상기 프로그램 소스코드의 입력 데이터로 활용하여 프로그램 테스트를 실행하고, 상기 프로그램 테스트 결과 출력되는 출력 데이터를 출금 을 위한 과정의 입력 데이터로 활용하는 과정을 실행하는 것이 바람직하며, 각각의 연결되는 입력, 출력 데이터에 대한 정상, 오류 유무를 결과 로그로 저장하여 시나리오 테스트 실행에 대한 정상(또는 오류) 포함하는 것이 바람직하다.For example, the program result log is for the scenario test for the program source code, if the program source code test is a program for depositing, and the scenario includes the process of opening a financial account, depositing, withdrawing, canceling a financial account. First, the process of opening a financial account is executed to check the test result, and the program test is executed by using the output data of the test result as input data of the program source code, and withdraw the output data output from the program test result. It is preferable to execute a process that utilizes the input data of the process for the purpose, and to include the normal (or error) for the scenario test execution by storing the result of each connected input, the normality of the output data, and the presence of an error as a result log. desirable.

또한, 상기 프로그램 결과 로그는 입력, 출력 데이터의 연결 흐름 이외에, 전체 시나리오에 대한 테스트 결과, 이상 유무를 확인하는 것이 바람직하다.In addition, the program result log, in addition to the connection flow of the input and output data, it is preferable to check the test results, abnormality or not for the entire scenario.

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

본 발명의 일 실시 방법에 따라 상기 테스트 요청 단말(540)이 TCP/IP 기반의 유선 통신망을 통해 통신채널이 연결되는 유선 단말인 경우, 상기 인터페이스부(505)는 상기 테스트 요청 단말(540)과 HTTP(Hyper-Text Transfer Protocol) 프로토콜을 기반으로 소정의 통신채널을 연결하고, 상기 통신채널을 통해 상기 테스트 요청 단말(540)로 HTML(Hyper-Text Markup Language) 호환 문서 형태의 시나리 오 테스트를 위한 사용자 인터페이스 화면 및/또는 정보 제공 화면을 전송하여 출력하고, 상기 테스트 요청 단말(540)로부터 상기 시나리오 테스트를 위한 사용자 인터페이스 화면을 통해 입력(또는 선택)된 소정의 테스트 시나리오 정보를 수신 처리하는 기능을 수행하는 것이 바람직하다.According to an embodiment of the present invention, when the test request terminal 540 is a wired terminal to which a communication channel is connected through a TCP / IP based wired communication network, the interface unit 505 may be connected to the test request terminal 540. A predetermined communication channel is connected based on the HTTP (Hyper-Text Transfer Protocol) protocol, and a scenario test in the form of a Hyper-Text Markup Language (HTML) compatible document is conducted to the test request terminal 540 through the communication channel. A function of transmitting and outputting a user interface screen and / or an information providing screen for receiving and receiving predetermined test scenario information input (or selected) through the user interface screen for the scenario test from the test request terminal 540. It is preferable to carry out.

본 발명의 다른 일 실시 방법에 따라 상기 테스트 요청 단말(540)이 CDMA 기반의 무선 통신망을 통해 통신채널이 연결되는 무선 단말인 경우, 상기 인터페이스부(505)는 상기 테스트 요청 단말(540)과 WAP(Wireless Application Protocol) 및/또는 ME(Mobile Explorer) 프로토콜을 기반으로 소정의 통신채널을 연결하고, 상기 통신채널을 통해 상기 테스트 요청 단말(540)로 WML(Wireless Markup Language) 및/또는 HTML 호환 문서 형태의 시나리오 테스트를 위한 사용자 인터페이스 화면 및/또는 정보 제공 화면을 전송하여 출력하고, 상기 테스트 요청 단말(540)로부터 상기 시나리오 테스트를 위한 사용자 인터페이스 화면에 대응하는 소정의 테스트 시나리오 정보를 수신 처리하는 기능을 수행하는 것이 바람직하다.According to another exemplary embodiment of the present invention, when the test request terminal 540 is a wireless terminal to which a communication channel is connected through a CDMA-based wireless communication network, the interface unit 505 is connected to the test request terminal 540 and the WAP. (Wireless Markup Language) and / or HTML-compatible document to connect a predetermined communication channel based on a Wireless Application Protocol (ME) and / or a Mobile Explorer (ME) protocol, and to the test request terminal 540 through the communication channel. A function of transmitting and outputting a user interface screen and / or an information providing screen for a scenario test of a form and receiving and processing predetermined test scenario information corresponding to the user interface screen for the scenario test from the test request terminal 540. It is preferable to carry out.

본 발명의 또다른 일 실시 방법에 따라 상기 테스트 요청 단말(540)이 IEEE 802.16x 기반의 무선 통신망을 통해 통신채널이 연결되는 무선 단말인 경우, 상기 인터페이스부(505)는 상기 테스트 요청 단말(540)과 상기 IEEE 802.16x 규격에 대응하는 무선 프로토콜을 기반으로 소정의 통신채널을 연결하고, 상기 통신채널을 통해 상기 테스트 요청 단말(540)로 소정의 시나리오 테스트를 위한 사용자 인터페 이스 화면 및/또는 정보 제공 화면을 전송하여 출력하고, 상기 테스트 요청 단말(540)로부터 상기 시나리오 테스트를 위한 사용자 인터페이스 화면에 대응하는 소정의 테스트 시나리오 정보를 수신 처리하는 기능을 수행하는 것이 바람직하며, 및/또는 상기 테스트 요청 단말(540)이 IEEE 802.11x 기반의 무선 통신망을 통해 통신채널이 연결되는 무선 단말인 경우, 상기 인터페이스부(505)는 상기 테스트 요청 단말(540)과 상기 IEEE 802.11x 규격에 대응하는 무선 프로토콜을 기반으로 소정의 통신채널을 연결하고, 상기 통신채널을 통해 상기 테스트 요청 단말(540)로 소정의 시나리오 테스트를 위한 사용자 인터페이스 화면 및/또는 정보 제공 화면을 전송하여 출력하고, 상기 테스트 요청 단말(540)로부터 상기 시나리오 테스트를 위한 사용자 인터페이스 화면에 대응하는 소정의 테스트 시나리오 정보를 수신 처리하는 기능을 수행하는 것이 바람직하다.According to another exemplary embodiment of the present invention, when the test request terminal 540 is a wireless terminal to which a communication channel is connected through an IEEE 802.16x based wireless communication network, the interface unit 505 is the test request terminal 540. And a predetermined communication channel based on a wireless protocol corresponding to the IEEE 802.16x standard, and a user interface screen and / or information for a predetermined scenario test to the test request terminal 540 through the communication channel. It is preferable to perform a function of transmitting and outputting a provision screen and receiving and processing predetermined test scenario information corresponding to the user interface screen for the scenario test from the test request terminal 540, and / or the test request. When the terminal 540 is a wireless terminal to which a communication channel is connected through an IEEE 802.11x based wireless communication network, the The interface unit 505 connects a predetermined communication channel with the test request terminal 540 based on a wireless protocol corresponding to the IEEE 802.11x standard, and the predetermined interface to the test request terminal 540 through the communication channel. Transmits and outputs a user interface screen and / or an information providing screen for a scenario test and receives and processes predetermined test scenario information corresponding to the user interface screen for the scenario test from the test request terminal 540. It is desirable to.

도면5를 참조하면, 상기 프로그램 테스트 서버(500)는 소정의 테스트 요청 단말(540)이 상기 인터페이스부(505)를 통해 상기 프로그램 테스트 서버(500)에 접속시, 상기 인터페이스부(505)와 연동하여 상기 테스트 요청 단말(540)에서 소정의 테스트 시나리오 정보를 입력(또는 선택)하여 전송하도록 하는 소정의 시나리오 테스트를 위한 사용자 인터페이스 화면을 생성(또는 추출)하여 제공하는 인터페이스 제공부(510)(또는 인터페이스 제공수단)와, 상기 인터페이스부(505)와 연동하여 상기 테스트 요청 단말(540)에서 상기 시나리오 테스트를 위한 사용자 인터페이스 화면을 통해 입력(또는 선택)하여 전송하는 테스트 시나리오 정보를 수신하는 정보 수신부(515)(또는 정보 수신수단)와, 상기 인터페이스 제공부(510)를 통해 제공되는 시나리오 테스트를 위한 사용자 인터페이스 화면 상의 일정 영역에 시나리오를 입력(또는 선택)하기 위한 테스트 시나리오 정보를 추출하는 시나리오 추출부(520)(또는 시나리오 추출수단)와, 상기 인터페이스 제공부(510)를 통해 제공된 시나리오 테스트를 위한 사용자 인터페이스 화면을 통해 입력되어 상기 테스트 요청 단말(540)로부터 수신한 테스트 테스트 시나리오 정보에 대응하여 시나리오 테스트를 하는 시나리오 테스트 처리부(525)(또는 시나리오 테스트 처리수단)와, 상기 시나리오 테스트 결과 생성되는 테스트 결과 로그를 상기 직원 정보와 연계 처리하여 상기 저장매체(360)에 저장하는 정보 저장부(530)(또는 정보 저장수단)을 구비하여 이루어지는 것을 특징으로 한다.Referring to FIG. 5, the program test server 500 interworks with the interface unit 505 when a predetermined test request terminal 540 accesses the program test server 500 through the interface unit 505. Interface providing unit 510 (or extracting) to provide (or extract) a user interface screen for a predetermined scenario test for inputting (or selecting) and transmitting predetermined test scenario information in the test request terminal 540 (or Interface providing means) and an information receiving unit for receiving test scenario information input (or selected) and transmitted from the test request terminal 540 through the user interface screen for the scenario test in cooperation with the interface unit 505 ( 515 (or information receiving means) and use for scenario testing provided through the interface providing unit 510. Scenario extracting unit 520 (or scenario extracting means) for extracting test scenario information for inputting (or selecting) a scenario in a predetermined area on an interface screen, and a user for scenario testing provided through the interface providing unit 510. A scenario test processor 525 (or a scenario test processor) for performing a scenario test in response to the test test scenario information received through the interface screen and received from the test request terminal 540, and a test result generated as a result of the scenario test And an information storage unit 530 (or information storage means) for storing a log on the storage medium 360 in association with the employee information.

상기 인터페이스 제공부(510)는 소정의 테스트 요청 단말(540)이 상기 인터페이스부(505)를 통해 상기 프로그램 테스트 서버(500)에 접속시, 상기 테스트 요청 단말(540)에 구비된 기능구성(예컨대, 테스트 요청 단말(540)에 구비된 브라우져 프로그램)에 대응하여 소정의 테스트 시나리오 정보를 입력(또는 선택)하여 상기 네트워크 수단을 통해 상기 프로그램 테스트 서버(500)로 전송할 수 있는 소정의 시나리오 테스트를 위한 사용자 인터페이스 화면을 생성하거나, 및/또는 소정의 데이터베이스(도시생략)로부터 추출하고, 상기 인터페이스부(505)와 연동하여 상기 생성(또는 추출)된 시나리오 테스트를 위한 사용자 인터페이스 화면을 상기 네트워크 수단을 통해 상기 테스트 요청 단말(540)로 제공하는 것을 특징으로 한다.The interface providing unit 510 has a functional configuration (eg, provided) in the test request terminal 540 when a predetermined test request terminal 540 is connected to the program test server 500 through the interface unit 505. In response to a browser program provided in the test request terminal 540, predetermined test scenario information may be input (or selected) and transmitted to the program test server 500 through the network means. A user interface screen for generating a user interface screen and / or extracted from a predetermined database (not shown) and testing the generated (or extracted) scenario in association with the interface unit 505 through the network means. Characterized in that provided to the test request terminal 540.

이후, 상기 테스트 요청 단말(540)은 상기 시나리오 테스트를 위한 사용자 인터페이스 화면을 기반으로 소정의 테스트 시나리오 정보를 입력(또는 선택)하며, 상기 테스트 시나리오 정보가 입력(또는 선택)된 것이 확인되면, 상기 테스트 요청 단말(540)은 상기 네트워크 수단을 통해 상기 입력(또는 선택)된 테스트 시나리오 정보를 상기 프로그램 테스트 서버(500)로 전송한다.Thereafter, the test request terminal 540 inputs (or selects) predetermined test scenario information based on the UI screen for the scenario test, and when it is confirmed that the test scenario information is input (or selected), The test request terminal 540 transmits the input (or selected) test scenario information to the program test server 500 through the network means.

본 발명이 속한 기술분야에서 통상의 지식을 가진 자라면, 상기 테스트 요청 단말(540)에서 상기 시나리오 테스트를 위한 사용자 인터페이스 화면에 포함된 적어도 하나 이상의 폼(Form) 양식을 통해 상기 테스트 시나리오 정보를 입력(또는 선택)하는 기술적 특징과, 상기 네트워크 수단이 제공하는 통신 프로토콜을 통해 상기 입력(또는 선택)된 테스트 시나리오 정보를 상기 프로그램 테스트 서버(500)로 전송하는 기술적 특징을 기 숙지하고 있을 것이므로, 이에 대한 상세한 설명은 편의상 생략한다.If one of ordinary skill in the art to which the present invention pertains, the test request terminal 540 inputs the test scenario information through at least one form form included in the user interface screen for the scenario test. (Or selection) and technical features for transmitting the input (or selected) test scenario information to the program test server 500 through a communication protocol provided by the network means. Detailed description thereof will be omitted for convenience.

상기 정보 수신부(515)는 상기 테스트 요청 단말(540)에서 상기 시나리오 테스트를 위한 사용자 인터페이스 화면을 통해 소정의 테스트 시나리오 정보를 입력(또는 선택)하여 상기 네트워크 수단을 통해 전송시, 상기 인터페이스부(505)와 연동하여 상기 테스트 시나리오 정보를 수신하는 것을 특징으로 하며, 상기 수신된 테스트 테스트 시나리오 정보를 상기 정보 저장부(530)로 제공한다.The information receiving unit 515 inputs (or selects) predetermined test scenario information through the user interface screen for the scenario test in the test request terminal 540 and transmits it through the network means. And the test scenario information in connection with the control unit. The test scenario information is provided to the information storage unit 530.

상기 정보 저장부(530)는 상기 정보 수신부(515)를 통해 수신된 상기 테스트 시나리오 정보를 연계 처리하여 상기 시험항목D/B(140)와, 시나리오D/B(535)에 저장하는 것을 특징으로 한다.The information storage unit 530 processes the test scenario information received through the information receiving unit 515 and stores the information in the test item D / B 140 and the scenario D / B 535. do.

상기 테스트 시나리오 정보는 상기 직원단말을 통해 제공되는 프로그램 소스코드를 파싱하여 상기 프로그램 테스트 서버(500)를 통해 테스트 항목별 프로그램 소스코드에 대한 테스트를 실행하고, 상기 프로그램 소스코드에 대한 테스트가 완료되면, 상기 프로그램 소스코드를 포함하는 일련의 과정을 테스트하는 테스트 시나리오를 포함하여 이루어지는 것이 바람직하다.The test scenario information parses the program source code provided through the employee terminal to execute a test for the program source code for each test item through the program test server 500, and when the test for the program source code is completed It is preferable to include a test scenario for testing a series of processes including the program source code.

또한, 상기 테스트 시나리오는 상기 시나리오D/B(535)에 저장, 등록하여 추후 동일한 테스트 케이스에 대한 프로그램 테스트 요청시, 상기 프로그램 테스트를 위한 소정의 시나리오를 추천하는데 이용할 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.In addition, the test scenario may be stored and registered in the scenario D / B 535 to be used to recommend a predetermined scenario for the program test when a program test request for the same test case is made later. It is not limited.

예컨대, 상기 테스트 시나리오는 상기 프로그램 소스코드가 금융거래 과정 중 입금 부분을 처리하는 프로그램인 경우, 상기 입금을 위한 금융계좌를 개설하는 과정과, 상기 금융계좌로부터 상기 입금한 금액의 일부(또는 전부)를 출금하는 과정과, 상기 금융계좌를 해지하는 전체 과정에 대한 테스트를 포함하여 이루어지는 것이 바람직하다.For example, in the test scenario, when the program source code is a program for processing a deposit portion of a financial transaction, a process of opening a financial account for the deposit and a part (or all) of the amount of the deposit from the financial account It is preferable to include a test for the process of withdrawing the account, and the entire process of closing the financial account.

상기 시나리오 추출부(520)는 상기 인터페이스 제공부(510)를 통해 상기 시나리오 테스트를 위한 사용자 인터페이스 화면을 상기 테스트 요청 단말(540)로 제공하여 출력시, 상기 프로그램에 대한 시나리오 테스트를 위한 추천 시나리오를 상기 시나리오D/B(535)로부터 추출하는 것을 특징으로 한다.The scenario extractor 520 provides a user interface screen for the scenario test to the test request terminal 540 through the interface provider 510 and outputs the recommended scenario for scenario testing of the program. Extracting from the scenario D / B (535).

본 발명의 일 실시 방법에 따르면, 상기 시나리오 추출은, 상기 프로그램에 대한 시나리오 테스트를 위해, 과거에 테스트했던 시나리오를 저장하는 시나리오D/B(535)와 연계하여, 상기 프로그램에 대한 테스트 케이스에 대응하는 시나리오 정보를 추출하는 것이 바람직하다.According to an exemplary embodiment of the present invention, the scenario extraction corresponds to a test case for the program in association with a scenario D / B 535 for storing a scenario that has been tested in the past for a scenario test for the program. It is preferable to extract the scenario information.

본 발명의 다른 일 실시 방법에 따르면, 상기 시나리오는 상기 프로그램에 대한 시나리오 테스트를 위해 상기 프로그램을 개발한 직원(또는 상기 프로그램에 대한 테스트를 하는 직원)이 입력하는 시나리오에 따라 시나리오 테스트를 하는 것이 바람직하며, 상기 직원이 입력하는 시나리오는 시나리오D/B(535)에 저장하여 이후 동일한(또는 유사한) 테스트 케이스에 대한 시나리오로 활용하는 것이 바람직하다.According to another exemplary embodiment of the present invention, it is preferable that the scenario is tested according to a scenario input by an employee who develops the program (or an employee who tests the program) to test the scenario. In addition, the scenario input by the employee may be stored in the scenario D / B 535 and used as a scenario for the same (or similar) test case.

상기 시나리오 테스트 처리부(525)는 상기 인터페이스 제공부(510)를 통해 제공된 시나리오 테스트를 위한 사용자 인터페이스 화면을 통해 입력되어 상기 테스트 요청 단말(540)로부터 수신한 테스트 시나리오 정보에 대응하여 프로그램 소스코드에 대한 시나리오 테스트를 하는 것을 특징으로 하며, 상기 시나리오 테스트 결과 생성되는 테스트 결과 로그를 상기 직원 정보와 연계 처리하여 상기 저장매체(360)에 저장하는 정보 저장부(530)로 제공하는 것이 바람직하다.The scenario test processor 525 is input through a user interface screen for a scenario test provided through the interface provider 510 and corresponding to test scenario information received from the test request terminal 540. Characterized in that the scenario test, it is preferable to provide a test result log generated in the scenario test result to the information storage unit 530 to be stored in the storage medium 360 in association with the employee information.

예컨대, 본 발명에 따른 시나리오 테스트 처리는 이벤트가 있는 금융계좌에 대해, 신규 거래시 특별 이자가 지급되는 경우, 상기 금융계좌에 대한 신규 개설시에만 상기 특별 이자가 지급되고, 추후 거래에 따른 특별 이자가 지급되지 않는지 유무를 반복 실행하여 확인하는 것이 바람직하다.For example, in the scenario test process according to the present invention, when a special interest is paid in a new transaction to a financial account with an event, the special interest is paid only when a new account is opened for the financial account, and a special interest according to a later transaction. It is desirable to check whether or not the payment is made by repeating it.

또한, 본 발명에 따른 시나리오 테스트 처리는 분실 등록된 금융계좌에 대해, 상기 금융계좌가 분실된 경우 정상 금융거래가 불가능하도록 설정되어 있는지 확인하기 위해, 상기 금융계좌를 통해 거래 가능한 모든 경우에 대한 금융거래 테스트를 반복 실행하여 확인하는 것이 바람직하다.In addition, the scenario test process according to the present invention is for a financial account registered for the loss, in order to determine whether the normal financial transaction is set to be impossible when the financial account is lost, financial transactions for all possible transactions through the financial account It is advisable to repeat the test to confirm.

또한, 본 발명에 따른 시나리오 테스트 처리는, 상기 프로그램 소스코드와 앞의 과정(또는 뒤의 과정)과 상호 연동되는 경우(예컨대, 앞의 과정에서 출력 데이터가 상기 프로그램 소스코드의 입력 데이터로 이용되는 경우) 각각의 과정에 대한 정상 실행 유무를 확인하기 위해, 상기 과정별 프로그램 테스트 실행 결과를 기 저장한 데이터베이스와 연계하여 확인하는 것이 바람직하다.In addition, the scenario test process according to the present invention may be performed when the program source code is interlocked with the previous process (or the following process) (for example, output data is used as input data of the program source code in the previous process). In order to confirm the normal execution of each process, it is preferable to check the program test execution result for each process in connection with a pre-stored database.

도면6은 본 발명의 실시 방법에 따른 프로그램에 대한 시나리오 테스트를 위한 프로그램 테스트 시스템의 동작 흐름을 도시한 도면이다.6 is a diagram illustrating an operation flow of a program test system for scenario testing of a program according to an exemplary embodiment of the present invention.

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

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

도면6을 참조하면, 상기 도면5에 도시된 프로그램 테스트 시스템 상의 단말은 상기 네트워크 수단을 통해 상기 서버에 접속하여 프로그램에 대한 시나리오 테스트를 위한 통신채널을 연결한다(600).Referring to FIG. 6, a terminal on the program test system illustrated in FIG. 5 accesses the server through the network means and connects a communication channel for scenario testing of a program (600).

본 발명의 실시 방법에 따르면, 상기 통신채널 연결 과정은 상기 단말에서 상기 서버로 로그인하는 과정, 및/또는 상기 단말에서 상기 서버로 회원 가입하는 과정 등을 적어도 하나 이상 더 포함하여 이루어지는 것이 바람직하며, 상기 과정에서 상기 단말에 대응하는 고객정보가 추출(또는 획득)된다.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 accesses the server according to the communication protocol corresponding to the network means through a predetermined browser program corresponding to the network means, the scenario for the program You will be familiar with the technical features of connecting communication channels for testing, so a detailed description thereof will be omitted for convenience.

상기와 같이 단말과 서버 사이에 프로그램에 대한 시나리오 테스트를 위한 통신채널이 연결되면, 상기 단말은 상기 통신채널을 통해 상기 서버로 상기 프로그 램에 대한 시나리오 테스트를 위한 시나리오 테스트를 위한 사용자 인터페이스 화면을 요청하고(605), 이에 대응하여 상기 서버는 상기 단말에서 상기 테스트 시나리오 정보를 입력(또는 선택)하기 위한 사용자 인터페이스를 포함하는 시나리오 테스트를 위한 사용자 인터페이스 화면을 생성(또는 추출)하고(610), 상기 생성된 시나리오 테스트를 위한 사용자 인터페이스 화면 상의 일정 영역에 출력할 추천 시나리오를 추출하고(612), 상기 테스트할 대상 프로그램 소스코드에 대응하는 시나리오에 대한 입력 데이터와, 상기 입력 데이터에 대응하는 출력 데이터를 추출하고(614), 상기 생성(또는 추출)된 시나리오 테스트를 위한 사용자 인터페이스 화면을 상기 통신채널을 통해 상기 단말로 전송한다(615).When the communication channel for the scenario test for the program is connected between the terminal and the server as described above, the terminal requests the user interface screen for the scenario test for the scenario test for the program to the server through the communication channel. In response (605), the server generates (or extracts) a user interface screen for a scenario test including a user interface for inputting (or selecting) the test scenario information in the terminal (610), and Extracting the recommended scenario to be output to a predetermined area on the user interface screen for the generated scenario test (612), input data for the scenario corresponding to the target program source code to be tested, and output data corresponding to the input data Extract (614) and generate (or add) ) Transmits a user interface screen for the test scenario to the user terminal via the communication channel 615.

본 발명의 일 실시 방법에 따르면, 상기 시나리오 추출은, 상기 프로그램에 대한 시나리오 테스트를 위해, 과거에 테스트했던 시나리오를 저장하는 시나리오D/B(535)와 연계하여, 상기 프로그램에 대한 테스트 케이스에 대응하는 시나리오 정보를 추출하는 것이 바람직하다.According to an exemplary embodiment of the present invention, the scenario extraction corresponds to a test case for the program in association with a scenario D / B 535 for storing a scenario that has been tested in the past for a scenario test for the program. It is preferable to extract the scenario information.

본 발명의 다른 일 실시 방법에 따르면, 상기 시나리오는 상기 프로그램에 대한 시나리오 테스트를 위해 상기 프로그램을 개발한 직원(또는 상기 프로그램에 대한 테스트를 하는 직원)이 입력하는 시나리오에 따라 시나리오 테스트를 하는 것이 바람직하며, 상기 직원이 입력하는 시나리오는 시나리오D/B(535)에 저장하여 이후 동일한(또는 유사한) 테스트 케이스에 대한 시나리오로 활용하는 것이 바람직하 다.According to another exemplary embodiment of the present invention, it is preferable that the scenario is tested according to a scenario input by an employee who develops the program (or an employee who tests the program) to test the scenario. In addition, the scenario input by the employee is preferably stored in scenario D / B 535 and then used as a scenario for the same (or similar) test case.

이후, 상기 단말은 상기 테스트 시나리오 정보 입력(또는 선택)을 위해 상기 시나리오 테스트를 위한 사용자 인터페이스 화면에 포함된 상기 사용자 인터페이스를 통해 상기 테스트 시나리오 정보가 입력(또는 선택)하도록 처리한다(620).Thereafter, the terminal processes the test scenario information to be input (or selected) through the user interface included in the user interface screen for the scenario test for inputting (or selecting) the test scenario information (620).

만약 상기 단말에서 상기 테스트 시나리오 정보가 입력(또는 선택)되면(625), 상기 단말은 상기 통신채널을 통해 상기 서버로 상기 테스트 시나리오 정보를 전송하고(630), 이에 대응하여 상기 서버는 상기 수신된 테스트 시나리오 정보를 연계 처리하여 상기 도면5에 도시된 시험항목D/B(140)에 저장한다(635).If the test scenario information is input (or selected) in the terminal (625), the terminal transmits the test scenario information to the server through the communication channel (630), and correspondingly the server receives the received The test scenario information is cooperatively processed and stored in the test item D / B 140 illustrated in FIG. 5 (635).

상기 직원 정보는 상기 프로그램 소스코드를 포함하는 테스트 요청 정보를 상기 직원단말을 통해 입력하는 직원의 개인정보(예컨대, 직원의 성명, 주민등록번호, 주소, 전화번호, 휴대폰번호, 메일주소 등)와, 상기 직원의 사원정보(예컨대, 상기 직원이 상기 프로그램 소스코드를 개발한 대상 기업의 직원으로 입사함에 의해 상기 직원에게 부여되는 사원번호, 사원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.

상기 테스트 시나리오 정보는 상기 직원단말을 통해 제공되는 프로그램 소스코드를 파싱하여 상기 프로그램 테스트 서버(500)를 통해 테스트 항목별 프로그램 소스코드에 대한 테스트를 실행하고, 상기 프로그램 소스코드에 대한 테스트가 완료되면, 상기 프로그램 소스코드를 포함하는 일련의 과정을 테스트하는 테스트 시나리오를 포함하여 이루어지는 것이 바람직하다.The test scenario information parses the program source code provided through the employee terminal to execute a test for the program source code for each test item through the program test server 500, and when the test for the program source code is completed It is preferable to include a test scenario for testing a series of processes including the program source code.

또한, 상기 테스트 시나리오는 상기 시나리오D/B(535)에 저장, 등록하여 추후 동일한 테스트 케이스에 대한 프로그램 테스트 요청시, 상기 프로그램 테스트를 위한 소정의 시나리오를 추천하는데 이용할 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.In addition, the test scenario may be stored and registered in the scenario D / B 535 to be used to recommend a predetermined scenario for the program test when a program test request for the same test case is made later. It is not limited.

예컨대, 상기 테스트 시나리오는 상기 프로그램 소스코드가 금융거래 과정 중 입금 부분을 처리하는 프로그램인 경우, 상기 입금을 위한 금융계좌를 개설하는 과정과, 상기 금융계좌로부터 상기 입금한 금액의 일부(또는 전부)를 출금하는 과정과, 상기 금융계좌를 해지하는 전체 과정에 대한 테스트를 포함하여 이루어지는 것이 바람직하다.For example, in the test scenario, when the program source code is a program for processing a deposit portion of a financial transaction, a process of opening a financial account for the deposit and a part (or all) of the amount of the deposit from the financial account It is preferable to include a test for the process of withdrawing the account, and the entire process of closing the financial account.

상기 입력 데이터는 상기 직원단말을 통해 제공된 사용자 인터페이스를 통해 입력(또는 선택)하여 전송하는 입력항목(예컨대, 그룹사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 details, full text details, error codes, etc.), and at least one input value corresponding to the input items. The input value may be omitted.

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

또한, 상기 입력 데이터는 상기 입력항목과, 상기 입력항목과 연계된 입력값 대신 이미지로그D/B에 저장된 적어도 하나 이상의 입력 전문을 선택한 입력 전문 선택 정보일 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.Further, 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 instead of the input value associated with the input item, and the present invention is not limited thereto. .

상기 출력 데이터는 상기 직원단말을 통해 제공된 사용자 인터페이스를 통해 입력(또는 선택)하여 전송하는 입력항목에 대응하는 항목(예컨대, 그룹사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.

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

또한, 상기 출력 데이터는 상기 출력항목과, 상기 출력항목과 연계된 출력값 대신 이미지로그D/B에 저장된 적어도 하나 이상의 출력 전문을 선택한 출력 전문 선택 정보일 수도 있으며, 이에 의해 본 발명이 한정되지 아니한다.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 instead of the output value associated with the output item, and the present invention is not limited thereto.

이후, 상기 서버는 상기 프로그램 소스코드에 대한 테스트 항목 정보에 대응하여, 상기 도면1에 도시된 프로그램 소스코드 처리 시스템을 통해 등록된 프로그램 소스코드를 시나리오에 따라 테스트하고(640), 상기 프로그램에 대한 시나리오 테스트 결과에 대응하는 테스트 결과 로그를 생성하여 상기 프로그램 테스트를 요청하는 직원(또는 상기 프로그램 소스코드를 개발한 직원)에 대응하는 직원 정보와 연계 처리하여 저장매체(360)에 저장한다(645).Subsequently, the server tests the program source code registered through the program source code processing system shown in FIG. 1 according to the scenario in response to the test item information about the program source code (640) and for the program. The test result log corresponding to the scenario test result 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 (645). .

예컨대, 본 발명에 따른 시나리오 테스트 처리는 이벤트가 있는 금융계좌에 대해, 신규 거래시 특별 이자가 지급되는 경우, 상기 금융계좌에 대한 신규 개설시에만 상기 특별 이자가 지급되고, 추후 거래에 따른 특별 이자가 지급되지 않는지 유무를 반복 실행하여 확인하는 것이 바람직하다.For example, in the scenario test process according to the present invention, when a special interest is paid in a new transaction to a financial account with an event, the special interest is paid only when a new account is opened for the financial account, and a special interest according to a later transaction. It is desirable to check whether or not the payment is made by repeating it.

또한, 본 발명에 따른 시나리오 테스트 처리는 분실 등록된 금융계좌에 대해, 상기 금융계좌가 분실된 경우 정상 금융거래가 불가능하도록 설정되어 있는지 확인하기 위해, 상기 금융계좌를 통해 거래 가능한 모든 경우에 대한 금융거래 테스트를 반복 실행하여 확인하는 것이 바람직하다.In addition, the scenario test process according to the present invention is for a financial account registered for the loss, in order to determine whether the normal financial transaction is set to be impossible when the financial account is lost, financial transactions for all possible transactions through the financial account It is advisable to repeat the test to confirm.

또한, 본 발명에 따른 시나리오 테스트 처리는, 상기 프로그램 소스코드와 앞의 과정(또는 뒤의 과정)과 상호 연동되는 경우(예컨대, 앞의 과정에서 출력 데이터가 상기 프로그램 소스코드의 입력 데이터로 이용되는 경우) 각각의 과정에 대한 정상 실행 유무를 확인하기 위해, 상기 과정별 프로그램 테스트 실행 결과를 기 저장한 데이터베이스와 연계하여 확인하는 것이 바람직하다.In addition, the scenario test process according to the present invention may be performed when the program source code is interlocked with the previous process (or the following process) (for example, output data is used as input data of the program source code in the previous process). In order to confirm the normal execution of each process, it is preferable to check the program test execution result for each process in connection with a pre-stored database.

본 발명에 따르면, 거대한 하나의 프로그램이 적어도 하나 이상의 여러 개의 프로그램으로 구성된 경우, 이를 일원하한 시나리오를 테스트하여, 다른 부분과의 호환성 등의 문제를 한번에 테스트할 수 있는 장점이 있다.According to the present invention, when a huge one program is composed of at least one or more multiple programs, there is an advantage in that one or more scenarios can be tested to test a problem such as compatibility with other parts at once.

예를 들면, 금융거래 서비스 중 입금 부분에 대한 프로그램을 개발하여 테스트할 경우, 금융계좌를 개설하는 과정과, 금융계좌에 입금하고, 입금된 금융계좌로부터 출금하고, 금융계좌를 해지하는 과정을 모두 테스트해야 하는 복잡한 과정으 로 인해, 테스트가 쉽지 않지만, 이를 하나의 시나리오로 통합하여 테스트할 경우, 쉽게 테스트할 수 있는 장점이 있다.For example, if you develop and test a program for the deposit part of a financial transaction service, you will be able to open a financial account, deposit a bank account, withdraw from a bank account, and terminate the bank account. Due to the complex process that needs to be tested, testing is not easy, but there is an advantage in that it is easy to test when integrating and testing into one scenario.

또한, 복잡한 테스트 과정으로 인해 테스트하는 직원이 실수할 수 있는 문제를 컴퓨터가 대신 함으로써, 사람이 함으로써 발생하는 실수를 최소화할 수 있고, 같은 종류의 여러 프로그램에 대한 동일한 방법과 과정에 의한 프로그램 테스트를 할 수 있으므로, 보다 쉬운 프로그램 테스트를 할 수 있는 장점이 있다.In addition, the computer replaces the problem that the test staff can make due to complicated testing process, so that the mistakes made by humans can be minimized, and the program can be tested by the same method and process for several programs of the same kind. Because it can, it has the advantage of easier program testing.

Claims (4)

서버에서 단말로부터 프로그램 소스코드와, 상기 프로그램 소스코드를 테스트하기 위한 테스트 케이스 정보를 수신하는 단계;Receiving a program source code and test case information for testing the program source code from a terminal at a server; 서버에서 상기 수신된 테스트 케이스 정보에 대응하는 추천 시나리오를 추출하는 단계;Extracting a recommendation scenario corresponding to the received test case information from a server; 서버에서 상기 추출된 시나리오를 상기 단말로 제공할 사용자 인터페이스의 일정 영역에 출력하는 단계; 및Outputting, by a server, the extracted scenario to a predetermined area of a user interface to be provided to the terminal; And 서버에서 상기 출력된 사용자 인터페이스를 통해 상기 프로그램 소스코드에 대한 시나리오 테스트를 위해, 테스트 시나리오가 입력(또는 선택)되면, 상기 테스트 시나리오에 따라 프로그램을 테스트하는 단계;를 포함하여 이루어지는 것을 특징으로 하는 시나리오를 이용한 프로그램 소스코드 테스트 방법.For testing a scenario for the program source code through the output user interface in the server, if a test scenario is input (or selected), testing a program according to the test scenario; scenarios comprising a Program source code test method using. 제 1항에 있어서, 상기 테스트 시나리오에 따라 프로그램을 테스트하는 단계는,The method of claim 1, wherein testing the program according to the test scenario comprises: 상기 사용자 인터페이스를 통해 입력(또는 선택)된 테스트 시나리오를 테스트 케이스 정보와 연계 처리하여 데이터베이스에 저장하는 시나리오 저장 단계;를 더 포함하여 이루어지는 것을 특징으로 하는 시나리오를 이용한 프로그램 소스코드 테스트 방법.And storing a scenario in which the test scenario inputted through the user interface (or selected) is linked to the test case information and stored in a database. 제 2항에 있어서, 시나리오 저장 단계는,The method of claim 2, wherein storing the scenario, 상기 데이터베이스에 저장된 시나리오 정보와, 테스트 케이스 정보를 이후 프로그램 테스트를 요청시, 프로그램 테스트 케이스와 매칭되는 시나리오 정보를 추천하기 위한 정보에 포함시키는 것을 특징으로 하는 시나리오를 이용한 프로그램 소스코드 테스트 방법.And the scenario information stored in the database and the test case information are included in the information for recommending scenario information matching the program test case when the program test is requested later. 제 1항에 있어서, 상기 테스트 시나리오에 따라 프로그램을 테스트하는 단계는,The method of claim 1, wherein testing the program according to the test scenario comprises: 상기 프로그램 소스코드에 대한 시나리오 테스트를 위해, 상기 시나리오에 대응하는 적어도 하나 이상의 입력항목과, 상기 입력항목별 입력 값을 포함하는 입력 데이터와, 상기 입력 데이터에 대응하는 적어도 하나 이상의 출력항목과, 상기 출력항목별 출력 값을 포함하는 출력 데이터를 추출하는 단계;를 더 포함하여 이루어지는 것을 특징으로 하는 프로그램 소스코드 테스트 방법.At least one input item corresponding to the scenario, input data including input values for each input item, at least one output item corresponding to the input data, for a scenario test on the program source code, And extracting output data including an output value for each output item.
KR1020090059476A 2009-06-30 2009-06-30 Method for testing program source code KR20090086492A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020090059476A KR20090086492A (en) 2009-06-30 2009-06-30 Method for testing program source code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020090059476A KR20090086492A (en) 2009-06-30 2009-06-30 Method for testing program source code

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
KR1020070093901A Division KR101014679B1 (en) 2007-09-14 2007-09-14 System for Testing Program Source Code using Scenarios

Publications (1)

Publication Number Publication Date
KR20090086492A true KR20090086492A (en) 2009-08-13

Family

ID=41205883

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020090059476A KR20090086492A (en) 2009-06-30 2009-06-30 Method for testing program source code

Country Status (1)

Country Link
KR (1) KR20090086492A (en)

Similar Documents

Publication Publication Date Title
USRE49486E1 (en) System and method for tracking web interactions with real time analytics
US11936760B2 (en) Method and system of generating generic protocol handlers
US10997531B2 (en) System, method and graphical user interface for workflow generation, deployment and/or execution
US20170344921A1 (en) Method and apparatus for triggering execution of a workflow over a network
US10423675B2 (en) System and method for automated domain-extensible web scraping
US20090070121A1 (en) System, Method And Graphical User Interface For Workflow Generation, Deployment And/Or Execution
US20100023952A1 (en) Platform for data aggregation, communication, rule evaluation, and combinations thereof, using templated auto-generation
Laclavík et al. Email analysis and information extraction for enterprise benefit
JP2012150822A (en) Command script parsing using local and extended storage for command lookup
AU2014400621B2 (en) System and method for providing contextual analytics data
JP2014527651A (en) System and method for determining interpersonal influence information using text content from interpersonal dialogue
CN110020358A (en) Method and apparatus for generating dynamic page
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
KR100946417B1 (en) Method for Testing Program Source Code
KR101014679B1 (en) System for Testing Program Source Code using Scenarios
US20140337069A1 (en) Deriving business transactions from web logs
Silva-Lepe et al. Soalive service catalog: A simplified approach to describing, discovering and composing situational enterprise services
KR20090086492A (en) Method for testing program source code
KR20090098765A (en) System for testing program source code
Pierro A User-Centered Perspective for the blockchain Development
WO2009105459A2 (en) Methods and systems to test airline information systems
US11461588B1 (en) Advanced data collection block identification
Barakat et al. IDLGen: Automated Code Generation for Inter-parameter Dependencies in Web APIs
Milhem et al. Extraction of architectural patterns from frameworks and modeling their contributions to qualities

Legal Events

Date Code Title Description
A107 Divisional application of patent
WITN Withdrawal due to no request for examination