Larry,
Data driven testing is not supported by the IDE. The IDE is good for a
few things primarily: teaching people the basics about selenium, and
helping the automation developer to find a locator.
If you're interested in more data driven testing try writing some
simple scripts in Selenium 2.0. If you're unsure about how to proceed
with that try exporting some test cases you made with the IDE in your
language of choice (if Java try TestNG, python and ruby are self
explanatory).
Scripting your tests is really the only way to create data driven
tests as you'll need large arrays of data. The IDE would have no way
of making sense of that data and also doesn't have the kind of built
in API's to integrate that data as well. Why is that? Selenium APIs
only interact with the web so to start integrating outside data into
your tests a framework would be very helpful. I would recommend
TestNG. However there are others such as JUnit NUnit, and Nose (TestNG
for Python).
There's really alot more I could talk about, but simple fact is if
you're interested in robust testing then scripting is the way to go.
Here are some good resources to get you started if you're interested
in continuing:
http://www.jcwebconcepts.net/blog/2010/04/27/setting-up-eclipse/
http://seleniumhq.org/docs/03_webdriver.html
http://testng.org/doc/index.html
Most of these links are useful if you program in Java; if not there
are other resources that are helpful, just tell me what your level of
technical experience is.
Greg
> --
> You received this message because you are subscribed to the Google Groups
> "Selenium Users" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/selenium-users/-/G3bGjUJQDXoJ.
>
> To post to this group, send email to
seleniu...@googlegroups.com.
> To unsubscribe from this group, send email to
>
selenium-user...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/selenium-users?hl=en.