CTFL-AT Dumps CTFL-AT Braindumps

CTFL-AT Real Questions CTFL-AT Practice Test CTFL-AT Actual Questions


killexams.com


iSQI


CTFL-AT


Certified Tester Foundation Level Agile Tester (CTFL-AT)


https://killexams.com/pass4sure/exam-detail/CTFL-AT

Question: 113


Which tasks are typically performed by a tester on an Agile project?


  1. Implementing test strategy.


  2. Documenting business requirements.


  3. Measuring and reporting test coverage.


  4. Coaching development team in relevant aspects of testing.

  5. Executing test-driven development tests. A. 2, 5

B. 2, 4, 5

C. 1, 3, 4

D. 1, 3


Answer: C Question: 114

Which of the following statements would you expect to be the MOST direct advantage of the whole-team approach?


  1. Having at least once a day an automated build and test process that detects integration errors early and quickly.

  2. Avoiding requirements misunderstandings which may not have been detected until later in the development cycle when they are more expensive to fix.

  3. Capitalizing on the combined skills of business representatives, testers and developers working together to contribute to project success.

  4. Reducing the involvement of business representatives because of the increased communication and collaboration between testers and developers.


Answer: C Question: 115

User Story: As a user I want to be able to calculate tax percentage based on amount of income. What is the best black box test design technique for verifying the accuracy of this user story?

  1. Statement testing - test all statements in income calculation.

  2. User story testing - test that the user can enter an income amount and get a result.

  3. State transition testing - test all states of income entry.

  4. Equivalence partitioning - test with low, medium and high income.


Answer: D Question: 116

Which of the following describes the main purpose of a task management tool in agile projects?

  1. A task management tool is used by team members to share ideas and collaborate on assigned tasks.

  2. A task management tool is used to manage and track user stories, tests and other tasks.

  3. A task management tool is used to store source code and automated tests.

  4. A task management tool allows developers to continuously integrate their code.


Answer: B Question: 117

Which of the following statements is FALSE regarding early and frequent feedback?


  1. Early feedback decreases the amount of time needed for system testing.

  2. Early feedback promotes early discovery and resolution of quality problems.

  3. Early feedback provides the Agile team with information on its productivity.

  4. Early feedback helps to deliver a product that better reflects what the customer wants.


Answer: A Question: 118

Which one of the following is a testable acceptance criterion?


  1. The solution shall support business processes.

  2. The system shall be easy to use.

  3. The response time to confirm a customer submission must not exceed 5 seconds.

  4. The tools for testing are tested before use and are meeting the requirements.


Answer: C Question: 119

What is the main benefit of the Test Pyramid?


  1. It means testing is involved early in the development cycle.

  2. It helps in evaluating the amount of test cases needed.

  3. It shows complexity of testing activities.

  4. It acts as a metric for testing progress.


Answer: B Question: 120

Iteration planning for Sprint 5 of your current project is complete.


The plan for the sprint is to increase performance of the system, which of the following acceptance criteria would you expect for Sprint 5?


  1. User access for all roles has been validated.


  2. A static analysis tool has been executed for all code.


  3. 100% of the existing regression test suite has passed.

  4. System is responding in less than 3 seconds, 90% of the time.

  5. A new version of internet Explorer has been included. A. 1, 3

  1. 3, 4

  2. 4, 5

  3. 2, 5


Answer: B Question: 121

You have been asked to execute an exploratory testing session on Park & Ride system. The test charter has been titled as âBuy a bus ticketâ. As a result, a number of defects were reported, the titles of which are listed below.


Which defect is out of scope for the given test charter?


  1. Price for a bus ticket was calculated incorrectly.

  2. Failed to buy a bus ticket after 18:00.

  3. Failed to buy a bus ticket when the network connection to the Central System is down.

  4. Payment for parking ticket is restricted to cash only (no credit card supported).


Answer: D Question: 122

Which of the following sentences about the integration of development and testing activities in Agile projects is INCORRECT?


  1. While developers develop automated unit test scripts, testers write automated system level tests.

  2. Testers replace developers in writing unit test automation scripts.

  3. Developers write acceptance criteria and test cases, together with testers.

  4. Developers and testers may work as a pair to develop and test a feature.


Answer: B