Font size
WorksheetsReview Class 11
Total questions: 7
Worksheet time: 6mins
Mock
to do a job, task, or duty
is a method/object that simulates the behavior of a real method/object in controlled ways.
to repair something
What is a bug?
refactor
a mistake or problem in a computer program
to discover the causes or origins of something by examining the way in which it has developed
the process of restructuring existing computer code.
Main idea
tells you what the story is about
supports the topic of the story
how the story ends
UNIT TESTING is a type of software testing where individual units or components of the software are tested.
True
False
Why unit testing is important?
developers can look at the unit tests to gain a basic understanding of the unit
Unit testing can't catch every error in a program
It is not possible to evaluate all execution paths even in the most trivial programs
What cannot be a unit?
Method and procedures
Individual functions
database
modules and objects
