Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.35 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.35 KB

PDFs Projecto: Entrega 0 | Entrega 1 | Entrega 2 | Entrega 3

P H O N E B O O K

Phonebook V3 | Phonebook V2 | Phonebook V1


#V3

Application example for the third delivery of es16.

Services and respective unit tests:

  • Find Phone Number
  • Find Persons with Contact

Presentation commands:

  • Create person
  • Create contact
  • Delete person
  • Delete contact
  • List persons and contacts
  • Import xml
  • Export xml

System and integration tests:

  • Integration test
  • System test

#V2

Phonebook V1
Phonebook V2

application example for the second delivery of es16

Services and respective unit tests:

  • Create person
  • Create contact
  • Delete person
  • Delete contact
  • List persons
  • List person's contacts
  • Import xml
  • Export xml