Latest developer linksBookmark and Share
 
HomeThis WeekTop MonthTop AlltimeSearchRegisterFAQ
  
 
Submit Your Link
Please login to submit your Link
 
Testing
Introduction to Software Testing and Software Development Life Cycle
The various activities which are undertaken when developing software are commonly modelled as a software development lifecycle. The software development lifecycle begins with the identification of a requirement for soft

Posted : Oct/04/2009   By: Guru    Category: Testing    Total Views :101   Vote Up: 0   Vote Down: 0

Organizational Approaches for Unit Testing
Unit testing is the testing of individual components (units) of the software. Unit testing is usually conducted as part of a combined code and unit test phase of the software lifecycle, although it is not uncommon for c

Posted : Oct/04/2009    By: Guru    Category: Testing   Total Views :94   Vote Up: 0   Vote Down: 0

A Strategy for Testing in C++
This document attempts to outline a strategy for testing software written in C++. This means providing guidance on the thought processes you should be going through when planning verification of C++ software, preferably

Posted : Oct/04/2009   By: Guru    Category: Testing    Total Views :90   Vote Up: 0   Vote Down: 0

Comparision between Blackbox and White box Testing
White box testing is concerned only with testing the software product; it cannot guarantee that the complete specification has been implemented. Black box testing is concerned only with testing the specification; it canno

Posted : Oct/04/2009    By: Guru    Category: Testing   Total Views :69   Vote Up: 0   Vote Down: 0

What is Mutation Testing?
A kind of testing in which, the application is tested for the code that was modified after fixing a particular bug/defect. It also helps in finding out which code and which strategy of coding can help in developing the fu

Posted : Oct/04/2009   By: Guru    Category: Testing    Total Views :117   Vote Up: 0   Vote Down: 0

What is Security Testing?
Security Testing is carried out in order to find out how well the system can protect itself from unauthorized access, hacking - cracking, any code damage etc. which deals with the code of application. This type of testing

Posted : Oct/04/2009    By: Guru    Category: Testing   Total Views :97   Vote Up: 0   Vote Down: 0

What is Branch Coverage?
No software application can be written in a continuous mode of coding, at some point we need to branch out the code in order to perform a particular functionality. Branch coverage testing helps in validating of all the br

Posted : Oct/04/2009   By: Guru    Category: Testing    Total Views :81   Vote Up: 0   Vote Down: 0

What is Statement Coverage?
In this type of testing the code is executed in such a manner that every statement of the application is executed at least once. It helps in assuring that all the statements execute without any side effect

Posted : Oct/04/2009    By: Guru    Category: Testing   Total Views :88   Vote Up: 0   Vote Down: 0

What is Static and Dynamic Testing?
Static analysis involves going through the code in order to find out any possible defect in the code. Dynamic analysis involves executing the code and analyzing the output

Posted : Oct/04/2009   By: Guru    Category: Testing    Total Views :73   Vote Up: 0   Vote Down: 0

Describe briefly Unit Testing?
The developer carries out unit testing in order to check if the particular module or unit of code is working fine. The Unit Testing comes at the very basic level as it is carried out as and when the unit of the code is de

Posted : Oct/04/2009    By: Guru    Category: Testing   Total Views :76   Vote Up: 0   Vote Down: 0

 
 
Categories:
.NET
Java
PHP
C/C++/VC++
HTML/XML
SAP
MainFrames
Data Warehousing
Testing
MySQL
SQL Server
Oracle
Javascript/VB Script
Others
Login
 
 
 
 
 Forgot password
 Contact Us   Terms Of use   Share your knowledge