Exam CTFL-2018 All QuestionsBrowse all questions from this exam
Question 9

In which development life cycle model is regression testing an increasingly important activity as the project progresses?

    Correct Answer: C

    In the Scrum development life cycle model, regression testing becomes increasingly important as the project progresses. This is because Scrum involves iterative and incremental development, with regular sprints adding new functionality. As each sprint introduces changes, it's crucial to perform regression testing to ensure that new changes do not negatively impact the existing parts of the system.

Discussion
juafner

Progressive? you mean Incremental?

xrpuserOption: C

Please delete answer as Option D. Option C is the answer. The answer to your question is found in the ISTQB Certified Tester Foundation Level Syllabus (version 2018 v3.1.1) on Page 29: "Regardless of whether the software increments are released to end-users, regression testing is increasingly important as the system grows." So, the closest choice to this description would be: C. Scrum

CourtmanOption: C

Regression testing means re-testing over and over what has been tested before - because some new change might have caused a defect in something long established. That, in turn, is most probable in agile development where small changes are constantly being introduced and released. That makes answer C) the most probable.

xrpuserOption: D

D. Progressive. The "Progressive" model, which is commonly referred to as the "Iterative" or "Incremental" model, involves the development of a system through repeated cycles (iterations) and in smaller, incremental portions at a time. As features are added in subsequent iterations, there is an increasing need for regression testing to ensure that previous functionality remains unaffected. Thus, as the project progresses and more functionality is added, the importance and extent of regression testing increase.

Jay15Option: C

C is correct

SailuPOption: C

C is correct

bhuppiiOption: A

A is correct