Thanks for the input. I'm familiar with the HTTP structure and
Selenium commands there - not a problem (none of my scripts are record-
n-play). The problematic lines of code have been rem'd out to be
addressed at a later time and I've already been looking at the
differences in commands.
The issue is that I haven't found the magic migration path from
Selenium IDE to Selenium2. Bringing each exported script into the
Java project results in of Java errors so (of course) the test won't
compile (I'm addressing each of them individually - very time
consuming). As I originally mentioned, I'm not a Java developer so
trouble shooting the errors is a long, painful process which I was
hoping to make a little easier.
It just seemed to me that if the ability to export scripts exists in
the IDE, then there should be a straight forward way to bring them
into a Java project, compile, and run. I'm looking for that straight
forward process.
I've been doing quite a bit of reading, experimenting, and asking lots
of questions. So far, I haven't found anybody who has actually tried
to do what I'm trying to do - which is a puzzle to me - though I'm
sure he/she is out there somewhere.
*** The basic question remains: What are the steps needed to export a
test suite (and all its test cases) from Selenium IDE to Selenium2
(WebDriver)? ***
If there are no 'steps' then what information/knowledge is required to
make the transition (please don't say something like 'learn Java' -
I'm doing that and such a response won't be very helpful because its
too high level).
Thank you all for your consideration of my problem! I look forward to
additional comments.