Pre-Summer Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

CTFL_Syll_4.0 Exam Questions Tutorials

ISTQB Certified Tester Foundation Level (CTFL) v4.0 Questions and Answers

Question 9

A program is used to control a manufacturing line (turn machines on and off. start and stop conveyer belts, add raw materials to the flow. etc.). Not all actions are possible at all times. For example, there are certain manufacturing stages that cannot be stopped - unless there is an emergency. A tester attempts to evaluate if all such cases (where a specific action is not allowed) are covered by the tests.

Which coverage metric will provide the needed information for this analysis?

Options:

A.

Code coverage

B.

Data flow coverage

C.

Statement coverage

D.

Branch Coverage

Question 10

Consider a program that computes the factorial of a number (n). From the specifications you know that:

•If n < 0, a message "Value out of range" must be issued.

•If 0 < n < 100, the program calculates the factorial and returns the number

•If 100 < n < 200 message "Value out of range" must be issued

Which of the following statements about the equivalence partitions is CORRECT?

Options:

A.

There are 3 partitions - one for negative numbers, one for numbers up to 100 and the last one for numbers up to 200

B.

The equivalence partitions cannot be determined for this question because the error message for two partitions is exactly same

C.

The requirements are not correct because the partitions are overlapping

D.

The equivalence partitions cannot be determined for this question because factorial of numbers close to 200 will be very large

Question 11

Which ONE of the following work products TYPICALLY belongs to test execution?

Options:

A.

Test logs that document the results of test execution.

B.

Automated test scripts used for test execution.

C.

A test plan that describes the test strategy and test objectives.

D.

A list of test conditions prioritized during test analysis.

Question 12

Which of the following is a role that is usually responsible for documenting the findings (e.g., action items, decisions, recommendations) made by the review team as part of a typical formal review?

Options:

A.

Review leader

B.

Facilitator

C.

Recorder

D.

Moderator