Define software testing and role of testing.
Solution:-
Software testing:
- Software testing is defined as performing Verification and Validation of the Software Product for its correctness and accuracy of working.
- Software Testing is the process of executing a program with the intent of finding errors.
- A successful test is one that uncovers an as-yet-undiscovered error.
- Testing can show the presence of bugs but never their absence.
- Testing is a support function that helps developers look good by finding their mistakes before anyone else does.
Role of testing:
- Finding defects which may get created by the programmer whiled developingthe software.
- Gaining confidence in and providing information about the level of quality.
- To prevent defects.
- To make sure that the end result meets the business and user requirements.
- To ensure that it satisfies the BRS that is Business Requirement Specification and SRS that is System Requirement Specifications.
- To gain the confidence of the customers by providing them a quality product.
Comments
Post a Comment