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 Spiral QA model Spiral QA model RAD QA model RAD QA model Agile QA model

Answers

GPT-4o mini
The scenario described indicates that the development team completes the entire development process (framework, vehicle inventory front end, part inventory front end) before the QA team performs testing. This linear progression is characteristic of the **Waterfall QA model**. In the Waterfall model, each phase must be completed before the next phase begins, which aligns with how the development and QA phases are structured in this scenario.

Therefore, the correct response is **Waterfall QA model**.

Related Questions