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
Which type of review has the following main purposes:
discussing, making decisions, evaluating alternatives, finding defects, solving technical problems and checking conformance to specifications, plans, regulations, and standards?
- A . Technical Review
- B . Inspection
- C . Walkthrough
- D . Informal review
Which type of review has the following main purposes:
discussing, making decisions, evaluating alternatives, finding defects, solving technical problems and checking conformance to specifications, plans, regulations, and standards?
- A . Technical Review
- B . Inspection
- C . Walkthrough
- D . Informal review
Which type of review has the following main purposes:
discussing, making decisions, evaluating alternatives, finding defects, solving technical problems and checking conformance to specifications, plans, regulations, and standards?
- A . Technical Review
- B . Inspection
- C . Walkthrough
- D . Informal review
Which type of review has the following main purposes:
discussing, making decisions, evaluating alternatives, finding defects, solving technical problems and checking conformance to specifications, plans, regulations, and standards?
- A . Technical Review
- B . Inspection
- C . Walkthrough
- D . Informal review
End
What is the minimum number of test cases required to guarantee both 100% statement coverage and 100% decision coverage?
- A . Statement coverage = 3, Decision coverage = 3
- B . Statement coverage = 2, Decision coverage = 2
- C . Statement coverage = 1, Decision coverage = 2
- D . Statement coverage = 2, Decision coverage = 1
Which of the following best describes the Black-box technique?
- A . It uses decision coverage for completeness.
- B . It ensures all possible branches in the code are tested.
- C . It is based on the internal structure of the system.
- D . It can be done without reference to the internal structure of the component or system.
System testing is:
- A . Used to search for defects in software modules that are separately testable.
- B . The responsibility of the users of a system.
- C . Concerned with the behavior of a whole system/product as defined by the scope of a development project.
- D . Triggered by modifications, migration or retirement of the software system.
A client-server system for a web development must support a minimum of 200 enquiries per hour. In peak times, it must be available 24 hours x 7 days due to the critical nature of the application, and must have a response time lower than 20 seconds during peak loads.
Which of the following set of test types would be most appropriate to verify the non-functional requirements expressed in this statement?
- A . Performance, Usability, Regression.
- B . System, Load, Fail-over.
- C . Performance, Load, Stress.
- D . Load, Volume and Component.
When an organization considers the use of testing tools, they should:
- A . Use a tool in order to help define a good test process because the tool will force process repeatability and therefore enforce good test process.
- B . Always start by bringing in automated test execution tools as these tools have the greatest return on investment and therefore should be introduced first.
- C . Perform analysis of the test process and then assess whether it can be supported through the introduction of tool support.
- D . Allow the developers to select the testing tools because tools are technical and developers have the appropriate skills to advise on test tool selection and configuration.
Which of the following test design techniques is not a black box technique?
- A . Equivalence partitioning
- B . State transition testing
- C . Boundary value analysis
- D . Statement coverage