ISTQB-CTFL Exam Questions
134 real ISTQB-CTFL exam questions with expert-verified answers and explanations. Page 1 of 3.
- Question #1Testing Throughout the Software Development Lifecycle
In which of the following cases you would NOT execute maintenance testing?
maintenance testingtest levelssoftware retirementmigration testing - Question #2Static Testing
Manager responsibilities in formal review includes ad except one of the following:
formal reviewmanager responsibilitiesreview rolesreview process - Question #3Testing Throughout the Software Development Lifecycle
Which ONE of the following statements about acceptance testing is NOT correct?
acceptance testingtest levelsdisaster recoveryuser acceptance testing - Question #4Test Management
Which are the MAIN goals of risk management in a software project?
risk managementproject riskrisk mitigationrisk probability - Question #5Fundamentals of Testing
A team's test strategy was to invest equal effort in testing each of a system's modules. After running one test cycle, it turned out that most of the critical bugs were detected in...
defect clusteringtesting principlestest strategyrisk-based focus - Question #6Test Management
In what way do Configuration Management effects testing?
configuration managementtest item identificationtest infrastructuretraceability - Question #7Test Management
During system testing phase of a word processor, a tester finds that on opening a file from a particular set of files, which are part of a critical workflow, the word processor cra...
incident reportingdefect managementreproducibilitytest execution - Question #8Test Techniques
Which of the following statements about decision tables are TRUE?
decision tablesblack-box testingtest design techniquescondition combinations - Question #9Test Management
Consider the following statements about risk-based testing.
risk-based testingproduct risktest prioritizationrisk analysis - Question #10Test Management
As the last stage of a test cycle of an embedded device, you are performing exploratory testing. You observed that some character. (A, X and Z) sent via a serial port to the device...
incident reportingexploratory testingdefect report fieldstest case identifier - Question #11Testing Throughout the Software Development Lifecycle
Which of the following statements about re-testing and regression testing are TRUE?
regression testingconfirmation testingre-testingtest types - Question #12Test Management
Which of the following can be considered a VALID exit criterion?
exit criteriatest completion criteriadefect densitytest monitoring - Question #13Test Management
Which of the following statements about testware are correct?
testwaretest closuretest artifactstest resources - Question #14Tool Support for Testing
A QA manager of a start-up company needs to implement within a week a low cost incident management tool. Which of the following is the best option?
incident management toolsdefect trackingtool selectiontest tooling - Question #15Static Testing
Which of the following statements regarding inspection is NOT true?
inspectionformal reviewmoderator rolereview objectives - Question #16Testing Throughout the Software Development Lifecycle
Which of the following options cover the test types performed during typical system testing phase:
system testingtest typesusability testingfunctional testing - Question #17Test Management
A mid-size software product development company has analyzed data related to defects detected in its product and found out that detects fixed in earlier builds are getting re-opene...
regression testingdefect re-openingtest suite adequacydefect analysis - Question #18Fundamentals of Testing
Which of the following does MOT describe a reason why testing is necessary?
testing necessitytesting objectivestesting standardscost vs risk - Question #19Fundamentals of Testing
Which of the following statements is CORRECT?
test casestest designtest implementationtest documentation - Question #20Test Techniques
Given the following requirement: Requirement ID: 2 8 Requirement Description Additional Entrance Fee Detailed Description An additional fee of S3 is charged during the weekend, but...
boundary value analysisequivalence partitioninginput boundariesoutput boundaries - Question #21Test Management
Out of the following. what is not needed to specify in defect report?
defect reportdefect managementbug reportingtest documentation - Question #22Test Techniques
You need to test the login page of a web site. The page contains fields for user name and password. Which test design techniques are most appropriate for this case?
equivalence partitioningboundary value analysistest design selectionlogin testing - Question #23Test Techniques
For withdrawing money tram an Automated Teller Machine (ATM), the following conditions are required: - The bank card is valid - The PIN code is correct - Money is available in the...
decision table testingcondition combinationsATM use casetest technique selection - Question #24Static Testing
Which of the following statements about reviews are TRUE?
walkthroughsreview typesstatic reviewreview roles - Question #25Test Techniques
The following part of a business process flow is specified; REPEAT (book a bill) UNTIL (User presses Cancel). How many test cases are necessary in order to achieve 100% branch cove...
branch coverageloop constructswhite-box testingcontrol flow - Question #26Static Testing
Why it is essential that defects found in a review be reported objectively?
defect reportingreview processauthor feedbackreview objectives - Question #27Test Management
The testers in company A were part of the development team. Due to an organizational change they moved to be part of the support team. What are the advantages and the disadvantages...
test independencetester rolesorganizational structuretesting advantages - Question #28Test Management
The following sentences refer to the 'Standard for Software Test Documentation' specification (IEEE 829). Which sentence is correct?
IEEE 829test documentation standardtest plandocumentation adherence - Question #29Test Techniques
4 equivalence classes are given for integer values: 0 < x <100 100<= x <= 200 200 < x < 500 x >= 500 Which of the following options represent correct set of data for valid equivale...
equivalence partitioningvalid classestest data selectioninteger boundaries - Question #30Fundamentals of Testing
Which of the following are valid testing principles?
testing principlesexhaustive testingseven principlestest fundamentals - Question #31Fundamentals of Testing
Which of the following statements contradicts the general principles of testing?
testing principlespesticide paradoxtest effectivenessdefect detection - Question #32Fundamentals of Testing
Which of the following is true about Oracles?
test oracleexpected resultsoracle typesproduct version - Question #33Static Testing
Which type of software development product can undergo static testing?
static testing scopework productsrequirements reviewstatic vs dynamic - Question #34Test Management
The following incident report that was generated during test of a web application. What would you suggest as the most important report improvement? Defect detected date: 15 8.2010...
incident reportdefect report qualitytest environment detailsbug documentation - Question #35Testing Throughout the Software Development Lifecycle
Which of the following statements is LEAST likely to be describing component testing?
component testingunit testingtest levelsstubs and drivers - Question #36Fundamentals of Testing
Which of the following is NOT a common objective of testing?
testing objectivesdebugging vs testingtest goalsdefect prevention - Question #37Static Testing
A Static analysis tool analyzes a given program's CONTROL FLOW among other things. Which of the following options represents the most likely outcome of the control flow analysis:
static analysiscontrol flow analysisunreachable codecode quality - Question #38Tool Support for Testing
Which of the following tools is most likely to detect defects in functions or methods in source code?
unit test frameworktest toolsdefect detectiontool selection - Question #39Test Techniques
A system has valid input numbers ranging between 1000 and 99999 (both inclusive). Which of the following inputs are a result of designing tests for all valid equivalence classes an...
boundary value analysisequivalence partitioningvalid boundariestest data design - Question #40Test Management
Which of the following is the most important task of a typical test leader?
test leadershiptest strategytest management rolestest coordination - Question #41Test Techniques
Which of the following is NOT an experience-based technique?
experience-based testingboundary value analysistest technique classification - Question #42Test Management
Which of the following statements about test reports are TRUE?
test reportstest progress reportingtest management - Question #43Tool Support for Testing
Which of the following is a correct reason to apply test automation?
test automationautomation benefitsrepetitive tasks - Question #44Testing Throughout the Software Development Lifecycle
Consider the following testing levels: 1) Component Testing 2) Integration Testing 3) System Testing 4) Acceptance Testing Which of the following statements is true?
testing levelsV-modelSDLC models - Question #45Testing Throughout the Software Development Lifecycle
A test manager defined the following test levels in her test plan; Component, System and Acceptance. Which Software Development lifecycle is the Test Manager most likely following?
V-modeltesting levelsSDLCtest planning - Question #46Test Techniques
A software calculates the annual car tax using three inputs: - E; the emission level of the vehicle - P: the power of the vehicle - T the type of the vehicle The input value for P...
boundary value analysisinput partitioningtest data selection - Question #47Fundamentals of Testing
A test engineer finds a defect while testing. After the developer has fixed the defect, the test engineer decides to re-run a complete section of the tests. Which of the following...
regression testingconfirmation testingdefect retesting - Question #48Test Management
Which of the following is NOT a product risk?
product riskproject riskrisk classification - Question #49Test Techniques
Why should you choose a test technique?
test technique selectiontest designtesting approach - Question #50Test Management
Which of the following would be the LEAST likely to be used as the basis for a test exit criteria?
exit criteriatest completion criteriatest monitoring