So pretend you were taking a University course on QA, and as part of that you were going to be parachuted into an existing Ruby On Rails project. What would you need as far as resources go? And what would you tackle first (from a clean-slate perspective)?

Resources

Things to tackle

  1. Get some sort of Continuous Integration hooked up
  2. Get some stats metrics (metric_fu)
  3. Mindmap out the components and features
  4. Build happy-path Selenium for each of the identified components or features
  5. Build ATDD tests (Cucumber or Robot) for each of the features
  6. Flush out the Selenium tests

Of course, manual testing will / would occur throughout as features are made available.