Halloween Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

iSQI CTFL-AcT - ISTQB Certified Tester - Acceptance Testing (CT-AcT)

Page: 2 / 3
Total 80 questions

Which one of the following scenarios describes BEST a non-functional quality attribute that is relevant for accept testing?

A.

Modularity and reusability are best judged by those who operate the system later

B.

Time behavior is most relevant, as it cannot be tested prior to the acceptance testing level

C.

During acceptance testing, the operability of the product is checked in a realistic environment

D.

Testing basic functionality in acceptance testing verifies the correct usage of the product

Which of the following statements BEST describes the relationship between beta testing and acceptance testing?

A.

Beta testing is a specific from of acceptance testing required for Commercial Off-the-Shelf Software

B.

Beta testing is often used for acceptance testing of Software as a Service (SaaS) platforms

C.

Beta testing and acceptance testing are distinct testing techniques and have nothing to do with each other

D.

Beta testing and acceptance testing mean the same, but acceptance testing is the term used in Agile projects

Why can it be a good practice to draw business process models that only partially cover the behavior of related software systems?

A.

The model should focus on what is to be tested

B.

The model will contain too many model elements

C.

It is impossible to describe the complete workflow

D.

They should be exactly one model per requirement

Which one of the following scenarios characterizes UX task analysis BEST?

A.

Users are qualified depending on their physical and intellectual characteristics.

B.

Use cases are analyzed and represented through business process models.

C.

External conditions are considered as input for subsequent design steps.

D.

Inspirations from similar sectors are sought to identify successful solutions.

Which one of the following answers lists characteristic of quality in use according to the quality in use model defined in ISO 25010?

A.

User experience

B.

Security

C.

Satisfaction

D.

Freedom of interference

On a project to develop an event booking platform, a review session is being conducted on acceptance test cases written in Ghenkin's language. Consider the following test case:

1. GIVEN I am logged in on the event booking platform

2. AND I have selected an event from the list displayed for the "live concert" category

3. WHEN I click "Buy Tickets" buttom

4. AND I enter "3" into "Ticket quantify" field

5. AND I agree on terms and conditions

6. THEN The system should display the checkout page

7. AND I should provide my personal data for payment and eticket delivery

Which of the following sentences MOST closely corresponds to a comment that could be made on this test case during the review?

A.

Line 3 refers to and element of the user interface which is to be avoided, line 4 the quantity should not be set and line 7 is an action and not a result

B.

This test case is perfectly written

C.

Line 3 refers to an element to the user interface, which is to be avoided and line 7 is and action and not a result

D.

The "When" part lacks an action to enter number of tickets request that is greater than the limit allowed per person

A green courier working for an urban delivery service company uses three types of vehicles: normal bicycles, electric cargo bikes and electric vans. The following DMN table provides the rules used to select the type of zero emission vehicle to be used according to the weight (in kg) and the largest dimension (in cm) of the parcel, and the delivery distance (in km)

Which one of the following statements is consistent with this DMN table?

A.

Electric vans are systematically used when the parcel size is larger than 150cm

B.

Normal bicycles are mainly used for short trips regardless of the weight of the parcel

C.

Electric cargo bikes are never used for short distances

D.

When the weight of the parcel exceeds 50kg then the electric cargo bike is necessarily used

Which one of the following statements regarding the graphical representation of business processes is true?

A.

Using decision tables in BPMN allows defining test conditions corresponding to the business rules under test.

B.

Graphical representations of business processes must describe the complete workflow in detail, including alternative and error scenarios.

C.

For acceptance testing, graphical business process models should focus on the user workflows to be tested.

D.

Business processes should be described graphically using the DMN standard and completed with decision tables.

As an acceptance tester you want to test the $100 withdrawal process described by the following BPMN model.

You would like to achieve decision coverage. Consider the following test cases: Test 1: balance = $100, receipt = YES

Test 2: balance = $99

Test 3: balance = $120, receipt = NO Test 4: balance = $2500, receipt = YES

Which of the following is the minimal set of test cases allowing to achieve full decision coverage?

A.

Test 1, Test 2, Test 4

B.

Test 1, Test 2

C.

Test 2, Test 3

D.

Test 1, Test 2, Test 3

Which one of the following test design techniques fits accepting testing purposes BEST?

A.

static code analysis

B.

input validation

C.

equivalence partitioning

D.

defect-based test design