wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ISTQB: Reinforcement Test

Total questions: 10

Worksheet time: 9mins

Name
Class
Date
1.

Which of the following is a correct definition to debugging?

a)

The process of finding, analyzing and removing the causes of failures in software.

b)

Dynamic testing conducted after fixing defects with the objective to confirm that failures caused by those defects do not occur anymore.

2.

In which lifecycle may testers be involved in debugging and component testing?

a)

Waterfall Model

b)

V-Model

c)

Agile Development

3.

If someone asks you "Why is testing necessary?", which of the following is a correct answer to this question?

a)

Testing is necessary because if we don't have a good testing process we might lose our business reputation

b)

Testing is necessary because having a good testing process helps us in providing information to stakeholders

c)

Both answers are correct

4.

Which of the following can be considered as a testing contribution to success?

a)

Review the design, requirements and code and tracking defects that ocurred and that need to be solved.

b)

Reviewing the scope and cost of the project with stakeholders

c)

Reviewing the effort done by the developer in the team and giving some advice to him

5.

Which of the following answers describe the difference between Quality assurance(QA) and Quality control(QC) ?

a)

QC is focused on development stage but QA is focused on production stage

b)

QA is focused on adherence to proper processes but QC is focused on activities that support the

achievements of quality levels of a certain product

c)

QA is focused on adherence to proper processes but QC is focuses on activities that support

the cost of the project and the budget available for a certain release.

6.

Choose the correct answer of the following that describes the definition of ‘’ Error/ Mistake ‘’:

a)

The developer starts fixing issues after receiving a bug report from the tester

b)

The tester starts working on an increment which the developer just finished developing it

c)

The developer wrote a code that includes a wrong script

d)

The product owner writes a user story with its acceptance criteria

7.

Which of the following is a mistake that most likely leads to a defect that the tester can track?

a)

The scrum master started tracking the risks of the project to start facilitating them

b)

The product owner wrote requirements based on wrong understanding of the stakeholders needs

c)

The tester is testing the login page with invalid inputs

8.

Choose the correct answer that describes the meaning of ‘’ Defect that does not lead for a failure ‘’:

a)

The "sign-in" button in the login page in a website is not clickable

b)

Course content has grammatical mistakes and some sections don't appear except after refreshing the page

c)

Payment method (like:Stripe & PayPal) fails after making 500 purchases in the same session

9.

From the software perspective, choose the correct answer that answers the question "why errors happen"?

a)

Time pressure, lack of experience and stable environment conditions

b)

Miscommunications, human fallibility and new technologies

c)

Good communication, smart time scheduling and focusing on work products to be simple for development

10.

A tester is working on a project that is still in development stage, he started testing a demo version of the payment method using a fake credit card for testing.

The fake credit card information is:

Number: 4532022596340037

CVV: 123

While he was testing the payment cycle, he entered the credit card number and wrote a wrong CVV which is 124. An error occurred saying that the CVV is not correct. The tester created a defect report for this error and assigned this report to the developer.

The error that the tester made is:

a)

False positive

b)

False negative