Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
158 0 0 0 100% 2.458

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
| fixture.io | fixture 4 0 0 0 100% 0.05
119 0 0 0 100% 1.355
| Privacy | fixture 4 0 0 0 100% 0.048
| About | fixture 4 0 0 0 100% 0.049
| Terms of use | fixture 4 0 0 0 100% 0.049
io.fixture.controller.form 11 0 0 0 100% 0.771
| Register | fixture 4 0 0 0 100% 0.048
| Contact | fixture 4 0 0 0 100% 0.049
| Log in | fixture 4 0 0 0 100% 0.039

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

| fixture.io | fixture

Class Tests Errors Failures Skipped Success Rate Time
io | 4 0 0 0 100% 0.05

Class Tests Errors Failures Skipped Success Rate Time
| cosmo | cyborg | 5 0 0 0 100% 0.069
| simplex | slate | 5 0 0 0 100% 0.051
Scenario: Anonymous Access to Administration Pages 8 0 0 0 100% 0.079
| shamrock | simplex | 5 0 0 0 100% 0.048
| spacelab | spruce | 5 0 0 0 100% 0.056
Scenario: Logged out navigation 6 0 0 0 100% 0.051
| amelia | cerulean | 5 0 0 0 100% 0.094
Scenario: Logged in navigation 5 0 0 0 100% 0.048
Scenario: Anonymous Access to Secure Pages 4 0 0 0 100% 0.046
| superhero | united | 5 0 0 0 100% 0.054
Scenario: Authenticated Access to Secure Pages 5 0 0 0 100% 0.053
| spruce | superhero | 5 0 0 0 100% 0.053
| cerulean | cosmo | 5 0 0 0 100% 0.055
| readable | shamrock | 5 0 0 0 100% 0.054
| default | journal | 5 0 0 0 100% 0.049
| slate | spacelab | 5 0 0 0 100% 0.054
Scenario: Authenticated Access to Administration Pages 5 0 0 0 100% 0.05
Scenario: Invalid Authentication 6 0 0 0 100% 0.041
| united | amelia | 5 0 0 0 100% 0.142
Scenario: Administrative Access to Secure Pages 5 0 0 0 100% 0.051
| cyborg | default | 5 0 0 0 100% 0.051
Scenario: Administrative Access to Administration Pages 5 0 0 0 100% 0.047
| journal | readable | 5 0 0 0 100% 0.059

| Privacy | fixture

Class Tests Errors Failures Skipped Success Rate Time
io - Privacy | 4 0 0 0 100% 0.048

| About | fixture

Class Tests Errors Failures Skipped Success Rate Time
io - About | 4 0 0 0 100% 0.049

| Terms of use | fixture

Class Tests Errors Failures Skipped Success Rate Time
io - Terms of use | 4 0 0 0 100% 0.049

io.fixture.controller.form

Class Tests Errors Failures Skipped Success Rate Time
RegistrationFormIT 11 0 0 0 100% 0.771

| Register | fixture

Class Tests Errors Failures Skipped Success Rate Time
io - Register | 4 0 0 0 100% 0.048

| Contact | fixture

Class Tests Errors Failures Skipped Success Rate Time
io - Contact | 4 0 0 0 100% 0.049

| Log in | fixture

Class Tests Errors Failures Skipped Success Rate Time
io - Login | 4 0 0 0 100% 0.039

Test Cases

[Summary] [Package List] [Test Cases]

RegistrationFormIT

testValidateRegistrationFormWithoutGivenName 0.574
testValidateRegistrationFormWithMismatchedConfirm 0.024
testValidateRegistrationFormWithInvalidEmail 0.02
testValidateRegistrationFormWithInvalidAccept 0.02
testValidateRegistrationFormWithoutUsername 0.019
testValidateRegistrationFormWithoutConfirm 0.02
testValidateRegistrationFormWithoutFamilyName 0.022
testValidateRegistrationFormWithoutAccept 0.018
testValidateRegistrationForm 0.021
testValidateRegistrationFormWithoutEmail 0.016
testValidateRegistrationFormWithoutPassword 0.017

io - Register |

Given I open any page 0
When I click on the link "Register" 0
Then I should see the page "fixture.io - Register" 0
| Register | fixture.io - Register | 0.048

| cosmo | cyborg |

Given I open any page 0
And I select the theme "cosmo" 0
When I click on the link "Change theme" 0
Then the theme should change to "cyborg" 0
| cosmo | cyborg | 0.069

| simplex | slate |

Given I open any page 0
And I select the theme "simplex" 0
When I click on the link "Change theme" 0
Then the theme should change to "slate" 0
| simplex | slate | 0.051

io - Login |

Given I open any page 0
When I click on the link "Log in" 0
Then I should see the page "fixture.io - Login" 0
| Log in | fixture.io - Login | 0.039

Scenario: Anonymous Access to Administration Pages

Given I open any page 0
When I go to the page "/administration" 0
Then I should see the page "fixture.io - Login" 0
Scenario: Anonymous Access to Administration Pages 0.04
Given I open any page 0
When I go to the page "/administration" 0
Then I should see the page "fixture.io - Login" 0
Scenario: Anonymous Access to Administration Pages 0.039

| shamrock | simplex |

Given I open any page 0
And I select the theme "shamrock" 0
When I click on the link "Change theme" 0
Then the theme should change to "simplex" 0
| shamrock | simplex | 0.048

| spacelab | spruce |

Given I open any page 0
And I select the theme "spacelab" 0
When I click on the link "Change theme" 0
Then the theme should change to "spruce" 0
| spacelab | spruce | 0.056

io - About |

Given I open any page 0
When I click on the link "About" 0
Then I should see the page "fixture.io - About" 0
| About | fixture.io - About | 0.049

Scenario: Logged out navigation

Given I open any page 0
And I click on the link "Log in" 0
And I log in with the credentials "administrator" and "password" 0
When I click on the link "Log out" 0
Then I should see the "Log in" link 0
Scenario: Logged out navigation 0.051

io - Privacy |

Given I open any page 0
When I click on the link "Privacy" 0
Then I should see the page "fixture.io - Privacy" 0
| Privacy | fixture.io - Privacy | 0.048

| amelia | cerulean |

Given I open any page 0
And I select the theme "amelia" 0
When I click on the link "Change theme" 0
Then the theme should change to "cerulean" 0
| amelia | cerulean | 0.094

Scenario: Logged in navigation

Given I open any page 0
When I click on the link "Log in" 0
And I log in with the credentials "administrator" and "password" 0
Then I should see the "Log out" link 0
Scenario: Logged in navigation 0.048

Scenario: Anonymous Access to Secure Pages

Given I open any page 0
When I go to the page "/secure" 0
Then I should see the page "fixture.io - Login" 0
Scenario: Anonymous Access to Secure Pages 0.046

| superhero | united |

Given I open any page 0
And I select the theme "superhero" 0
When I click on the link "Change theme" 0
Then the theme should change to "united" 0
| superhero | united | 0.054

io |

Given I open any page 0
When I click on the link "fixture.io" 0
Then I should see the page "fixture.io" 0
| fixture.io | fixture.io | 0.05

Scenario: Authenticated Access to Secure Pages

Given I open any page 0
When I go to the page "/secure" 0.001
And I log in with the credentials "user" and "password" 0
Then I should see the page "fixture.io - Secure" 0
Scenario: Authenticated Access to Secure Pages 0.052

io - Terms of use |

Given I open any page 0
When I click on the link "Terms of use" 0
Then I should see the page "fixture.io - Terms of use" 0
| Terms of use | fixture.io - Terms of use | 0.049

| spruce | superhero |

Given I open any page 0
And I select the theme "spruce" 0
When I click on the link "Change theme" 0
Then the theme should change to "superhero" 0
| spruce | superhero | 0.053

| cerulean | cosmo |

Given I open any page 0
And I select the theme "cerulean" 0
When I click on the link "Change theme" 0
Then the theme should change to "cosmo" 0
| cerulean | cosmo | 0.055

| readable | shamrock |

Given I open any page 0
And I select the theme "readable" 0
When I click on the link "Change theme" 0
Then the theme should change to "shamrock" 0
| readable | shamrock | 0.054

| default | journal |

Given I open any page 0
And I select the theme "default" 0
When I click on the link "Change theme" 0
Then the theme should change to "journal" 0
| default | journal | 0.049

| slate | spacelab |

Given I open any page 0
And I select the theme "slate" 0
When I click on the link "Change theme" 0
Then the theme should change to "spacelab" 0
| slate | spacelab | 0.054

Scenario: Authenticated Access to Administration Pages

Given I open any page 0
When I go to the page "/administration" 0
And I log in with the credentials "user" and "password" 0
Then I should see the page "fixture.io - Access denied" 0
Scenario: Authenticated Access to Administration Pages 0.05

Scenario: Invalid Authentication

Given I open any page 0
When I go to the page "/login" 0
And I log in with the credentials "invalid" and "invalid" 0
Then I should see the page "fixture.io - Login" 0
And I should see the alert "Log in failed" 0
Scenario: Invalid Authentication 0.041

| united | amelia |

Given I open any page 0
And I select the theme "united" 0
When I click on the link "Change theme" 0
Then the theme should change to "amelia" 0
| united | amelia | 0.142

Scenario: Administrative Access to Secure Pages

Given I open any page 0
When I go to the page "/secure" 0
And I log in with the credentials "administrator" and "password" 0
Then I should see the page "fixture.io - Secure" 0
Scenario: Administrative Access to Secure Pages 0.051

| cyborg | default |

Given I open any page 0
And I select the theme "cyborg" 0
When I click on the link "Change theme" 0
Then the theme should change to "default" 0
| cyborg | default | 0.051

Scenario: Administrative Access to Administration Pages

Given I open any page 0
When I go to the page "/administration" 0
And I log in with the credentials "administrator" and "password" 0
Then I should see the page "fixture.io - Administration" 0
Scenario: Administrative Access to Administration Pages 0.047

| journal | readable |

Given I open any page 0
And I select the theme "journal" 0
When I click on the link "Change theme" 0
Then the theme should change to "readable" 0
| journal | readable | 0.059

io - Contact |

Given I open any page 0
When I click on the link "Contact" 0
Then I should see the page "fixture.io - Contact" 0
| Contact | fixture.io - Contact | 0.049

Back to top

Version: 0.1-SNAPSHOT. Last Published: 2013-07-17.