[Dec-2021] Pass ISQI CTFL-AcT Tests Engine pdf - All Free Dumps [Q21-Q43]

Share

[Dec-2021] Pass ISQI CTFL-AcT  Tests Engine pdf - All Free Dumps

ISTQB Foundation Level - Acceptance Testing Practice Tests 2021 | Pass CTFL-AcT with confidence!

NEW QUESTION 21
Which one of the following statements describes the collaboration between business analysts and testers BEST?

  • A. Business analysts usually cannot review acceptance tests, because they do not understand the technical details.
  • B. Once the requirements and acceptance criteria have been defined, business analysts are no longer involved in testing activities.
  • C. Business analysts collaborate on test planning and risk analysis to ensure that further on, appropriate test cases are developed and prioritized.
  • D. Testers participate in identifying business needs of stakeholders to better understand the business needs and related requirements.

Answer: C

 

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

  • A. Behavior-Driven Development (BDD. considers acceptance test design as an activity to be handled by the test team after requirements have been finalized.
  • B. In both Acceptance-Test Driven Development (ATDD. and Behavior-Driven Development (BDD., test cases provide examples of product use.
  • C. 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.
  • D. In Acceptance-Test Driven Development (ATDD., test cases are written prior to the acceptance criteria.

Answer: B

 

NEW QUESTION 23
Which one of the following statements defines beta testing BEST?

  • A. During beta testing, genuine users define the acceptance criteria for various realistic configurations.
  • B. Beta testing is performed by developers at the customer's location.
  • C. Beta testers discover defects in the product that escaped during the development process.
  • D. Beta testing takes place early in the development process to acquire feedback from the market.

Answer: C

 

NEW QUESTION 24
Which of the following statements corresponds BEST to a UX requirement analysis activity?

  • A. Environmental conditions such as light conditions are obtained from a task analysis.
  • B. Personas are used to analyze products or solutions from competitors.
  • C. Security requirements are derived from usage scenarios.
  • D. User profiles are used to determine different levels of business knowledge.

Answer: D

 

NEW QUESTION 25
Which one of the following statements regarding the quality of requirements is MOST correct?

  • A. Testers may complete unclear requirements by assumptions, as long 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.

Answer: B

 

NEW QUESTION 26
Which one of the following usability testing techniques matches the test objective BEST?

  • A. Walkthrough and thinking aloud methods can indicate difficulties users experience with certain tasks.
  • B. Biometrics-based evaluation help to understand retrospectively, how users interacted with the system and to improve it.
  • C. Log file analysis performed by usability experts identifies strong points of an interface that attract the user's attention.
  • D. Expert reviews help to understand how users interact with a system and what is more or less visible.

Answer: A

 

NEW QUESTION 27
How are beta testing and acceptance testing related?

  • A. Beta testing is a systematic approach to acceptance testing and provides measurable coverage of the user stories.
  • B. Beta testing allows the product to be tested in realistic business configurations and contexts.
  • C. Beta testing is a synonym for acceptance testing used in specific application domains.
  • D. Beta testing should include predefined acceptance test scenarios based on acceptance criteria.

Answer: B

 

NEW QUESTION 28
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 models replace acceptance criteria.
  • B. In an ATDD approach, business process/rule models must be created before the project starts.
  • 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.

Answer: C

 

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

  • A. input validation
  • B. static code analysis
  • C. defect-based test design
  • D. equivalence partitioning

Answer: D

 

NEW QUESTION 30
Your company wants to establish a new human resources management application. As tester, you propose to use an ATDD approach and to use business process models for test case design.
Which of the following statements is the LEAST meaningful argument for this approach?

  • A. Business process models will make it easier to detect defects in the application code.
  • B. Testers will be able to show test coverage directly within the graphical representation of business processes.
  • C. The process models will help testers to understand the use cases to be tested.
  • D. As business process models will be updated to maintain the tests, they will be a living documentation of the product.

Answer: A

 

NEW QUESTION 31
Which of the following activities is most likely performed by the business analyst as part of defect analysis?

  • A. Assess the impact of corrective actions on other parts of the system's implementation.
  • B. Identify the requirements / user stories that are not satisfied.
  • C. Check, whether other paths in the business process model perform as intended.
  • D. Analyze the function that failed step by step to identify the cause of the defect.

Answer: B

 

NEW QUESTION 32
As an acceptance tester you are analyzing the following user story for a computer web-based mass multiplayer role-playing game:
As an unregistered player
I want to be able to register myself by defining my e-mail, login and password in a registration form so that I become a registered player Consider the following propositions of the acceptance criteria:
i.a registration form is displayed on the screen.
ii.the form is written in the Groovy language; the cursor is initially set on the 'login' field; after pushing the TAB button the cursor switches to 'password', 'repeat password', 'mail', and 'repeat mail' forms.
iii.I cannot register myself if the login I choose is used by another player.
iv.after successful registration process I am informed about it by an e-mail.
Which of the above statements would you consider as well-written acceptance criteria?

  • A. only ii) and iv)
  • B. only i) and iii)
  • C. only ii)
  • D. only i), iii) and iv)

Answer: D

 

NEW QUESTION 33
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 iv)
    THEN v)
  • B. GIVEN ii)
    WHEN i)
    THEN vi)
  • C. GIVEN iii)
    WHEN ii)
    THEN iv)
  • D. GIVEN ii)
    WHEN v) AND vi) THEN i)

Answer: B

 

NEW QUESTION 34
Which of the following statements regarding defects is MOST correct?

  • A. The tester should analyze the potential impact of a defect on system usage, before communicating it to the business analyst.
  • B. Testers should provide accurate information regarding the difference between the expected test result and the actual result.
  • C. Regular meetings between business analysts and testers are necessary to report discrepancies between actual and expected outcome.
  • D. If the defect turns out to be a bug, the tester writes a defect report and sends it to the business analyst for further investigation.

Answer: B

 

NEW QUESTION 35
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. i, ii and vi
  • C. iii, iv and v
  • D. ii, v and vii

Answer: B

 

NEW QUESTION 36
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 37
......

Get instant access to CTFL-AcT practice exam questions: https://drive.google.com/open?id=1ZytrBpBQ35zfGw2NGT5wZHtAGV4d4SJV

Online Exam Practice Tests with detailed explanations!: https://www.lead1pass.com/ISQI/CTFL-AcT-practice-exam-dumps.html