ISTQB Certified Tester Foundation Level 2018 v1.0

Page:    1 / 3   
Exam contains 43 questions

Which defect below is MOST likely to be found by a review during static testing?

  • A. Incorrect interface specifications.
  • B. Old versions of software in use.
  • C. Performance bottlenecks.
  • D. Broken links to web addresses.


Answer : A

Which of the following is a typical characteristic of the WALKTHROUGH review type?

  • A. The meeting is led by the author.
  • B. Metrics are gathered throughout.
  • C. Attendees must prepare before the meeting.
  • D. Entry and exit criteria are defined.


Answer : A

You are performing a review of your colleagueג€™s test cases based on the following test basis document:


The Test Cases are as follows:
TC1. Success ג€" valid ג€˜User Nameג€™ and ג€˜Passwordג€™; Customer Menu displayed
TC2. Failure ג€" ג€˜User Nameג€™ field has blank entry; Error Number 12 displayed
TC3. Failure ג€" ג€˜User Idג€™ entered does not exist on database (i.e. unregistered user); Error Number 23 displayed
TC4. Failure ג€" ג€˜Passwordג€™ entered does not match userג€™s password on database; Error Number 24 displayed
You are guided by the following checklist in your review:
C1. There must be one test case to cover success
C2. There must be one test case for each error path (e.g. validation failure)
C3. Each test case must use terminology consistent with the test basis document (field names, error numbering, etc.)
Record a separate defect for each missing test case (checklist items C1 and C2) and for each test case that does not meet checklist item C3.
How many defects should you record?

  • A. 1.
  • B. 2.
  • C. 3.
  • D. 4.


Answer : C

Which of the following BEST describes checklist-based testing?

  • A. An approach to testing whereby the testers dynamically design and execute tests based on their knowledge, exploration of the test item and the results of previous tests.
  • B. An experience-based test technique whereby the experienced tester uses a high-level list of items to be noted, checked or remembered, or a set of rules or criteria against which a product has to be verified.
  • C. A procedure to derive and/or select test cases based on an analysis of the specification, either functional or non-functional, of a component or system without reference to its internal structure.
  • D. A test design technique which ensures that test cases are checked for consistency and completeness against an organisationג€™s list of formatting rules and best practices.


Answer : B

Which of the following is a key difference between black box and white box test design techniques?

  • A. Black box techniques use software code to derive test cases, white box techniques do not.
  • B. White box techniques use functional design specifications to derive test cases, black box techniques do not.
  • C. White box techniques can measure the extent of code coverage, black box techniques can not.
  • D. White box techniques derive test cases from models of the software, black box techniques do not.


Answer : C

A car insurance policy has 3 rates of insurance depending on the age of the driver. For drivers aged between 17 and 25 inclusive they are charged at rate A, drivers aged between 26 and 50 inclusive are charged at rate B and those drivers aged over 50 are charged at rate C.
You are designing test cases, which of the following three ages would test all valid equivalence partitions and therefore test rate A, B and C?

  • A. 26, 45, 50.
  • B. 10, 21, 55.
  • C. 20, 35, 65.
  • D. 17, 25, 50.


Answer : C

A student needs to score at least 50 points to pass. If they score at least 100 points they will achieve a merit and if they score at least 150 points they will achieve a distinction.
Which two values are in the same partition?

  • A. 45 and 55.
  • B. 55 and 120.
  • C. 50 and 60.
  • D. 45 and 170.


Answer : C

A holiday club restricts those booking the holiday, to people between the ages of 18 and 30 inclusive.
Using three-point boundary values, what ages would be required to test the lower and upper boundary?

  • A. 17, 18, 19, 29, 30, 31.
  • B. 17, 18, 19, 30, 31, 32.
  • C. 18, 19, 20, 28, 29, 30.
  • D. 16, 17, 18, 30, 31, 32.


Answer : A

Given the following decision tables, what is the expected result for the test case listed below?


Test Case: Purchase a Toaster weighing 9kg for ֲ£10.

  • A. No need to pay in cash, no free delivery.
  • B. Must pay in cash, no free delivery.
  • C. No need to pay in cash, free delivery.
  • D. Must pay in cash, free delivery.


Answer : A

Given the following state transition diagram where SS is the start state:


Which of the following answers describes a test case that only uses valid transitions to exercise all states, using the minimum number of transitions?

  • A. SS-S3-SS-S1-S3-S2.
  • B. SS-S3-S2-S1.
  • C. SS-S1-S2-S3.
  • D. SS-S1-S3-S2.


Answer : D

Which statement about deriving test cases from a use case is TRUE?

  • A. Test cases are designed to exercise the defined behaviours.
  • B. There should only be one test case for each use case.
  • C. Test cases can only be derived if there is an activity diagram.
  • D. It is not possible to measure use case test coverage.


Answer : A

Which of the following is NOT a valid use of decision coverage?

  • A. Checking that all decisions have been exercised in a single program.
  • B. Checking that all decisions have been exercised in a business process.
  • C. Checking that all decisions are based on a numeric value.
  • D. Checking that at least 100% decision coverage has been achieved, as this guarantees 100% statement coverage.


Answer : C

Which of the following is an approach that can be used for exploratory testing?

  • A. Time-boxed test sessions are created, during which a tester uses a test charter containing test objectives to guide the testing.
  • B. A tester methodically executes tests from a list of possible failures, based on experience, defect and failure data.
  • C. A tester analyses, designs and implements tests based on external rules and standards.
  • D. Tests are designed based on the guidance of stakeholders and experts outside the test team.


Answer : D

Which of the following BEST describes a methodical approach to the Error Guessing test technique?

  • A. A tester dynamically designs and executes tests based on their knowledge, exploration of the test item and the results of previous tests.
  • B. An experienced tester makes a list of potential defects and failures, and designs and runs tests to generate these failures should the defects be present in the code.
  • C. A tester designs, implements and executes tests to cover test conditions found in checklists that are based on what is important for the user.
  • D. An inexperienced tester is asked to attempt to guess errors that may have been missed by experienced testers during formal test design.


Answer : A

Which of the following are benefits of an independent test team, and which are drawbacks? a) Independent testers can find different defects. b) Developers may put less emphasis on quality. c) Independent testers can be seen as the reason for delayed projects. d) Independent testers can verify assumptions made during the specification of a system.

  • A. a and b are benefits, c and d are drawbacks.
  • B. b and c are benefits, a and d are drawbacks.
  • C. a and d are benefits, b and c are drawbacks.
  • D. c and d are benefits, a and b are drawbacks.


Answer : C

Page:    1 / 3   
Exam contains 43 questions

Talk to us!


Have any questions or issues ? Please dont hesitate to contact us

Certlibrary doesn't offer Real Microsoft Exam Questions.
Certlibrary Materials do not contain actual questions and answers from Cisco's Certification Exams.
CFA Institute does not endorse, promote or warrant the accuracy or quality of Certlibrary. CFA® and Chartered Financial Analyst® are registered trademarks owned by CFA Institute.