Hello Sanjay,
Data driven testing is a very powerful way to conducting automated
tests. However, SeleniumIDE is only a partial answer to giving you
this capability. Here are the basic steps to write data driven tests:
1.) Record (capture the workflow of) a test using SeleniumIDE
2.) Output the test in your favorite language from SeleniumIDE (my
favorite is C#)
3.) Edit the code, replacing "hard-coded" values with variables
you've bound to a data source (database, file, and/or web-service)
Although it would be cool if the volunteers who wrote Selenium
provided a macro language to to facilitate what it is you would like
to do, I have wholeheartedly agree that it is a wise move to reserve
that functionality for a true programming language.
Hope this helps
Robert Barnard, Automated Test
Northpointe Institute for Public Management
On Jun 10, 12:54 pm, sanjay naani <
sanjaycool.naan...@gmail.com>
wrote: