Purchase Solution

Different types of software testing

Not what you're looking for?

Ask Custom Question

Describe different types of software testing in a software development shop.

Purchase this Solution

Solution Summary

This document defines some of the different types of software testing

Solution Preview

Types of Software Testing:

What does Unit Test mean?

A unit test is a software development life cycle (SDLC) component in which a comprehensive testing procedure is individually applied to the smallest parts of a software program for fitness or desired operation.

What does Smoke Testing mean?

Smoke testing, in the context of software development, is a series of test cases that are run before the
commencement of more rigorous tests. The goal of smoke testing is to verify that an application's main features work properly. A smoke test suite can be automated or a combination of manual and automated testing.

What does Bottom-Up Testing mean?

Bottom-up testing is a specific type of integration testing that tests the lowest components of a code base first. More generally, it refers to a middle phase in software testing that involves taking integrated code units and testing them together, before testing an entire system or code base.
IT professionals refer to design assemblies, or groups of code modules that are evaluated for overall functioning, in integrated testing environments.

What does Regression Testing mean?

Regression testing is a type of software testing used to determine whether new problems are the result of software changes.

Before applying a change, a program is tested. After a change is applied, the program is retested in selected areas to detect whether the change created ...

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C# variables and classes

This quiz contains questions about C# classes and variables.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.