tag

home / developersection / tag

Introduction of Test Driven Development (TDD)
asp.net mvc 19-Feb-2015
Introduction of Test Driven Development (TDD)

Hi everyone in this article I’m explaining about Test Driven Development.

Top challenges of nonfunctional testing
testing 11-Dec-2012
Top challenges of nonfunctional testing

In any software testing project we do broadly two types of testing – functional testing and non functional testing.

Basic Testing Techniques and Strategies
testing 02-May-2012
Basic Testing Techniques and Strategies

In this article we will discuss the remaining techniques used in testing. Here we will discuss System Testing followed by Performance, stress and load testing.

Difference between Smoke and Sanity Testing
testing 29-Jul-2010
Difference between Smoke and Sanity Testing

Smoke Testing is also called Build Verification Testing or Rattle Testing or Confidence Testing is done to validate code changes before the changes are checked in into the product’s official source code

Black Box Testing
testing 29-Jul-2010
Black Box Testing

Black box testing also known as functional testing or behavioraltesting treats the system as a “black-box”, so it doesn’t explicitly use Knowledge of the internal structure or code. Or in other words the Test engineer need not know the internal worki

Best practice of testing
testing 29-Jul-2010
Best practice of testing

Once a bug is fixed by a developer, it needs to be retested to ensure that it works as specified and that it has not negatively impacted any functionality that was working perfectly previously. This is known as Regression Testing.

Acceptance Testing
testing 29-Jul-2010
Acceptance Testing

Once the application is ready to be released the crucial step is User Acceptance Testing. In this step a group representing a cross section of end us

Life Cycle of Testing Process
testing 24-Jul-2010
Life Cycle of Testing Process

This article explains about Different steps in Life Cycle of Testing Process. In Each phase of the development process will have a specific input and a specific output.

Integration Testing
testing 24-Jul-2010
Integration Testing

There are various levels of testing i.e. Unit Testing, Integration Testing, System Testing. Each level of testing builds on the previous level. Uni

Software Development Life Cycle
testing 23-Jul-2010
Software Development Life Cycle

Software Development Life Cycle is also known as Classic Life Cycle Model or Linear Sequential Model.

Product Quality Measures for Testing
testing 23-Jul-2010
Product Quality Measures for Testing

This article deals with the Product Quality Measures for testing

Technical Terms Used in Testing
testing 22-Jul-2010
Technical Terms Used in Testing

Following are a brief list of terms commonly used in testing.Test PlanDocumentation specifying the scope, approach, resources, and schedule of intende