Browse the Ruby on Rails Community.

You are here: Forums General Discussion Whether it is possible to auto...

Replytotopic

Whether it is possible to automated test the Ruby on Rails applicat...

Posted in Forums : General Discussion

 
Profile

Authority 0
Posting Rating 0
Sign in to rate this post

Hi All,

If anybody have idea about the QTP tool using the Ruby on Rails application ....

Whether it is possible to automated test the Ruby on Rails application using QTP tool?

Thanks 
Vadivel
 
Profile

Authority 0
Posting Rating 0
Sign in to rate this post

if the question actually means “can we test automatically whatever we develop in RoR then the answer would be YES” and if the question will RoR test itself whatever we write, then as a framework, this will be evaluating from the tehnology perspective but logicall it cannot.

 
Profile

Authority 12
Posting Rating 0
Sign in to rate this post

QTP supports functional and regression testing. ruby/rails community has several answers to it.

1. rails framework has a Test/Unit framework built into it. start writing. :)
2. Test/Unit framework supports unit test (model), functional test (controller), integration test (application)
3. use BDD layer for more focused application level, business driven regression tests. rspec or cucumber.
4. use object level functional testing with Test/spec or shoulda framework
5. use watir (watin, watij, ...) or webrat for user acceptance testing (web applications only)

never fail a business requirement again. tightly focused coding. test first environment. be agile.
let the odyssey begin…

Replytotopic

Other Recent Topics

General Discussion : Simplest Regular Expression for validating an email

General Discussion : Leaflet Distribution Manchester

General Discussion : A list of different Printing Methods

General Discussion : Desktop Developer discovering the web

General Discussion : Printing and Designing Business Cards and Leaflets

General Discussion : ActiveRecord Relationships Flowchart/Cheatsheet

General Discussion : Plugin or Gem install is too slow

General Discussion : How to avoid DDOS attack

General Discussion : [Noob] How RoR handles data normalization

General Discussion : Whether it is possible to automated test the Ruby on Rails application using the QTP tool?

Formatting Help
  • *bold*       _italics_      
    bq. (quotes)
  • "DSC":http://www.dsc.net
  • * or # (lists)
or cancel