최신 CTFL18 무료덤프 - BCS ISTQB Certified Tester Foundation Level 2018
An Incident Management tool implements the following defect state: Open, Assigned, Solved, Closed.
Consider the following defect report:
Id: T000561
Test Object: "Warehouse Management" application
Tester name: John Bishop
Date: 10th, April 2010
Test Case: MRT5561
Status: Serious
Priority:
Problem: After inputting the Total Quantity item = 450 in the SV034 screen, the system shows an unexpected error message = 47 Correction:
Developer name:
Closing date:
Which of the following is a valid criticism of this report?
Consider the following defect report:
Id: T000561
Test Object: "Warehouse Management" application
Tester name: John Bishop
Date: 10th, April 2010
Test Case: MRT5561
Status: Serious
Priority:
Problem: After inputting the Total Quantity item = 450 in the SV034 screen, the system shows an unexpected error message = 47 Correction:
Developer name:
Closing date:
Which of the following is a valid criticism of this report?
정답: C
Which of the following is a factor that could negatively influence the success of the deployment of a tool within an organization?
정답: A
Which of the following is a benefit of independent testing?
정답: A
Which of the following type of defect would NOT be typically found by using a static analysis tool?
정답: D
Typically, exit criteria may consist of:
정답: A
What is the purpose of test completion criteria in a test plan:
정답: D
Which statement about use case testing is true?
정답: B
Which of the following would be a good test technique to use when under severe time pressure?
정답: A
Which statement below BEST describes non-functional testing?
정답: A
Consider the following pseudo code:
1. Begin
2. Input X, Y
3. If X > Y
4. __Print (X, `is greater than', Y)
5. Else
6. __Print (Y, is greater than or equal to', X)
7. EndIf
8. End
What is the minimum number of test cases required to guarantee both 100% statement coverage and 100% decision coverage?
1. Begin
2. Input X, Y
3. If X > Y
4. __Print (X, `is greater than', Y)
5. Else
6. __Print (Y, is greater than or equal to', X)
7. EndIf
8. End
What is the minimum number of test cases required to guarantee both 100% statement coverage and 100% decision coverage?
정답: A
The purpose of requirement phase is:
정답: B
How many minimum test cases are required to cover 100% Statement coverage and Decision coverage?
Consider the following pseudo-code
If (Walking && Midnight)
If (Raining)
Take umbrella and search light
Else
Take searchlight
End IF
Else if (Running && Sunshine)
IF (Raining)
Take umbrella
End IF
Else keep doing what you were doing
End IF
Consider the following pseudo-code
If (Walking && Midnight)
If (Raining)
Take umbrella and search light
Else
Take searchlight
End IF
Else if (Running && Sunshine)
IF (Raining)
Take umbrella
End IF
Else keep doing what you were doing
End IF
정답: C
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.
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

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

정답: B
Tools like change Man, Clear case are used as..?
정답: B
Which of the following test execution outcomes are likely to increase the overall quality of the software:
I. A test case passes
II. A test case fails, defect gets logged which subsequently gets fixed III. Some tests are deferred because test environment is not available IV. A bug is found but there is no corresponding test case
I. A test case passes
II. A test case fails, defect gets logged which subsequently gets fixed III. Some tests are deferred because test environment is not available IV. A bug is found but there is no corresponding test case
정답: B
Which of the following statements is correct?
정답: B
Which type of testing would be MOST likely to include code coverage?
정답: D