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

Reply via email to