Skip to main content

Posts

Showing posts from March, 2017

Causes of Software Defects

It is practically impossible that developer develop a bug free software and that software we can deliver without Testing. If the complexity of the software increased then there must be bugs that can harm the users who will use that software.

Why Software Testing Necessary?

Software Testing is always necessary because for humans it is very common behavior to commit mistakes. Sometime these mistakes are not important but sometimes these mistakes are expensive and dangerous so testing is very important to find out these mistakes before it harms the users. So Software Testing is the process to check whether the actual result meet with the expected result to find out that system is bug free.