software testing

software testing concept and types Software testing The process by which software is checked to verify that the software is developed according to the requirements and the established standard and methodology are followed while developing the software. software testing is opposite to software development because the purpose of the development is to prove that the software works according to its specification on the other hand the purpose of testing is to find bugs in the developed software and to reveal that the software doesn't works. Testing is done because we after the software product is being actually developed and before it's shipment to the client with the aim is to find ass much defects as possible and fix them, we need software testing because we have to achieve a certain level of confidence on our product before delivering it to client. Following are types of software testing.
  • 1. Black box testing
  • 2. white box testing
  • 3. Gray box testing
  • 4. Inspection
  • 5. Code reviews
these will be explained in my next post one by one. if you find this post helpful share it with your needy colleague also. if you have any suggestion or question post a comment.

No comments:

Post a Comment

Defect prevention

Defect prevention is SQA technique the purpose of which is to identify root causes of defects and prevent them from reoccurring...