Available Number of Questions: Maximum of
80 Questions
Exam Name: ISTQB Certified Tester - Agile Tester
Exam Duration: 60 Minutes
Related Certification(s):
iSQI ISTQB Certified Tester Certification
iSQI CTFL-AT Exam Topics - You’ll Be Tested in Actual Exam
The iSQI CTFL-AT exam is a rigorous assessment that evaluates your proficiency in software testing, particularly in the areas of test design, estimation, and planning. It delves into the fundamental principles and best practices of software testing, ensuring that you possess the skills and knowledge to effectively contribute to the software development process. One of the key aspects covered in the exam is test design, which involves creating comprehensive and efficient test cases to validate software functionality. You'll learn how to identify test conditions, define test inputs, and determine expected outcomes, ensuring that your testing efforts are targeted and effective. Additionally, the exam emphasizes the importance of estimation in software testing. You'll explore techniques for estimating test effort, resource allocation, and overall project timelines, enabling you to plan and execute testing activities with precision. By mastering these estimation skills, you can contribute to the successful delivery of software projects within defined budgets and schedules. Furthermore, the iSQI CTFL-AT exam focuses on test planning, a critical phase in the software testing lifecycle. You'll gain insights into creating detailed test plans, outlining test strategies, and defining test objectives. This includes considering factors such as test environment setup, test data requirements, and the selection of appropriate testing techniques. By developing a well-structured test plan, you can ensure that your testing efforts are organized, efficient, and aligned with the project's goals.
iSQI CTFL-AT Exam Short Quiz
Attempt this iSQI CTFL-AT exam quiz to self-assess your preparation for the actual iSQI ISTQB Certified Tester - Agile Tester exam. CertBoosters also provides premium iSQI CTFL-AT exam questions to pass the iSQI ISTQB Certified Tester - Agile Tester exam in the shortest possible time. Be sure to try our free practice exam software for the iSQI CTFL-AT exam.
1of 0 questions |
iSQI CTFL-AT Exam Quiz
✓ 0 answered
🔖 0 bookmarked
iSQICTFL-AT
Q1:
During a retrospective, which of the following items would be the LEAST effective to generate discussions on process improvement?
○
AThe build process was slow and this often caused delays waiting for the build to complete.
○
BFor the last sprint the estimated and actual effort were much higher than the team capacity.
○
CThe automation tests failed frequently without any logs to help in debugging the failure reason.
○
DOne of the testers was regarded as being both disruptive and lazy and did not contribute to team success.
iSQICTFL-AT
Q2:
What is the main benefit of the Test Pyramid?
○
AIt means testing is involved early in the development cycle.
○
BIt helps in evaluating the amount of test cases needed.
○
CIt shows complexity of testing activities.
○
DIt acts as a metric for testing progress.
iSQICTFL-AT
Q3:
In a sprint planning, the product owner presents a user story written on a card. The team starts having a discussion with the product owner to get an understanding on how the software should work.
The user story written on the card is:
"As a customer, I want to subscribe to the mailing list so that I can receive the latest deal in an email."
By applying the 3C concept, which ONE of the following statements is CORRECT?
○
AConversation should include the acceptance criteria discussion.
○
BThe card should contain requirements not the user story.
○
CProduct owner has written a user story and confirmation is not needed.
○
DThe conversation is not required and the team should start developing.
iSQICTFL-AT
Q4:
Which of the following statements about Agile retrospectives is CORRECT?
○
ADuring Agile retrospectives, testers should be encouraged to provide constructive suggestions only on non-testing activities.
○
BIn an Agile retrospective the moderator can encourage and make sure that good practices are kept by the team, by asking what the team is doing well.
○
CAgile retrospectives should be focused mainly on impediments that are outside the control of the team because these issues are more challenging.
○
DUnlike working sessions or meetings held in non-Agile projects, Agile retrospectives do not require follow-up activities.
iSQICTFL-AT
Q5:
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?
○
AStatement testing - test all statements in income calculation.
○
BUser story testing - test that the user can enter an income amount and get a result.
○
CState transition testing - test all states of income entry.
○
DEquivalence partitioning - test with low, medium and high income.