Skip to content
Agile Web Operations

Agile Web Operations

Technical Leadership since 2008

  • Our Books
  • DevOps
  • Kanban & Agile
  • Tools & Technology
  • About
  • Contact

Tag: testing

Seed Data In Ruby On Rails

May 28, 2009October 15, 2018 ~ Matthias Marschall ~ 12 Comments

To run automated tests for your Ruby on Rails webapp, not only do you need your latest database structure deployed to the test database (created by rake db:test:prepare), but you also need some seed data for lookup tables, e.g. like zip codes. Common approaches like adding seed data through rails migrations are discouraged, and plugins … Continue reading Seed Data In Ruby On Rails

Acceptance Testing with Cucumber

May 22, 2009October 15, 2018 ~ Matthias Marschall ~ Leave a comment

After watching a Pivotal Labs Tech Talk Making a Case for Cucumber, I decided to give it a try. Especially the seamless integration with rails and webrat made me curious. Webrat is a headless browser simulator, which can execute UI tests for you. You even can use the same syntax to drive a real browser … Continue reading Acceptance Testing with Cucumber

Limiting Access to Test and Production Systems

January 11, 2009 ~ Dan Ackerson ~ 2 Comments

How do you decide who in the company should have access to the test and production environments? Opening it up to everyone is one extreme which in today's security sensitive world is no longer an option. At the far other end, granting only one person access, while perhaps more secure (depending on who you've entrusted … Continue reading Limiting Access to Test and Production Systems

Posts navigation

Newer posts

Popular Posts

  • How to run OpenCode AI in a Docker container
  • Kanban vs Scrum vs Agile
  • How badly set goals create a tug-of-war in your DevOps organization
  • Secure GitHub Deployments to Your Home
  • Kent Langley Talks About Joyent, Their New Accelerators And Their Use of Opensolaris
  • Managing Github Secrets with Vault
  • Poor Man's Automated Snapshots for EC2
  • Knife EC2: Manage Amazon EC2 Instances With Chef
  • Why Agile Fails
  • Write your own Slack chatbot in Golang
Website Powered by WordPress.com.