Presentation is loading. Please wait.

Presentation is loading. Please wait.

HMSI Hotel Management System Integrated 01 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO.

Similar presentations


Presentation on theme: "HMSI Hotel Management System Integrated 01 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO."— Presentation transcript:

1 HMSI Hotel Management System Integrated 01 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO

2 HMSI Hotel Management System 02 SUMMARY ABOUT US PROJECT TEAM MEMBERS THE IDEA WHY DID WE CHOSE THIS PROJECT REQUIREMENT S HOW DID WE CREATE OUR REQUIREMENT DESIGN HOW DID WE DISIGN OUT PROJECT TESTING HOW DID WE TEST OUR PROJECT PLAN HOW DID WE MANAGE OUR PROJECT STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO HOW DOES THE PROJECT RUN

3 ABOUT US PROJECT TEAM MEMBERS LamPT SUPERVISOR HuongNM PROJECT MANAGER CuongNC DEVELOPER GiangKQ DEVELOPER NamNH DEVELOPER PhuongKM TEST LEAD HMSI Hotel Management System Integrated 03 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO

4 THE IDEA DEMAND OF TRAVELING According to report of Vietnam National Administration of Tourism (VNAT), in January 2014 International visitors to Vietnam in January estimated 722,349 arrivals, increasing by 20.79% over the same period last year and 7.45% over last month. FAMOUS LANDSCAPE HMSI Hotel Management System Integrated 04 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO

5 THE IDEA The hotel management demand grows up strongly as well With the high growth rate of tourist’s residence in Vietnam, the hotel management demand grows up strongly as well. Therefore, the application of a hotel management software system is a common option Cost The cost of development, operation, and maintenance is not cheap, especially with small and medium-size hotels Reliability The reliability and security of the system are always the big issues of any organization HMSI Hotel Management System Integrated 05 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO

6 THE IDEA OUR PROPOSE To solve the above situation, in the scope of the project, the Hotel Management System Integration (HMSI) will be built. HMSI is an integrated website that provides hotel management functions for small and medium size hotels. HMSI Hotel Management System Integrated 0606 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO The hotels do not need to invest money for developing their own software system. Just register a service with small monthly payment Leave behind all the difficulties of hosting and maintenance their own system

7 SOFTWARE MANAGEMENT PLAN SOFTWARE PROCESS MODEL The waterfall model is a sequential design process, often used in software development processes, in which progress is seen as flowing steadily downwards (like a waterfall) through the phases of Conception, Initiation, Analysis, Design, Construction, Testing, Production/Implementation, and Maintenance. HMSI Hotel Management System Integrated 0707 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO Requirement Analysis Design Testing Maintenance Coding

8 SOFTWARE MANAGEMENT PLAN ROLE AND RESPONSIBILITIES Roles of each member HMSI Hotel Management System Integrated 0808 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO

9 SOFTWARE MANAGEMENT PLAN ROLE AND RESPONSIBILITIES Responsibilities of each member HMSI Hotel Management System Integrated 09 HuongNM Managing process Managing and creating documents Coding CuongNC Designing architecture Designing function Coding GiangKQ Managing configuration Designing function Coding PhuongKM Create test case Review documents Testing (Leader) NamNH Design database Create test case Testing STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO

10 SOFTWARE MANAGEMENT PLAN DEVELOPING ENVIRONMENT HMSI Hotel Management System Integrated 10 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO TitleDetail Tools for coding. Microsoft Visual Studio 2010 Microsoft SQL Server 2008 Tools for documenting, source code management, developing plan and team communication. Microsoft Office 2007, 2010 Microsoft Project 2010 Microsoft Skype Google Drive Team Foundation Tools for design Ashta 6.8.0 Visual Paradigm 11.0 Microsoft Visio 2010 Test tool Google Chrome 34 or later FireFox 25 or later Internet Exprore 9 Framework ASP.NET Framework 4.0 Entity Framework 4.1

11 SOFTWARE MANAGEMENT PLAN ROLE AND RESPONSIBILITIES Project Schedule HMSI Hotel Management System Integrated 11 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO Project Plan

12 FUNCTIONAL REQUIREMENTS There are 2 kind of group user HMSI Hotel Management System Integrated 1212 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO NoRoleDescriptionMain Functions 1 System Administrator HSMI admin Staff account management. Hotel account management. Renting package management. 2 System Manager HSMI Manager Reports management. 3 System Sales Staff HSMI sale staff Contract management. HMSI system role

13 FUNCTIONAL REQUIREMENTS There are 2 kind of group user HMSI Hotel Management System Integrated 1313 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO Hotel system roles NoRoleDescriptionMain Functions 1Hotel AdministratorHotel admin- Hotel staff management. 2Hotel Manager - Report management - Room management - Room type management - Building management - Floor management - Service type management - Service management 3Receptionnist Hotel receptionist - Booking management - Check in room - Manage room service - Room Operation - Check out

14 NON-FUNCTIONAL REQUIREMENTS RELIABILITY Database must be backed up regularly and can be recovered if necessary. SECURITY The system should provide protection methods for protecting user information from outside or from other users. User password is also invisible for the system administrator. SHA1 encryption is used to secure password. MAINTAINABILITY Output of the project must include coding standards and naming conventions documentations. PORTABILITY Website can be used by any user with a browser and an internet connection. HMSI Hotel Management System Integrated 1414 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO

15 SYSTEM REQUIREMENTS HMSI Hotel Management System Integrated 1515 USE CASE STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO Use case

16 SOFTWARE DESIGN OVERALL ARCHITECTURE We use Client-Server architecture in this project HMSI Hotel Management System Integrated 16 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO

17 SOFTWARE DESIGN Choice of pattern for build HSMI system HMSI Hotel Management System Integrated 17 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO Rely on result of analyzing the SRS document, designing overview HMSI architecture, which overall architecture will be client-server as described above, and studying ASP.NET MVC application as well as other relevant technologies, we decided to build HMSI system follow MVC3 pattern. MVC3 pattern for HMSI

18 SOFTWARE DESIGN COMPONENTS DIAGRAM HMSI Hotel Management System Integrated 18 Components Diagram STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO

19 SOFTWARE DESIGN CLASS DIAGRAMS Class diagram HMSI Hotel Management System Integrated 19 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO

20 SOFTWARE DESIGN SEQUENCE DIAGRAMS Sequence diagram HMSI Hotel Management System Integrated 20 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO

21 SOFTWARE TESTING UNIT TEST INTEGRATION TEST SYSTEM TEST TEST STRATEGY 3 TYPES OF TESTING 2121 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO HMSI Hotel Management System Integrated

22 SOFTWARE TESTING V-MODEL 2 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO HMSI Hotel Management System Integrated

23 SOFTWARE TESTING TEST PROCESS 2323 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO Requirements analysis Test planning Test development Test executionTest reporting Misunderstood requirements Fix bug HMSI Hotel Management System Integrated

24 SOFTWARE TESTING TEST REPORT 2424 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO -Total test case test: 499 -Total pass: 493 -Total fail: 6 HMSI Hotel Management System Integrated

25 QUESTIONS & ANSWERS Q&AQ&A 25 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO HMSI Hotel Management System Integrated

26 THANKS FOR YOUR ATTENTION HMSI Hotel Management System Integrated 26 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO


Download ppt "HMSI Hotel Management System Integrated 01 STARTTHE IDEAPLANREQUIREM ENTS DESIGNTESTDEMO."

Similar presentations


Ads by Google