SOFTWARE ENGINEERING

INTRODUCTION TO SOFTWARE ENGINEERING

AGILE SOFTWARE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which kind of testing is used to identify strengths and weakness in a software product when doing manual testing?
A
positive testing
B
negative testing
C
exploratory testing
D
flex testing
Explanation: 

Detailed explanation-1: -Another type of manual testing is black-box testing. In this testing, the test engineer will analyze the software against requirements, identify the defects or bug, and sends it back to the development team.

Detailed explanation-2: -Exploratory testing definition: Exploratory testing is the approach, to an application’s evaluation, which integrates three things – exploration of the application with design of test scenarios and beginning of the actual testing process.

Detailed explanation-3: -Mutation Testing is a type of white box testing in which the source code of one program is changed and verifies whether the existing test cases can identify these defects in the system.

There is 1 question to complete.