wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Manual Testing Quiz

Total questions: 40

Worksheet time: 44mins

Name
Class
Date
1.

A web browser is a software application for Retrieving, Presenting, and Traversing information resources on the World Wide Web.

a)

True

b)

False

2.

Which of the following situations can we say “There is a Defect”?

a)

A requirement is not implemented

b)

A requirement is wrongly implemented

c)

Something extra is implemented which is not specified in BRS or SRS

d)

All the option

3.

Which is a Formal Technique?

a)

Walk through

b)

Peer To Peer Review

c)

Review

d)

Inspection

4.

Web Services can convert your existing applications into Web-applications

a)

True

b)

False

5.

Which of the following is not an objective of testing?

a)

Finding defects

b)

Preventing defects

c)

To Manage Change Request

d)

Fixing defects

e)

All the options

6.

Following are non functional Requirements

a)

Website should be open in 0.3 sec when 10,000 users are using the website

b)

For invalid Data ... the system should throw an error message

c)

On entering invalid data and clicking Login button, a correct message should be displayed

d)

After login Inbox Page should display

7.

Which of the following attributes are mentioned in a Test plan?

a)

Approach, Resources, Schedule

b)

Actors, Secondary actors, Goal, Scope Post-Condition

c)

Test Objective, Test conditions, Test description, Test Risk

d)

Test version, Test Status, Test module name, Test Severity

8.

Who is responsible for Writing a Test Plan ?

a)

Testing Team Lead

b)

Junior Tester

c)

Developer

d)

Project Manager

9.

Difference between Retesting and Regression Testing is _________ .

a)

Retesting ensures the original fault has been removed where as regression testing looks for unexpected side-effects.

b)

Retesting looks for unexpected side-effects where as regression testing ensures the original fault has been removed.

c)

Retesting is done after faults are fixed where as regression testing is done earlier

d)

Retesting is done by developers whereas regression testing is done by independent testers

10.

When the expected result is not specified in the Test case template then _________.

a)

We cannot run the test

b)

It may be difficult to repeat the test

c)

. It may be difficult to determine if the test has passed or failed.

d)

We cannot automate the user inputs.

11.

At which Phase of "Software Test Life Cycle" is the Test Plan been prepared ?

a)

Test Planning and Control

b)

Test Analysis And Design

c)

Evaluating Exit Criteria and Reporting

d)

Test Closure Activities

12.

Which is not true regarding Smoke and Sanity Testing?

a)

. Sanity Testing is also called tester acceptance testing.

b)

Smoke testing performed on a particular build is also known as a build verification test.

c)

Smoke and sanity tests can be executed using an automation tool.

d)

When executing both, then first execute sanity testing tests and then smoke testing

13.

In Gmail Application after logging in to the account, if "Sent mail" page is opened... then this Defect is ?

a)

Non-functional, wrong defect

b)

Functional, Missing defect

c)

Functional, Wrong Defect

d)

Functional, Extra Defect

14.

Explicit Requirements are given by...

a)

Client

b)

Manager

c)

Business Analyst

d)

Developer

15.

Why should requirements be analyzed ?

a)

Understand the customers requirements

b)

To build a right product

c)

To make requirements testable

d)

All option correct

16.

When can Testing activities be ideally started

a)

After coding phase

b)

After Software Requirements Specifications is baselined

c)

After Business Requirements Specifications is baselined

d)

After the Test Plan is reviewed and approved

 

17.

Which Standard template is being used to write a test plan ?

a)

IEE892

b)

IEEE819

c)

IEE829

d)

IEEE829

18.

Which of the following is not an Iterative Model?

a)

Rapid Application Development (RAD) Model

b)

. Incremental Model

c)

V - Model

d)

Spiral Model

19.

What are the Different Categories of Requirements ?

a)

Functional and Non-Functional requirements

b)

Implicit and Explicit requirements

c)

White Box and Black Box requirements

d)

Performance, Usability & Security requirements E. Front End & Back End requirements

20.

Number of test data used while performing Equivalence Class Portioning is

a)

6

b)

5

c)

3

d)

2

21.

In test design for a range (15 - 40) how many test values are tested according to BVA Technique ?

a)

Six values

b)

Four values

c)

Three values

d)

Two values

22.

What are the advantages of Agile Testing?

a)

Saves time

b)

Requires less planning and creates less documentation

c)

Regular feedback from end users

d)

Solves issues in advance by daily

e)

All the options

23.

Test Scenarios, Test Cases, Test Plan, Defect Report are the...

a)

Test Specifications documents

b)

. Test Design documents

c)

Test Deliverables

d)

Manual User guide of Product

24.

Which of following is not one of the elements that need to be considered when constructing WebApp server-side configuration tests?

a)

Browser Compatibility

b)

Database Software Integration

c)

Operating System Compatibility

d)

System Security Measure

25.

Which of the following is a Functional Requirement..?

a)

Mobile screen size should be of 5 inch

b)

Mobile should get locked by pressing lock button

c)

Mobile should be of Red color

d)

. Mobile should be very Slim

26.

Equivalence Partitioning comes under which type of Testing?

a)

White Box Testing

b)

Black Box Testing

c)

Grey Box Testing

d)

None of the options

27.

What types of errors are not done by Black-Box Testing and can be uncovered by White-Box Testing?

a)

Logic errors

b)

Performance errors

c)

Behavioural errors

d)

None of the above

28.

The features which are of low risk or has been used before and is considered stable comes under which attribute of Test Plan ?

a)

Test deliverables

b)

features to be tested

c)

Features not to be tested

d)

Risk issues

29.

. ___________ combines procedures and tools to manage different versions of configuration objects that are created during the software process.

a)

Configuration status report

b)

Change control

c)

Version control

d)

None of the option

30.

What is a full form of SCM

a)

Software Control Management

b)

Software Compliance Management

c)

Software Configuration Management

d)

Supply Chain Management

 

31.

What is an Equivalence Partition?

a)

A set of test cases for testing classes of objects

b)

An input or output range of values such as have only one value in the range becomes a test case.

c)

An input or output range of values such that each value in the range becomes a test case

d)

. An input or output range of values such that every tenth value in the range becomes a test case.

32.

Which test design technique is also called as Range Checking.

a)

Error guessing

b)

Equivalence class partitioning

c)

Boundary Value Analysis

d)

State Transition Technique

e)

Both Boundary Value Analysis & Equivalence Class Partitioning

33.

"User Manual" given with the end Product, comes under which requirement ?

a)

Explicit requirements

b)

Implicit requirement

c)

Functional requirements

d)

Non-Functional requirement

34.

A .............. has components that describes an Input, Action or Event and an Expected Response, to determine if a feature of an application is working Correctly.

a)

Test Plan document

b)

Test Case document

c)

Test Procedure document

d)

Test Suite document

35.

Which attribute of Test Plan specifies the completion of test ?

a)

Suspend/Resume criteria

b)

Schedule

c)

. Item Pass / Fail Criteria

d)

Software risk issues

 

36.

If a farmer has less than 6 acre farm then he gets 20% discount on seeds, If the farmer has upto 15 acre farm then gets 12% discount on seeds, If he has more than 15 acre farm then he get 5% discount. Find the BVA values ?

a)

3 5 7 12 15 16

b)

4 6 9 13 19 35

c)

1 5 6 8 16 25

d)

5 6 7 14 15 16

37.

Find out valid data for Boundary value analysis if The value range is from 100 to 500?

a)

101, 99, 501, 100

b)

500, 95, 100, 101

c)

100, 99, 101, 500

d)

100, 101, 409, 500

38.

Following is one of the Black-Box test design Techniques ?

a)

Error guessing

b)

Unit Testing

c)

Top Down Approach

d)

Boundary Value Analysis

39.

The Requirement Traceability Matrix is used to ?The Requirement Traceability Matrix is used to ?

a)

Write down all the requirements

b)

To trace requirements with respective Test Cases

c)

To trace down all the issues in test requirements and prepare a Matrix table

d)

None of the option

40.

"A customer should be able to withdraw the money”. This is an Unambiguous requirement

a)

True

b)

False