Skip to content

Instantly share code, notes, and snippets.

@abotalov
Created July 13, 2012 00:01
Show Gist options
  • Save abotalov/3101931 to your computer and use it in GitHub Desktop.
Save abotalov/3101931 to your computer and use it in GitHub Desktop.
Google signup
Feature: Signup
In order to get access to protected sections of the site
As a user
I want to be able to sign up
Scenario: Signup with valid data
When I signup with valid data
Then I become signuped
Scenario: Signup with empty required field
When I signup without filling in <field>
Then I get an error message
Examples:
| field |
| first name |
| last name |
| username |
| password |
| confirm password |
| birthday |
| gender |
| mobile phone |
| captcha |
| agree to terms of service |
Scenario: Signup with mismatched confirmation and password confirmation
When I signup with mismatched password and password confirmation
Then I get a mismatched password error message
Scenario Outline: Signup with valid/invalid format of birth date
When I signup with <date>
Then <result>
Examples:
| date | result |
| January - 00 - 1990 | I get an error message |
| February - 29 - 1990| I get an error message |
| February - 01 - 1990| I get an error message |
| February - 28 - 1990| I become signuped|
| June - 31 - 1990 | I become signuped |
| January - 01 - 3000 | I get an error message |
| January - 01 - 1860 | I get an error message |
@winsomeemi7
Copy link

hi

@jaypaljoshi1231
Copy link

hello

@nwalaladyjoy
Copy link

how are you doing

@hari11111
Copy link

which language used their

@JTASGANG2009XCT2
Copy link

I am LIGET not able to F**KING do it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment