Sha256: af42a86dd14135068aa6ca8d0ced05566bc9c2caba2c33a031880272b71b3619

Contents?: true

Size: 383 Bytes

Versions: 4

Compression:

Stored size: 383 Bytes

Contents

@NFR-001
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 1 minute
    Given 50 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

4 entries across 4 versions & 1 rubygems

Version Path
grid-0.4.3 examples/cucumber/example.feature
grid-0.4.2 examples/cucumber/example.feature
grid-0.4.1 examples/cucumber/example.feature
grid-0.4.0 examples/cucumber/example.feature