Definitely prefer Option 1. Its established and easy to integrate with the html interface and sets clear boundaries between elements. Its a pain to write but u only have to write it once and then its easy to view.
--- Jason R Huggins <[EMAIL PROTECTED]> wrote: > I'd like to get opinions on preferred test syntax > from Selenium users... > > (I'm cc'ing the dev list on this 'cause this it does > have an effect on > development, but let's keep the thread on the user's > list for the time > being.) > > Which syntax would you prefer as the source syntax > of your test scripts: > Option 1 ----> > <tr><td>type</td><td>user_name</td><td>jason</td></tr> > Option 2 ----> type "user_name" "jason" > Option 3 ----> type "jason" into field > named "user_name" > Option 4 ----> > field(name="user_name").type("jason") > > As a programmer, which would you prefer and why? > Which option do you think your end users would > prefer and why? > > Thanks! > -Jason > _______________________________________________ > Selenium-users mailing list > Selenium-users@lists.public.thoughtworks.org > http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users > __________________________________ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs _______________________________________________ Selenium-users mailing list Selenium-users@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users