CTFL18 Exam Questions
587 real CTFL18 exam questions with expert-verified answers and explanations. Page 11 of 12.
- Question #502
Consider the following excerpt from a defect report: "To recreate the failure we used test file TST_01_TC_16.dat, which is available in the common shared folder". Which incident re...
- Question #503
What is basic idea of structure-based testing techniques?
- Question #504
Which of the following are the phases of the ISTQB fundamental test process?
- Question #505
Which of the following statements is NOT correct?
- Question #506
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?
- Question #507
Which of the following is NOT a characteristic of good testing, independent of the development life cycle model?
- Question #508
You have to specify test cases based on equivalence partitioning and boundary value analysis for an internet shop selling baby shoes. The shop provides a selection of shoes based o...
- Question #509
A program got 100% decision coverage in a test. Which of the following statements is then guaranteed to be true?
- Question #510
Which test design technique can be used for effectively testing system requirements consisting of logical conditions?
- Question #511
Which of the following is a correct statement about informal reviews?
- Question #512
Which of the following sentences is correct?
- Question #513
A "functional test" is...
- Question #514
Which two of the following statements are true?
- Question #515
Why is it important to select a test technique?
- Question #516
The following program part is given: IF (condition A) or (condition B) then DO C END IF. How many test cases are necessary in order to achieve 100% decision coverage?
- Question #517
What is a peer review?
- Question #518
The following condition is given: Integer x, y; IF x > 0 AND x < 100 y=y+x; END-IF Using boundary analysis for x, which test cases are required?
- Question #519
Which of the following statements contradicts the general principles of testing?
- Question #520
Which test level is concerned with testing the smallest bodies of software?
- Question #521
Which of the following would be the LEAST likely to be used as the basis for a test exit criteria?
- Question #522
Which of the following metrics is from the test design phase?
- Question #523
Which of the following BEST matches the attributes with a level of testing?
- Question #524
A system sets new users' password to a temporary password. The temporary password is a random number based on the first six characters of the username. If the username is shorter t...
- Question #525
What is a "test harness"?
- Question #526
For a given set of test-cases, which of the following is a benefit of running these tests with a test automation tool?
- Question #527
Which of the following statements correctly describe Black-Box Testing?
- Question #528
Which of the following are correct tasks during "Test analysis and design"?
- Question #529
While reporting a defect, which of the following indicates the level of business importance assigned to the defect?
- Question #530
Which of the following should be considered when purchasing a test execution tool?
- Question #531
Which of the following factors is LEAST likely to be used as a basis for estimating testing effort?
- Question #532
Can "cost" be regarded as Exit criteria'?
- Question #533
Which of the following is a correct reason to apply test automation?
- Question #534
Which of the following processes is related to ensuring the integrity of the testware?
- Question #535
Considering the following pseudo-code, calculate the MINIMUM number of test cases required to achieve 100% statement coverage and 100% decision coverage.
- Question #536
Consider the following Pseudo code: How many minimum lea cases are required to cover 100% Statement coverage and Decision coverage?
- Question #537
What is a typical benefit of use case testing?
- Question #538
Which of the following statements is the best explanation why software failures can be caused by environmental conditions?
- Question #539
Which of the following test types are non-functional tests?
- Question #540
Which of the following is NOT a test control activity?
- Question #541
Which of the following statements about use cases and use case testing is NOT TRUE?
- Question #542
What is a defect density?
- Question #543
What is the order in which the specifications for test cases, test conditions and test procedures are developed as a part of the test development process?
- Question #544
When should component integration tests be carried out?
- Question #545
Which of the following activities do NOT belong to test implementation and execution?
- Question #546
Choose below the best characterization of the difference between black-box testing and white- box testing
- Question #547
For a mandatory input field "ZIP code" the following rules are given: 1 - The valid ZIP code format is 5 numeric digits 2 - The code has to exist in the pest office's official ZIP...
- Question #548
Which of the following statements about independent testing is WRONG?
- Question #549
Integration testing has following characteristics.
- Question #550
Which of the following is NOT a common objective of testing?
- Question #551
Which of the following DOES NOT describe "component testing"?