There are several types of testing like unit testing, integration testing, and functional testing. Assuming that we are building a parking management system with classes like customer, car, parking office, parking charge, and parking lot.  Using the class diagram below as reference, evaluate and explain the different kinds of testing that should be applied to the Parking System Application. Where do they fit in the development process?

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter3: Using Methods, Classes, And Objects
Section: Chapter Questions
Problem 1GZ
icon
Related questions
Question

There are several types of testing like unit testing, integration testing, and functional testing.

Assuming that we are building a parking management system with classes like customer, car, parking office, parking charge, and parking lot. 

Using the class diagram below as reference, evaluate and explain the different kinds of testing that should be applied to the Parking System Application. Where do they fit in the development process? 

ParkingOffice
Customer
+name: String
+customerlD: int
+address: String
+name: String
+phone: String
+address: String
+customers: Customer[]
+phone: String
+cars: Car)
+Customer(String, string, String)
+ lots: ParkingLot[]
+getName(): String
+charges: ParkingCharges[]
+ParkingOffice()
+register(): Customer
CarType
+register(Customer, String, CarType ): Car
1.1
+getCustomer(Customer): Customer
Car
+addCharges(ParkingCharge): double
+owner: Customer
+getCustomerIDs(: String]
+ licence: String
+getPermitID(): String[]
+t CarType
+getPermitlds(Customer): List<String>
+Car(Customer, String, CarType)
ParkingCharges
+amount: double
ParkingLot
+permitID: int
getPermitI D(): int
Transcribed Image Text:ParkingOffice Customer +name: String +customerlD: int +address: String +name: String +phone: String +address: String +customers: Customer[] +phone: String +cars: Car) +Customer(String, string, String) + lots: ParkingLot[] +getName(): String +charges: ParkingCharges[] +ParkingOffice() +register(): Customer CarType +register(Customer, String, CarType ): Car 1.1 +getCustomer(Customer): Customer Car +addCharges(ParkingCharge): double +owner: Customer +getCustomerIDs(: String] + licence: String +getPermitID(): String[] +t CarType +getPermitlds(Customer): List<String> +Car(Customer, String, CarType) ParkingCharges +amount: double ParkingLot +permitID: int getPermitI D(): int
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT