Join the discussion
Question 1/36
The tests at the bottom layer of the test pyramid:
Correct 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. References:
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
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. References:
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
Add Comments
- Other Question (36q)
- Q1. The tests at the bottom layer of the test pyramid:...
- Q2. Test automation allows you to:
- Q3. Who of the following has the best knowledge to decide what tests in a test project should ...
- Q4. Which of the following is not an example of a typical content of a test completion report ...
- Q5. Which of the following s the most correct statement about state testing techniques?...
- Q6. Which of the following statements is true?
- Q7. Which of the following is not an example of a typical content of a test completion report ...
- Q8. Which of the following is a test-first approach, where tests that express a shared underst...
- Q9. Which of the following statements is true?
- Q10. Consider the following user story about the authentication functionality of an e-commerce ...
- Q11. An alphanumeric password must be between 4 and 7 characters long and must contain at least...
- Q12. A typical objective of testing is to ensure that:...
- Q13. Which of the following is a task the Author is responsible for, as part of a typical forma...
- Q14. What is test oracle?
- Q15. Which of the following work products cannot be examined by static analysis?...
- Q16. Which of the following is a test task that usually occurs during test implementation?...
- Q17. Which of the following statements is true?
- Q18. Which of the following statements about the value of maintaining traceability between the ...
- Q19. Consider the following simplified version of a state transition diagram that specifies the...
- Q20. Which of the following statements best describes how configuration management supports tes...
- Q21. Consider a review for a high-level architectural document written by a software architect....
- Q22. What type of testing measures its effectiveness by tracking which lines of code were execu...
- Q23. A typical objective of testing is to ensure that:...
- Q24. Which of the following statements about estimation of the test effort is WRONG?...
- Q25. A company runs a pilot project for evaluation of a test automation tool. Which of the foll...
- Q26. Which of the following statements about exploratory testing is true?...
- Q27. A test manager decided to skip static testing since he believes bugs can be found easily b...
- Q28. Which of the following statements refers to good testing practice to be applied regardless...
- Q29. Confirmation testing is performed after:
- Q30. A virtual service emulating a real third-party service and the automated test scripts (aim...
- Q31. The whole-team approach:
- Q32. Consider a given test plan which, among others, contains the following three sections: "Te...
- Q33. Which of the following statements best describes how configuration management supports tes...
- Q34. A software company decides to invest in reviews of various types. The thought process they...
- Q35. Which of the following applications will be the MOST suitable for testing by Use Cases...
- Q36. For each of the test cases to be executed, the following table specifies the priority orde...
