Pass4Future also provide interactive practice exam software for preparing iSQI ISTQB Certified Tester Foundation Level (CTFL_Syll2018) Exam effectively. You are welcome to explore sample free iSQI CTFL_Syll2018 Exam questions below and also try iSQI CTFL_Syll2018 Exam practice test software.
Do you know that you can access more real iSQI CTFL_Syll2018 exam questions via Premium Access? ()
Decision table testing is being performed on transactions in a bank's ATM (Automated teller Machine) system. Two test cases have already been generated for rules 1 and 4, which are shown below:
Given the following additional test cases:
Which two of the additional test cases would achieve fill coverage of the full decision table (when combined with the test cases that have already been generated for rules a and 4?
Answer : D
TC1: Account = Checking, Amount = $600, Expected Result = Process the transaction
TC4: Account = Savings, Amount = Not entered, Expected Result = Generate an error message
The additional test cases are:
DT1: Account = Checking, Amount = Not entered, Expected Result = Generate an error message
DT2: Account = Savings, Amount = $100, Expected Result = Process the transaction
DT3: Account = Checking, Amount = $100, Expected Result = Process the transaction
DT4: Account = Savings, Amount = $600, Expected Result = Generate an error message
To achieve full coverage of the full decision table, two more test cases are needed that cover the remaining six rules. DT1 and DT4 cover these rules, as shown in the table below:
ISTQBw Certified Tester Foundation Level (Syllabus 2018. English) provided by iSOl GmbH, international Software Quality Institute Question 25 of 40 | Level: K3 | Number of correct answers: 1 I Credits: 1 Given the following stale model of sales order software:
Which of the following sequences of transitions provides the highest level of transition coverage for the model (assuming you can start in any state)?
Answer : C
IN PRODUCTION -> SHIPPED
SHIPPED -> INVOICED
INVOICED -> CANCELLED
CANCELLED -> PLACED
PLACED -> IN PRODUCTION
Option A covers only six transitions in the following sequence:
PLACED -> CANCELLED
CANCELLED -> PLACED
PLACED -> IN PRODUCTION
IN PRODUCTION -> CANCELLED
Option B covers only five transitions in the following sequence:
PLACED -> IN PRODUCTION
IN PRODUCTION -> SHIPPED
SHIPPED -> CANCELLED
CANCELLED -> PLACED
Option D covers only four transitions in the following sequence:
IN PRODUCTION -> CANCELLED
CANCELLED -> PLACED
PLACED -> IN PRODUCTION