I prefer options 1 e 2 simply because it´s less like code, with an extra to option 1 due to its common presentation(HTML).

 In my model i plan to request also non-programmers to write these scripts followed by peer reviews. The language here is portuguese(Brazil) so a less language-specific syntax seems like more pure information rather than programming.

Thanks in advance,
Alexandre Bairos

On 11/3/05, 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-devel mailing list
Selenium-devel@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel

_______________________________________________
Selenium-devel mailing list
Selenium-devel@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel

Reply via email to