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 23,2024.
- Exam Code: CTFL_Foundation
- Exam Name: Certified Tester - Foundation Level (Syllabus 2011)
- Certification Provider: iSQI
- Latest update: Nov 23,2024
Which of the following would achieve the HIGHEST level of testing independence for a project’s system test level?
- A . Training developers to design good tests for the test team to execute
- B . Outsourcing test design and execution to a different company
- C . Having the company’s independent test team design and execute the tests
- D . Minimizing contact between testers and developers during test design to avoid bias
When can functional and structural testing BOTH be applied?
- A . System and Component test levels only
- B . All ‘Development’ test levels, i. e. those before Acceptance testing
- C . Component and Component integration test levels only
- D . All test levels
Which of the following options explain why it is often beneficial to have an independent test function in an organization?
- A . To improve defect finding during reviews and testing
- B . To ensure that developers adhere to coding standards
- C . To limit communication between developers and testers
- D . To provide better metrics for the stakeholders
Debugging and Testing are key activities in the software development lifecycle.
Which of the following are ‘Debugging’ activities?
A Identifying a failure
B Locating the cause of failure
C Fixing the defect
D Checking the fix has resolved the failure
- A . a & d
- B . a & b
- C . b & c
- D . c & d
Which of the following does NOT represent one of the three triggers for maintenance testing an operational system?
- A . Data migration
- B . System retirement
- C . System modification
- D . Introduction of a test management tool
А live defect has been found 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 prior to live implementation?
- A . Dynamic analysis tool
- B . Monitoring tool
- C . Configuration management tool
- D . Coverage measurement tool
Why is measurement of code coverage important?
- A . Because 100% code coverage implies 100% coverage of requirements
- B . Because 100% code coverage guarantees that there are no coding errors
- C . Because code coverage can be used to ensure that all code is exercised by tests
- D . Because code coverage can ensure that all decisions are correctly implemented in the code
When considering the roles of test leader and tester, which of the following tasks would NOT typically be performed by a tester?
- A . Prepare and acquire the test data
- B . Set up and check the test environment
- C . Write test summary reports
- D . Review tests developed by others
А system requirement states that up to 100 users should be able to carry out a transaction, with responses returned within 5 seconds.
What type of non-functional testing would you carry out to verify these requirements?
- A . Stress testing
- B . Maintenance testing
- C . Load testing
- D . Usability testing
The following Test Cases have been created for a simple web-based airline booking system.
Test Case 1: Search for an item: Available Flights.
Test Case 2: View selected item in My Flights.
Test Case 3: Login to the system: Login is accepted.
Test Case 4: Select an available flight: item added to My Flights.
Test Case 5: Print confirmation receipt, then exit.
Test Case 6: In My Flights, confirm details and book flight.
Which of the following is the correct logical order for the test cases?
- A . 6, 3, 1, 4, 2, 5
- B . 3, 4, 1, 2, 5, 6
- C . 3, 2, 1, 4, 6, 5
- D . 3, 1, 4, 2, 6, 5