CTFL-AT Exam Question 31
Which of the following statements is true?
CTFL-AT Exam Question 32
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.
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.
CTFL-AT Exam Question 33
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?
What is the best black box test design technique for verifying the accuracy of this user story?
CTFL-AT Exam Question 34
Which of the following statements about test-driven development (TDD) and behavior-driven development (BDD) is true?
CTFL-AT Exam Question 35
Consider the following user story for an Agile project aimed at developing an application that calculates the reimbursement of medical visits:
"As an owner of the application, I want the reimbursement of medical visits to be calculated based on the following rules:
There are two types of reimbursable visits: Doctor's Office Visits (DOCVs) and Hospital Visits (HVs).
The reimbursement for DOCVs is 33%, while the reimbursement for HVs depends on the type of the specialist visits. Two types (A, B) of specialist visits exist and the associated reimbursements are 45% for A and 90% forB." Which of the following would you expect to be the most suitable black-box test design technique for the user story?
"As an owner of the application, I want the reimbursement of medical visits to be calculated based on the following rules:
There are two types of reimbursable visits: Doctor's Office Visits (DOCVs) and Hospital Visits (HVs).
The reimbursement for DOCVs is 33%, while the reimbursement for HVs depends on the type of the specialist visits. Two types (A, B) of specialist visits exist and the associated reimbursements are 45% for A and 90% forB." Which of the following would you expect to be the most suitable black-box test design technique for the user story?
