The four test levels used in ISTQB syllabus are:
1. Component (unit) testing
2. Integration testing
3. System testing
4. Acceptance testing
An organization wants to do away with integration testing but otherwise follow V-model. Which of the following statements is correct?
Consider the following user story and its acceptance criteria:
User Story:
As a member of the "Agnotoly" association, I want to be able to pay the association’s dues through an automatic payment method so that I can forget about payment deadlines.
Acceptance Criteria:
The member can only pay with ‘Agnesis Master’ credit card.
The member must register their cell phone number.
The member must register the credit card in the payment system.
The member must select a payment method (monthly or annual).
The member must accept the terms and conditions for the selected method.
If terms and conditions are accepted, the system sends an OTP (one-time password) to the member’s phone for verification.
The payment method is registered only after OTP verification.
Once the payment method is registered, the system will charge on the first business day of the following month.
Test Cycle Results:
Members successfully paid dues using the credit card.
Payments were processed monthly and for over a year.
Which ONE of the following options identifies the acceptance criteria that has NOT been fully covered?
Which of the following is a typical potential risk of using test automation tools?
Which of the following provides the BEST description of statement coverage?
What is test oracle?
Which of the following statements is true?
Why it is essential that defects found in a review be reported objectively?
In branch testing, what is the significance of a conditional branch in a software program?
Which of the following can be considered a VALID exit criterion?
I Estimates of defect density or reliability measures.
II. The completion and publication of an exhaustive Test Report.
III. Accuracy measures, such as code, functionality or risk coverage.
IV Residual risks such as lack of code coverage in certain areas.
The tests at the bottom layer of the test pyramid: