How are unit testing, integration testing, and system testing related? How are they different?

What will be an ideal response?


They are related in that they are all forms of software testing. They differ in respect to the size (the amount
of code) that they test. Unit testing tests the individual modules or components as units. These units may be individual classes
or methods. Integration testing combines several related units and tests them as a collective entity. System testing tests the
overall software system as a whole, which is comprised of several sets of software that have passed integration testing.

Computer Science & Information Technology

You might also like to view...

To write read data from a file, you define an object of the __________ data type.

a. inputFile b. ifstream c. fstream d. ofstream

Computer Science & Information Technology

Every personnel security strategy has to specify the ____ that will be used to ensure the disciplined behavior of all participants in the process.

A. process and standards B. process and procedures C. policies and procedures D. standards and references

Computer Science & Information Technology

The logical relationship between radio buttons is maintained by objects of what class?

a. MutualExclusionGroup b. RadioButtonGroup c. Group d. ButtonGroup

Computer Science & Information Technology

As in Word, PowerPoint includes ____________________ that you can use to apply multiple formatting attributes at once.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology