ISQI CTFL_001 Actual Free Exam Questions & Community Discussion
Which of the following statements about risks is most accurate?
Correct Answer: B
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which of the following statements describes a key principle of software testing?
Correct Answer: B
Vote an answer
In general which part of the testing activity is most difficult to estimate? 1 credit
Correct Answer: A
Vote an answer
Consider the following pseudo code:
1 Begin
2 Read Time
3 If Time < 12 Then
4 Print(Time, "am")
5 Endif
6 If Time > 12 Then
7 Print(Time 12, "pm")
8 Endif
9 If Time = 12 Then
1 0 Print (Time, "noon")
1 1 Endif
1 2 End
How many test cases are needed to achieve 100 per cent decision coverage?
1 Begin
2 Read Time
3 If Time < 12 Then
4 Print(Time, "am")
5 Endif
6 If Time > 12 Then
7 Print(Time 12, "pm")
8 Endif
9 If Time = 12 Then
1 0 Print (Time, "noon")
1 1 Endif
1 2 End
How many test cases are needed to achieve 100 per cent decision coverage?
Correct Answer: C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which of the following would you expect to see in the master test plan? 1 credit
Correct Answer: D
Vote an answer
Continuing with the Scenario described in the previous question, which of the following topics would you need to address in detail in the master test plan? 3 credits
Correct Answer: A
Vote an answer
Which of the following test design techniques is classified as a structure-based (white box) technique? [K1]
Correct Answer: B
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You are considering involving users during test execution. In general, what is the main reason for involving users during test execution? 1 credit
Correct Answer: B
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which of the following is NOT a typical key challenge for testing in a RAD based development approach? 1 credit
Correct Answer: C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which of the following could be a disadvantage of independent testing?
Correct Answer: D
Vote an answer
0
0
0
10
