Free BCS CTFL18 Practice Test & Real Exam Questions
Your agile project has scheduled a final sprint before release to fix and re-test all open defects with a priority level of 3 or above.
The following defect report shows the defect fields that are currently being captured on the system.
Title: Unable to add excursions to pre-paid cruises
Date raised: 21/05/18
Author: Emma Rigby
Status: Fixed
What occurred: I went to book an excursion for a pre-paid cruise but received an error message saying, 'Facility not available'. I can book excursions on cruises that have not yet been fully paid.
What should have occurred: Requirement 3.12 says clearly that customers can add excursions after cruises have been fully paid so the facility should have been available (when an additional amount may now need to be paid).
Priority: 2
Software build: 2.1
Test level: System test
Environment details: System test 3
Which of ONE of the following additional defect report fields would be MOST beneficial for the sprint team to add?
The following defect report shows the defect fields that are currently being captured on the system.
Title: Unable to add excursions to pre-paid cruises
Date raised: 21/05/18
Author: Emma Rigby
Status: Fixed
What occurred: I went to book an excursion for a pre-paid cruise but received an error message saying, 'Facility not available'. I can book excursions on cruises that have not yet been fully paid.
What should have occurred: Requirement 3.12 says clearly that customers can add excursions after cruises have been fully paid so the facility should have been available (when an additional amount may now need to be paid).
Priority: 2
Software build: 2.1
Test level: System test
Environment details: System test 3
Which of ONE of the following additional defect report fields would be MOST beneficial for the sprint team to add?
Correct Answer: D
Vote an answer
One of the exit criteria for a SW project was defined as "80% statement coverage".
A test manager submitted the following report:
"We did not measure the statement coverage. However, we ensured 80% branch coverage, therefore the exit criteria was met".
Is the test manager right?
A test manager submitted the following report:
"We did not measure the statement coverage. However, we ensured 80% branch coverage, therefore the exit criteria was met".
Is the test manager right?
Correct Answer: C
Vote an answer
A program controls a switch:
The program has three buttons:
- "ON" to turn the switch ON, or leaves it ON if it were ON.
- "OFF" to turn the switch OFF, or leaves it OFF if it were OFF.
- "Toggle" to change the state of the switch (turn it ON if it was OFF; turn it OFF if it was ON) The following drawing shows drawing shows the state diagram of the program (only the states are marked; the arrows mark possible transitions and are intentionally left unlabeled)

What percentage of the transitions in the State Transition diagram is guaranteed to be covered by the test case given above?
Note: The number of covered transitions depends on the initial state of the switch! Look for the minimum coverage case.

The program has three buttons:
- "ON" to turn the switch ON, or leaves it ON if it were ON.
- "OFF" to turn the switch OFF, or leaves it OFF if it were OFF.
- "Toggle" to change the state of the switch (turn it ON if it was OFF; turn it OFF if it was ON) The following drawing shows drawing shows the state diagram of the program (only the states are marked; the arrows mark possible transitions and are intentionally left unlabeled)

What percentage of the transitions in the State Transition diagram is guaranteed to be covered by the test case given above?
Note: The number of covered transitions depends on the initial state of the switch! Look for the minimum coverage case.

Correct Answer: B
Vote an answer
Which of the following metrics could be used to monitor progress along with test preparation and execution?
Correct Answer: B
Vote an answer
Given the following decision tables, what is the expected result for the test case listed below?

Test Case: Purchase a Toaster weighing 9kg for ?0.

Test Case: Purchase a Toaster weighing 9kg for ?0.
Correct Answer: A
Vote an answer
Which of the following best describes the Black-box technique?
Correct Answer: B
Vote an answer
A QA manager of a start-up company needs to implement within a week a low cost incident management tool. Which of the following is the best option?
Correct Answer: A
Vote an answer
A test log is one of the documents that need to be produced in this domain in order to provide evidence of testing. However, the level of detail of test logs can vary. Which of the following is NOT an influencing factor for the level of detail of the test logs being produced?
Correct Answer: D
Vote an answer
You are testing an e-commerce system. The system accepts four different types of Credit Cards; each card has its own rules for valid and invalid numbers.

The combination of the conditions Valid Card Number (NO) + Purchase Approved (YES) is not feasible. You wish to perform a test which completely covers all the combinations of equivalence partitioning for the different types of credit card, according to the rules shown in the above Decision Table.
How many test cases do you need?

The combination of the conditions Valid Card Number (NO) + Purchase Approved (YES) is not feasible. You wish to perform a test which completely covers all the combinations of equivalence partitioning for the different types of credit card, according to the rules shown in the above Decision Table.
How many test cases do you need?
Correct Answer: B
Vote an answer
Which of the following BEST defines static techniques?
Correct Answer: C
Vote an answer
During the development of a software change for a system, the developer makes a mistake in his work, which leads to a fault in the code. Unfortunately the fault is not found by software testing and is released into live.
What is the definite consequence of this mistake?
What is the definite consequence of this mistake?
Correct Answer: A
Vote an answer
Which THREE activities would be valid steps during the development of the test strategy?
Correct Answer: A,C,E
Vote an answer
