initial PW1 123456 test cases

This commit is contained in:
NIIBE Yutaka
2012-07-10 14:16:53 +09:00
parent 8be278be17
commit 5d3e6c2b29
17 changed files with 513 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
Feature: confirm empty token
In order to start tests
A token should be empty (no pass phrase)
Scenario: verify PW1 factory setting (1)
Given cmd_verify with 1 and "123456"
Then it should get success
Scenario: verify PW1 factory setting (2)
Given cmd_verify with 2 and "123456"
Then it should get success
Scenario: verify PW3 factory setting
Given cmd_verify with 3 and "12345678"
Then it should get success