written 5.8 years ago by
teamques10
★ 68k
|
•
modified 5.8 years ago
|
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. Execution of a work product with intent to
find a defect.
Objectives of software testing are as follows:
- Finding defects which may get created by the programmer while developing the
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.