| Re: What is data driven automation? Taking input from an external file (external to automation script) to drive the automated test is called "Data Driven Testing/Automation".
This makes easier to change input data without going through code to find where it is used and how it is represented. It helps in easy maintenance of scripts.
Thanks,
Krishna |