CTFL18 Exam Questions
587 real CTFL18 exam questions with expert-verified answers and explanations. Page 10 of 12.
- Question #452
Consider the following code: int premium=2500; if (age<30) { Premium = premium + 1500; } Which options suits for a correct combination of Boundary value and expected result. Assume...
- Question #453
Which one is the definition of Use Case?
- Question #454
What is "Component Testing"?
- Question #455
The ISTQB fundamental test process consists of 5 main activities. To which of these belongs the task "Identifying necessary test data"?
- Question #456
Which type of testing would be MOST likely to include code coverage?
- Question #457
A web application for calculation of mortgage loan has 3 input fields: 1. Civil status: Married / Not married 2. Equity: 0 - 100,000 EUR, 100,001 - 500,000 EUR, more than 500,000 E...
- Question #458
Which set of test data (representing ages of human beings in years) given below shows equivalence partitioning to verify if a customer is in its thirties (A person whose age is bet...
- Question #459
The ISTQB glossary defines Quality Assurance as: "Part of quality management focused on providing confidence that quality requirements will be fulfilled" Which of the following is...
- Question #460
Which of the following options correctly described the impact of incorrect software systems behavior?
- Question #461
For which of the following activities is a static analysis tool NOT useful?
- Question #462
Which of the following are valid testing principles?
- Question #463
What is an inspection?
- Question #464
Which of the following is a characteristic of white-box techniques?
- Question #465
Which of the following statements regarding inspection is NOT true?
- Question #466
Test Driven development means
- Question #467
Which of the following statements is not correct?
- Question #468
Which of the following statements about test automation is CORRECT?
- Question #469
Which of the following does NOT describe a reason why testing is necessary?
- Question #470
Which of the following statements is correct?
- Question #471
Which ONE of the following statements about state transition testing is correct?
- Question #472
Which of the following statements is correct about Statement coverage and Decision coverage?
- Question #473
You are working on a project that is doing a maintenance release of a large, high-risk banking system. Regression testing utilizes a set of 23525 test cases rerun against each test...
- Question #474
Which of the following is a Black Box test technique?
- Question #475
A tester thinks of a likely cause for a specific bug. Should the tester make a comment about this in the bug report?
- Question #476
Consider the following scale used to award grades to students of an engineering college: Which set of marks given below falls in a single equivalence class as per above classificat...
- Question #477
Which of the following statements is true?
- Question #478
Which activity in the fundamental test process includes test script generation?
- Question #479
You are testing an e-commerce system. The system accepts four different types of Credit Cards; each card has its own rules for valid and invalid numbers. The combination of the con...
- Question #480
Which of the following would be LEAST appropriate as part of an incident report covering the observation of a failure during testing?
- Question #481
Which of the following statements about static analysis are FALSE?
- Question #482
For the code fragment given below, which answer correctly represents minimum tests required for statement and branch coverage respectively?
- Question #483
Which of the following statements about test reports are TRUE?
- Question #484
The four test levels used in ISTQB syllabus are: 1. Component (unit) testing 2. Integration testing 3. System testing 4. Acceptance testing An organization wants to do away with in...
- Question #485
Which of the following statements describes regression testing?
- Question #486
Which of the following is a factor that could negatively influence the success of the deployment of a tool within an organization?
- Question #487
Software was found to take much more time than the stated requirement of less than one second to save a file. Upon investigation it was found that there was an unnecessary check in...
- Question #488
Consider a document containing a classification of all the defects found during the system test phase and after the delivery in the production environment. This document can be con...
- Question #489
Which of the following is NOT a typical task for a test leader?
- Question #490
Which of the following statements about Use Case Testing is FALSE?
- Question #491
How are statement testing and decision testing techniques similar?
- Question #492
Which of the following lists represents the correct sequence of the main activities of the fundamental test process (leaving out the activity of control which should take place in...
- Question #493
Which of the following is a valid collection of equivalence classes for the following problem:"An Integer numeric field shall contain values from 1 to 80 both values inclusive"
- Question #494
Which type of automation test design is used in the example below? An automation team designs an automation framework for testing of their web-based applications. Realizing that th...
- Question #495
In which of the following test documents would you expect to find test exit criteria described?
- Question #496
When a test case is created based on a Use Case, what type of test is created?
- Question #497
Which of the following statements is LEAST likely to be true of non-functional testing?
- Question #498
Which of the following statements are 搕esting general principles?
- Question #499
An online form has a "Title" input field. The valid values for this field are: Mr, Ms, Mrs. Which of the following is a correct list of the equivalence classes of the input values...
- Question #500
Which of the following is NOT a major responsibility of a tester?
- Question #501
A company purchases a new system which deals with all financial transactions in the company. Which test types call for involvement of an expert from the financial department?