SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which is not the testing objectives
A
Finding defects
B
Gaining confidence about the level of quality and providing information
C
Preventing defects.
D
Debugging defects
Explanation: 

Detailed explanation-1: -The objective of testing is to identify defects in the application. The purpose of debugging is to fix errors observed in testing. It is the process to identify the failure of code. It is the process of fixing mistakes in the code.

Detailed explanation-2: -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.

Detailed explanation-3: -Functional correctness. Validation that the application correctly supports required business processes and transactions. Authorization. Service level. Usability.

There is 1 question to complete.