SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
During an Agile development effort, a product owner discovers a previously-unknown regulatory requirement that applies to most of the user stories within a particular epic. The user stories are updated to provide for the necessary changes in software behavior. The programmers on the team are modifying the code appropriately. As a tester on the team, what types of tests will you run?
A
Confirmation tests
B
Regression tests
C
Functional tests
D
Change-related tests
Explanation: 

Detailed explanation-1: -A product owner says that your role as a tester on an Agile team is to catch all the bugs before the end of each iteration.

Detailed explanation-2: -Having testers involved in requirements reviews or user story refinement could detect defects in these work products. The identification and removal of requirements defects reduces the risk of incorrect or untestable functionality being developed.

Detailed explanation-3: -Test cases are derived by identifying the components included in the use case and creating integration tests that exercise the interactions of these components.

There is 1 question to complete.