ISTQB CTFL_Syll2018 ISTQB Certified Tester Foundation Level (Syllabus 2018) Online Training
ISTQB CTFL_Syll2018 Online Training
The questions for CTFL_Syll2018 were last updated at Nov 20,2024.
- Exam Code: CTFL_Syll2018
- Exam Name: ISTQB Certified Tester Foundation Level (Syllabus 2018)
- Certification Provider: ISTQB
- Latest update: Nov 20,2024
Send "reservation ready" message to a borrower
Which of the following test sequences represents a possible use case? (a test sequence always start with test #1)
- A . 1-4-2-7-5-6-3
- B . 1-6-2-5-7-4-3
- C . 1-6-4-7-5-3-2
- D . 1-2-6-7-4-5-3
A money order system is designed to calculate the charge for a transfer
– Amounts from 1 to 1999 are charged EUR 10.
– Amounts from 2000 to 5000 are charged EUR 15
– Amounts below EUR 1 or above EUR 5000 are not accepted.
Assume that only integer values can occur.
Which of these sets of amounts covers all equivalence classes?
- A . 0-1999-2000-5000
- B . 1-2000-5001-10000
- C . 0-100-2000-6000
- D . 99-1- 2000- 4999,99
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
Defect detected by. Joe Smith
Test level System test
Test case Area 5/TC 98
Build version: 2011-16.2
Defect description After having filled out all required fields in screen 1,1 click ENTER to continue to screen 2. Nothing happens, no system response at all.
- A . Add an impact analysis
- B . Add information about which developer should fix the bug
- C . Add the time stamp when the incident happened
- D . Add information about which web browser was used
Which of the following statements is true?
- A . Incident management tools are used by testers only
- B . A configuration management tool has nothing to do with testing
- C . Test management tools are used by managers only
- D . A requirements management tool may be considered as test support tool
An organization is working on updating test cases for a particular module of their software.
Sam updated a set of test cases yesterday and saved the new version on his PC.
Unfortunately, the hard disk of his PC crashed, and his work was lost.
The IT department of the organization restored the contents of his hard disk with the last available back-up – from the previous morning However the changes made by him yesterday were lost forever Which of the following tools, had it been used, would have prevented the loss of Sam’s updates?
- A . Incident Management Tool
- B . Configuration Management Tool
- C . Test Execution tool
- D . Backup tool
Which of the following statements about decision tables are TRUE?
I, Generally, decision tables are generated for low risk test items
II, Test cases derived from decision tables can be used for component tests.
III, Several test cases can be selected for each column of the decision table.
IV, The conditions in the decision table represent negative tests generally.
- A . I, Ill
- B . II, Ill
- C . II, IV
- D . I, IV
"Statement Testing" is part of;
- A . Experience based testing
- B . Decision Testing
- C . Specification Based testing
- D . Structured based testing
The four test levels defined for a common V-model testing approach are:
- A . Unit, integration, system and maintenance.
- B . Functional, glass box, incremental and maintenance.
- C . Component, integration, system and acceptance.
- D . Unit, component, functional and alpha/beta.
Typically, exit criteria may consist of:
- A . Defining the amount, level of detail structure, and templates for the test documentation.
- B . Estimates of defect density or reliability measures.
- C . Adequacy of the test approaches taken.
- D . Discussions on disaster recovery.
A data driven approach to test automation design is best described as:
- A . Using action words to describe the actions to be taken, the test data.
- B . Scaling to support large numbers of users.
- C . Being based on Equivalence Partitioning testing techniques.
- D . Separating out the test data inputs and using a generic script that can read the test data and perform the same test steps with different data.