Hi Mauro,

Yes, I'm dealing with a web application. And I already took a look on these examples.

My doubt was because I was trying to write a kind of scenarios that I could have two Example Tables: one for master and one for its details. And I couldn't figure it out yet how I can do that.

By the way, I'm making some changes on jbehave-selenium classes for use I18n and for being possible to construct test scenarios without have the web and seleniumrc running yet. And I'm doing some others things that I couldn't find, as being possible to change selenium by seleniun inspector API without have to change the superclass....

I could send those classes to you when I finish my tests, if you want.

regards

Cristiano

Mauro Talevi escreveu:
Cristiano Gavião wrote:
Hi everybody, I would like to know if there is anybody using BDD and jBehave to write acceptance test for a Master-Details feature.

For example, we have one screen that we include a Product and we have another screen called for each product where we include one or more taxes related to it.

Could someone give me some clue which is the best way to write a scenario for this kind of feature?

thanks a lot


Hi Cristiano,

are you dealing with a web application and the screen refer to pages of the webapp?

If so you might want to look at this example:

https://svn.codehaus.org/picocontainer/java/2.x/trunk/web/examples/ajax-email/

In particular the scenarios:

https://svn.codehaus.org/picocontainer/java/2.x/trunk/web/examples/ajax-email/ajax-email-webapp/src/test/org/picocontainer/web/sample/ajaxemail/scenarios/

These use Selenium driven by JBehave and use the concept of pages to better represent the functionality.

Cheers


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

   http://xircles.codehaus.org/manage_email




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

   http://xircles.codehaus.org/manage_email


Reply via email to