SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ is a testing where people performing different roles in an organization test the product together at the same time.
A
Defect bash
B
Defect splash
C
topdown
D
bottomup
Explanation: 

Detailed explanation-1: -Defect bash is an ad hoc testing where people performing different roles in an organization test the product together at the same time. Defect bash brings together plenty of good practices that are popular in testing industry.

Detailed explanation-2: -Performing random testing without any plan is known as Ad Hoc Testing. It is also referred to as Random Testing or Monkey Testing. This type of testing doesn’t follow any documentation or plan to perform this activity.

Detailed explanation-3: -The Black Box Test is a test that only considers the external behavior of the system; the internal workings of the software is not taken into account. The White Box Test is a method used to test a software taking into consideration its internal functioning. It is carried out by testers.

Detailed explanation-4: -Unit tests. Unit tests are very low level and close to the source of an application. Integration tests. Functional tests. End-to-end tests. Acceptance testing. Performance testing. Smoke testing.

There is 1 question to complete.