Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fmm4 #321

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Fmm4 #321

Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
5eae552
Update Record.feature
mateus-mc2 Oct 22, 2014
5622cc9
Update Dissertacao.feature
fmm4 Oct 27, 2014
896587e
Update Dissertacao.feature
fmm4 Oct 27, 2014
cf2bfbe
Update Conferencia.feature
fmm4 Oct 27, 2014
aab515d
Adicionado feature de filtrar tese por ano de publicacao
Oct 27, 2014
bb8ec98
Adicionado feature de filtrar tese por nome de autor
Oct 27, 2014
3b58fb8
Modificado cenario de controle de adicionar teses
Oct 27, 2014
d631710
Modificado cenario de gui de criar tese
Oct 27, 2014
4acedb8
Modificado new book e new book web para adicionar autor
Oct 27, 2014
f802008
pequenos ajustes nos cenários
Oct 27, 2014
80c16b7
Adicionado cenario de controlador list thesis
Oct 27, 2014
22f408c
Adicionado cenario de controlador list book
Oct 27, 2014
fba2ad9
Adicionando troca de senha,
fmm4 Oct 27, 2014
ad1938f
Erro Cenário: Upload de livro sem arquivo.
fmm4 Oct 27, 2014
614f3bd
Adicionando mensagens a alguns erros.
fmm4 Oct 27, 2014
17dfef9
Update Dissertacao.feature
fmm4 Oct 27, 2014
8329d98
"search by tag", "mouse over information"
fmm4 Oct 27, 2014
e20954f
Adicionado os #if(nome) e #end
Oct 27, 2014
cb853d5
Update BibtexGenerateFile.feature
mateus-mc2 Oct 27, 2014
0a8cfc5
Update Conferencia.feature
Oct 27, 2014
c66b6e5
Update News.feature
mateus-mc2 Oct 27, 2014
c1d2f45
Update News.feature
Oct 27, 2014
0d53e66
Update Book.feature
Oct 27, 2014
1e9949f
Update BookChapter.feature
mateus-mc2 Oct 27, 2014
6d0899d
Update News.feature
mateus-mc2 Oct 27, 2014
d6b27b7
Update Book.feature
Oct 27, 2014
e777a47
Update Book.feature
Oct 27, 2014
a65e9fa
Update BibtexImport.feature
mateus-mc2 Oct 27, 2014
10234cb
Update Dissertacao.feature
Oct 27, 2014
9248ce5
Update Authentication.feature
mateus-mc2 Oct 27, 2014
26d8d74
Update Record.feature
mateus-mc2 Oct 28, 2014
24ecc30
Ajuste de conflito em book.feature
Oct 28, 2014
817b227
Update Authentication.feature
fmm4 Oct 28, 2014
8045f65
Update Book.feature
fmm4 Oct 28, 2014
86d4a65
Update Dissertacao.feature
fmm4 Nov 12, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Authentication.feature
Alteração de 2 cenários de GUI: ambiguidade nos cenários anteriores.
mateus-mc2 committed Oct 27, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 9248ce53a090757e8c68a5eee64b5b327645e0be
8 changes: 6 additions & 2 deletions test/cucumber/Authentication.feature
Original file line number Diff line number Diff line change
@@ -6,13 +6,17 @@ Scenario: Login with user that doesn't exist fail message
Given I am at the Login Page
When I try to login with an user that does not exist
Then I am redirected to the Login Page
And A login failure message is displayed
#if($Authentication Process)
And The login failure message "User doesn't exist!" is displayed
#end

Scenario: Login with user's wrong password fail message
Given I am at the Login Page
When I try to login with an existent user, though with wrong password
Then I am redirected to the Login Page
And A login failure message is displayed
#if($Authentication Process)
And The login failure message "Invalid password!" is displayed
#end

Scenario:New user register success message
Given I am at the User Register Page