home / developersection / tag
Hi everyone in this article I’m explaining about Test Driven Development.
In any software testing project we do broadly two types of testing – functional testing and non functional testing.
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.
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 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
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.
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
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.
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 is also known as Classic Life Cycle Model or Linear Sequential Model.
This article deals with the Product Quality Measures for testing
Following are a brief list of terms commonly used in testing.Test PlanDocumentation specifying the scope, approach, resources, and schedule of intende