Testing Rails app

Hi everyone i want to test a rails app and i have no idea on testing the
rails app. Can any guide me how to test a rails app and what are the
best
way to test an app.

Thanks in advance

On 3 August 2012 06:32, honey ruby [email protected] wrote:

Hi everyone i want to test a rails app and i have no idea on testing the
rails app. Can any guide me how to test a rails app and what are the best
way to test an app.

Have you tried test rails app - Google Search

Imagine that each of those results is someone answering your question
before you asked it. Read them, and then ask any specific questions
you have about implementing their advice.

On 3 August 2012 08:23, Michael P. [email protected] wrote:

On 3 August 2012 06:32, honey ruby [email protected] wrote:

Hi everyone i want to test a rails app and i have no idea on testing the
rails app. Can any guide me how to test a rails app and what are the best
way to test an app.

Have you tried test rails app - Google Search

Imagine that each of those results is someone answering your question
before you asked it. Read them, and then ask any specific questions
you have about implementing their advice.

Also the tutorial at railstutorial.org, which is free to use online,
gives a good introduction to testing. If I remember correctly you
were pointed at this tutorial on this mailing list on 12th August and
28th December last year and on 28th Feb this year. It is pointless
asking questions if you ignore the answers.

Colin

i have followed rails guid and i got error and i posted in this link

https://raw.github.com/gist/3245786/8f7f95d0e980111cbfcccba9e2ecf7b63f6e1f29/test

i found the error

thanks