00:00

QUESTION 51

- (Exam Topic 2)
What is the main reason why reviews are especially beneficial in the above-mentioned scenario? 2 credits

Correct Answer: D

QUESTION 52

- (Exam Topic 21)
What test roles (or parts in the testing process) is a developer most likely to perform?
(i) Executing component integration tests.
(ii) Static analysis.
(iii) Setting up the test environment.
(iv) Deciding how much testing should be automated.

Correct Answer: A
(i) Executing component integration tests is usually done by developers. Developers are usually responsible for unit and component integration testing. Independent testing usually follows at system and acceptance test levels.
(ii) Static analysis is usually done by developers because: it requires an understanding of the code and therefore the person doing this needs skills in the programming language; and it can be done as soon as the code is written. Therefore it is quick and effective for the developer to do it. The risk of a lack of test independence can be mitigated by performing independent system and acceptance testing.
(iii) Setting up the test environment is an activity typically performed by a tester. It may require support from developers and staff from other departments and on some occasions environments could be set up by
developers. However, it is a task that could be done by a tester rather than a developer.
(iv) Deciding how much testing should be automated is typically a decision made by the test leader, who will consult other staff in the decision-making process. Developers may be involved and their skills may be required to automate some tests. However, the decision on how much to automate should not be made by developers.

QUESTION 53

- (Exam Topic 23)
Which of the following is NOT a valid use of decision coverage?

Correct Answer: D

QUESTION 54

- (Exam Topic 22)
Which of the following is a valid reason for writing test cases based on experience and intuition? [K1]

Correct Answer: C

QUESTION 55

- (Exam Topic 14)
During test process improvement it is recommended to use standards where possible. Standards originate from various sources and they cover different subjects in relation to testing Pick TWO sources of software standards, useful to software testing from the ones mentioned below. 1 credit

Correct Answer: AC