Ver 2.2 마감하루전 Category Partitioning Testing Tool Project Team T1 Date Team Information 김강욱 김진욱 김동권

Size: px
Start display at page:

Download "Ver 2.2 마감하루전 Category Partitioning Testing Tool Project Team T1 Date Team Information 김강욱 김진욱 김동권"

Transcription

1 마감하루전 Category Partitioning Testing Tool Project Team T1 Date Team Information 김강욱 김진욱 김동권 이소영 [ 마감하루전 ] T1 1

2 INDEX Activity Define Draft Plan Activity Create Preliminary Investigation Report Activity Define Requirements Activity Record Terms in Glossary Activity Implement Prototype Activity Define Business Activity Define Business Concept Model Activity Define Draft System Architecture Activity Define System Test Case Activity Refine Plan [ 마감하루전 ] T1 2

3 Activity Define Draft Plan 1. Motivation 점차복잡하고다양한프로그램들이개발됨에따라프로그램의 Spec 범위도넓어지고있다. 한정된시간에서꼭필요한 Test 를수행함으로써가능한적은시간내에오류없는프로그램을만드는것 에대한수요가증가하고있다. 이러한추세에서자연어로구성된 Specification 문서는테스터와기획자간의간격을더넓히며시간의효율성을떨어트린다. Category Partitioning은 Spec 명세를독립적으로테스트할수있는기능단위로분해하고조건별로 Category를설정함으로써테스터에게효율적인 Test case 조합을제공한다. 본 Testing Tool이제공하는효율성은기업뿐만아니라학교에서진행되는프로젝트에도동일하게적용되어야하며이에따라 Category Partitioning Testing Tool 을개발하게되었다. 2. Project Objectives 사용자가정한 Category 별 Constraint에대해 Ideal한 Test case를조합하고, 이결과를사용자가정한우선순위에따라중요한 Test case에대한정보도제공하는것을목적으로한다. 중요하다고생각되는 Value들에대해가중치를줄수있고 Test case 산출시이가중치에대한계산값을함께제공한다. - 사용자가입력한 Category에대해 Test case를조합한다. - 팀원들이각자생각하는중요한 Test case 조합에대해명시한다. - Admin 권한을가진팀장이프로그램내에서팀원들에게전달받은 Test case 조합에대해 Constraints와가중치에대해한번더검토한다. - Test Case 와함께먼저 Test가수행되어야하는 Case에대한정보를제공받는다. 3. Project Scope 마감하루전 은중요한 Test case를먼저 Test 할수있는계산된결과값을제공함으로써사용자로하여금효율적인 Testing이가능하도록한다. 프로그램별로중요하거나오류가능성이많은 Case가존재하고, 한정된시간내에오류수정및프로그램의효율적인개발을위해이러한 Test가먼저수행되어야한다는점에초점을맞추었다. 4. Functional requirements - Open File - Parsing File - Apply to the Weight of the value - Modify Weight - Input Essential Test Case - Compare with Test Case - Modify Constraint - Make Test Case - Arrange by Weight Average - Make Final Test Case File 6. Non-Functional requirements - 5초이내로결과값이나와야한다. - 가중치와누락된 Test case를파악하기쉬워야한다. 7. Resource Estimation 1) Human Efforts (Man Month): 4 3 2) Human Resource: 컴퓨터공학과 2명, 다전공 2명 [ 마감하루전 ] T1 3

4 3) Project Duration: 16주 4) Budget 인건비 360 활동비 12 계 372 부분계 비고 Activity Create Preliminary Investigation Report. 1. Alternative Solutions 1) 기존에있는 Category Partitioning Testing Tool을사용한다. 2) 기존에있는 Category Partitioning Testing Tool을산다. 3) 타소프트웨어개발업체에외주를의뢰한다. 2. Project Justification (Business Needs) 1) Cost 1 외주업체에비해개발비용이저렴하다. 2) Duration 년 1학기안에완성해야한다. 3) Risk Plan Management, OOPT Skill, Programming Skill, UML Skill, 시험 4) Effect 1 유지보수의이점이있다. 2 빠른시간안에 Test Case를조합할수있다. 3 프로그램을독점적으로이용할수있다. 3. Risk Management Risk Probability Significance Weight Plan Management OOPT Skill Programing Skill UML Skill 시험 [ 마감하루전 ] T1 4

5 4. Risk Reduction Plan Risk Reduction Plan Plan Management 관련사이트와서적을활용하여도움을얻는다. OOPT Skill 수업강의자료와교수님, 조교님의도움을얻는다. Programming Skill Programing 관련서적을읽고선배들의도움을얻는다. UML Skill UML관련서적을읽고선배들의도움을얻는다. 시험 조원들끼리서로협력하여서로도움을주고받는다. 5. Market Analysis 1) 기존의 Category Partitioning Test Tool이많지않다. 또한자연어로명시된 Programming Specification에대한요구가점점증가할것이다. 이에따라한정된시간을활용하기위해우선적으로검증해야하는 Test Case가필요할것이며, 시간내에모든오류를잡고출시해야한다. 6. Other Managerial Issues 1) 2017 년 6 월까지개발을완성하여 A+ 을받아야한다. Activity Define Requirements 1. Interview - grepp Software Engineer와인터뷰 Q1) 현업에서쓰이는 Test case 조합이있는가? A1) TDD(Test Driven Development) 를사용 1. 내가얻고자하는결과물생각 ( 기능 ) 및어떻게테스트할것인가? 2. 간단한테스트를작성 ( 기능에최적화된 ) 3. 테스트를또작성하는데, 이번에는 Fail이뜨도록일부러작성 4. 마지막테스트는 Pass가나오도록작성 5. 결과를보며, 중복코드혹은 Logic, 불분명한코드, 리펙토링가능한코드를찾아서고친다. 6. 마지막모든테스트돌려서 Pass하도록정리. 7. 완료되었다고생각할때까지테스트 => 깃에올려서 ( 다른사람코드와합침 ) => 다시테스트케이스돌림 => Deploy( 서버에올림 ) => 테스트 => Release Q2) 제품출시전얼마나많은 Test case를테스트하는가? A2) 1. 제품에따라다르다. 유저에게 Critical Issue가생기는코드는 Function 하나하나그에대한 Test case를만드는방식 2. Codly 와같은예쁘게보이고, Contents가중요한경우, 테스트케이스를따로만들지는않고있다. 대신스스로예측할수있는모든범위의에러를최대한방지하려노력. 테스트를완벽히하지않아서우리는브라우저 Compatibility 가조금문제가있음 Q3) 한정된시간에서 Test case를실제모두수행하는것이부담되지않는가? A3) 1. 부담이된다. 2. 하지만, 대표님방침으로테스트케이스는엄청중요한거라서무조건하고, 서로코드리뷰시간도갖는다. 3. 서로의코드가규칙을어길경우그에대한조언및리뷰를확실히해준다. ( 때론갈등이되기도한다.) [ 마감하루전 ] T1 5

6 Q4) 어떻게하면효율적인 Test가가능할까? A4) 습관을들이는수밖에, 코드에집착하지말것, 고집피우지말것, 받아들일것. Test case 작성에서가장큰이슈는, 사람간의관계라고생각한다. 얼만큼테스트케이스가중요하나를대하는사람들의자세및규칙을따르려는의지. 2. Functional Requirements Function Open File Parsing File Apply to the Weight of the value Modify Weight Input Essential Test Case Compare with Test Case Modify Constraints Make Test Case Arrange by Weight Average Make Final Test Case File Description 엑셀파일열기엑셀파일을읽어서프로그램내부에저장 Value에사용자가입력한가중치를적용가중치수정중요테스트케이스입력프로그램에의해조합된테스트케이스와사용자가입력한중요테스트케이스를비교제한조건수정테스트케이스생성가중치평균에따른정렬최종테스트케이스파일생성 Ref.# Function Category R 1.1 Open File Evident R 1.2 Parsing File Hidden R 2.1 Modify Weight Evident R 2.2 Apply to the Weight of the value Hidden R 3.1 Input Essential Test Case Evident R 3.2 Compare with Test Case Hidden R 4.1 Modify Constraints Evident R 5.1 Make Test Case Evident R 5.2 Arrange by Weight Average Hidden R 6.1 Make Final Test Case File Evident 3. Operating Environments 1) OS: Windows 7, Windows 10 2) 개발언어 : Java 4. Development Environments 1) OS: Windows 7, Windows 10 2) IDE: Eclipse 3) 개발언어 : Java [ 마감하루전 ] T1 6

7 Activity Record Terms in Glossary Term Description Remarks Open 열다 File 파일 Parsing 파일을읽어서프로그램내부에저장 Input 입력한다 Weight 가중치값 Assign 할당한다 Value 가중치설정후계산된값 Modify 수정한다 Essential Test Case 중요 Test case Show 보여준다 Check 체크한다 Constraints Single, Error, Property 등의제한조건 Compare 비교한다 Test Case Representative Value 조합으로만들어진 Test case Make 생성한다 Arrange 정렬 Average 평균 Activity Implement Prototype Activity Define Business [ 마감하루전 ] T1 7

8 1. Define Business 2. Identify and Describe User: Test Case 목록생성을위해시스템과상호작용하는 Actor [ 마감하루전 ] T1 8

9 3. Identify Use-Case 1) Actor based 2) Event based [ 마감하루전 ] T1 9

10 4. Allocate system functions into Related Use-Case Ref.# Function Use-Case R 1.1 Open File Open File R 1.2 Parsing File Parsing File R 2.1 Modify Weight Modify Weight R 2.2 Apply to the Weight of the value Apply to the Weight of the value R 3.1 Input Essential Test Case Input Essential Test Case R 3.2 Compare with Test Case Compare with Test Case R 4.1 Modify Constraints Modify Constraints R 5.1 Make Test Case Make Test Case R 5.2 Arrange by Weight Average Arrange by Weight Average R 6.1 Make Final Test Case File Make Final Test Case File 5. Category Use-Case Open File Parsing File Modify Weight Apply to the Weight of the value Input Essential Test Case Compare with Test Case Modify Constraints Make Test Case Arrange by Weight Average Make Final Test Case File Function Use-Case [ 마감하루전 ] T1 10

11 6. Draw a Use-Case diagram 7. Describe Use-Case 1.Open File User Description 엑셀파일을불러온다. 2. Parsing File System Description 엑셀파일을읽어와서프로그램내부에저장한다. 3. Modify Weight User [ 마감하루전 ] T1 11

12 Description Value 에할당된가중치를수정한다. 4. Apply to the Weight of the value System Description 사용자가수정한가중치를 Value에할당하고, Test Case 가중치를수정한다. 5. Input Essential Test Case User Description 중요테스트케이스를입력한다. 6. Compare with Test Case System Description 중요테스트케이스와테스트케이스를비교한다. 7. Modify Constraints User Description 제한조건을수정한다. 8. Make Test Case System Description 테스트케이스를생성한다. 9. Arrange by Weight Average System Description 테스트케이스를구성하는 Value들의가중치평균값을구하여정렬한다. 10. Make Final Test Case File User Description 테스트케이스파일을문서화하여생성한다. 8. Rank Use-Case Use-Case Number & Name 1. Open File High Rank 2. Parsing File High 3. Modify Weight High 4. Apply to the Weight of the value High 5. Input Essential Test Case High 6. Compare with Test Case High 7. Modify Constraints High 8. Make Test Case High 9. Arrange by Weight Average High 10. Make Final Test Case File High [ 마감하루전 ] T1 12

13 Activity Define Business Concept Model Activity Define Draft System Architecture [ 마감하루전 ] T1 13

14 Activity Define System Test Case Test Number Test 항목 Description System Function 1 파일열기시험 파일열기버튼을눌러엑셀파일을여는기능 Test Open File R 파일파싱시험 엑셀파일을읽어서프로그램에넣어주는기능 Test Parsing File R 가중치수정시험 가중치를수정하는기능 Test Modify Weight R 가중치적용시험 사용자가입력한가중치를적용 Apply to the Weight 하는기능 Test of the value R 중요테스트케이스입력입력버튼을눌러필수테스트 Input Essential Test 시험케이스를입력하는기능 Test Case R 3.1 프로그램에의해조합된테스트 6 테스트케이스비교시험 케이스와사용자가입력한중요 Compare with Test 테스트케이스를비교하는기능 Case R 3.2 Test 7 제한조건수정시험 제한조건을수정하는기능 Test Modify Constraint R 테스트케이스목록생성테스트케이스목록생성기능시험 Test Make Test Case R 가중치에의한정렬시험 가중치에의한정렬 Test Arrange by Weight R 최종적으로생성된테스트케이최종테스트케이스목록 Make final Test Case 스를파일출력버튼을눌러파파일생성시험 File 일로내보내는기능 Test R Make final Test Case Requirements 테스트케이스목록을생성 Test Case가조합되는시간이 5 File 하는데걸리는시간시험. 초미만인지 Test -> Nonfunctional Activity Refine Plan 1. Project Scope 마감하루전 은중요한 Test case를먼저 Test 할수있는계산된결과값을제공함으로써사용자로하여금효율적인 Testing 이가능하도록한다. 프로그램별로중요하거나오류가능성이많은 Case가존재하고, 한정된시간내에오류수정및프로그램의효율적개발을위해이런 Test가먼저수행되어야한다는점에초점을맞추었다. 2. Project Objectives 사용자가정한 Category 별 Constraint에대해 Ideal한 Test case를조합하고, 이결과를사용자가정한우선순위에따라중요 한 Test case에대한정보도제공하는것을목적으로한다. 중요하다고생각되는 Value 들에대해가중치를줄수있고 Test case 산출시이가중치에대한계산값을함께제공한다. - 사용자가입력한 Category 에대해 Test case를조합한다. - 팀원들이각자생각하는중요한 Test case 조합에대해명시한다. - Admin 권한을가진팀장이프로그램내에서팀원들에게전달받은 Test case 조합에대해 Constraints와가중치에대해 한번더검토한다. [ 마감하루전 ] T1 14

15 - Test Case 와함께먼저 Test 가수행되어야하는 Case 에대한정보를제공받는다. 3. Functional Requirements - Open File - Parsing File - Apply to the Weight of the value - Modify Weight - Input Essential Test Case - Compare with Test Case - Modify Constraint - Make Test Case - Arrange by Weight Average - Make Final Test Case File 4. Performance Requirements 가중치에따른정렬한결과가 5 초이내로나와야한다 5. Operating Environment 1) OS: Windows 7, Windows 10 2) IDE: Eclipse 3) 개발언어 : Java 6. Resources 1) Human Efforts (Man Month): 4 3 2) Human Resource: 컴퓨터공학과 2명, 다전공 2명 3) Project Duration: 16주 4) Budget 부분계인건비 360 활동비 12 계 372 비고 [ 마감하루전 ] T1 15

16 7. Scheduling S ta ge Plan & Elaboration Build P has e(00x0)/activity(000x) Define Draft Plan Create Preliminary Investigation Report Define Requirements Record Terms in Glossary Implement Prototype Define Business Define Business Concept Model Define Draft System Architecture Define System Test Case Refine Plan Revise Plan Synchronize Artifacts Analyze Define Essential s Refine Diagrams Define Domain Model Refine Glossary Define System Sequence Diagrams Define Operation Contracts Define State Diagrams Refine System Test Case Analyze (2030) Traceability Analysis Design Design Real s Define Reports, UI, and Storyboards Refine System Architecture Define Interaction Diagrams Define Design Class Diagrams Design Traceability Analysis Define Database Schema Construct Implement Class & Methods Definitions Implements Windows Implement Reports Implement DB Schema Write Unit Test Code Test Unit Testing Integration Testing System Testing Performance Testing Acceptance Testing Documentation Testing Testing Traceability Analysis S chedule(week) [ 마감하루전 ] T1 16

Ver. 4.0 OOPT Stage 1000 <Plan and Elaboration> Version 4.0 Project Team T7 Team Date Team Information 오세욱 임현유

Ver. 4.0 OOPT Stage 1000 <Plan and Elaboration> Version 4.0 Project Team T7 Team Date Team Information 오세욱 임현유 OOPT Stage 1000 Version 4.0 Project Team T7 Team Date 2017-05-20 Team Information 201414134 오세욱 201414136 임현유 201211375 임동현 201211387 하헌규 CPT T7 Team 1 Table of Contents 1 Activity

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

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

Ver 1.0 마감하루전 Category Partitioning Testing Tool Project Team T1 Date Team Information 김강욱 김진욱 김동권

Ver 1.0 마감하루전 Category Partitioning Testing Tool Project Team T1 Date Team Information 김강욱 김진욱 김동권 마감하루전 Category Partitioning Testing Tool Project Team T1 Date 2017-05-12 Team Information 201111334 김강욱 201211339 김진욱 201312243 김동권 201510411 이소영 [ 마감하루전 ] T1 1 INDEX Activity 2041. Design Real Use Cases

More information

A NEW CSE ATM OOPT Stage 1000 Project Team T3 Date Team Information 이원오 이재규

A NEW CSE ATM OOPT Stage 1000 Project Team T3 Date Team Information 이원오 이재규 A NEW CSE ATM OOPT Stage 1000 Project Team T3 Date 2017-04-17 ----------------------------------- Team Information 201311299 이원오 201311301 이재규 201311309 전홍준 INDEX 1. Activity 1001. Define Draft Plan 2.

More information

A NEW CSE ATM OOPT Stage 1000 Project Team T3 Date Team Information 이원오 이재규

A NEW CSE ATM OOPT Stage 1000 Project Team T3 Date Team Information 이원오 이재규 A NEW CSE ATM OOPT Stage 1000 Project Team T3 Date 2018-04-17 ----------------------------------- Team Information 201311299 이원오 201311301 이재규 201311309 전홍준 INDEX 1. Activity 1001. Define Draft Plan 2.

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 CPT T1 Stage_2040 ㅊㅇㅌㅎㅇㄹㅇ 201111334 김강욱 / 201211339 김진욱 (Leader) 201312243 김동권 / 201510411 이소영 INDEX State Chart Diagram Revise Plan Refine System Architecture Define Real Use Cases Define Reports, UI,

More information

Ver1.0

Ver1.0 Ver1.0 OOPT Stage 1000 Team. T2 201411278 서희진 201411304 이지수 201411317 조민규 201213189 박성규 2017 Team2 1 Stage 1000. Plan and Elaboration Activity 1001. Define Draft Plan... 3 Activity

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

Software Modeling & Analysis Global ATM System Project Team 1 Team Date Team Information 엄현식 최정헌 전다윤

Software Modeling & Analysis Global ATM System Project Team 1 Team Date Team Information 엄현식 최정헌 전다윤 Software Modeling & Analysis Global ATM System Project Team 1 Team Date 2018-03-31 Team Information 201311287 엄현식 201311318 최정헌 201611293 전다윤 목차 Activity 1001. Define Draft Plan... 4 1. Motivation... 4

More information

Software Modeling < < OOAD Stage 김정태 최정명 이낙원 송준현

Software Modeling < < OOAD Stage 김정태 최정명 이낙원 송준현 Software Modeling < < OOAD Stage 1000 200611460 김정태 200611521 최정명 200611499 이낙원 200611481 송준현 Activity. 1001 Name?? Act 1001 Name?? Smart DJ Coffee Maker! Act 1001 Turn Table!! 연속적으로

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

Contents Activity1001. Define Draft Plan Activity1002. Create Preliminary Investigation Report Activity1003. Define Requirements Activity1004. Record

Contents Activity1001. Define Draft Plan Activity1002. Create Preliminary Investigation Report Activity1003. Define Requirements Activity1004. Record OSP Stage 1000 Ver.4 Team 1 201111341 김성민 201111379 이한빈 201111397 황정아 1 Contents Activity1001. Define Draft Plan Activity1002. Create Preliminary Investigation

More information

Contents Activity1001. Define Draft Plan Activity1002. Create Preliminary Investigation Report Activity1003. Define Requirements Activity1004. Record

Contents Activity1001. Define Draft Plan Activity1002. Create Preliminary Investigation Report Activity1003. Define Requirements Activity1004. Record OSP Stage 1000 Ver.2 Team 1 201111341 김성민 201111379 이한빈 201111397 황정아 1 Contents Activity1001. Define Draft Plan Activity1002. Create Preliminary Investigation

More information

<Software Modeling & Analysis> OSP Stage 1000 <Plan & Elaboration> Team 김성민 이한빈 황정아

<Software Modeling & Analysis> OSP Stage 1000 <Plan & Elaboration> Team 김성민 이한빈 황정아 OSP Stage 1000 Team 1 201111341 김성민 201111379 이한빈 201111397 황정아 Contents Activity1001. Define Draft Plan Activity1002. Create Preliminary Investigation

More information

Microsoft PowerPoint - Software__modeling__analysis.pptx

Microsoft PowerPoint - Software__modeling__analysis.pptx SOFTWARE MODELING & ANALYSIS SAFETY WEB MAIL SYSTEM - OSP STAGE 1000 200412338 이선휘 200511309 김의섭 목차 Motivation Objective Project Justification Requirements (Functional, Non Functional, etc ) Resource Estimation

More information

Contents Activity Define Real s Activity Define Reports UI, and Storyboards Activity Refine System Architecture Activity Defin

Contents Activity Define Real s Activity Define Reports UI, and Storyboards Activity Refine System Architecture Activity Defin OSP Stage 2040 < Design > 그놈! Clone Checker Project Team T4 Date 2016-04-12 Team Information 201411258 강태준 201411265 김서우 201411321 홍유리 Team 4 1 Contents Activity 2041. Define Real s Activity 2042. Define

More information

OOO Paint

OOO Paint Webtoon Paint OSP Stage 1000 Team 2 200911371 김민철 200911381 김진현 200911417 정명권 Activity 1001. Define Draft Plan Motivation - 만화시장이인쇄물에서온라인매체로옮겨감에따라웹툰을그리려는사람들이늘어나고있다. 그러나운영체제에서기본적으로지원하는그림판이나기타프로그램의경우그림을그리는작업외에도번거로운편집과정이많이필요해컴퓨터를잘다루지못하는사람들이웹툰을그리는데장애물이되고있다.

More information

<Software Modeling & Analysis> OSP Stage 1000 < Plan & Elaboration > - v2 - Team 박미관 박준모 이영준 2013/04/05 1

<Software Modeling & Analysis> OSP Stage 1000 < Plan & Elaboration > - v2 - Team 박미관 박준모 이영준 2013/04/05 1 OSP Stage 1000 < Plan & Elaboration > - v2 - Team 1. 200911388 박미관 200911391 박준모 200911412 이영준 2013/04/05 1 Contents. Activity1001. Define Draft Plan --- 3 Activity1002.

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

Microsoft Word - OOPT stage 2040 ver2.docx

Microsoft Word - OOPT stage 2040 ver2.docx JackPot ATM OOPT Stage 2040 ver2 Team 5 Date 2018-05-09 201312259 백만일 201112052 방민석 201211383 조영래 INDEX Activity 2041. Design Real Use Cases Activity 2042. Define Reports UI, and Storyboards

More information

UML

UML Introduction to UML Team. 5 2014/03/14 원스타 200611494 김성원 200810047 허태경 200811466 - Index - 1. UML이란? - 3 2. UML Diagram - 4 3. UML 표기법 - 17 4. GRAPPLE에 따른 UML 작성 과정 - 21 5. UML Tool Star UML - 32 6. 참조문헌

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

2Q SWG Teleweb Business Plan & 1Q Recovery Plan April 2, 2003

2Q SWG Teleweb Business Plan  & 1Q Recovery Plan     April 2, 2003 WBI Modeler V5.1.1 Rational Rose XDE WSAD-IE IBM on-demand Service Oriented Architecture RUP Full-life cycle Business-driven, Process-based LOB IT Seamless Service Modeling (Service, Component, Process

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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Team 1 201611293 전다윤 201311287 엄현식 201311318 최정헌 01. 문서수정 02. System Test Review 03. Static Test Review 04. 소감 1 문서수정 문서수정 수정 System Test 문서 + 전문서에없던수정사항 수정 System Test 문서 문서수정 소프트웨어검증팀의문서대로수정한사항들 1008

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 _ 쾌적한 Clone Checker OOPT 2 nd Cycle System Test Software Modeling & Analysis 유준범교수님 Team. T1 201111388 조연호 201211374 이창오 201211379 장종훈 201314196 양동혁 목차 Contents Revise Plan Test Report Test Respond Report

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

13 Who am I? R&D, Product Development Manager / Smart Worker Visualization SW SW KAIST Software Engineering Computer Engineering 3

13 Who am I? R&D, Product Development Manager / Smart Worker Visualization SW SW KAIST Software Engineering Computer Engineering 3 13 Lightweight BPM Engine SW 13 Who am I? R&D, Product Development Manager / Smart Worker Visualization SW SW KAIST Software Engineering Computer Engineering 3 BPM? 13 13 Vendor BPM?? EA??? http://en.wikipedia.org/wiki/business_process_management,

More information

04-다시_고속철도61~80p

04-다시_고속철도61~80p Approach for Value Improvement to Increase High-speed Railway Speed An effective way to develop a highly competitive system is to create a new market place that can create new values. Creating tools and

More information

thesis

thesis ( Design and Implementation of a Generalized Management Information Repository Service for Network and System Management ) ssp@nile nile.postech.ac..ac.kr DPE Lab. 1997 12 16 GMIRS GMIRS GMIRS prototype

More information

15_3oracle

15_3oracle Principal Consultant Corporate Management Team ( Oracle HRMS ) Agenda 1. Oracle Overview 2. HR Transformation 3. Oracle HRMS Initiatives 4. Oracle HRMS Model 5. Oracle HRMS System 6. Business Benefit 7.

More information

Index Activity Refine System Architecture Activity Define Design Class Diagrams Activity 2141, 2142, 2144 Design Real Use Case + Define Re

Index Activity Refine System Architecture Activity Define Design Class Diagrams Activity 2141, 2142, 2144 Design Real Use Case + Define Re SOFTWARE MODELLING & ANALYSIS - OSP STAGE 2040 TEAM PROJECT NAME Selective & Parking Navigation System T1 200711443 안효빈 200711453 류진렬 200711459 이남섭 200811465 허준행

More information

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

Microsoft Word - [TP_3][T1]UTP.docx Unit Testing Plan for Point Of Sale System Test Plan Test Design Specification Test Cases Specification Project Team Team 1 Date 2017-11-03 Team Information 201211337 김재현 201112052 방민석 201312259 백만일 201211383

More information

Contents. Phase Revise Plan --- Phase Synchronize Artifacts --- Phase 2130 Analyze Activity2131. Define Essential Use Cases --- Activity21

Contents. Phase Revise Plan --- Phase Synchronize Artifacts --- Phase 2130 Analyze Activity2131. Define Essential Use Cases --- Activity21 OSP Stage 2030 Ver.4 Team 1 201111341 김성민 201111379 이한빈 201111397 황정아 1 Contents. Phase 2110. Revise Plan --- Phase 2120. Synchronize Artifacts --- Phase 2130 Analyze

More information

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

Microsoft PowerPoint - ERS(Elevator_Reservation_System).pptx

Microsoft PowerPoint - ERS(Elevator_Reservation_System).pptx Team : T1 남장우, 김영훈, 황규원 Presentor : 황규원 1001. Define Draft Plan 1002. Create Preliminary investigation Report 1003. Define Requirements 1004. Record Terms in Glossary 1005. Implement Prototype 1006. 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

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

歯두산3.PDF

歯두산3.PDF ERP Project 20001111 BU 1 1. 2. Project 3. Project 4. Project 5. Project 6. J.D. EdwardsOneWorld 7. Project 8. Project 9. Project 10. System Configuration 11. Project 12. 2 1. 8 BG / 2 / 5 BU (20001031

More information

SMA_2018 version. 3 A New Reliable ATM OOPT Stage 1000 Plan and Elaboration Project Team T 권성완 김선정 허윤아 조수빈 Da

SMA_2018 version. 3 A New Reliable ATM OOPT Stage 1000 Plan and Elaboration Project Team T 권성완 김선정 허윤아 조수빈 Da A New Reliable ATM OOPT Stage 1000 Plan and Elaboration Project Team T6 201411140 권성완 201511247 김선정 201510436 허윤아 201510285 조수빈 Date 2018-05-30 1 Activity 1001. Define Draft Plan 1. Motivation 기술의발전으로인하여현금보다카드를많이사용하게되어사람들이현금을많이갖고다니지않게되었다.

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

Microsoft Word - KSR2014S042

Microsoft Word - KSR2014S042 2014 년도 한국철도학회 춘계학술대회 논문집 KSR2014S042 안전소통을 위한 모바일 앱 서비스 개발 Development of Mobile APP Service for Safety Communication 김범승 *, 이규찬 *, 심재호 *, 김주희 *, 윤상식 **, 정경우 * Beom-Seung Kim *, Kyu-Chan Lee *, Jae-Ho

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 OOAD Stage 2000 Payback ATM Mun gi tae / Han sang min Chart Revise Plan Synchronize Artifacts Analyze Revise Plan OOAD Stage 1000 ver1. OOAD Stage 1000 ver2. Revise Plan -Send Money -Withdraw

More information

DE1-SoC Board

DE1-SoC Board 실습 1 개발환경 DE1-SoC Board Design Tools - Installation Download & Install Quartus Prime Lite Edition http://www.altera.com/ Quartus Prime (includes Nios II EDS) Nios II Embedded Design Suite (EDS) is automatically

More information

Joseph Hwang, IBM Rational Software

Joseph Hwang, IBM Rational Software Joseph Hwang, IBM Rational Software hwangj@kr.ibm.com , : IT ??? CEO,,.. CEO,. CEO,. CEO IT. On Demand Business On Demand Business,,... Ron Wise, President Wise Industries ,, :,...,,,.. Manage Interact

More information

ecorp-프로젝트제안서작성실무(양식3)

ecorp-프로젝트제안서작성실무(양식3) (BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing

More information

F1-1(수정).ppt

F1-1(수정).ppt , thcho@kisaorkr IPAK (Information Protection Assessment Kit) IAM (INFOSEC Assessment Methodology) 4 VAF (Vulnerability Assessment Framework) 5 OCTAVE (Operationally Critical Threat, Asset, and Vulnerability

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

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

SMA_2018 version. 4 A New Reliable ATM OOPT Stage 1000 Plan and Elaboration Project Team T 권성완 김선정 허윤아 조수빈 Da

SMA_2018 version. 4 A New Reliable ATM OOPT Stage 1000 Plan and Elaboration Project Team T 권성완 김선정 허윤아 조수빈 Da A New Reliable ATM OOPT Stage 1000 Plan and Elaboration Project Team T6 201411140 권성완 201511247 김선정 201510436 허윤아 201510285 조수빈 Date 2018-05-31 1 Activity 1001. Define Draft Plan 1. Motivation 기술의발전으로인하여현금보다카드를많이사용하게되어사람들이현금을많이갖고다니지않게되었다.

More information

성능 감성 감성요구곡선 평균사용자가만족하는수준 성능요구곡선 성능보다감성가치에대한니즈가증대 시간 - 1 -

성능 감성 감성요구곡선 평균사용자가만족하는수준 성능요구곡선 성능보다감성가치에대한니즈가증대 시간 - 1 - - 1 - 성능 감성 감성요구곡선 평균사용자가만족하는수준 성능요구곡선 성능보다감성가치에대한니즈가증대 시간 - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - 감각및자극 (Sensory & Information Stimuli) 개인 (a person) 감성 (Sensibility)

More information

スライド タイトルなし

スライド タイトルなし 2 3 회사 소개 60%출자 40%출자 주식회사 NTT데이타 아이테크 NTT DATA의 영업협력이나 첨단기술제공, 인재육성등 여러가지 지원을 통해서 SII 그룹을 대상으로 고도의 정보 서비스를 제공 함과 동시에 NTT DATA ITEC 가 보유하고 있는 높은 업무 노하우 와 SCM을 비롯한 ERP분야의 기술력을 살려서 조립가공계 및 제조업 등 새로운 시장에

More information

Oracle Apps Day_SEM

Oracle Apps Day_SEM Senior Consultant Application Sales Consulting Oracle Korea - 1. S = (P + R) x E S= P= R= E= Source : Strategy Execution, By Daniel M. Beall 2001 1. Strategy Formulation Sound Flawed Missed Opportunity

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

SMA_2018 version. 2 A New Reliable ATM OOPT Stage 1000 Plan and Elaboration Project Team T 권성완 김선정 허윤아 조수빈 Da

SMA_2018 version. 2 A New Reliable ATM OOPT Stage 1000 Plan and Elaboration Project Team T 권성완 김선정 허윤아 조수빈 Da A New Reliable ATM OOPT Stage 1000 Plan and Elaboration Project Team T6 201411140 권성완 201511247 김선정 201510436 허윤아 201510285 조수빈 Date 2018-04-26 1 Activity 1001. Define Draft Plan 1. Motivation 기술의발전으로인하여현금보다카드를많이사용하게되어사람들이현금을많이갖고다니지않게되었다.

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

IT현황리포트 내지 완

IT현황리포트 내지 완 2007 Global Information Technology Development Reports 8 9 12 13 14 15 16 18 19 20 21 24 25 26 27 28 29 32 33 34 35 36 38 39 40 41 42 43 46 47 48 49 50 51 54 55 56 57 58 60 61 62 63

More information

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one

More information

소프트웨어공학 Tutorial #2: StarUML Eun Man Choi

소프트웨어공학 Tutorial #2: StarUML Eun Man Choi 소프트웨어공학 Tutorial #2: StarUML Eun Man Choi emchoi@dgu.ac.kr Contents l StarUML 개요 l StarUML 소개및특징 l 주요기능 l StarUML 화면소개 l StarUML 설치 l StarUML 다운 & 설치하기 l 연습 l 사용사례다이어그램그리기 l 클래스다이어그램그리기 l 순서다이어그램그리기 2

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

More information

e-spider_제품표준제안서_160516

e-spider_제품표준제안서_160516 The start of something new ECMA Based Scraping Engine CONTENTS 3 4 1 2 3 4 5 6 7 8 9 5 6 ECMA Based Scraping Engine 7 No.1 No.2 No.3 No.4 No.5 8 24 ( ) 9 ios Device (all architecture) Android Device (all

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 EBC (Equipment Behaviour Catalogue) - ISO TC 184/SC 5/SG 4 신규표준이슈 - 한국전자통신연구원김성혜 목차 Prologue: ISO TC 184/SC 5 그룹 SG: Study Group ( 표준이슈발굴 ) WG: Working Group ( 표준개발 ) 3 EBC 배경 제안자 JISC (Japanese Industrial

More information

Convenience Timetable Design

Convenience Timetable Design Convenience Timetable Design Team 4 2 Contents 1. Introduction 2. Decomposition description 3. Dependency description 4. Inter face description 5. Detailed design description 3 1. Introduction Purpose

More information

4S 1차년도 평가 발표자료

4S 1차년도 평가 발표자료 모바일 S/W 프로그래밍 안드로이드개발환경설치 2012.09.05. 오병우 모바일공학과 JDK (Java Development Kit) SE (Standard Edition) 설치순서 Eclipse ADT (Android Development Tool) Plug-in Android SDK (Software Development Kit) SDK Components

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

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

감각형 증강현실을 이용한

감각형 증강현실을 이용한 대한산업공학회/한국경영과학회 2012년 춘계공동학술대회 감각형 증강현실을 이용한 전자제품의 디자인 품평 문희철, 박상진, 박형준 * 조선대학교 산업공학과 * 교신저자, hzpark@chosun.ac.kr 002660 ABSTRACT We present the recent status of our research on design evaluation of digital

More information

1.5 Issue TrafficCard Management Activity 2142 Define Reports, UI, and Storyboards window Window Windo

1.5 Issue TrafficCard Management Activity 2142 Define Reports, UI, and Storyboards window Window Windo Software Modeling & Analysis Global ATM System -Stage 2040. Design- Project Team 1 Team Date 2018-05-09 Team Information 201311287 엄현식 201311318 최정헌 201611293 전다윤 목차 1 Activity 2141 Design Real Use Cases...

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

Software Modeling & Analysis Global ATM System Project Team 1 Team Date Team Information 엄현식 최정헌 전다윤

Software Modeling & Analysis Global ATM System Project Team 1 Team Date Team Information 엄현식 최정헌 전다윤 Software Modeling & Analysis Global ATM Project Team 1 Team Date 2018-03-31 Team Information 201311287 엄현식 201311318 최정헌 201611293 전다윤 목차 Activity 2010. Revise Plan... 3 Activity 2020. Synchronize Artifacts...

More information

16

16 Vocation & Human Resource Development 15 16 Vocation & Human Resource Development 17 18 한 서비스와 품질향상을 위한 숙련의 심화가 요청되고 더욱 중요성을 갖게 되기 때문이다. 주5일 근무시대에 있다. 는 몇 시간 근로했는가 아니라 시간당 부가가치가 더욱 우리사회에는 근로자 1인당 연간 200시간의

More information

<31335FB1C7B0E6C7CABFDC2E687770>

<31335FB1C7B0E6C7CABFDC2E687770> 에너지기후변화교육 4(2):203~211(2014) 203 초등학교 교과서 에너지 단원의 탐구활동과 시각자료 기능 분석 사례 연구 신명경 권경필 * 경인교육대학교 Abstract : This study aimed to analyze energy related inquiry activity and visual materials in elementary textbook.

More information

김기남_ATDC2016_160620_[키노트].key

김기남_ATDC2016_160620_[키노트].key metatron Enterprise Big Data SKT Metatron/Big Data Big Data Big Data... metatron Ready to Enterprise Big Data Big Data Big Data Big Data?? Data Raw. CRM SCM MES TCO Data & Store & Processing Computational

More information

03-최신데이터

03-최신데이터 Database Analysis II,,. II.. 3 ( ),.,..,, ;. (strong) (weak), (identifying relationship). (required) (optional), (simple) (composite), (single-valued) (multivalued), (derived), (identifier). (associative

More information

Software Modeling & Analysis Global ATM System Project Team 1 Team Date Team Information 엄현식 최정헌 전다윤 목차 Activ

Software Modeling & Analysis Global ATM System Project Team 1 Team Date Team Information 엄현식 최정헌 전다윤 목차 Activ Software Modeling & Analysis Global ATM Project Team 1 Team Date 2018-03-31 Team Information 201311287 엄현식 201311318 최정헌 201611293 전다윤 목차 Activity 2010. Revise Plan... 2 Activity 2020. Synchronize Artifacts...

More information

Ç¥Áö

Ç¥Áö Vocation & Human Resource Development 74 Vocation & Human Resource Development 75 76 Vocation & Human Resource Development 77 78 Vocation & Human Resource Development 79 80 Vocation & Human Resource Development

More information

DW 개요.PDF

DW 개요.PDF Data Warehouse Hammersoftkorea BI Group / DW / 1960 1970 1980 1990 2000 Automating Informating Source : Kelly, The Data Warehousing : The Route to Mass Customization, 1996. -,, Data .,.., /. ...,.,,,.

More information

Software Verification 1 st Testing System Test Team 고예은 김수현 김아름 1

Software Verification 1 st Testing System Test Team 고예은 김수현 김아름 1 Software Verification 1 st Testing System Test Team 5 201410373 고예은 201411266 김수현 201411268 김아름 1 Index 1. Specification Review... 3 1.1. Stage 1000 Planning... 3 1.2. Stage 2030 Analysis... 3 1.3. Stage

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

Microsoft PowerPoint - [SE][Class B][Team5]TermProjectPlan&anlysis.ppt [호환 모드]

Microsoft PowerPoint - [SE][Class B][Team5]TermProjectPlan&anlysis.ppt [호환 모드] Term Project Report #1 Time Table System 200711472 진교선 200711431 박성훈 200711460 이상열 200711465 이홍재 Plan & Analysis CONTENTS Schedule Human Resource Requirements Functional Requirements Non-Functional Requirements

More information

±èÇö¿í Ãâ·Â

±èÇö¿í Ãâ·Â Smartphone Technical Trends and Security Technologies The smartphone market is increasing very rapidly due to the customer needs and industry trends with wireless carriers, device manufacturers, OS venders,

More information

Intro to Servlet, EJB, JSP, WS

Intro to Servlet, EJB, JSP, WS ! Introduction to J2EE (2) - EJB, Web Services J2EE iseminar.. 1544-3355 ( ) iseminar Chat. 1 Who Are We? Business Solutions Consultant Oracle Application Server 10g Business Solutions Consultant Oracle10g

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

Service-Oriented Architecture Copyright Tmax Soft 2005

Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Monolithic Architecture Reusable Services New Service Service Consumer Wrapped Service Composite

More information

홍익3월웹진PDF

홍익3월웹진PDF C o n t e n t s 04 20 28 35 44 48 5 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 43 44 45 46 47 48 49 Human Resource Trends 50 Human Resource

More information

홍익노사5월웹진용

홍익노사5월웹진용 C o n t e n t s 04 30 32 13 47 22 5 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 43 44 45 46 47 48 Human Resource Trends 49 50 Human Resource

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Software Security Security Development Process for KUPE IT 융합정보보호학과 조원 : 두상균안정현발표자 : 이남곤 1 Security 기사출처 : 보안뉴스 2 Security 끊이지않는보안사고 고도화된통싞기술을이용핚다양핚접근방법 강력해짂퍼포먼스를기반핚다양핚크랙방법 소프트웨어의다양성으로인핚다양핚취약점산재 사람들의안이핚보안인식

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 SMV 소개 Konkuk Univ. IT 융합정보보호학과 오예원, 박선영 목차 SMV 소개 CTL NuSMV 설치방법및예시 (lift) 향후계획 SMV SMV(Symbolic Model Verifier) 는유한상태시스템 (finite state system) 이 CTL(Computation Tree Logic) 이라는논리와 BDD(Binary Decision

More information

학습영역의 Taxonomy에 기초한 CD-ROM Title의 효과분석

학습영역의 Taxonomy에 기초한 CD-ROM Title의 효과분석 ,, Even the short history of the Web system, the techniques related to the Web system have b een developed rapidly. Yet, the quality of the Webbased application software has not improved. For this reason,

More information

untitled

untitled (shared) (integrated) (stored) (operational) (data) : (DBMS) :, (database) :DBMS File & Database - : - : ( : ) - : - : - :, - DB - - -DBMScatalog meta-data -DBMS -DBMS - -DBMS concurrency control E-R,

More information

03¼ºÅ°æ_2

03¼ºÅ°æ_2 102 103 R&D closed innovation strategy open innovation strategy spin-off Chesbrough technology marketing IBM Intel P&G IBM Dell Apple Nintendo Acer http //www ibm com/ibm/licensing MIT 1) 104 Bucher et

More information

Solaris Express Developer Edition

Solaris Express Developer Edition Solaris Express Developer Edition : 2008 1 Solaris TM Express Developer Edition Solaris OS. Sun / Solaris, Java, Web 2.0,,. Developer Solaris Express Developer Edition System Requirements. 768MB. SPARC

More information

Microsoft PowerPoint - 3.공영DBM_최동욱_본부장-중소기업의_실용주의_CRM

Microsoft PowerPoint - 3.공영DBM_최동욱_본부장-중소기업의_실용주의_CRM 中 규모 기업의 실용주의CRM 전략 (CRM for SMB) 공영DBM 솔루션컨설팅 사업부 본부장 최동욱 2007. 10. 25 Agenda I. 중소기업의 고객관리, CRM의 중요성 1. 국내외 CRM 동향 2. 고객관리, CRM의 중요성 3. CRM 도입의 기대효과 II. CRM정의 및 우리회사 적합성 1. 중소기업에 유용한 CRM의 정의 2. LTV(Life

More information

No Slide Title

No Slide Title J2EE J2EE(Java 2 Enterprise Edition) (Web Services) :,, SOAP: Simple Object Access Protocol WSDL: Web Service Description Language UDDI: Universal Discovery, Description & Integration 4. (XML Protocol

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

J2EE & Web Services iSeminar

J2EE & Web Services iSeminar 9iAS :, 2002 8 21 OC4J Oracle J2EE (ECperf) JDeveloper : OLTP : Oracle : SMS (Short Message Service) Collaboration Suite Platform Email Developer Suite Portal Java BI XML Forms Reports Collaboration Suite

More information

발간등록번호 11-1371029-000097-01 한국문학분야 주제 가이드 개발 및 구축 :근대문학분야를 중심으로 2014.12. 제 출 문 국립중앙도서관장 귀하 본 보고서를 한국문학분야 주제 가이드 개발 및 구축 : 근대문학분야를 중심으 로 의 최종보고서로 제출합니다. 2014년 12월 연 구 기 관 : 책임연구자 : 공동연구원 : 전남대학교 산학협력단

More information

Product A4

Product A4 2 APTIV Film Versatility and Performance APTIV Film Versatility and Performance 3 4 APTIV Film Versatility and Performance APTIV Film Versatility and Performance 5 PI Increasing Performance PES PPSU PSU

More information