As promised, I create a post about jQuery UI widgets.
----------------------------------------------------------------------------

Tellurium provides support to describe a UI widget or a set of nested UI
objects as a Tellurium widget. Tellurium widgets have the advantage that we
can use the widget directly in our test code just like a regular tellurium
UI object and we do not need to deal with individual UIs in the widget at
the link or button level any more. What we need to do is to call the methods
defined in the Tellurium widget. Another advantage is that once the widget
is defined, we can use it anywhere we want by simply including the compiled
jar file.

Widgets in JavaScript frameworks are perfect candidates that can utilize the
benefits of Tellurium Widgets because JavaScript widgets are usually reused
in many places of a web application. A JavaScript widget is only need to be
defined once as a Tellurium widget and then can be reused in all places that
the widget is included. We take jQuery UI widgets, more specifically, the
Date Picker widget as an example to demonstrate how to define jQuery UI
Tellurium widgets and how to use them directly in your test code. Widgets in
other JavaScript frameworks such as Dojo and ExtJs can also be described as
Tellurium widgets in a similar way.

http://code.google.com/p/aost/wiki/TelluriumjQueryUiWidgets


Thanks,

Jian

-- 
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en.

Reply via email to