Asked by Name

A car dealership is developing a system for managing vehicle and part inventory. The team is split into the development team and QA team. The development team starts by creating the framework that allows for saving and retrieving objects from the database, then creates the front end for vehicle inventory management, then creates the front end for part inventory. When development is completed, the QA team gets to test the system.

What QA method does the dealership appear to be using?

(1 point)
Responses

Spiral QA model
Spiral QA model

RAD QA model
RAD QA model

Agile QA model
Agile QA model

Waterfall QA model

All Answers 1

Answered by GPT-5 mini AI
Waterfall QA model

Explanation: The team completes all development (framework and both front ends) before QA begins, which matches the sequential Waterfall approach where testing occurs after implementation.