Quantcast

tests tools.

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

tests tools.

Mauro-4
Hello,
what do you use for tests?
In rails world there are rspec and cucumber and for grails what can I use?

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

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: tests tools.

rlovtangen
Spock might be worth a look.
http://grails.org/plugin/spock

Ronny

On Mar 22, 2011, at 9:06 PM, Mauro wrote:

> Hello,
> what do you use for tests?
> In rails world there are rspec and cucumber and for grails what can I use?
>
> ---------------------------------------------------------------------
> 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 | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: tests tools.

Glenn Saqui-3
I'm a big fan of Spock and Geb together.

On Tue, Mar 22, 2011 at 8:52 PM, Ronny Løvtangen <[hidden email]> wrote:
Spock might be worth a look.
http://grails.org/plugin/spock

Ronny

On Mar 22, 2011, at 9:06 PM, Mauro wrote:

> Hello,
> what do you use for tests?
> In rails world there are rspec and cucumber and for grails what can I use?
>
> ---------------------------------------------------------------------
> 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 | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: tests tools.

Bernardo Gomez Palacio
Spock and Geb. Highly recommend the Fixtures Plugin + the Build Test Data plugin too.


On Wed, Mar 23, 2011 at 1:24 AM, Glenn Saqui <[hidden email]> wrote:
I'm a big fan of Spock and Geb together.

On Tue, Mar 22, 2011 at 8:52 PM, Ronny Løvtangen <[hidden email]> wrote:
Spock might be worth a look.
http://grails.org/plugin/spock

Ronny

On Mar 22, 2011, at 9:06 PM, Mauro wrote:

> Hello,
> what do you use for tests?
> In rails world there are rspec and cucumber and for grails what can I use?
>
> ---------------------------------------------------------------------
> 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 | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: tests tools.

Erik Pragt
In reply to this post by Mauro-4
A shameless plug ofcourse, since I'm the author of the plugin, but depending on your audience and type of test, you could also look at the Grails Fitnesse plugin (http://www.grails.org/plugin/fitnesse), which, under the right circumstances (complex domain, involved customer, technical testers) proves to be a very useful tool.

And like others say, Spock is great too!
Loading...