Microsoft Word - [TP_3][T1]UTP.docx

Size: px
Start display at page:

Download "Microsoft Word - [TP_3][T1]UTP.docx"

Transcription

1 Unit Testing Plan for Point Of Sale System Test Plan Test Design Specification Test Cases Specification Project Team Team 1 Date Team Information 김재현 방민석 백만일 조영래

2 Table of Contents 1 Introduction Objectives Background Scope Project plan Configuration management plan References Test items Features to be tested Features not to be tested Approach Item pass/fail criteria Unit test design specification Test design specification identifier Features to be tested Approach refinements Test identification Feature pass/fail criteria Unit test case specification Test case specification identifier Test items... 13

3 8.3 Input specifications Output specifications Testing tasks Environmental needs Unit Test deliverables Schedules... 14

4 1 Introduction 1.1 Objectives 본문서는 2017 학년도 2학기소프트웨어공학개론수업의 Team1이개발한 POS system( 이하 POS) Unit Test 하기위한계획문서이다. Team 1이정의한 Unit Testing 을수행하기위하여 Testing Pass/Fail Criteria를정의하고이를수행하기위한 Test Design & Test Cases 를제작한다. 1.2 Background POS system 은사용자의요구에따라판매와관련된데이터를일관적으로관리하고, 고객정보를수집하여부가가치를향상시키는시스템이다. Unit Test는시스템을구성하는최소단위모듈들을대상으로하는 Test이며, 시스템의성능을좌우하는요소들이요구사항을만족하는지를확인할수있는기본적인 Test approach이다 1.3 Scope POS system 대한 Unit Test 를수행하기위한자원과절차, Test approach 와 Technique 와 필요로하는환경및도구등을정의한다. Unit Test 는시스템핵심기능관련프로 세스에중점을두며전달역할등단순프로세스는 Test 에서제외한다. 1.4 Project plan 1.5 Configuration management plan 1.6 References 2 Test items Team1 이 SASD 기법을이용하여개발한 POS 를 Testing 한다. SA에서최소단위의각 Process 별로요구사항을만족하는지, 정상적인결과가나오는지, 잘못된값입력시예외처리가동작하는지 Testing 을수행한다. <Figure 1 Overall DFD> 는 SA를이용하여요구사항을분석한결과를 DFD를이용해나타낸그림이고, <Figure 2 Structural Chart> 는 SD의 Basic Structural Chart를나타낸그림이다. 각그림을참조하여 Unit을지정하고, 지정한 Unit을 SRA에명세된내용과같은동작을하는지확인한다.

5 <Figure 1 Overall DFD> <Figure 2 Structural Chart>

6 3 Features to be tested 시스템핵심기능관련모듈중입력담당모듈부분과처리담당모듈부분을거쳐요구사항만족, 정상적인동작과잘못된값입력시동작에중점을두어테스트한다. 1) Process in SRA : 각프로세스가가지고있는요구사항을만족하는지테스트한다. 2) Modules in SDS : 각모듈이가지고있는데이터인터페이스를테스트한다. <Table1 Testing Process(DFD) 리스트 > ID Name Description 1.3 Determine Barcode 입력받은데이터를 Barcode Data형태로변환한다. 1.4 Determine Command 디스플레이를통해입력받은데이터를 Command Data형태로변환한다. 2.2 Convert Server Data 서버로부터받은데이터를 Server Data형태로변환한다 Controller 입력된 Data를 Command Data를바탕으로프로세스들을트리거한다 Display Main 입력데이터를 Display Data형태로만든다 Sale 판매될수량을서버와비교해서판매가능하면 Sale Data형태로만든다 Refund 환불물품을서버와비교해서환불가능하면 Refund Data형태로만든다 Check Inventory 서버에서재고목록을받아온다 Settlement 서버에서판매, 환불영수증을읽어와 Settlement Data 형태로만든다 Update Display 계산된 Data를 Display Data형태로만들어 Display Inte rface에전달한다 Update Server 계산된 Data를 Server Data형태로만들어 Server Inter face에전달한다 Print Data 계산된 Data를 Printer Interface에전달한다 4 Features not to be tested 5 Approach 전달역할, 단순한프로세스, UI 구성프로세스, 특수한상황에서만작동하는프로세스 는테스트에서제외한다. CMS 의 Program source code 와 Unit Tests 는 Cygwin 환경에서이루어지며,

7 Program code 의변경및수정사항은지속적으로통합되고테스트된다. 6 Item pass/fail criteria 각 Unit 별 Pass/Fail Criteria 는 <Test Case Identification> 을참조한다. 7 Unit test design specification 7.1 Test design specification identifier POS_[Category]_ Features to be tested <Table 1 Testing Process(DFD) 리스트 > 참조 7.3 Approach refinements 각 Process Specification 에명시된내용을기반으로 Test Design 및 Test Cases 를 생성해낸다. 7.4 Test identification <Table2 Test Design Identification> Identifier Feature (Process DFD) Valid / Invalid value POS_BAR_DATA_ Determine Barcode determine_barcode(list, SERVER, &server, b, 001, -1} POS_BAR_DATA_ Determine Barcode determine_barcode(list, SERVER, &server, b, 010, -1} POS_BAR_DATA_ Determine Barcode determine_barcode(list, SERVER, &server, b, 011, -1} POS_BAR_DATA_ Determine Barcode determine_barcode(list, SERVER, &server, b, 100, -1} POS_BAR_DATA_ Determine Barcode determine_barcode(list, SERVER,

8 &server, b, 101, -1} POS_BAR_DATA_ Determine Barcode determine_barcode(list, SERVER, &server, b, 110, -1} POS_BAR_DATA_ Determine Barcode determine_barcode(list, SERVER, &server, b, 111, -1} POS_BAR_DATA_ Determine Barcode determine_barcode(list, SERVER, &server, b, 000, -1} POS_BAR_DATA_ Determine Barcode determine_barcode(list, SERVER, &server, r, barcode, -1} POS_COMMAND_DATA_ Determine Command determine_command(command, SERVER, LIST, state) : { b, &server, POS_COMMAND_DATA_ Determine Command determine_command(command, SERVER, LIST, state) : { s, &server, &list, 1} POS_COMMAND_DATA_ Determine Command determine_command(command, SERVER, LIST, state) : { r, &server, &list, 2} POS_COMMAND_DATA_ Determine Command determine_command(command, SERVER, LIST, state) : { C, &server, &list, 3} POS_COMMAND_DATA_ Determine Command determine_command(command, SERVER, LIST, state) : { i, &server, POS_COMMAND_DATA_ Determine Command determine_command(command, SERVER, LIST, state) : { c, &server, POS_COMMAND_DATA_ Determine Command determine_command(command, SERVER, LIST, state) : { e, &server, &list, 0} POS_COMMAND_DATA_ Determine Command determine_command(command, SERVER, LIST, state) : { x, &server,

9 POS_SERVER_DATA_ Convert Server Data convert_server(server, LIST, receipt_num, type) : {&server, &list, receipt_num,0} POS_SERVER_DATA_ Convert Server Data convert_server(server, LIST, receipt_num, type) : {&server, &list, receipt_num,1} POS_SERVER_DATA_ Convert Server Data convert_server(server, LIST, receipt_num, type) : {&server, &list, receipt_num,2} POS_Controller_ Controller selected_state {-1} POS_Controller_ Controller selected_state { 0} POS_Controller_ Controller selected_state {1} POS_Controller_ Controller selected_state {2} POS_Controller_ Controller selected_state {3} POS_Controller_ Controller selected_state {4} POS_Controller_ Controller selected_state {int_max} POS_Display_Main_ Display Main display_main(display) : {&display} POS_SALE_DATA_ Sale sale(r_price, LIST, SERVER, SALE, state, DISPLAY) : {r_price, list, server, sale, 1, display} POS_SALE_DATA_ Sale sale(r_price, LIST, SERVER, SALE, state, DISPLAY) : {0, 0, server, sale, 1, display} POS_SALE_DATA_ Sale sale(r_price, LIST, SERVER, SALE, state, DISPLAY) : {r_price, 0, server, sale, 1, display} POS_SALE_DATA_ Sale sale(r_price, LIST, SERVER, SALE, state, DISPLAY) : {r_price, 0, 0, sale, 1, display} POS_REFUND_DATA_ Refund Refund(LIST, SERVER, REFUND, state, DISPLAY) : {&list, &server,,&refund, 2, display} POS_CHECK_DATA_ Check Inventory Check(SERVER, state, DISPLAY) : {&server, 3, &display} POS_SETTLEMENT_ Settlement settlement(list, SERVER, SETTLEMENT, state) : {&list, &server, &settlement, 4} POS_SETTLEMENT_ Settlement settlement(list, SERVER, SETTLEMENT, state) : {0, &server, &settlement, 4}

10 POS_Update_Display_ Update Display update_display(sale,refund, SERVER, DISPLAY) : {1, 0, 0, 0} POS_Update_Display_ Update Display update_display(sale,refund, SERVER, DISPLAY) : {0, 1, 0, 0} POS_Update_Display_ Update Display update_display(sale,refund, SERVER, DISPLAY) : {0, 0, 1, 0} POS_Update_Server_ Update Server update_server(server, LIST) : {&server, &list} POS_Update_Server_ Update Server update_server(server, LIST) : {&server, 0} POS_PRINT_DATA_ Print Data print_data(sale, REFUND, SERVER, SETTLEMENT) : {&sale, 0, 0, 0} POS_PRINT_DATA_ Print Data print_data(sale, REFUND, SERVER, SETTLEMENT) : {0, &refund, 0, 0} POS_PRINT_DATA_ Print Data print_data(sale, REFUND, SERVER, SETTLEMENT) : {0, 0, &server, 0} POS_PRINT_DATA_ Print Data print_data(sale, REFUND, SERVER, SETTLEMENT) : {0, 0, 0, &settlemenet} 7.5 Feature pass/fail criteria POS 의각모듈은 SRA 에정의되어있는요구사항을만족해야한다. 각모듈의입 / 출력및동작은 SRA 의 Process description 항목및 STD 를참조한다. 8 Unit test case specification 8.1 Test case specification identifier <Table3 Test Case Identification> Identifier Input Specification Output Specification POS_BAR_DATA_01 determine_barcode(list, SERVER, Barcode Data(product) {&list, &server, b, 001, -1} POS_BAR_DATA_02 determine_barcode(list, SERVER, Barcode Data(product) {&list, &server, b, 010, -1} POS_BAR_DATA_03 determine_barcode(list, SERVER, Barcode Data(product)

11 POS_BAR_DATA_04 POS_BAR_DATA_05 POS_BAR_DATA_06 POS_BAR_DATA_07 POS_BAR_DATA_08 POS_BAR_DATA_09 POS_COMMAND_DATA_01 POS_COMMAND_DATA_02 POS_COMMAND_DATA_03 POS_COMMAND_DATA_04 POS_COMMAND_DATA_05 POS_COMMAND_DATA_06 {&list, &server, b, 011, -1} determine_barcode(list, SERVER, {&list, &server, b, 100, -1} determine_barcode(list, SERVER, {&list, &server, b, 101, -1} determine_barcode(list, SERVER, {&list, &server, b, 110, -1} determine_barcode(list, SERVER, {&list, &server, b, 111, -1} determine_barcode(list, SERVER, {&list, &server, b, 000, -1} determine_barcode(list, SERVER, {&list, &server, r, barcode, -1} determine_command(command, SERVER, LIST, state) : { b, &server, determine_command(command, SERVER, LIST, state) : { s, &server, &list, 1} determine_command(command, SERVER, LIST, state) : { r, &server, &list, 2} determine_command(command, SERVER, LIST, state) : { C, &server, &list, 3} determine_command(command, SERVER, LIST, state) : { i, &server, determine_command(command, SERVER, LIST, state) : { c, &server, Barcode Data(product) Barcode Data(product) Barcode Data(product) Barcode Data(product) Error(Exception Handling) Barcode Data(receipt) Command = Input Barcode Command = Sale Command = Refund Command = Check Command = Input Cash Command = product_amt change

12 POS_COMMAND_DATA_07 determine_command(command, Command = Exit SERVER, LIST, state) : { e, &server, &list, 0} POS_COMMAND_DATA_08 determine_command(command, Error(Exception Handling) SERVER, LIST, state) : { x, &server, POS_SERVER_DATA_01 convert_server(server, LIST, Server Data receipt_num, type) : {&server, &list, receipt_num,0} POS_SERVER_DATA_02 convert_server(server, LIST, Server Data receipt_num, type) : {&server, &list, receipt_num,1} POS_SERVER_DATA_03 convert_server(server, LIST, Server Data receipt_num, type) : {&server, &list, receipt_num,2} POS_Controller_01 selected_state {-1} Input Barcode POS_Controller_02 selected_state { 0} Wait POS_Controller_03 selected_state {1} Sale POS_Controller_04 selected_state {2} Refund POS_Controller_05 selected_state {3} Check POS_Controller_06 selected_state {4} Settlement POS_Controller_07 selected_state {int_max} Error(Exception Handling) POS_Display_Main_01 display_main(display): {&display} Display Data POS_SALE_DATA_01 sale(r_price, LIST, SERVER, SALE, Sale Data state, DISPLAY) : {r_price, list, server, sale, 1, display} POS_SALE_DATA_02 sale(r_price, LIST, SERVER, SALE, state, DISPLAY) : {0, list, server, Error(Exception Handling) r_price < total_price sale, 1, display} POS_SALE_DATA_03 sale(r_price, LIST, SERVER, SALE, Error(Exception Handling) state, DISPLAY) : {r_price, 0, List x server, sale, 1, display} POS_SALE_DATA_04 sale(r_price, LIST, SERVER, SALE, state, DISPLAY) : {r_price, list, 0, sale, 1, display} Error(Exception Handling) p_amt > server_stock POS_REFUND_DATA_01 Refund(LIST, SERVER, REFUND, Refund Data state, DISPLAY) : {&list, &server,,&refund, 2, display}

13 POS_CHECK_DATA_01 Check(SERVER, state, DISPLAY) : {&server, 3, &display} POS_SETTLEMENT_01 settlement(list, SERVER, SETTLEMENT, state) : {list, &server, &settlement, 4} POS_SETTLEMENT_02 settlement(list, SERVER, SETTLEMENT, state) : {0, &server, &settlement, 4} POS_Update_Display_01 update_display(sale,refund, SERVER, DISPLAY) : {1, 0, 0, 0} POS_Update_Display_02 update_display(sale,refund, SERVER, DISPLAY) : {0, 1, 0, 0} POS_Update_Display_03 update_display(sale,refund, SERVER, DISPLAY) : {0, 0, 1, 0} POS_Update_Server_01 update_server(server, LIST) : {&server, &list} POS_Update_Server_02 update_server(server, LIST) : {&server, 0} POS_PRINT_DATA_01 print_data(sale, REFUND, SERVER, SETTLEMENT) : {&sale, 0, 0, 0} POS_PRINT_DATA_02 print_data(sale, REFUND, SERVER, SETTLEMENT) : {0, &refund, 0, 0} POS_PRINT_DATA_03 print_data(sale, REFUND, SERVER, SETTLEMENT) : {0, 0, &server, 0} POS_PRINT_DATA_04 print_data(sale, REFUND, SERVER, SETTLEMENT) : {0, 0, 0, &settlemenet} Chech Data Settlement Data Error(Exception Handling) List x Display Command Display Command Display Command Save Error(Exception Handling) list x Printer Command Printer Command Printer Command Printer Command 8.2 Test items <Table 2 Test Design Identification> 참조 8.3 Input specifications <Table3 Test Case Identification> 참조

14 8.4 Output specifications <Table3 Test Case Identification> 참조 9 Testing tasks < Table4 Testing tasks & Schedule > Task Predecessor task Special skills Effort Finish data Unit Test Plan 작성 SRA 작성 SDS 작성 POS 구현 Test Design Specification Task1 POS 에대한이해 Test Case Specification Task Test Execution Task 3 Test Code 작성 Unit test tool 활용 Test result report Task Environmental needs POS system Unit Test 를위한환경적요구사항은다음과같다. (1) Hardware &platform GCC compiler/linker (2) Unit test framework CUni (3) Integrated Platform Cygwin Cygwin 11 Unit Test deliverables 12 Schedules < Table4 Testing taskes & Schedule > 참조

Ver. T3_DWS.UTP-1.0 Unit Testing Plan for Digital Watch System Test Plan Test Design Specification Test Cases Specification Date Team Infor

Ver. T3_DWS.UTP-1.0 Unit Testing Plan for Digital Watch System Test Plan Test Design Specification Test Cases Specification Date Team Infor Unit Testing Plan for Digital Watch System Test Plan Test Design Specification Test Cases Specification Date 2012-10-25 Team Information Sanghyun Yoon shyoon.dslab@gmail.com Dependable Software Laboratory

More information

Ver. 1.0 Unit Testing Plan for POS System Test Plan Test Design Specification Test Cases Specification Project Team Team 3 Date Team Inform

Ver. 1.0 Unit Testing Plan for POS System Test Plan Test Design Specification Test Cases Specification Project Team Team 3 Date Team Inform Unit Testing Plan for POS System Test Plan Test Design Specification Test Cases Specification Project Team Team 3 Date 2017-11-06 Team Information 장혁준허윤아현인수전상우 Table of Contents 1 Introduction 4 1.1 Objectives

More information

PowerPoint Template

PowerPoint Template SOFTWARE ENGINEERING Team Practice #3 (UTP) 201114188 김종연 201114191 정재욱 201114192 정재철 201114195 홍호탁 www.themegallery.com 1 / 19 Contents - Test items - Features to be tested - Features not to be tested

More information

Ver. DS-2012.T3.DWS.STR-1.0 System Test Report for Digital Watch System Test Cases Specification Test Summary Report Project Team 이동아 Latest update on

Ver. DS-2012.T3.DWS.STR-1.0 System Test Report for Digital Watch System Test Cases Specification Test Summary Report Project Team 이동아 Latest update on System Test Report for Digital Watch System Test Cases Specification Test Summary Report roject Team 이동아 Latest update on: 2012-10-26 Team Information 이동아 : dalee.dslab@gmail.com Dong-Ah Lee 1 Table of

More information

Ver. 2017SE-POS-SRS-3.0 Software Requirement Analysis for Point Of Sale System Project Team Team 6 Date Team Information 김병식 2016

Ver. 2017SE-POS-SRS-3.0 Software Requirement Analysis for Point Of Sale System Project Team Team 6 Date Team Information 김병식 2016 Software Requirement Analysis for Point Of Sale System Project Team Team 6 Date 2017.11.06 Team Information 201311264 김병식 201610379 김나연 201611248 강병성 201610070 김지우 Team 6 1 Table of Contents 1 Introduction

More information

Microsoft PowerPoint - Ieee standard pptx

Microsoft PowerPoint - Ieee standard pptx 200511316 김형석 Test plan Test design specification Test case specification Test procedure specification Test item transmittal report Test log Test incident report Test summary report Purpose -The purpose

More information

화판_미용성형시술 정보집.0305

화판_미용성형시술 정보집.0305 CONTENTS 05/ 07/ 09/ 12/ 12/ 13/ 15 30 36 45 55 59 61 62 64 check list 9 10 11 12 13 15 31 37 46 56 60 62 63 65 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43

More information

Microsoft Word - [2017SMA][T8]OOPT_Stage_2040 ver2.docx

Microsoft Word - [2017SMA][T8]OOPT_Stage_2040 ver2.docx OOPT Stage 2040 - Design Feesual CPT Tool Project Team T8 Date 2017-05-24 T8 Team Information 201211347 박성근 201211376 임제현 201411270 김태홍 2017 Team 8 1 Table of Contents 1. Activity 2041. Design Real Use

More information

untitled

untitled Performance Goal and Objectives Performance Goal and Objectives Technology Selection Criteria Philosophy and Program Management Source Selection Flight Test Approach and Organization Focus on Achieving

More information

intro

intro Contents Introduction Contents Contents / Contents / Contents / Contents / 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57

More information

Ver. 2 Software Requirement Analysis for Point of Sale(POS) System Project Team T3 Date Team Information 현인수전상우장혁준허윤아 T3 1

Ver. 2 Software Requirement Analysis for Point of Sale(POS) System Project Team T3 Date Team Information 현인수전상우장혁준허윤아 T3 1 Software Requirement Analysis for Point of Sale(POS) System Project Team T3 Date 2017-10-07 Team Information 현인수전상우장혁준허윤아 T3 1 Table of Contents 1 Introduction 4 1.1 Purpose 4 1.2 Scope 4 1.3 Definition,

More information

정답-1-판매용

정답-1-판매용 Unit Point 6 Exercise 8. Check 5. Practice Speaking 5 Speaking Unit Basic Test Speaking test Reading Intermediate Test Advanced Test Homework Check Homework Homework Homework 5 Unit Point 6 6 Exercise

More information

PowerPoint Template

PowerPoint Template SOFTWARE ENGINEERING Practice #6 (Final) Electronic Door Lock System 201114188 김종연 201114191 정재욱 201114192 정재철 201114195 홍호탁 www.themegallery.com 1 / 38 Contents 1 2 Final Overview Unit Test 3 4 Modification

More information

Orcad Capture 9.x

Orcad Capture 9.x OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd

More information

Microsoft Word - [2017SMA][T8]OOPT_Stage_1000_ docx

Microsoft Word - [2017SMA][T8]OOPT_Stage_1000_ docx OOPT Stage 1000 - Plan & Elaboration Feesual CPT Tool Project Team T8 Date 2017-03-30 T8 Team Information 201211347 박성근 201211376 임제현 201411270 김태홍 2017 Team 8 1 Table of Contents 1 Activity 1001. Define

More information

1.장인석-ITIL 소개.ppt

1.장인석-ITIL 소개.ppt HP 2005 6 IT ITIL Framework IT IT Framework Synchronized Business and IT Business Information technology Delivers: Simplicity, Agility, Value IT Complexity Cost Scale IT Technology IT Infrastructure IT

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Web Browser Web Server ( ) MS Explorer 5.0 WEB Server MS-SQL HTML Image Multimedia IIS Application Web Server ASP ASP platform Admin Web Based ASP Platform Manager Any Platform ASP : Application Service

More information

2 2000. 8. 31

2 2000. 8. 31 IT update 00 1 / 2000.8.30 IT update Information Technology 2 2000. 8. 31 C o n t e n t s 2000. 8. 31 3 4 2000. 8. 31 2000. 8. 31 5 6 2000. 8. 31 2000. 8. 31 7 8 2000. 8. 31 2000. 8. 31 9 1 0 2000. 8.

More information

Microsoft Word - [2017SMA][T8]OOPT_Stage_1000 ver2.docx

Microsoft Word - [2017SMA][T8]OOPT_Stage_1000 ver2.docx OOPT Stage 1000 - Plan & Elaboration Feesual CPT Tool Project Team T8 Date 2017-04-13 T8 Team Information 201211347 박성근 201211376 임제현 201411270 김태홍 2017 Team 8 1 Table of Contents 1 Activity 1001. Define

More information

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

소프트웨어개발방법론

소프트웨어개발방법론 사용사례 (Use Case) Objectives 2 소개? (story) vs. 3 UC 와 UP 산출물과의관계 Sample UP Artifact Relationships Domain Model Business Modeling date... Sale 1 1..* Sales... LineItem... quantity Use-Case Model objects,

More information

ETL_project_best_practice1.ppt

ETL_project_best_practice1.ppt ETL ETL Data,., Data Warehouse DataData Warehouse ETL tool/system: ETL, ETL Process Data Warehouse Platform Database, Access Method Data Source Data Operational Data Near Real-Time Data Modeling Refresh/Replication

More information

감사칼럼 2010. 11 (제131호) 다. 미국과 일본의 경제성장률(전기 대비)은 2010년 1/4분기 각각 0.9%와1.2%에서 2/4분기에는 모두 0.4%로 크게 둔화 되었다. 신흥국들도 마찬가지이다. 중국, 브라질 등 신흥국은 선진국에 비해 높은 경제성장률을 기

감사칼럼 2010. 11 (제131호) 다. 미국과 일본의 경제성장률(전기 대비)은 2010년 1/4분기 각각 0.9%와1.2%에서 2/4분기에는 모두 0.4%로 크게 둔화 되었다. 신흥국들도 마찬가지이다. 중국, 브라질 등 신흥국은 선진국에 비해 높은 경제성장률을 기 2010 11 (제131호) 글로벌 환율갈등과 기업의 대응 contents 감사칼럼 1 글로벌 환율갈등과 기업의 대응 - 정영식(삼성경제연구소 수석연구원) 조찬강연 지상중계 5 뉴 미디어 시대의 커뮤니케이션 전략 - 김상헌(NHN(주) 대표이사 사장) 감사실무 경영권 분쟁 상황에서 회사를 상대로 하는 가처분 - 문호준(법무법인 광장 변호사) 감사자료 컴플라이언스

More information

거창전문대학훈령182.hwp

거창전문대학훈령182.hwp 거창전문대학 산학협력단 기자재 관리 및 운영규정을 다음과 같이 발령한다. 경남도립 거창전문대학장 오 원 석 2007년 10월 18일 거창전문대학 훈령 제182호 거창전문대학 산학협력단 기자재 운영 및 관리규정 제1장 총 칙 제1조 (목적) 이 규정은 거창전문대학 산학협력단 기자재 관리 및 운영에 관한 사항을 규정함을 목적으로 한다. 제2조 (정의) 이 규정에서

More information

RVC Robot Vaccum Cleaner

RVC Robot Vaccum Cleaner RVC Robot Vacuum 200810048 정재근 200811445 이성현 200811414 김연준 200812423 김준식 Statement of purpose Robot Vacuum (RVC) - An RVC automatically cleans and mops household surface. - It goes straight forward while

More information

0710 세종힐스공고

0710 세종힐스공고 www.hillstate.co.kr 041-8- 04 0 84.919A 84.8411B 84.9408C 84.81D 84.94E 01000-01 01000-0 01000-0 01000-04 01000-0 701 70 70 707 708 709 70 70 707 701 ~ 709 704 70 70 701 70 70 707 708 709 84.919A 84.8411B

More information

MAX+plus II Getting Started - 무작정따라하기

MAX+plus II Getting Started - 무작정따라하기 무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,

More information

SW¹é¼Ł-³¯°³Æ÷ÇÔÇ¥Áö2013

SW¹é¼Ł-³¯°³Æ÷ÇÔÇ¥Áö2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING

More information

03.Agile.key

03.Agile.key CSE4006 Software Engineering Agile Development Scott Uk-Jin Lee Division of Computer Science, College of Computing Hanyang University ERICA Campus 1 st Semester 2018 Background of Agile SW Development

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA e- 비즈니스연구 (The e-business Studies) Volume 17, Number 1, February, 28, 2016:pp. 293~316 ISSN 1229-9936 (Print), ISSN 2466-1716 (Online) 원고접수일심사 ( 수정 ) 게재확정일 2015. 12. 04 2015. 12. 24 2016. 02. 25 ABSTRACT

More information

PJTROHMPCJPS.hwp

PJTROHMPCJPS.hwp 제 출 문 농림수산식품부장관 귀하 본 보고서를 트위스트 휠 방식 폐비닐 수거기 개발 과제의 최종보고서로 제출 합니다. 2008년 4월 24일 주관연구기관명: 경 북 대 학 교 총괄연구책임자: 김 태 욱 연 구 원: 조 창 래 연 구 원: 배 석 경 연 구 원: 김 승 현 연 구 원: 신 동 호 연 구 원: 유 기 형 위탁연구기관명: 삼 생 공 업 위탁연구책임자:

More information

#KM-235(110222)

#KM-235(110222) PARTS BOOK KM-235A/B INFORMATION A. Parts Book Structure of Part Book Unique code by mechanism Unique name by mechanism Explode view Ref. No. : Unique identifcation number by part Parts No. : Unique Product

More information

슬라이드 1

슬라이드 1 Pairwise Tool & Pairwise Test NuSRS 200511305 김성규 200511306 김성훈 200614164 김효석 200611124 유성배 200518036 곡진화 2 PICT Pairwise Tool - PICT Microsoft 의 Command-line 기반의 Free Software www.pairwise.org 에서다운로드후설치

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA e- 비즈니스연구 (The e-business Studies) Volume 17, Number 3, June, 30, 2016:pp. 273~299 ISSN 1229-9936 (Print), ISSN 2466-1716 (Online) 원고접수일심사 ( 수정 ) 게재확정일 2016. 06. 11 2016. 06. 24 2016. 06. 26 ABSTRACT e-

More information

구절초테마공원 & 산호수마을 단아하고 소담한 구절초의 재발견 이 꽃, 개망초보다는 크고 쑥부쟁이와는 닮은꼴이다. 수수하기는 하나, 볼수록 매력 있다. 시골의 길섶에서 흔히 눈에 띄는 구절초 이야기다. 정읍 구절초테마공원에 만개한 구절초는 어떤 가을꽃보다 매혹적이었다.

구절초테마공원 & 산호수마을 단아하고 소담한 구절초의 재발견 이 꽃, 개망초보다는 크고 쑥부쟁이와는 닮은꼴이다. 수수하기는 하나, 볼수록 매력 있다. 시골의 길섶에서 흔히 눈에 띄는 구절초 이야기다. 정읍 구절초테마공원에 만개한 구절초는 어떤 가을꽃보다 매혹적이었다. Special Colorful Scenery of Autumn 정읍 & 장성 시나브로 가을이 소리 없이 익어갑니다 또다시 훌쩍 다가왔다. 더위가 언제 물러가나 싶었는데, 어느덧 한가을이다. 가을은 찬연한 봄과 달리 차분하고 선명하다. 시간이 그려내는 색의 변화가 모든 산야에서 동시다발적으로 일어난다. 그 변화는 은근하지만 멈춤이 없다. 향기로운 꽃이 만발하고

More information

KM-380BL,BLB(100908)

KM-380BL,BLB(100908) PARTS BOOK KM-380BL KM-380BLB KM-380BL KM-380BLB MODEL FOR HEAVY MATERIAL KM-380BL CYLINDER-BED TYPE, 1-NEEDLE UNISON FEED, VERTICAL LARGE HOOK, LOCK-STITCH MACHINE. KM-380BLB CYLINDER-BED TYPE, 1-NEEDLE

More information

크리덴셜_FBASIC_V4

크리덴셜_FBASIC_V4 WE CREATE CONNECT PEOPLE STORY CREDENTIAL INTRODUCTION & 2011-2017 PORTFOLIO think about basic Interactive Brand,,. Revital,,. Contents Creative Client.,,,. F.BASIC TASK PHILOSOPHY 1 photographer producer

More information

USER GUIDE

USER GUIDE Solution Package Volume II DATABASE MIGRATION 2010. 1. 9. U.Tu System 1 U.Tu System SeeMAGMA SYSTEM 차 례 1. INPUT & OUTPUT DATABASE LAYOUT...2 2. IPO 중 VB DATA DEFINE 자동작성...4 3. DATABASE UNLOAD...6 4.

More information

강의10

강의10 Computer Programming gdb and awk 12 th Lecture 김현철컴퓨터공학부서울대학교 순서 C Compiler and Linker 보충 Static vs Shared Libraries ( 계속 ) gdb awk Q&A Shared vs Static Libraries ( 계속 ) Advantage of Using Libraries Reduced

More information

歯CRM개괄_허순영.PDF

歯CRM개괄_허순영.PDF CRM 2000. 8. KAIST CRM CRM CRM CRM :,, KAIST : 50%-60%, 20% 60%-80%. AMR Research 10.. CRM. 5. Harvard Business review 60%, 13%. Michaelson & Associates KAIST CRM? ( ),,, -,,, CRM needs,,, dynamically

More information

(2) : :, α. α (3)., (3). α α (4) (4). (3). (1) (2) Antoine. (5) (6) 80, α =181.08kPa, =47.38kPa.. Figure 1.

(2) : :, α. α (3)., (3). α α (4) (4). (3). (1) (2) Antoine. (5) (6) 80, α =181.08kPa, =47.38kPa.. Figure 1. Continuous Distillation Column Design Jungho Cho Department of chemical engineering, Dongyang university 1. ( ).... 2. McCabe-Thiele Method K-value. (1) : :, K-value. (2) : :, α. α (3)., (3). α α (4) (4).

More information

Deok9_Exploit Technique

Deok9_Exploit Technique Exploit Technique CodeEngn Co-Administrator!!! and Team Sur3x5F Member Nick : Deok9 E-mail : DDeok9@gmail.com HomePage : http://deok9.sur3x5f.org Twitter :@DDeok9 > 1. Shell Code 2. Security

More information

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for 2003 Development of the Software Generation Method using Model Driven Software Engineering Tool,,,,, Hoon-Seon Chang, Jae-Cheon Jung, Jae-Hack Kim Hee-Hwan Han, Do-Yeon Kim, Young-Woo Chang Wang Sik, Moon

More information

PD-659_SM(new)

PD-659_SM(new) Power Distributor PD-659 CONTENTS Specifications... 1 Electrical Parts List... 2 Top and Bottom View of P.C. Board... 5 Wiring Diagram... 7 Block Diagram... 8 Schematic Diagram... 9 Exploded View of Cabinet

More information

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770> i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,

More information

Contents Life of the highest _ 최상의 주거입지 06 08 09 Wide Premium Excellent Spot All Around Infra 죽동 No.블록 프리미엄 풍수지리 명당 동서남북 인프라 Good to the greatest _ 최고

Contents Life of the highest _ 최상의 주거입지 06 08 09 Wide Premium Excellent Spot All Around Infra 죽동 No.블록 프리미엄 풍수지리 명당 동서남북 인프라 Good to the greatest _ 최고 YEMIZI PREMIUM CLASS 죽동 No.블록 금성백조 예미지 생활은 특권이 되고 일상은 힐링이 되다 문의 04.4.00 Check List 본 홍보물은 선전, 광고물이므로 법정도면이나 실제 시공과는 차이가 발생할 수 있사오니 유의하시기 바랍니다. 009. 04. 0 주택공급에 관한 규칙 일부 개정으로 인해 청약시 주택형은 카탈로그 등 각종 홍보물에

More information

지속가능경영보고서1 2출

지속가능경영보고서1 2출 2010 지속가능경영 보고서 우 편 물 류 의 지 속 성 장 을 선 도 하 는 녹 색 물 류 대 표 기 관 우편물류의 지속성장을 선도하는 녹색물류 대표기관 + + www.kplogis.kr KPL Sustainability Report 2010 우편물류의 지속성장을 선도하는 녹색물류 대표기관 한국우편물류지원단은 녹색성장을 추진하는 정부정책과 우정사업본부의 Green

More information

Manufacturing6

Manufacturing6 σ6 Six Sigma, it makes Better & Competitive - - 200138 : KOREA SiGMA MANAGEMENT C G Page 2 Function Method Measurement ( / Input Input : Man / Machine Man Machine Machine Man / Measurement Man Measurement

More information

°¡°Ç6¿ù³»ÁöÃÖÁ¾

°¡°Ç6¿ù³»ÁöÃÖÁ¾ J 2007. 6 J J J J J J J J Special J Special J J Special 01 02 03 04 05 06 07 J J Special J J Special J Special J J Special J J Special J J Special J J Special J J J J J J J J J J J J J J J J J J J J

More information

Index Process Specification Data Dictionary

Index Process Specification Data Dictionary Index Process Specification Data Dictionary File Card Tag T-Money Control I n p u t/o u t p u t Card Tag save D e s c r i p t i o n 리더기위치, In/Out/No_Out. File Name customer file write/ company file write

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA e- 비즈니스연구 (The e-business Studies) Volume 17, Number 1, February, 28, 2016:pp. 3~30 ISSN 1229-9936 (Print), ISSN 2466-1716 (Online) 원고접수일심사 ( 수정 ) 게재확정일 2016. 01. 08 2016. 01. 09 2016. 02. 25 ABSTRACT

More information

목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER

목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER < Tool s Guide > 목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER 실행파일... 7 4. DEVICE-PROGRAMMER 사용하기...

More information

#KM560

#KM560 KM-560 KM-560-7 PARTS BOOK KM-560 KM-560-7 INFORMATION A. Parts Book Structure of Part Book Unique code by mechanism Unique name by mechanism Explode view Ref. No. : Unique identifcation number by part

More information

2015.08월호 IBK.고해상 단면.pdf

2015.08월호 IBK.고해상 단면.pdf 2015. AUGUST VOL. 126 SPECIAL. 1 SPECIAL. 2 SPECIAL. 3 IBK Economic Research Institute CONTENTS 2015. August vol.126 002 SPECIAL. 1 SPECIAL. 2 SPECIAL. 3 M MANAGEMENT LOUNGE 004 030 034 036 038 008 E ECONOMY

More information

istay

istay ` istay Enhanced the guest experience A Smart Hotel Solution What is istay Guest (Proof of Presence). istay Guest (Proof of Presence). QR.. No App, No Login istay. POP(Proof Of Presence) istay /.. 5% /

More information

½ÅÇÑsr_±¹¹®Æîħ

½ÅÇÑsr_±¹¹®Æîħ Contents 02 04 06 07 08 10 12 13 16 18 22 24 26 27 30 31 32 38 39 40 41 41 46 47 50 53 57 61 64 67 69 71 74 75 76 78 CARBON DISCLOSURE PROJECT CSR Highlights p.23 about this report p.47 p.50 http://snic.kr/49yb

More information

½ÅÇÑsr_±¹¹®Æîħ

½ÅÇÑsr_±¹¹®Æîħ Contents 02 04 06 07 08 10 12 13 16 18 22 24 26 27 30 31 32 38 39 40 41 41 46 47 50 53 57 61 64 67 69 71 74 75 76 78 CARBON DISCLOSURE PROJECT CSR Highlights p.23 about this report p.47 p.50 http://snic.kr/49yb

More information

¿À¸®ÄÞ40

¿À¸®ÄÞ40 BRAND REPORT 0 1 2008.3 NO.40 CONTENTS 0 2 BRAND REPORT BRAND REPORT 0 3 (%) 20 15 10 5 0 9.3 20.1 0 4 BRAND REPORT 30 25 0.3% 2.5% 10% 5% 20 15 10 5 0 BRAND REPORT 0 5 0 6 BRAND REPORT BRAND REPORT 0

More information

Digital watch system

Digital watch system DIGITAL WATCH SYSTEM REFLECTING TESTING #1 KONKUK UNIV. SOFTWARE ENGINEERING T8 2012 11 02 PRESENTER: LIM, MINWOO (200910793) CONTENTS 1. Review Testing Report 2. Overall DFD Comparison 3. Structured Chart

More information

자식농사웹완

자식농사웹완 윤 영 선 _ 지음 은혜한의원 서울시 마포구 도화1동 550 삼성프라자 308호 Tel : 3272.0120, 702.0120 진료시간 : 오전 9시 30분`~`오후 7시 점심시간 : 오후 1시`~`2시 토 요 일 : 오전 9시 30분`~`오후 3시 (일, 공휴일 휴진`/`전화로 진료 예약 받습니다) 은 혜 한 의 원 은혜한의원 CONTENTS 02 04 07

More information

..........-....33

..........-....33 04 06 12 14 16 18 20 22 24 26 Contents 34 38 42 46 50 54 58 62 66 70 74 78 84 88 90 92 94 96 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 01 26 27 02 28 29 30 31 32 33 34 35 36 37 38 39

More information

chungo_story_2013.pdf

chungo_story_2013.pdf Contents 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31 33 35 37 39 41 43 45 47 49 51 53 55 57 59 61 63 65 67 69 71 73 75 77 79 81 83 85 87 89 91 93 95 97 99

More information

Contents 12 13 15 17 70 79 103 107 20 21 24 29 128 137 141 32 34 36 41 46 47 53 55 174 189 230 240 58 61 64 1. 1. 1 2 3 4 2. 2. 2 1 3 4 3. 3. 1 2 3 4 4. 4. 1 2 3 4 5. 5. 1 2 3 1 2 3

More information

http://www.forest.go.kr 5 2013~2017 Contents 07 08 10 19 20 30 33 34 38 39 40 44 45 47 49 51 52 53 53 57 63 67 Contents 72 75 76 77 77 82 88 93 95 96 97 97 103 109 115 121 123 124 125 125 129 132 137

More information

전반부-pdf

전반부-pdf Contents 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72

More information

<4D6963726F736F667420506F776572506F696E74202D20312E20B0E6C1A6C0FCB8C15F3136B3E2C7CFB9DDB1E25F325FC6ED28C0BA292E70707478>

<4D6963726F736F667420506F776572506F696E74202D20312E20B0E6C1A6C0FCB8C15F3136B3E2C7CFB9DDB1E25F325FC6ED28C0BA292E70707478> Contents 3 2016 4 2016 5 2016 6 2016 7 2016 8 2016 9 2016 10 2016 11 2016 12 2016 13 2016 14 2016 15 2016 16 2016 17 2016 18 2016 19 2016 20 2016 21 2016 22 2016 23 2016 24 2016 25 2016 26 2016 27 2016

More information

..........- ........

..........- ........ Contents 24 28 32 34 36 38 40 42 44 46 50 52 54 56 58 60 61 62 64 66 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 01 02 24 25 03 04 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

More information

Contents 007 008 016 125 126 130 019 022 027 029 047 048 135 136 139 143 145 150 058 155 073 074 078 158 163 171 182 089 195 090 100 199 116 121 01 01 02 03 04 05 06 8 9 01 02 03 04 05 06 10 11 01 02 03

More information

A°ø¸ðÀü ³»Áö1-¼öÁ¤

A°ø¸ðÀü ³»Áö1-¼öÁ¤ 1 4 5 6 7 8 9 10 11 Contents 017 035 051 067 081 093 107 123 139 151 165 177 189 209 219 233 243 255 271 287 299 313 327 337 349 12 13 017 18 19 20 21 22 23 24 25 26 27 28 29 30 31 035 051 067 081 093

More information

±¹³»°æÁ¦ º¹»ç1

±¹³»°æÁ¦ º¹»ç1 Contents 2 2002. 1 116 2002. 1 2002. 1 117 118 2002. 1 2002. 1 119 120 2002. 1 2002. 1 121 122 2002. 1 2002. 1 123 124 2002. 1 2002. 1 125 126 2002. 1 2002. 1 127 128 2002. 1 2002. 1 129 130 2002. 1 2002.

More information

¿¡³ÊÁö ÀÚ¿ø-Âü°í ³»Áö.PDF

¿¡³ÊÁö ÀÚ¿ø-Âü°í ³»Áö.PDF Contents 01 02 03 6 04 05 7 8 9 01 10 02 03 11 04 01 12 02 13 03 04 14 01 02 03 04 15 05 06 16 07 17 08 18 01 02 03 19 04 20 05 21 06 07 22 08 23 24 25 26 27 28 29 30 31 32 33 01 36 02 03 37 38 01

More information

전반부-pdf

전반부-pdf Contents 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72

More information

Microsoft PowerPoint - 3. 2016 하반기 크레딧 전망_V3.pptx

Microsoft PowerPoint - 3. 2016 하반기 크레딧 전망_V3.pptx Contents 3 2016 4 2016 5 2016 6 2016 7 2016 8 2016 9 2016 10 2016 11 2016 12 2016 13 2016 14 2016 15 2016 16 2016 17 2016 18 2016 19 2016 20 2016 21 2016 22 2016 23 2016 24 2016 25 2016 26 2016 27 2016

More information

양성내지b72뼈訪?303逞

양성내지b72뼈訪?303逞 Contents 성매매 예방교육 가이드북 Contents 제3부 성매매의 어제와 오늘 그리고 한국의 현주소 제4부 처벌 과 보호 의 성매매방지법 1. 성매매의 역사적 배경 및 추이 1. 성매매방지법 제정 배경 62 2. 성매매방지법 제정 취지 63 40 2. 성매매에 대한 국가별 개입 양상 42 3. 규범적 판단과 형사처벌을 기준으로 본 성매매 4. 외국의

More information

³»Áöc03âš

³»Áöc03âš 08 09 27 20 32 42 contents 3 4 5 6 7 8 9 28 10 11 42 38 12 13 45 48 44 14 15 53 50 16 17 58 54 18 19 20 21 22 23 24 25 2008. 5. 27~30 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 2008. 4. 27 42 43 44

More information

¾ç¼º-¾÷¹«Æí¶÷-³»¿ëÃà¼Ò4

¾ç¼º-¾÷¹«Æí¶÷-³»¿ëÃà¼Ò4 contents 6 9 18 21 23 43 44 53 61 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62

More information