Below we have a simple management system that is designed using a class diagram and implemented using java. Based on the diagram below, we can see that there are different dependencies among classes. Use the diagram below to explain what needs to be tested (how the different testings will proceed). Point out how unit testing, integration testing, end-to-end testing, and acceptance testing will proceed for the system. Note- You are not expected to generate tests or test cases. You are expected to explain what needs to be tested and how testing will proceed

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter4: The Selection Structure
Section: Chapter Questions
Problem 11E
icon
Related questions
Question

Below we have a simple management system that is designed using a class diagram and implemented using java. Based on the diagram below, we can see that there are different dependencies among classes.

Use the diagram below to explain what needs to be tested (how the different testings will proceed). Point out how unit testing, integration testing, end-to-end testing, and acceptance testing will proceed for the system.

Note- You are not expected to generate tests or test cases. You are expected to explain what needs to be tested and how testing will proceed

© ParkingOffice
o parkingofficeName : String
O listofCustomers : List<Customer>
O listofParkingLots : List<ParkingLot>
O parkingofficeAddress : Address
C ParkingLot
C Money
o id : String
O name : String
O address : Address
O amount : long
O currency : String
o getParkingOfficeName() : String
o register(Customer) : void
o register(Car) : ParkingPermit
o park(Date, ParkingPermit, ParkingLot) : ParkingTransaction
o getParkingCharges(ParkingPermit) : Money
o getParkingCharges(Customer) : Money
getDailyRate(CarType) : Money
C TransactionManager
C PermitManager
o transactions : List<ParkingTransaction>
permits : List<ParkingPermit>
park(Date, ParkingPermit, ParkingLot) : ParkingTransaction
getParkingCharges(ParkingPermit) : Money
o getParkingCharges(Customer) : Money
register(Car) : ParkingPermit
C Customer
C) Car
© ParkingTransaction
C ParkingPermit
o id : String
O firstName : String
O lastName : String
O phoneNumber : String
o address : Address
O type : CarType
O licensePlate : String
O owner : Customer
o id : String
O car : Car
O expiration : Date
o getCar() : Car
o date : Date
permit : ParkingPermit
O parkingLot : ParkingLot
o chargedAmount : Money
o getType() : CarType
o getlicensePlate( : String
o getOwner() : Customer
getChargedAmount() : Money
o getPermit() : ParkingPermit
o getCustomerName() : String
C Address
Е CarType
o treetAddress1: String
O streetAddress2 : String
O city : String
O state : String
O zip : String
COMPACT
SUV
o getAddressinfo(0) : String
Transcribed Image Text:© ParkingOffice o parkingofficeName : String O listofCustomers : List<Customer> O listofParkingLots : List<ParkingLot> O parkingofficeAddress : Address C ParkingLot C Money o id : String O name : String O address : Address O amount : long O currency : String o getParkingOfficeName() : String o register(Customer) : void o register(Car) : ParkingPermit o park(Date, ParkingPermit, ParkingLot) : ParkingTransaction o getParkingCharges(ParkingPermit) : Money o getParkingCharges(Customer) : Money getDailyRate(CarType) : Money C TransactionManager C PermitManager o transactions : List<ParkingTransaction> permits : List<ParkingPermit> park(Date, ParkingPermit, ParkingLot) : ParkingTransaction getParkingCharges(ParkingPermit) : Money o getParkingCharges(Customer) : Money register(Car) : ParkingPermit C Customer C) Car © ParkingTransaction C ParkingPermit o id : String O firstName : String O lastName : String O phoneNumber : String o address : Address O type : CarType O licensePlate : String O owner : Customer o id : String O car : Car O expiration : Date o getCar() : Car o date : Date permit : ParkingPermit O parkingLot : ParkingLot o chargedAmount : Money o getType() : CarType o getlicensePlate( : String o getOwner() : Customer getChargedAmount() : Money o getPermit() : ParkingPermit o getCustomerName() : String C Address Е CarType o treetAddress1: String O streetAddress2 : String O city : String O state : String O zip : String COMPACT SUV o getAddressinfo(0) : String
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage