Free CTFL-Foundation Exam Braindumps

Pass your Certified Tester Foundation Level exam with these free Questions and Answers

Page 4 of 67
QUESTION 11

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.

  1. A. (i) and (ii)
  2. B. (i) and (iv)
  3. C. (ii) and (iii)
  4. D. (iii) and (iv)

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 12

Which is not the testing objective?

  1. A. Finding defects
  2. B. Gaining confidence about the level of quality and providing information
  3. C. Preventing defects.
  4. D. Debugging defects

Correct Answer: D

QUESTION 13

A new system is about to be developed. Which of the following functions has the highest level of risk?

  1. A. Likelihood of failure = 20%; impact value = £100,000
  2. B. Likelihood of failure = 10%; impact value = £150,000
  3. C. Likelihood of failure = 1%; impact value = £500,000
  4. D. Likelihood of failure = 2%; impact value = £200,000

Correct Answer: A
In (B) the product of probability × impact has the value £15,000; in (C) the value is £5,000 and in (D) it is £4,000. The value of £20,000 in (A) is therefore the highest.

QUESTION 14

Which of the following is a benefit of independent testing? 1 credit

  1. A. Code cannot be released into production until independent testing is complete.
  2. B. Testing is isolated from development.
  3. C. Independent testers find different defects and are unbiased.
  4. D. Developers do not have to take as much responsibility for qualit

Correct Answer: C

QUESTION 15

A booking system for a city bus service prices its fares according to the time of travel:
• Peak-time tariff starts at 0600 and finishes at 1000 am
• Off-peak tariff applies during all other times of service
• The bus service does not operate between 2300 and the start of the next day’s peak service Note that all times mentioned are inclusive.
When applying the equivalence partitioning test design technique, which of the following options, shows test case inputs that each fall into a different equivalence partition?

  1. A. 0600, 1000, 1200
  2. B. 1001, 1300, 2259
  3. C. 0100, 0800, 2200
  4. D. 2400, 1000, 2301

Correct Answer: D

Page 4 of 67

Post your Comments and Discuss ISTQB CTFL-Foundation exam with other Community members: