Posts

Showing posts from March, 2015

Software Testing basics

Image
Testing Basics:          In today´s fast moving world, it is a challenge for any company to continuously maintain and improve the quality and efficiency of software systems development. In many software projects, testing is neglected because of time or cost constraints. This leads to a lack of product quality, followed by customer dissatisfaction and ultimately to increased overall quality costs. Software testing is important for a quality delivery. Software Testing:               Software testing is an investigation conducted to  provide stakeholders with information about the quality of the product or service under test.It is the process of validating and verifying that a software program or application or product. Two major categories of Software Testing :      a)Manual Testing      b)Automation Testing Manual Testing:  ...