SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is not in the Testing pyramid?
A
UI testing
B
Integration test
C
Sun test
D
Unit test
Explanation: 

Detailed explanation-1: -The testing pyramid is a model that breaks automated tests into three main categories: unit, integration, and UI (or e2e tests). This allows the development of a more efficient test suite and helps devs and QA specialists achieve higher quality.

Detailed explanation-2: -The agile test automation pyramid is a graphical strategy guide for implementing automated software testing. The model splits types of testing into three layers based on the return on investment (ROI) offered by automating that particular type.

There is 1 question to complete.