iSQI CTFL_Syll2018 - ISTQB Certified Tester Foundation Level (Syllabus 2018)
Which of the following options describe the chain of events in the correct sequence?
An issue has been found in a production system, where a code component fails to release memory after it has finished using it. Which of the following tools would have been the MOST effective at detecting this defect during Performance testing?
Which of the following statements are "testing general principles'"?
I. Exhaustive testing is impossible
II. The defects found during the pre-release tests, or the operational failures, are uniformly distributed across the system's software modules
III. Testing can show the presence of defects, but cannot demonstrate their absence
IV. Testing is context-independent
Which of the following Is the BEST reason for selecting a particular type of software development lifecycle model?
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 code list
Using equivalence classes partitioning, how many test cases are required to test this field?
Which of the following DOES NOT describe "component testing'?
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?
Why is measurement of code coverage Important?
A class grade application for instructors assigns letter grades based on students' numerical grades. The letter grades for different numerical grades should be:
Above 89. up to 100 – A
Above 79. up to 89 - B
Above 69. up to 79 – C
Above 59. up to 69 - D Below 60 - F
Which of the following sets of test inputs would achieve the relatively highest equivalence partition coverage?
Which of the following statements is the best explanation why software failures can be caused by environmental conditions?