CTFL18 Exam Questions
587 real CTFL18 exam questions with expert-verified answers and explanations. Page 6 of 12.
- Question #252
Refer to the exhibit. The flow graph below shows the logic of a program for which 100% statement coverage and 100% decision coverage is required on exit from component testing. The...
- Question #253
Refer to the exhibit, which of the following test cases will ensure that the statement `Print `Hold'' is exercised?
- Question #254
Refer to the exhibit, which of the test cases below will exercise both outcomes from decision 2?
- Question #255
Refer to the exhibit, the Cambrian Pullman Express has special ticketing requirements represented by the partial decision table below. Carol has a student railcard and is travellin...
- Question #256
How does software testing contribute to the quality of delivered software?
- Question #257
An iPhone application identifies and counts all purchases of a particular product from a shopping website. The application incorrectly counts purchase attempts by including both fa...
- Question #258
Which of the following is a valid objective of testing?
- Question #259
A bank is developing a new service that will be delivered via the web. The user interactions are defined as a set of use cases and the service is designed to be available continuou...
- Question #260
Functional and structural tests are alternative test types that may be used separately or together at which test level?
- Question #261
Which of the following statements best characterises maintenance testing?
- Question #262
Under which of the following circumstances is maintenance testing required?
- Question #263
Which of the following BEST defines static techniques?
- Question #264
Which of the following is a role of a formal review?
- Question #265
Which from the following list are typically found to enable the review process to be successful? (a) Each review has clear defined objectives (b) The lower the number of defects, t...
- Question #266
Which of the following would typically be identified using static analysis by tools?
- Question #267
Before an invoice can be created, an account is required. Before an account can be set up, an account user is required (in order to set up the account). The software is delivered w...
- Question #268
Which of the following test case design techniques is white box (structure-based)?
- Question #269
From the following list, which of the following apply to experience-based techniques? (a) Test cases are derived from a model of the problem to be solved or the software (b) Test c...
- Question #270
Refer to the exhibit. A test case starts at S1 and triggers 4 events in sequence: E1, E4, E5, E7. What will be the finishing state and the output(s) from the test case?
- Question #271
The four test levels defined for a common V-model testing approach are:
- Question #272
Typically, exit criteria may consist of:
- Question #273
A data driven approach to test automation design is best described as:
- Question #274
Which of the following risks represents the highest level of risk to the project?
- Question #275
What factors should be considered to determine whether enough testing has been performed? (i)The exit criteria. (ii)The budget. (iii)How big the test team is. (iv)The product's ris...
- Question #276
Which of the following statements is most true about test conditions?
- Question #277
Consider the following pseudo code 1. Begin 2. Read Gender 3. __Print "Dear" 4. If Gender = `female' 5. Print ("Ms") 6. Else 7. __Print ( "Mr") 8. Endif 9. End How many test cases...
- Question #278
What is static analysis?
- Question #279
Component testing may include:
- Question #280
Which type of review has the following main purposes: discussing, making decisions, evaluating alternatives, finding defects, solving technical problems and checking conformance to...
- Question #281
Consider the following pseudo code: 1. Begin 2. Input X, Y 3. If X > Y 4. __Print (X, `is greater than', Y) 5. Else 6. __Print (Y, is greater than or equal to', X) 7. EndIf 8. End...
- Question #282
Which of the following best describes the Black-box technique?
- Question #283
Which of the following would be appropriate test objectives for user acceptance testing of the first release of a new software product aimed at a general market and built using Agi...
- Question #284
Which statement correctly describes debugging?
- Question #285
Which of the main activities of the fundamental test process does the task `verify the test environment set up is correct' relate to?
- Question #286
Which of the following characteristics is most likely to promote effective software testing?
- Question #287
Which of the following statements about software development models is most accurate?
- Question #288
When should testers be involved in reviewing a UAT specification?
- Question #289
Which of the following accurately defines the integration testing test level?
- Question #290
Which of the following are valid test objectives? (i)Finding defects. (ii)Gaining confidence about the level of quality and providing information. (iii)Preventing defects. (iv)Debu...
- Question #291
Which of the following are 'Exit Criteria?'
- Question #292
What is decision table testing?
- Question #293
Of the following, select the best description of the fundamental test process:
- Question #294
Which of the following processes ensures that all items of testware are identified, version controlled, tracked for changes, so that traceability can be maintained throughout the t...
- Question #295
When an organization considers the use of testing tools, they should:
- Question #296
Which of the following test design techniques is not a black box technique?
- Question #297
What is the value of static code analysis?
- Question #298
Which of the following statements about use-case testing are most accurate? (i)In a use-case diagram an actor represents a type of user. (ii)Use-cases are the most common test basi...
- Question #299
It is recommended to perform exhaustive tests for covering all combinations of inputs and preconditions.
- Question #300
Refer to the exhibit. Given the following State Transition diagram, match the test cases below with the relevant set of state transitions. (i)X-Z-V-W (ii)W-Y-U-U
- Question #301
What can testing demonstrate?