80 likes | 225 Views
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
E N D
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.
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.
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
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
Adopting a new class”UserRegisterHandler” as a controller.