The tests at the bottom layer of the test pyramid:

The tests at the bottom layer of the test pyramid:
A . run faster than the tests at the top layer of the pyramid
B . cover larger pieces of functionalities than the tests at the top layer of the pyramid
C . are defined as ‘Ul Tests’ or ‘End-To-End tests’ in the different models of the pyramid
D . are unscripted tests produced by experience-based test techniques

Answer: A

Explanation:

The tests at the bottom layer of the test pyramid run faster than the tests at the top layer of the pyramid because they are more focused, isolated, and atomic. They usually test individual units or components of the software system, such as classes, methods, or functions. They are also easier to maintain and execute, as they have fewer dependencies and interactions with other parts of the system. The tests at the top layer of the test pyramid, on the other hand, are slower because they cover larger pieces of functionalities, such as user interfaces, workflows, or end-to-end scenarios. They also have more dependencies and interactions with other systems, such as databases, networks, or external services. They are more complex and costly to maintain and execute, as they require more setup and teardown procedures, test data, and test environments.

Reference: ISTQB Certified Tester Foundation Level (CTFL) v4.0 sources and documents:

ISTQB® Certified Tester Foundation Level Syllabus v4.0, Chapter 3.2.1, Test Pyramid1 ISTQB® Glossary of Testing Terms v4.0, Test Pyramid2

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments