Free ISTQB Advanced Level – Test Analyst Quiz

Home > Free Quizzes > Free ISTQB Advanced Level – Test Analyst Quiz

Free ISTQB Advanced Level – Test Analyst Quiz

Free ISTQB - Test Analyst Quiz

 

Question 1 of 10

1. Which of the following is not a potential benefit of Test Automation?
1.
2.
3.
4.

Question 1 of 10

Question 2 of 10

2. Which of the following two (2) statements are not correct regarding Equivalence Partitioning?
1.
2.
3.
4.
5.

Question 2 of 10

Question 3 of 10

3. Which of the following statement is not correct regarding usability testing?
1.
2.
3.
4.

Question 3 of 10

Question 4 of 10

4. Which of the following is an example of test step that was designed using Specification based test design technique?
1.
2.
3.
4.

Question 4 of 10

Question 5 of 10

5. Team of test engineers was assigned to test the new customer portal software release at SFT Inc. The lead test engineer created a state transition model based on the requirements specification of the software. The model was reviewed by developers, test manager, project manager and pre-selected stakeholders. The diagram created by the test lead was approved after few iterations of reviews. After the approval, test team derived test cases from the state transition model and inserted the test cases to Quality Center (test cases management tool). What type of test design technique was used by the test team to design their tests for the new customer portal software?

 
1.
2.
3.
4.

Question 5 of 10

Question 6 of 10

6. Note: Questions (1), (2) and (3) are based on the following code;a=1; b=2; c=3; d=4;
if (a = = 1)
{ print “You entered 1”; }

else
{ print “N/A”; }
x = a + b;

if(x == 3)
{ print ”You entered 3!”; }

else if (d==4)
{ print “Congratulations !! You are the winner !”; }
else { print “N/A”; }

How many test cases, at minimum, are required for statement coverage?
1.
2.
3.
4.

Question 6 of 10

Question 7 of 10

7.  

Note: Questions (1), (2) and (3) are based on the following code;
a=1; b=2; c=3; d=4;
if (a = = 1)
{
print “You entered 1”;
}
else
{
print “N/A”;
}
x = a + b;
if(x == 3)
{
print ”You entered 3!”;
}
else if (d==4)
{
print “Congratulations !! You are the winner !”;
}
else
{
print “N/A”;
}

How many test cases at minimum are required to test branch / decision coverage?
1.
2.
3.
4.

Question 7 of 10

Question 8 of 10

8. Note: Questions (1), (2) and (3) are based on the following code;a=1; b=2; c=3; d=4;
if (a = = 1)
{
print “You entered 1”;
}
else
{
print “N/A”;
}
x = a + b;
if(x == 3)
{
print ”You entered 3!”;
}
else if (d==4)
{
print “Congratulations !! You are the winner !”;
}
else
{
print “N/A”;
}

How many test cases at minimum are needed to test the path coverage?
1.
2.
3.
4.

Question 8 of 10

Question 9 of 10

9. Which of the following is not an attribute of domain testing?
1.
2.
3.
4.

Question 9 of 10

Question 10 of 10

10. Which of the following statements are correct related to audit?I. Provide an independent evaluation of compliance to processes and standards
II. Encourage an organization to adopt processes and standards
III. Find most defects in a system
IV. In some organizations, auditor's may approve tests
1.
2.
3.
4.

Question 10 of 10