Question

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

Waterfall QA model
Waterfall QA model

Agile QA model
Agile QA model

Spiral QA model
Spiral QA model

RAD QA model

Answers

GPT-4o mini
The dealership appears to be using the **Waterfall QA model**. This is indicated by the sequential approach where the development team completes one phase (creating the framework and then the front end for vehicle inventory) before moving on to the next, and only after all development is done does the QA team begin testing. In contrast, Agile and RAD models would typically involve more iterative processes and testing phases integrated throughout the development.