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?
Currently there are no comments in this discussion, be the first to comment!