Hugh Gibson wrote:
>> That means 
>> Selenium takes more and more the part of sort of an RPC 
>> infrastructure, and is rather concerned with passing values to and 
>> fro, but with little logic involved. Am I getting you right so far?
>>     
>
> Yes, I suppose so.
>
> I would want to be able to invoke individual tests in Selenium as well as
> being able to invoke all unit tests automatically. So if I added a unit
> test to the source code I would know that the overnight Selenium test run
> would automatically include it.
>   

That would simply be a matter of the Javascript wrapper (let's call it 
'SeleniumRunner', for a name's sake) that discovers all tests 
dynamically - as does JSUnit and TestRunner. It could easily expose a 
'runAll()' method, as well as expose the individual tests.

Thomas


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to