On Jul 16, 6:25 pm, Ahmed Ashour <[EMAIL PROTECTED]> wrote:
> Dear Kevin,
>  
> I see where you come from.
>  
> The last time I tested GWT server-side logic (one year ago), I remember 
> directly testing the java methods instead of calling it from the client-side 
> generated JS (that's what RPC is for), and it was fairly the same.
>  >>Rhino/HTMLUnit still need some improvements
>
>  
> Very true, currently HtmlUnit misses one issue and it should support GWT 1.5 
> (but not EXT) :(
>  
> Anyway, best of luck in your tests, whichever way you go.
>  
> Yours,
> Ahmed
>
> ----- Original Message ----
> From: Kevin R. VanDenBreemen <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Sent: Wednesday, July 16, 2008 9:57:15 PM
> Subject: Re: The Basics
Hi Ahmed:
Thank you for your sympathy.  This is very much an interesting problem
to me.  I've been encouraged to see if I might come up with a solution
to testing GWT RemoteServiceServlets across a network.  Although my
team prefers the option of being able to use the UI as well, I'd like
to get the backbone of a GWT application testable over a network
first.  I've noticed a few other people working on problems like this
as well and unfortunately I cannot add very much to yours and others'
pools of expertise on the matter of javascript execution or HTML
parsing.  The most formidable experience I have is more with SLAMD and
tricks for teasing out html form elements there.

Being a performance tester by trade, my experience in the nuances and
graces of UI testing and automation is somewhat lacking.  In any case,
I'll see what I can come up with in the department of testing the
basics of business logic and perhaps post something here or on your
HTMLUnit forums about it.

>
> Hi Ahmed:
>
> The reason I am trying to execute the RPC calls is so that in the
> event of radical UI changes (EXT is an example) my team will still be
> able to test the basic business logic.  I need a way to make calls to
> GWT RemoteServiceServlets over http and so far the only way to do that
> seems to be through the javascript compiled by GWT itself.  GWT's rpc
> protocol is very opaque, making it very difficult to performance test.
>
> So I was hoping to piggyback onto Rhino and use it as a tool through
> which to make the RPC calls.  Rhino/HTMLUnit still need some
> improvements in order to automate interaction with the UI's provided
> by frameworks like EXT.

_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to