Free Demo Questions

Test Online Free iSQI CTAL-ATT Exam Questions and Answers

Practice a live sample before buying full access. This page keeps the free CTAL-ATT question set organized by page so visitors and search engines can reach the canonical -questions.html URL directly.

Updated Jan 09, 2025 9 Questions 1 Pages
Page 1 of 1
Question 1 Selectable Answer
Which of the following is an expected problem that often occurs with automation test suites?

Answer:
Question 2 Selectable Answer
What level of automation testing should be included in the production deployment process when continuous deployment is used?

Answer:
Question 3 Selectable Answer
Which of the following is an example of how continuous testing facilitates continuous delivery?

Answer:
Question 4 Selectable Answer
CORRECT TEXT
An increased proportion of automated test coverage often leads to a greater degree of manual testing that follows reactive strategies, because:

Answer:
Question 5 Selectable Answer
You have been asked to supply the data file for a data-driven test automation script that will be used to test the following story:
As a customer I want to be told how many items I need to purchase, so I can receive free shipping
You have been told the automation will verify whether or not the free shipping message is displayed.
Which of the following columns should appear in your data file to support the automated testing of this story?

Answer:
Question 6 Selectable Answer
CORRECT TEXT
You have to review the following user story that will be developed and tested during the next Sprint:
As a potential conference attendee, I want to be able to register for the conference online, so that registration is simple and paperless.
The following acceptance criteria are also mentioned:
i) Payment can be made via PayPal, Debit or Credit Cards
ii) An acknowledgement email is sent to the attendee after submitting the form
iii) Protection against spam is working as expected
iv) Information from the form is stored in the registrations database
v) All incorrect user inputs are flagged by the system
Which of the following correctly shows which acceptance criteria are testable?

Answer:
Question 7 Selectable Answer
In a regression-averse lest approach what should be the focus of test automation?

Answer:
Question 8 Selectable Answer
CORRECT TEXT
A developer has implemented a class that calculates if a given date is a leap year.
The definition for the leap year is given:
Every year that is exactly divisible by four is a leap year, except for years that are exactly
divisible by 100, but these centurial years are leap years if they are exactly divisible by 400.
- divisible by 4
- but not by 100
- years divisible by 400 are leap anyway
You have already thought about it and started with the first test class; the test class looks like
(pseudo JavaScript used here):
// LeapYear.spec.js
describe('Leap year calculator', () => {
it('should consider 1996 as leap', () => {
expect(LeapYear.isLeap(1996)).toBe(true);
});
});
What would now be your next step to proceed as efficient as possible, to validate the correctness of the class above?

Answer:
Question 9 Selectable Answer
You are testing a large e-commerce system for household goods that is being implemented using Agile methodologies You are currently working on deriving tests tor stories that are implementing the following epic.
As a customer I want to use the e-commerce system, so that I can have my purchased goods delivered to my house.
The story you are currently working on is As a customer I want to be told how many items I need to purchase, so I can receive free shipping
Which of the following is an appropriate test charter for this story?

Answer:
Showing page 1 of 1