CTFL_UK Exam Questions
223 real CTFL_UK exam questions with expert-verified answers and explanations. Page 4 of 5.
- Question #152Test Management
A new system is about to be developed. Which of the following functions has the highest level of risk?
risk assessmentrisk calculationlikelihoodimpact - Question #153Test Management
Which of the following statements about risks is most accurate?
product riskproject riskrisk-based testingrisk mitigation - Question #154Tool Support for Testing
For which of the following activities in the fundamental test process would an incident management tool be most useful?
incident managementtool supporttest executiondefect logging - Question #155Tool Support for Testing
Which of the following defects is most likely to be found by a test harness?
test harnesscomponent testingmiddlewaretest tools - Question #156Tool Support for Testing
A test management tool is most likely to integrate with which of the following tools?
test management tooltool integrationrequirements managementtraceability - Question #157
Which of the following are aids to good communication, and which hinder it?
- Question #158Fundamentals of Testing
Which pair of definitions is correct?
regression testingretestingconfirmation testingdefinitions - Question #159Fundamentals of Testing
The following statements relate to activities that are part of the fundamental test process.
fundamental test processtest analysistest designtest implementation - Question #160Fundamentals of Testing
Which statement correctly describes the public and profession aspects of the code of ethics?
code of ethicspublic interestprofessional conductISTQB ethics - Question #161
Which of the following is true about the V-model?
- Question #162
Which of the following is true of iterative development?
- Question #163Testing Throughout the Software Development Lifecycle
A top-down development strategy affects which level of testing most?
top-down developmentintegration testingdevelopment strategytest levels - Question #164Fundamentals of Testing
Which of the following is a non-functional requirement?
non-functional requirementsfunctional requirementsrequirements classification - Question #165Testing Throughout the Software Development Lifecycle
Which of the following statements are true? (i) For every development activity there is a corresponding testing activity. (ii) Each test level has the same test objectives. (iii) T...
test levelsdevelopment lifecycletester involvementtest objectives - Question #166
Which of the following statements are correct for walkthroughs? (i) Often led by the author. (ii) Documented and defined results. (iii) All participants have defined roles. (iv) Us...
- Question #167Static Testing
Which of the following has the typical formal review activities in the correct sequence?
formal reviewreview processreview activities sequence - Question #168Static Testing
Which of the following statements are true? (i) Defects are likely to be found earlier in the development process by using reviews rather than static analysis. (ii) Walkthroughs re...
static analysisdynamic testingreviewswalkthroughs - Question #169Static Testing
Which of the following is most likely to be performed by developers?
static analysisreview typesdeveloper rolessoftware models - Question #170
Which of the following are most characteristic of structure-based testing? (i) Information about how the software is constructed is used to derive test cases. (ii) Statement covera...
- Question #171Test Techniques
Which of the following are the most important factors to be taken into account when selecting test techniques? (i) Tools available. (ii) Regulatory standards. (iii) Experience of t...
test technique selectionregulatory standardstest team knowledge - Question #172
Which of the following are most likely to be used when developing a test strategy or test approach? (i) Failure-based approach (ii)Test specification approach (iii) Model-based app...
- Question #173Testing Throughout the Software Development Lifecycle
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...
developer rolescomponent integration testingstatic analysistest environment - Question #174Testing Throughout the Software Development Lifecycle
Which of the following are valid justifications for developers testing their own code during unit testing? (i) Their lack of independence is mitigated by independent testing during...
test independenceunit testingwhite-box techniquesdeveloper testing - Question #175
Which of the following pairs of test tools are likely to be most useful during the test analysis and design stage of the fundamental test process? (i) Test execution tool (ii) Test...
- Question #176
Which of the following is most likely to cause failure in the implementation of a test tool?
- Question #177
What benefits do static analysis tools have over test execution tools?
- Question #178Tool Support for Testing
Which of the following principles should be followed when introducing a test tool into an organization? (i) Assessing organizational maturity to establish whether a tool will provi...
tool introductionorganizational maturitytool evaluationtool requirements - Question #179Tool Support for Testing
How can test execution tools be of most benefit during exploratory testing?
test execution toolsexploratory testingdefect recreationrecord and playback - Question #180Tool Support for Testing
Which of the following types of test tool are most likely to include traceability functions? (i) Performance testing tool (ii)Requirements management tool (iii)Configuration manage...
traceabilityrequirements management toolsconfiguration managementtest tool types - Question #181
A system is designed to accept values of examination marks as follows: Fail:0-39 inclusive Pass:40-59 inclusive Merit:60-79 inclusive Distinction:80-100 inclusive In which of the f...
- Question #182Test Techniques
A washing machine has three temperature bands for different kinds of fabrics: fragile fabrics are washed at temperatures between 15 and 30 degrees Celsius; normal fabrics are washe...
equivalence partitioningboundary value analysistest designpartitions - Question #183Test Techniques
Consider the following pseudo code: 1 Begin 2 Read Time 3 If Time < 12 Then 4 Print(Time, "am") 5 Endif 6 If Time > 12 Then 7 Print(Time 12, "pm") 8 Endif 9 If Time = 12 Then 10 Pr...
decision coveragecontrol flowbranch coveragetest cases - Question #184Test Techniques
Consider the following pseudo code: 1 Begin 2 Read Time 3 If Time < 12 Then 4 Print(Time, "am") 5 Endif 6 If Time > 12 Then 7 Print(Time 12, "pm") 8 Endif 9 If Time = 12 Then 10 Pr...
decision coveragecoverage calculationbranch coveragetest analysis - Question #185
A software component has the code shown below: Program BiggestA, Biggest: Integer Begin Read A Biggest = 10 While A > 0 Do If A > Biggest Then Biggest = A Endif Read A Enddo End Th...
- Question #186
Given the Following programIF X <>= ZTHEN Statement 2;ENDMcCabe's Cyclomatic Complexity is :
- Question #187
An input field takes the year of birth between 1900 and 2004. The boundary values for testing this field are:
- Question #188
Code Coverage is used as a measure of what?
- Question #189
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of ea...
- Question #190
To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data:
- Question #191
In a review meeting a moderator is a person who:
- Question #192
Incorrect form of Logic coverage is:
- Question #193
Independent Verification & Validation is:
- Question #194
Boundary value testing:
- Question #195
Acceptance test cases are based on what?
- Question #196
Which of the following is not a quality characteristic listed in ISO 9126 Standard?
- Question #197
Fault Masking is:
- Question #198
Statement Coverage will not check for the following:
- Question #199
"How much testing is enough?"
- Question #200
Which of the following is not decided in the test-planning phase..?
- Question #201
What is the concept of introducing a small change to the program and having theeffects of that change show up in some test..?