Posted : Oct/04/2009 By:
Guru Category:
Testing Total Views :
101 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 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 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 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