[Jan 25, 2022] CTFL-AcT Exam Dumps - Try Best CTFL-AcT Exam Questions - DumpExam
Verified CTFL-AcT exam dumps Q&As with Correct 42 Questions and Answers
NEW QUESTION 25
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
- B. Test 1, Test 2, Test 3
- C. Test 1, Test 2, Test 4
- D. Test 2, Test 3
Answer: B
NEW QUESTION 26
Which one of the following statements describes an exploratory test charter BEST?
- A. The test charter is elaborated during the testing session according to test execution results.
- B. Indicating that the tester should take the role of a novice user can be part of an exploratory test charter.
- C. Acceptance testers use the exploratory test charter during the testing session to define the test oracle.
- D. Each exploratory test charter is based on a previously defined list of activities that would be interesting to test.
Answer: B
NEW QUESTION 27
Which one of the following statements regarding ATDD / BDD is true?
- A. In both Acceptance-Test Driven Development (ATDD. and Behavior-Driven Development (BDD., acceptance test cases are written by a test automation engineer as test automation code.
- B. In both Acceptance-Test Driven Development (ATDD. and Behavior-Driven Development (BDD., test cases provide examples of product use.
- C. In Acceptance-Test Driven Development (ATDD., test cases are written prior to the acceptance criteria.
- D. Behavior-Driven Development (BDD. considers acceptance test design as an activity to be handled by the test team after requirements have been finalized.
Answer: B
NEW QUESTION 28
Which of the following statements corresponds BEST to a UX requirement analysis activity?
- A. User profiles are used to determine different levels of business knowledge.
- B. Personas are used to analyze products or solutions from competitors.
- C. Security requirements are derived from usage scenarios.
- D. Environmental conditions such as light conditions are obtained from a task analysis.
Answer: A
NEW QUESTION 29
Which of the following activities is most likely performed by the business analyst as part of defect analysis?
- A. Analyze the function that failed step by step to identify the cause of the defect.
- B. Identify the requirements / user stories that are not satisfied.
- C. Check, whether other paths in the business process model perform as intended.
- D. Assess the impact of corrective actions on other parts of the system's implementation.
Answer: B
NEW QUESTION 30
Which one of the following sentences describes BEST a major advantage when business analysts and testers review the acceptance criteria together?
- A. The review of acceptance criteria is a good practice to improve the quality of test reports.
- B. A shared vision between the business analyst and the tester on acceptance criteria facilitates the design of acceptance test cases.
- C. A joint review ensures that non-functional quality criteria are taken into account.
- D. The review of acceptance criteria helps to verify that acceptance test cases cover business processes, business rules and business risks.
Answer: B
NEW QUESTION 31
Which one of the following statements defines beta testing BEST?
- A. Beta testing takes place early in the development process to acquire feedback from the market.
- B. Beta testing is performed by developers at the customer's location.
- C. During beta testing, genuine users define the acceptance criteria for various realistic configurations.
- D. Beta testers discover defects in the product that escaped during the development process.
Answer: D
NEW QUESTION 32
Given the following attributes:
i.commercializability
ii.functional suitability
iii.viability
iv.reliability
v.security
vi.cognitive ability
vii.maintainability
Which one of the following answers contains quality attributes that are MOST relevant for acceptance testing?
- A. ii, v and vi
- B. ii, v and vii
- C. i, ii and vi
- D. iii, iv and v
Answer: C
NEW QUESTION 33
You are leading a brand new project team whose members are coming from all over the organization and have no former experience in working together. You need to build a common vision and team spirit. What workshop would fit BEST:
- A. You invite the team members and ask them to design their own (team-wise) emblem representing their values, beliefs, goals, tasks together than a common motto.
- B. You invite every member in turn to describe his/her past experience and his/her major achievements in the organization or in their former job.
- C. You ask every member in turn to write down three things he/she likes and dislikes in the organization and to post them on a wall. A volunteer is then chosen to read randomly some posts that are then discussed with the group.
- D. You draw a staircase with 11 steps, each of them representing a major milestone of the project. The bottom of the stairs corresponds to the first day of the project and the upper step means that the project is released. You locate the present situation in the top of the stairs. The team is asked to identify and discuss the major steps downwards.
Answer: A
NEW QUESTION 34
Which of the following sentences explains BEST how business process and business rule modeling can be used for ATDD?
- A. In an ATDD approach, process models are created for initial test design but are not maintained afterwards.
- B. In an ATDD approach, business process models replace acceptance criteria.
- C. In an ATDD approach, business process/rule models must be created before the project starts.
- D. In an ATDD approach, testers use business process and business rule models to generate acceptance tests.
Answer: D
NEW QUESTION 35
Which one of the following usability testing techniques matches the test objective BEST?
- A. Log file analysis performed by usability experts identifies strong points of an interface that attract the user's attention.
- B. Walkthrough and thinking aloud methods can indicate difficulties users experience with certain tasks.
- C. Biometrics-based evaluation help to understand retrospectively, how users interacted with the system and to improve it.
- D. Expert reviews help to understand how users interact with a system and what is more or less visible.
Answer: B
NEW QUESTION 36
Which of the following information is most likely part of an acceptance test summary report?
- A. Technical details on defect fixes.
- B. Information to evaluate the level of risk for product release.
- C. Test procedure information.
- D. Test strategy and test design methods.
Answer: B
NEW QUESTION 37
Which one of the following scenarios characterizes UX task analysis BEST?
- A. External conditions are considered as input for subsequent design steps.
- B. Use cases are analyzed and represented through business process models.
- C. Inspirations from similar sectors are sought to identify successful solutions.
- D. Users are qualified depending on their physical and intellectual characteristics.
Answer: B
NEW QUESTION 38
How are beta testing and acceptance testing related?
- A. Beta testing allows the product to be tested in realistic business configurations and contexts.
- B. Beta testing is a systematic approach to acceptance testing and provides measurable coverage of the user stories.
- C. Beta testing should include predefined acceptance test scenarios based on acceptance criteria.
- D. Beta testing is a synonym for acceptance testing used in specific application domains.
Answer: A
NEW QUESTION 39
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 $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 - 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 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
- 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
Answer: C
NEW QUESTION 40
......
ISQI CTFL-AcT Test Engine PDF - All Free Dumps: https://braindumps2go.dumpexam.com/CTFL-AcT-valid-torrent.html
