tw-oocamp-201512 / the-code-of-you

使用你最喜欢的语言写一段代码来介绍你自己,提交在Issues里
1 stars 1 forks source link

CongWang.feature #11

Open woshicongtou opened 8 years ago

woshicongtou commented 8 years ago
@user
Feature: User Management - Create User

  As an external XXX system user,
  on successful access,
  I want to be able to create a new user.

  Scenario: Register a new user
    Given I navigate to the "User Register Page"
    When I enter "Cong Wang" into "Name Field"
    And I enter "0.8 years" into "TW Exp Field"
    And I select "Technical Skills" as follow:
      | java  |
      | scala |
      | ...   |
    And I select "Testing Skills" as follow:
      | Cucumber           |
      | Selenium-webdriver |
      | ...                |
    And I click "Register Button"
    Then I successfully register a new user