Advertisement
saasbook

cucumber_newrelic.feature

Apr 2nd, 2012
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Feature: monitor key application metrics
  2. As a developer-operator of RottenPotatoes
  3. So that my customers get responsive service
  4. I want to continuously verify our app's Key Performance Indicators
  5.  
  6. Background: I have a New Relic account linked to RottenPotatoes
  7. Given my NewRelic license key is 'my-secret-password'
  8.  
  9. Scenario: verify KPIs
  10. Given that my application is being monitored by New Relic
  11. Then my application's 'response time' should be less than 750 milliseconds
  12. And my application's 'apdex' should be greater than 0.8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement