Dan said:
> You can already use WebDriver from jbehave, because at the end of the
day it's just Java. 
> We are currently talking about providing a web driving abstraction in
jbehave itself 
> though, so you could seamlessly(ish) swap out WebDriver, Selenium or
Sahi, say.


Maybe WebDriver itself would be the appropriate place to create the
Selenium/Sahi implementation? The motivation of the project was to
create a single abstraction for any web testing framework. That would
allow you to select the most appropriate driver for your app at one
point with no commitment to stick with it forever, or even mix different
drivers in to your test suite (ie- no javascript? Stick with HtmlUnit.
Suddenly need javascript testing? Start using the IE and Firefox
drivers. Have existing Selenium/Sahi tests? Translate them to webdriver
code and choose to run them super-fast in HtmlUnit (I have no idea if
WebDriver intends to do this last one, bit it's a jolly good idea,
no?)).

I can also see reasons why you might want to be agnostic about the web
testing framework in jBehave rather than tightly coupled to WebDriver.
On the other hand, you could think of a web testing abstraction as
orthogonal to what jBehave is trying to do and delegate to another
project.

Not sure myself- just playing devil's advocate here.
________________________________________

This E-Mail (including any attachments) may contain privileged or confidential 
information.  It is intended only for the addressee(s) indicated above.

The sender does not waive any of its rights, privileges or other protections 
respecting this information.  

Any distribution, copying or other use of this E-Mail or the information it 
contains, by other than an intended recipient, is not sanctioned and is 
prohibited.

If you received this E-Mail in error, please delete it and advise the sender 
(by return E-Mail or otherwise) immediately. 

This E-Mail (including any attachments) has been scanned for viruses. 

It is believed to be free of any virus or other defect that might affect any 
computer system into which it is received and opened. 

However, it is the responsibility of the recipient to ensure that it is virus 
free. 

The sender accepts no responsibility for any loss or damage arising in any way 
from its use.

E-Mail received by or sent from RBC Capital Markets is subject to review by 
Supervisory personnel. 

Such communications are retained and may be produced to regulatory authorities 
or others with legal rights to the information.

IRS CIRCULAR 230 NOTICE:  TO COMPLY WITH U.S. TREASURY REGULATIONS, WE ADVISE 
YOU THAT ANY U.S. FEDERAL TAX ADVISE INCLUDED IN THIS COMMUNICATION IS NOT 
INTENDED OR WRITTEN TO BE USED, AND CANNOT BE USED, TO AVOID ANY U.S. FEDERAL 
TAX PENALTIES OR TO PROMOTE, MARKET, OR RECOMMEND TO ANOTHER PARTY ANY 
TRANSACTION OR MATTER.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to