Valid CTAL-TA_Syll2019 Dumps shared by ExamDiscuss.com for Helping Passing CTAL-TA_Syll2019 Exam! ExamDiscuss.com now offer the newest CTAL-TA_Syll2019 exam dumps, the ExamDiscuss.com CTAL-TA_Syll2019 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CTAL-TA_Syll2019 dumps with Test Engine here:
In the recent past, you have learned that test automation just using capture & playback tooling, possibly enhanced with some test programming, has limitations. For the next banking project, that will be run using Agile methods, you want to implement a keyword-driven test automation approach. You have already started to define some high-level test cases for the account transfer user story: TC 1 transfer € 150 from Lars to Ann, verify Ann's balance to be € 150 TC 2 transfer € 300 from Tim to Ann, verify Ann's balance to be € 450 In the context of implementing the keyword-driven test automation approach, which of the following activities should now be conducted by the Test Analyst?
Correct Answer: A
Explanation In a keyword-driven test automation approach, the Test Analyst is responsible for defining the keywords that represent the actions and expected outcomes of the test cases. The keywords are then implemented by a developer or a tool as reusable functions or scripts that can be executed by the test automation framework. For example, the Test Analyst can define keywords such as "transfer", "check balance", "verify balance", etc. for the account transfer user story. These keywords can then be used to design test cases in a data-driven or table-driven format, such as: Table Keyword Parameter 1 Parameter 2 Parameter 3 transfer Lars Ann 150 check balance Ann - 150 verify balance Ann - 150 transfer Tim Ann 300 check balance Ann - 450 verify balance Ann - 450 References = Keyword Driven Testing Framework with Example (Section 1 and 2), What is Keyword Driven Testing: A Detailed Tutorial With Examples (Section 1 and 2), ISTQB Certified Tester Advanced Level Syllabus Technical Test Analyst (Section 4.2.1 and 4.2.2)