Purchase Solution

Software Testing Methods

Not what you're looking for?

Ask Custom Question

Explain each of these testing methods, unit, system, integration, user acceptance and regression testing.

Purchase this Solution

Solution Preview

Unit Testing
========
A unit test is a procedure used to validate that a particular module of source code is working properly. The procedure is to write test cases for all functions and methods so that whenever a change causes a regression, it can be quickly identified and fixed. Ideally, each test case is separate from the others; constructs such as mock objects can assist in separating unit tests. This type of testing is mostly done by the developers.

For instance, in HR/Finance system, HR and Finance are two major design items (i.e. assemblages, larger aggregates or groups of units). These larger aggregates are comprised of modules, like, Salary calculations, Tax calculations etc. Test scripts (input data) are formed to test all functions and methods with the modules.

Integration Testing
=============
Integration testing takes its input modules that have been checked out by unit testing, groups them in larger aggregates, applies tests ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.