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 21,2024.
- Exam Code: CTFL_Syll2018
- Exam Name: ISTQB Certified Tester Foundation Level (Syllabus 2018)
- Certification Provider: ISTQB
- Latest update: Nov 21,2024
Which of the following metrics could be used to monitor progress along with test preparation and execution? [K1]
- A . The total number of tests planned
- B . The total number of requirements to be tested
- C . The failure rate in testing already completed
- D . The number of testers used for test execution so far
Test objectives for systems testing of a safety critical system include completion of all outstanding defect correction. Regression testing is required following defect correction at all test levels.
Which TWO of the following metrics would be MOST suitable for determining whether the test objective has been met? [K2]
a. Regression tests run and passed in systems testing
b. Incidents closed in systems testing
c. Planned tests run and passed in system testing
d. Planned tests run and passed at all levels of testing
e. Incidents raised and closed at all levels of testing
- A . a and e
- B . b and c
- C . d and e
- D . a and b
Test script TransVal 3.1 tests transaction validation via screen TRN 003B. According to the specification (PID ver 1.3 10b iv) the validation screen should not accept future dated transactions. Test script TransVal 3.1 passes. Test script eod 1.4 tests end of day processing and is run after the execution of TransVal 3.1 using data entered during that test
Which of the following is the BEST detail on an incident report? [K3]
- A . Title. End of Day failure.. Reproducible. Yes. Description. Script eod 1.4 fails when the first transaction of the day is a future dated transaction. Screen shot of the failure attached.
- B . Title. Transaction input screen validation..Reproducible. Yes. Description. Script eod 1..4 fails. Screen shot of the failure attached. Validation of transaction entryon screen TRN-003B should not allow future dated transactions C see PID ver 1.3 para 10b iv.
- C . Title. Screen TRN-003B validation of transaction date.. Reproducible. No. Description. When a future dated transaction is processed by the end of day process, a failure can occur. This does not always happen. Screen shot of the failure attached.
- D . Title. Screen TRN-003B validation of transaction date. Reproducible. Yes. Description. Script eod 1.4 fails when the first transaction of the day is a future dated transaction. Screen shot of the failure attached. Validation of transaction entry on screen TRN-003B should not allow future dated transactions C see PID ver 1.3 para 10b iv.
Which TWO of the following test tools would be classified as test execution tools? [K2]
a. Test data preparation tools
b. Test harness
c. Review tools
d. Test comparators
e. Configuration management tools
- A . a and b
- B . c and d
- C . c and e
- D . b and d
Which of the following is a consideration when deploying test execution tools? [K1]
- A . Data-driven testing cannot be used with test execution tools
- B . Recorded manual tests may become unstable in use
- C . Keyword-driven testing cannot be used with test execution tools
- D . Expected results for tests are not required because the tool generates expected results
Which of the following correctly states a limitation in the use of static analysis tools? [K1]
- A . Static analysis tools can be applied to new code but cannot be applied to existing code
- B . Static analysis tools can be used to enforce coding standards
- C . Static analysis tools always generate large numbers of warning messages when applied to new code, even if the code meets coding standards
- D . Static analysis tools do not generate warning messages when applied to existing code
What is the main reason for using a pilot project to introduce a testing tool into an organization? [K1]
- A . To identify the requirements for using a tool
- B . To make a selection between alternative tools
- C . To assess whether the tool will be cost- effective
- D . To ensure the tools fits existing processes without change
Which of the following BEST describes the relationship between test planning and test execution? [K2]
- A . Test planning ensures the level of detail in test procedures is appropriate for test execution
- B . Test planning schedules test execution but does not assign resources
- C . Test planning defines the overall approach to testing but does not schedule specific activities such as test execution
- D . Test planning identifies test objectives related to scope and risk but does not define the level of detail for test procedures used in test execution
Refer to the exhibit
The flow graph below shows the logic of a program for which 100% statement coverage and 100% decision coverage is required on exit from component testing. [K4]
The following test cases have been run:
Test Case 1 covering path P, Q, R, U
Test Case 2 covering path P, Q, S, V
Test Case 3 covering path P, Q, S, W, X
Test Case 4 covering path P, Q, S, W, Y
- A . Statement coverage is 100%; decision coverage is 100%
- B . Statement coverage is less than 100%; decision coverage is 100%.
- C . Statement coverage is 100%; decision coverage is less than 100%
- D . Statement coverage and decision coverage are both less than 100%
Refer to the exhibit
Which of the following test cases will ensure that the statement ‘Print ‘Hold’’ is exercised? [K3]
- A . X=2, Y=2, Z=2
- B . X=2, Y=3, Z=4
- C . X=2, Y=4, Z=3
- D . X=4, Y=3, Z=2