ISQI CTAL-TTA-001 Actual Free Exam Questions & Community Discussion
Based on the state diagram above, how many invalid test cases could be identified in a state table? 2 credits [K3]
Number of correct answers: 1
Number of correct answers: 1
Correct Answer: B
Vote an answer
How many test cases are needed to test code fragment lines 26 - 32 to achieve 100% condition determination coverage? 2 credits [K3]
Number of correct answers: 1
Number of correct answers: 1
Correct Answer: D
Vote an answer
Consider the following code fragment
If (a>b) and (b>c) then
b = (a+c)/2
endif
Assume that in the following options, each of the three numbers in parenthesis represent the inputs for a test case, where the first number represents variable "a", the second number represents variable "b", and the third number represents variable "c".
Which of the following gives a set of test case inputs that achieves 100% decision coverage for this fragment of code with the minimum number of test cases? 2 credits [K3]
Number of correct answers: 1
If (a>b) and (b>c) then
b = (a+c)/2
endif
Assume that in the following options, each of the three numbers in parenthesis represent the inputs for a test case, where the first number represents variable "a", the second number represents variable "b", and the third number represents variable "c".
Which of the following gives a set of test case inputs that achieves 100% decision coverage for this fragment of code with the minimum number of test cases? 2 credits [K3]
Number of correct answers: 1
Correct Answer: A
Vote an answer
Which of the following is the best example of a reliability failure for the application? 1 credit
[K2]
Number of correct answers: 1
[K2]
Number of correct answers: 1
Correct Answer: C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Defects are discovered through test analysis and design because... 1 credit [K2]
Number of correct answers: 1
Number of correct answers: 1
Correct Answer: B
Vote an answer
Which of the following is a valid way to calculate the cyclomatic complexity? 1 credit [K2]
Number of correct answers: 1
Number of correct answers: 1
Correct Answer: B
Vote an answer
Consider the following decision table,

How many cases are left when this decision table is collapsed? 2 credits [K3]
Number of correct answers: 1

How many cases are left when this decision table is collapsed? 2 credits [K3]
Number of correct answers: 1
Correct Answer: C
Vote an answer
0
0
0
10
