Help For Testing ruby on rails?

Sijo Kg wrote:

To start with read

Testing Rails Applications — Ruby on Rails Guides

Sijo

Hi sijo

Thank you

I need to ask one thing how to add data to database and check

As i am new to ruby on rails i dont know how to do this

karthik.k

I need to ask one thing how to add data to database and check

Hi

       You can use fixtures or the better Factories for this

Read this

Sijo

Hi sijo

Thank you

Is there default testing technique or we need to install factory_girl because what ever i do i need to pass all information to my client So Is there default testing?