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 pyramidB . cover larger pieces of functionalities than the tests at the top layer of the pyramidC . are defined as 'Ul Tests' or 'End-To-End tests' in the...

May 6, 2025 No Comments READ MORE +

Which of the following applications will be the MOST suitable for testing by Use Cases

Which of the following applications will be the MOST suitable for testing by Use CasesA . Accuracy and usability of a new Navigation system compared with previous systemB . A billing system used to calculate monthly charge based or large number of subscribers parametersC . The ability of an Anti...

May 4, 2025 No Comments READ MORE +

Which of the following alternatives includes correct test values for x. based on equivalence partitioning?

The following 4 equivalence classes are given: Which of the following alternatives includes correct test values for x. based on equivalence partitioning?A . -100; 100:1000; 1001B . -500; 0; 100; 1000C . -99; 99:101; 1001D . -1000; -100; 100; 1000View AnswerAnswer: D Explanation: The question is about selecting the correct...

April 30, 2025 No Comments READ MORE +

A virtual service emulating a real third-party service and the automated test scripts (aimed at testing the system under test) that interact with that service, are test work products that are typically created during:

A virtual service emulating a real third-party service and the automated test scripts (aimed at testing the system under test) that interact with that service, are test work products that are typically created during:A . Test monitoring and controlB . Test implementationC . Test designD . Test analysisView AnswerAnswer: B...

April 28, 2025 No Comments READ MORE +

Which of the following statements is true?

Which of the following statements is true?A . A defect does not always produce a failure, while a bug always produces a failureB . A defect may cause a failure which, when occurring, always causes an errorC . Failures can be caused by defects, but also by environmental conditionsD ....

April 27, 2025 No Comments READ MORE +

Which of the following statements about the shift-left approach is true?

Which of the following statements about the shift-left approach is true?A . Shift-left in testing can be implemented only in Agile/DevOps frameworks, as it relies completely on automated testing activities performed within a continuous integration processB . Performance testing performed during component testing, is a form of shift-left in testing...

April 27, 2025 No Comments READ MORE +

estimation technique applied to this problem is true?

Following a risk-based testing approach you have designed 10 tests to cover a product risk with a high-risk level. You want to estimate, adopting the three-point test estimation technique, the test effort required to reduce the risk level to zero by executing those 10 tests. You made the following three...

April 27, 2025 No Comments READ MORE +

Which of the following are the phases of the ISTQB fundamental test process?

Which of the following are the phases of the ISTQB fundamental test process?A . Test planning and control, Test analysis and design, Test implementation and execution, Evaluating ex t criteria and reporting. Test closure activitiesB . Test planning, Test analysis and design. Test implementation and control. Checking test coverage and...

April 22, 2025 No Comments READ MORE +

Based only on the given information, which of the following ATDD tests is most likely to be written first?

Consider the following user story about the authentication functionality of an e-commerce website: "As a logged-in user, I want to change my current password with a new one, so that I can make my account safer". The following are some of the acceptance criteria defined for the user story: [a]...

April 19, 2025 No Comments READ MORE +

Which of the following s the most correct statement about state testing techniques?

Which of the following s the most correct statement about state testing techniques?A . Static techniques can be used before all code is ready for executionB . Static techniques find more detects then dynamic techniques.C . Static techniques can be used by inexperienced users.D . Static techniques are always cheaper...

April 13, 2025 No Comments READ MORE +