View Single Post
Old 30-01-07, 10:10 PM   #2 (permalink)
sk_kireeti
Super Moderator
 
sk_kireeti's Avatar
 
Join Date: Feb 2006
Posts: 2,376
Blog Entries: 4
Thanks: 118
Thanked 326 Times in 238 Posts
Rep Power: 62 sk_kireeti has a reputation beyond repute sk_kireeti has a reputation beyond repute sk_kireeti has a reputation beyond repute sk_kireeti has a reputation beyond repute sk_kireeti has a reputation beyond repute sk_kireeti has a reputation beyond repute sk_kireeti has a reputation beyond repute sk_kireeti has a reputation beyond repute sk_kireeti has a reputation beyond repute sk_kireeti has a reputation beyond repute sk_kireeti has a reputation beyond repute
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
sk_kireeti is offline Offline   Reply With Quote
The Following User Says Thank You to sk_kireeti For This Useful Post:
dhananth (31-01-07)