Month End Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

CTFL-AcT Questions and Answers

Question # 6

Which one of the following statements regarding ATDD / BDD is true?

A.

The concept of "living documentation" means that business requirements become executable

B.

With visual ATDD, acceptance test cases are obtained from a graphical representation of application ^ workflows

C.

In BDD, user stories are expressed in the form of Given - When - Then' statements

D.

ATDD and BDD allow business analysts to code test automation scripts

Full Access
Question # 7

Which one of the following statements BEST explains how the quality of requirements / user stories and acceptance criteria affects acceptance testing?

A.

Testers may complete unclear requirements by assumptions, as login as they discuss those assumptions with at least one stakeholder

B.

Vague or ambiguous requirements may lead to misunderstandings both during implementation and testing

C.

INVEST is a technique that ensure the quality of user stories or requirements, thus replacing regular reviews

D.

In Agile development lifecycle models, requirement engineering becomes less important due to the product owner role.

Full Access
Question # 8

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

Full Access
Question # 9

Which of the following statements describes an advantage of bi-directional traceability between requirements / user stories and test cases?

A.

Testers can easily identify the source code module that most probably causes the defects observed during test execution

B.

Project managers and/or product owner can analyze the coverage of test cases for a given requirement / user story

C.

Test case reviewers can verify whether the test case covers all acceptance criteria of the linked requirement / user story

D.

Business analysts can verify the completeness of the user stories / requirements with respect to business needs

Full Access
Question # 10

Which one of the following scenarios is MOST likely to be encountered in the context of performance testing?

A.

Usage profiles are used to cover the different configurations the system may be exposed to during operation

B.

The system is stressed by simulating various users that perform memory- intensive tasks

C.

Different workflows and use cases are performed to ensure correct performance for all user scenarios.

D.

Parameter fuzzing is performed to check the systems robustness against user voluntary or involuntary user misbehavior

Full Access
Question # 11

Which of the following sentences explains BEST how business process and business rule modeling can be used for ATDD?

A.

In an ATDD approach, business process/rule models must be created before the project starts.

B.

In an ATDD approach, business process models replace acceptance criteria.

C.

In an ATDD approach, testers use business process and business rule models to generate acceptance tests.

D.

In an ATDD approach, process models are created for initial test design but are not maintained afterwards.

Full Access
Question # 12

Which one of the following arguments is the BEST reason to add additional information to BPMN diagrams?

A.

Link to priorities help test case authors to write comprehensive test cases

B.

Links to requires test equipment facilitate test case reviews of stakeholders

C.

Link to requirements / user stories enable testers to execute the tests

D.

Link to risks provide input to testers for selecting regression tests

Full Access
Question # 13

As an acceptance tester you want to test the $100 withdrawal process described by the following Business Process Model and Notation (BPMN) model.

You would like to achieve the following coverage criterion “execute all possible process tasks”. Consider the following test cases:

Test 1: balance = $100, receipt = YES

Test 2: balance = $120, receipt = NO

Test 3: balance = $85

Test 4: balance = $20, receipt = YES

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

A.

Test 1, Test 3

B.

Test 1, Test 2, Test 3

C.

Test 2, Test 4

D.

Test 1, Test 2, Test 4

Full Access
Question # 14

Assume you are testing functionality of the interface of an elevator. One of the requirements is that the elevator can work only if the total weight of the passengers does not exceed 200 kg. The elevator can reach the following floors: Ground Floor, 1st floor and 2nd floor. You want to create an acceptance test using the Gherkin language. You can use the following phrases for this purpose:

i.the total weight of passengers is greater than 200 kg

ii.the elevator is on the Ground Floor

iii.a button ‘1st floor’ was pressed

iv.the elevator goes to the 1st floor

v.a passenger standing at the 2nd floor calls the elevator

vi.a message ‘too many passengers’ is displayed on the screen

Which of the following statements correctly matches constructs of Given/When/Then with a relevant phrase in order to create a correct test case for the given requirement?

A.

GIVEN ii)

WHEN i)

THEN vi)

B.

GIVEN ii)

WHEN iv)

THEN v)

C.

GIVEN iii)

WHEN ii)

THEN iv)

D.

GIVEN ii)

WHEN v) AND vi) THEN i)

Full Access
Question # 15

In a project to develop an online booking system, the team decided to strengthen collaborative work between the business analyst and the testers working on the project. Several concrete joint activities have been identified.

A.

Business needs assessment

B.

Development of acceptance criteria for user stories

C.

Review of risk to prioritize acceptance test

D.

Definition of Beta Testing sessions

Full Access
Question # 16

Which one of the following statements about the relation between business goals, business needs and requirements is true?

A.

Once the business requirements are elicited, business analysts start to formalize business goals for the project.

B.

Business goals, business needs and requirements describe, at different levels of abstraction, what shall be archived

C.

Business requirements are generally developed by refining product requirements.vhbj

D.

Business goals can be extracted from product requirements

Full Access
Question # 17

Consider the following BPMN model and the related DMN model describing the decision rules associated to the "Check of delivery" activity

What is the minimum number of test cases required to cover all paths without repeated loops in the BPMN model AND all decisions in the DMN table?

A.

4

B.

6

C.

3

D.

5

Full Access
Question # 18

As a tester you are part of a development team for a health monitoring system to record and synchronize various health parameters, calculate health score and provide practical advice on how to maintain and improve health Consider the following User Story and related acceptance criterion:

US 34: As a user of the system, I can measure my blood sugar by using a blood glucose meter connected device, in order to adjust my diet and medication dosage if I am diabetic

Acceptance criteria # 1 - Once a blood sugar measurement using the blood glucose meter is done by logged-in user, the measurement result is displayed in less than four seconds.

Which of the following test cases written in Gherkin language is BEST for this user story and acceptance criterion?

A.

GIVEN I am diabetic 3 WHEN I measure my blood sugar with a blood glucose meter connected device THEN I can see the result on my personal dashboard in less than 4 seconds

B.

GIVEN I am logged in on the system 3 WHEN I measure my blood sugar with a blood glucose meter connected device THEN I can see the result on the my personal dashboard in less than 4 seconds

C.

GIVEN I am logged in on the system 3 WHEN I measure my blood pressure THEN I can see the result on the my personal dashboard in less than 4 seconds

D.

WHEN I measure my blood sugar with a blood glucose meter connected device THEN I can see the result on the personal dashboard in less than 4 seconds and obtain an alert if the risk of hypoglycemia or hypoglycemia is high

Full Access
Question # 19

Which one of the following acceptance criteria relates to security requirements?

A.

The system's response time shall not exceed 3 seconds.

B.

The system shall be web-based.

C.

The graphical user interface shall comply with corporate style guides.

D.

Normal users shall have restricted access to private data.

Full Access
Question # 20

Which of the following techniques is most likely applied to ensure the quality of acceptance testing activities?

A.

Review of the source code to ensure traceability of user stories to system components.

B.

Verification of the traceability between user stories and test cases to make sure it is up to date.

C.

Checklist-based verification of requirements to ensure their completeness and quality.

D.

Eye tracking to verify the feasibility of previously defined user acceptance tests.

Full Access
Question # 21

Which of the following provides the BEST description of Beta testing?

A.

The effectiveness of beta testing sessions depends on the quality of the test charter

B.

In Agile, beta testing must be performed at the same time as user stories are developed

C.

Beta testing aims to obtain feedback from users in their context of use

D.

Beta testing is generally performed jointly by testers, business analysts, product owners and developers

Full Access
Question # 22

Suppose you are an acceptance tester in a project developing a medical scanner. The scanner is meant to be used in a hospital and should allow the examination of at leaser 50 patients per day. Which one of the following perspectives is MOST affected, if the produce does not meet the specified performance requirements?

A.

User perspective

B.

Functional perspective

C.

Business perspective

D.

Technical perspective

Full Access
Question # 23

Which of the following is the BEST example of a Gherkin-style test for a web-based banking application?

A.

GIVEN I have $5000 on my personal account X AND I have $200 on my personal account Y

WHEN I transfer $1000 from X to Y

THEN I should have balance $4000 on my personal account X AND I should have balance $1200 on my personal account Y

B.

GIVEN I have $5000 on my personal account X AND I have $200 on my personal account Y

WHEN I click ‘Make transfer’ button AND I enter ‘3000’ into ‘Amount’ field

AND I enter ‘X’ into ‘From which account’ field AND I enter ‘Y’ into ‘To which account’ field AND I click ‘Confirm transaction’ button

THEN I should have balance $2000 on my personal account X AND I should have balance $3200 on my personal account Y

C.

GIVEN I have $5000 on my personal account X and $600 on my personal account Y WHEN I transfer $500 from Y to X

THEN I should have balance $4500 on X and balance $1100 on Y

D.

GIVEN I have $5000 on my personal account X WHEN I have $600 on my personal account Y

THEN I have $5600 in total on my personal accounts X and Y

Full Access
Question # 24

Which of the following report formats fits the intended audience BEST?

A.

Defect reports for the project's steering group

B.

Progress trend charts for the project manager

C.

Test results pie charts for the development team

D.

Top 3 testing project risks for system users

Full Access