Testing - PowerPoint PPT Presentation

1 / 15
About This Presentation
Title:

Testing

Description:

Driven by Rake. rake clone_structure_to_test. rake test_units. rake test_functional. rake test:integration. rake test # covers all three. Testing! Why test. Kinds ... – PowerPoint PPT presentation

Number of Views:36
Avg rating:3.0/5.0
Slides: 16
Provided by: jason350
Category:
Tags: rake | testing

less

Transcript and Presenter's Notes

Title: Testing


1
Testing!
  • Unit, Functional, and Integration Testing in Rails

2
Testing!
  • Why test
  • Kinds of testing
  • How testing fits into Rails
  • Tests in an example application
  • Test integration

3
Testing!
  • Why test
  • Kinds of testing
  • How testing fits into Rails
  • Tests in an example application
  • Test integration

4
Testing!
  • Its good for you! )

5
Testing!
  • Its good for you!
  • Testing is a safety net.

6
Testing!
  • Why test
  • Kinds of testing
  • How testing fits into Rails
  • Tests in an example application
  • Test integration

7
Testing!
  • Kinds of testing
  • Unit
  • Functional
  • Integration

8
Testing!
  • How testing fits into Rails
  • Unit Models and helpers
  • Functional Controllers
  • Integration Many controllers
    Full-stack

9
Testing!
  • Driven by Rake
  • rake clone_structure_to_test
  • rake test_units
  • rake test_functional
  • rake testintegration
  • rake test covers all three

10
Testing!
  • Why test
  • Kinds of testing
  • How testing fits into Rails
  • Tests in an example application
  • Test integration

11
Testing!
12
Testing!
  • Example time!

13
Testing!
  • Why test
  • Kinds of testing
  • How testing fits into Rails
  • Tests in an example application
  • Test integration

14
Testing!
  • Test integration
  • Capistrano
  • svn hooks
  • RadRails

15
Testing!
  • Fin!
Write a Comment
User Comments (0)
About PowerShow.com