Which of the statements are true about test documentation?
I. IEEE 829 standard contains test documentation template
II. Level test plan is a more detailed document, which has information about testing tasks and milestones.
III. Test plan structures may vary depending on the organization and project.
IV. Test strategy or test plan is not required for safety critical projects.
A. II, III, IV true
B. I, II, IV true
C. III, IV true
D. I,II,III true
正解:D
質問 2:
A College Enrollment application used by ABC College calculates the amount each student has to pay for gym and computer lab usage. The application asks for Student ID, Name and Student's major. Then the application calculates the fee. If student's major is Computer Science, they have to pay the full computer lab fee. If the student's major is not Computer Science, they have to pay only 1/3 rd of the computer lab fee. All students have to pay for the gym membership. How many tests are required for path coverage of the above application?
A. 1
B. 3
C. 10
D. 2
正解:D
質問 3:
Use the following code; x=1 y=2 z=3 If (x = = 2) { print "Hi There !"; } else { print "Good bye"; } z=x + y; if (z ==4) { print "Welcome Back!"; } else { print "Thank you"; } How many test cases at minimum are required to test branch / decision coverage?
A. 4
B. 1
C. 3
D. 2
正解:D
質問 4:
Each number represents a state in the following online shopping cart state transition diagram. Select the correct pair.
A. 1-Final state, 2- transition, 3 - event, 4 - state, 5 - Initial state
B. 1- Initial state, 2- transition, 3 - event, 4 - state, 5 - Final State
C. 1- Initial state, 2- event , 3 - states, 4 - transition, 5 - event
D. 1- Initial state, 2- event, 3 - transition, 4 - state, 5 - Final State
正解:B
質問 5:
Consider the following perl code;
$x = 100;
If ($account > 100)
{
for ($deposit = 1 ; $deposit > 3 ; $deposit ++)
{$x=$x+1;
}
if ($account <= 100)
{
for ($withdraw = 0; $withdraw > 2 ; $withdraw ++)
{
$x=$x-1;
}
}
$x=$x+100;
How many test cases at a minimum are needed to test the path coverage?
A. 4
B. 5
C. 3
D. 6
正解:B
質問 6:
Select the correct matching pair. According to the ISTQB Syllabus;
I. Risk Identification
II. Risk Analysis
III. Risk mitigation
a.Methods include: Expert interviews, checklists, brainstorming and past experience.
b.Technical factors include: Training issues, tools and technology, conflicts within the team
c.Business factors include: Damage to the image, loss of license, legal issues
A. I-a,II-b,III-b
B. I-c,II-b,III-a
C. I-a,II-b,III-c
D. I-b,II-c,III-a
正解:A
質問 7:
Select the correct classification tree diagram for the following Children Learning Program.
The program displays three shapes; circle, square and triangle and two color choices (red &
blue). The child has to identify the shape and the color and press the appropriate button on the screen. The computer program verifies the selection and provides a score at the end of the game. Which classification tree diagram displays the program choices?

A. Option
B. Option
C. Option
D. Option
正解:B
質問 8:
What type of a review meeting is described below? "You were invited to attend a meeting next week. Meeting moderator included set of metrics and a document to be reviewed along with the meeting agenda. One of the meeting agendas is to find defects in the document sent. You and the other attendees were asked to review the document prior to the meeting".
A. Inspection
B. Informal Review
C. Walkthrough
D. None of the above
正解:A
Chikuma -
ISTQB-Advanced-Lev1初心者の勉強意欲を阻害しかねません。安心します。