Sha256: bb9615e496680e2030b6e7c0f80664c5f6205d0759274ef946661cb54a0d1a1b

Contents?: true

Size: 384 Bytes

Versions: 5

Compression:

Stored size: 384 Bytes

Contents

@NFR001
Feature: User logons
  In order to use the web applicaion users must be
  able to logon and access the portal in 3 seconds

  Scenario: Logon with 50 users in 3 minutes
    Given 200 users open "chrome"
    And navigate to the portal
    When they enter their credentials
    Then they should see their account settings
    And the response time should be less than 3 seconds

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
grid-0.3.7 examples/cucumber/example.feature
grid-0.3.6 examples/cucumber/example.feature
grid-0.3.5 examples/cucumber/example.feature
grid-0.3.4 examples/cucumber/example.feature
grid-0.3.3 examples/cucumber/example.feature