wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Testing

Total questions: 12

Worksheet time: 5mins

Name
Class
Date
1.

What is NOT considered as Functional testing?

a)
  • Smoke Testing

b)
  • Interface Testing

c)
  • Performance Testing

d)
  • Unit Testing

2.

__________ is a method of software testing that examines the functionality of an application without looking into its internal structures or working

a)
  • White-box testing

b)
  • Black-box testing

3.

________ describes the test objectives to be achieved and the means and the schedule for achieving them, organized to coordinate testing activities.

a)

Test plan​

b)

Test strategy

c)

Test case

d)

Test scenario

4.

A high-level list of items to be noted, checked, or remembered or a set of rules or criteria against which a product must be verified. ​

a)

Test case

b)

Test plan

c)

Checklist

d)

Defect report

5.

A set of instructions for testing an application automatically. It lists the steps to take along with the actual entries to be executed and the expected results.

a)

Test plan

b)

Test scenario

c)

Test script

d)

Test description

6.

What is NOT among the attributes of a defect report?

a)

Expected result

b)

Steps to reproduce

c)

Who made the defect

d)

Summary

7.

_____ is determined by the functional impact of the bug or impact on the application.

a)
  • Priority

b)
  • Severity

c)

Test automation

d)

Unit testing

8.

Which CSS selector allows to target element by ID?

a)
  • .X

b)

#X

c)
  • *

d)
  • X

9.

Which one is NOT the correct type of locator?

a)

CSS

b)

ID

c)

Name

d)

XSD

10.

Testing how the units are integrated logically and how they work as a group.

a)

Unit tests

b)

Integration tests

c)
  • System tests

11.

Which of these is NOT valid path expressions of xpath?

a)

@

b)

/

c)

//

d)

$

12.

Which is WRONG about a good practice in using page objects

a)
  • A page object should have assertions

b)
  • A page object should represent meaningful elements of a page and not necessarily a complete page

c)
  1. A page object doesn’t need to be an entire HTML page, it can be a small component as well