forked from spgroup/rgms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NewthesisGUI.txt
24 lines (20 loc) · 1017 Bytes
/
NewthesisGUI.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@i9n
Feature: Thesis Tests
As a member of a research group
I want to add, remove and modify theses I have added
Scenario: new thesis
Given The system has no thesis entitled "New thesis"
When I create the thesis "New thesis" with file name "Newthesis.txt" and school "UFPE"
Then The thesis "New thesis" is properly stored by the system
Scenario: new thesis duplicated
Given The thesis "Thesis duplicated" is stored in the system with file name "Thesisduplicated.txt"
When I create the thesis "Thesis duplicated" with file name "Thesisduplicated2.txt" and school "UFPE"
Then The thesis "Thesis duplicated" is not stored twice
Scenario: create thesis web
Given I am at the create thesis page
When I fill the thesis details
Then I am on the thesis show page
Scenario: create thesis web with partial information
Given I am at the create thesis page
When I fill some thesis details
Then I am still on the create thesis page with the error message