iSQI CTFL_Foundation Certified Tester – Foundation Level (Syllabus 2011) Online Training
iSQI CTFL_Foundation Online Training
The questions for CTFL_Foundation were last updated at Nov 19,2024.
- Exam Code: CTFL_Foundation
- Exam Name: Certified Tester - Foundation Level (Syllabus 2011)
- Certification Provider: iSQI
- Latest update: Nov 19,2024
Which of the following is NOT a valid objective of testing?
- A . Preventing defects from being introduced into the code
- B . Investigating and fixing defects in the software under test
- C . Gaining confidence that the system is fit-for-purpose
- D . Providing information for stakeholders’ decision making
During which stage of the fundamental test process is the testability of requirements evaluated?
- A . Test Implementation and Execution
- B . Test Planning and Control
- C . Evaluating Exit Criteria and Reporting
- D . Test Analysis and Design
A new testing tool has been selected for an organization and a pilot project has successfully completed. The next step is to deploy the tool within the organization.
What is a key success factor in tool deployment?
- A . Estimate a cost-benefit ratio based on a firm business case.
- B . Determine whether benefits will be achieved at reasonable cost.
- C . Provide support for the test team using the tool.
- D . Assessment of organizational maturity, strengths and weaknesses.
Which of the following represents good testing practice for testers, irrespective of the software lifecycle model used?
- A . They should start test analysis when the corresponding development level is complete.
- B . They should be involved in reviewing requirements or user stories as soon as drafts are available.
- C . They should ensure that the same test objectives apply to each test level.
- D . They should minimize the ratio of development levels to test levels to reduce project costs.
А system is being enhanced to simplify screen navigation for users.
Which of the following does NOT reflect structural testing?
- A . To test all paths that users could take through the screen menu system
- B . To ensure that 100% decision testing is achieved for each system component
- C . To test all branches of component calls within the application call graph
- D . To ensure that users can navigate to all fields on the screen
Which of the following is a defect that is more likely to be found by a static analysis tool than by other testing techniques?
- A . Omission of a major requirement
- B . Inadequate decision coverage
- C . Component memory leakage
- D . Variables that are not used improperly declared
You are examining a document which gives the precise steps needed in order to execute a test.
What is the correct definition of this document?
- A . Test design specification
- B . Test condition
- C . Test procedure specification
- D . Test case specification
Which of the following type of defect would NOT be typically found by using a static analysis tool?
- A . A variable is defined but is then not used
- B . A variable is used in a calculation before it is defined
- C . A variable has the wrong numeric value passed into it
- D . A variable is used but not declared
Which of the following would NOT be a common metric used for monitoring test preparation and execution?
- A . Number of Test cases passed and failed
- B . Percentage of planned test cases designed
- C . Number of test plan review comments
- D . Percentage of tasks complete in test environment preparation
Which of the following would you NOT expect to see on an incident report from test execution?
- A . The version(s) of the software under test
- B . The test execution schedule
- C . Expected results and actual results
- D . Precise steps to reproduce the problem