iSQI CTAL-ATT Certified Tester Advanced Level Agile Technical Tester Online Training
iSQI CTAL-ATT Online Training
The questions for CTAL-ATT were last updated at May 09,2025.
- Exam Code: CTAL-ATT
- Exam Name: Certified Tester Advanced Level Agile Technical Tester
- Certification Provider: iSQI
- Latest update: May 09,2025
The following user story has been developed:
As a customer of Alpha Airways who has booked a flight
I want to access the flight reservation
So that I can update the booking details
Which BDD scenario written in Gherkin format correctly applies to this user story? SELECT ONE OPTION
- A . Given that the logged-on user is a customer of Alpha Airways
When that user enters their surname correctly
Then they are able to see all flights currently booked so that they can select which flight they want to update - B . Given that a customer has booked a flight with Alpha Airways
When that customer enters their surname AND enters the flight number for this reservation
Then the booking details for that flight are displayed - C . Given that a customer has booked a flight with Alpha Airways
When that customer enters the correct surname and flight number for this reservation
Then the booking details for that flight are displayed
ELSE an appropriate error message is presented - D . Given that a customer has booked a flight with Alpha Airways
When that customer enters their surname and the flight number OR enters their customer ID and the flight number for this reservation Then they are taken to the booking details for that flight so that they can update the booking details
A new Payroll system calculates the amount of tax that each employee must pay (TaxToPay) on their gross monthly salary (in (), and the net salary (NetSal) that they will receive after that amount of tax has been deducted It also calculates the amounts of tax (TaxPdYTD) and net salary (SalPdYTD) paid in the year to date (YTD) by adding them to the stored amounts from last month (for month 1 these will be zero), inputs Include Employee id (Empid) and Gross Salary this month (GrossSal). Tax Rate is looked up on the key of Employee Id, the amounts of tax and net salary paid in the year to date are looked up on the key of (Employee Id and [month • 1]) except that for month 1 they will be zero.
if both employees were paid the same in month 1 as in the current month 2. for which tax has now to be calculated, which data-driven input and expected output table is correct for this situation?
Table 1
SELECT ONE OPTION
- A . Table 3
- B . Table 1
- C . Table 4
- D . Table 2
A new Payroll system calculates the amount of tax that each employee must pay (TaxToPay) on their gross monthly salary (in (), and the net salary (NetSal) that they will receive after that amount of tax has been deducted It also calculates the amounts of tax (TaxPdYTD) and net salary (SalPdYTD) paid in the year to date (YTD) by adding them to the stored amounts from last month (for month 1 these will be zero), inputs Include Employee id (Empid) and Gross Salary this month (GrossSal). Tax Rate is looked up on the key of Employee Id, the amounts of tax and net salary paid in the year to date are looked up on the key of (Employee Id and [month • 1]) except that for month 1 they will be zero.
if both employees were paid the same in month 1 as in the current month 2. for which tax has now to be calculated, which data-driven input and expected output table is correct for this situation?
Table 1
SELECT ONE OPTION
- A . Table 3
- B . Table 1
- C . Table 4
- D . Table 2
which statement about test approaches is TRUE? SELECT ONE OPTION
- A . Test automation is not suitable when taking a Process-compliant test approach
- B . A Regression-averse test approach requires an ever-growing set of automated regression tests
- C . in a Model-based test approach, tests can be created automatically
- D . When taking a Reactive test approach, Increased test automation will reduce the time available for exploratory testing
which statement about test approaches is TRUE? SELECT ONE OPTION
- A . Test automation is not suitable when taking a Process-compliant test approach
- B . A Regression-averse test approach requires an ever-growing set of automated regression tests
- C . in a Model-based test approach, tests can be created automatically
- D . When taking a Reactive test approach, Increased test automation will reduce the time available for exploratory testing
which statement about test approaches is TRUE? SELECT ONE OPTION
- A . Test automation is not suitable when taking a Process-compliant test approach
- B . A Regression-averse test approach requires an ever-growing set of automated regression tests
- C . in a Model-based test approach, tests can be created automatically
- D . When taking a Reactive test approach, Increased test automation will reduce the time available for exploratory testing
which statement about test approaches is TRUE? SELECT ONE OPTION
- A . Test automation is not suitable when taking a Process-compliant test approach
- B . A Regression-averse test approach requires an ever-growing set of automated regression tests
- C . in a Model-based test approach, tests can be created automatically
- D . When taking a Reactive test approach, Increased test automation will reduce the time available for exploratory testing
which statement about test approaches is TRUE? SELECT ONE OPTION
- A . Test automation is not suitable when taking a Process-compliant test approach
- B . A Regression-averse test approach requires an ever-growing set of automated regression tests
- C . in a Model-based test approach, tests can be created automatically
- D . When taking a Reactive test approach, Increased test automation will reduce the time available for exploratory testing
which statement about test approaches is TRUE? SELECT ONE OPTION
- A . Test automation is not suitable when taking a Process-compliant test approach
- B . A Regression-averse test approach requires an ever-growing set of automated regression tests
- C . in a Model-based test approach, tests can be created automatically
- D . When taking a Reactive test approach, Increased test automation will reduce the time available for exploratory testing
A stub will be needed to test the payment method
Which pair of requirements engineering techniques are you MOST LIKELY to have used to uncover these issues’
SELECT ONE OPTION
- A . Diagrams and Story Mapping
- B . Story Mapping and use Cases
- C . Personas and Diagrams
- D . Storyboards and Personas