Valid CTAL-ATT Dumps shared by ExamDiscuss.com for Helping Passing CTAL-ATT Exam! ExamDiscuss.com now offer the newest CTAL-ATT exam dumps, the ExamDiscuss.com CTAL-ATT exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CTAL-ATT dumps with Test Engine here:
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?
Correct Answer: B
For the user story in question, the data file for the data-driven test automation script should include columns that directly relate to the criteria for free shipping. The column 'item ID' is necessary to identify the specific items being purchased. 'Quantity purchased' is required to determine if the number of items meets the threshold for free shipping. The 'free shipping (y/n)' column is essential to verify if the free shipping message displays correctly based on the quantity purchased. This setup aligns with the principles of data-driven testing where inputs and expected outcomes are clearly defined to validate the functionality being tested. References = The ISTQB Advanced Level Agile Technical Tester syllabus and materials emphasize the importance of creating data files that support the automated testing of user stories. The data file should contain columns that are relevant to the story's acceptance criteria and enable the automation to verify the correct behavior of the system12.