1 / 8

Test1

Test1. Question1. The Unified process is iterative and incremental What means iterative? more refinement based on the customer needs What means incremental ? build the system iteration by iteration (many mini-system) , then integrate the whole. Q uestion2. Use case : Register User

reia
Download Presentation

Test1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Test1

  2. Question1 The Unified process is iterative and incremental What means iterative? more refinement based on the customer needs What means incremental ? build the system iteration by iteration (many mini-system) , then integrate the whole.

  3. Question2 Use case : Register User • The use case begins when a user wants to register to the Club • System displays the “Register” screen. • The user enters his/her details ( name , address , tel_num) , choose whether he/she registers as a guest or member , then clicks on the “Register” button. • System register him/her , then adds him/her to the corresponding list. • The use case ends.

  4. Question2 Use case : Register User • The use case begins when a user wants to register to theClub • System displays the “Register” screen. • The user enters his/her details ( name , address , tel_num) , choose whether he/she registers as a guest or a member, then clicks on the “Register” button. • System register him/her , then adds him/her to the corresponding list. • The use case ends. • Possible candidates : • User - guest - member- list - Club

  5. Wechoose not to have the ”Club” conceptualclass. If youadopt it , it couldbe as a candidate controller , because , it is a classthat have not muchresponsabilities as the others

  6. Adopting a new class”UserRegisterHandler” as a controller.

  7. With the”Club” class as a controller

More Related