Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. Controller
  2. Scenario: new evaluation
  3. Given the system doesn't have the self evaluation given by the student “Luiz Oliveira” with login “lhsgo” of the goals “Understand requirements concepts”, “Specify quality requirements” and “Understand configuration management concepts”
  4. When the student with login “lhsgo” tries to give evaluation “MPA” to goal “Understand requirements concepts”
  5. And “MA” to goal “Specify quality requirements”
  6. And “MANA” to goal “Understand configuration management concepts”
  7. Then the grades of the student “Luiz Oliveira” on the goals “Understand requirements concepts”, “Specify quality requirements” and “Understand configuration management concepts” is “MPA”, “MA” and “MANA” respectively
  8.  
  9. GUI
  10. Scenario: new evaluation web
  11. Given I’m on the “self evaluation” page with login “lhsgo”
  12. And I see the goals “Understand requirements concepts”, “Specify quality requirements” and “Understand configuration management concepts” in pendency of evaluation
  13. When I try to self evaluate the student “Luiz Oliveira” in goals “Understand requirements concepts” with grade “MA”
  14. And goal “Specify quality requirements” with grade “MPA”
  15. And goal “Understand configuration management concepts” with grade “MPA”
  16. Then I see a confirmation message
  17. And a list of the goals “Understand requirements concepts”, “Specify quality requirements” and “Understand configuration management concepts” is “MA”, “MPA” and “MPA” respectively
  18.  
  19. Controller
  20. Scenario: new evaluation incomplete
  21. Given the system doesn't have the self evaluation given by the student “Luiz Oliveira” with login “lhsgo” of the goals “Understand requirements concepts”, “Specify quality requirements” and “Understand configuration management concepts”
  22. When the student with login “lhsgo” tries to give evaluation “MPA” to goal “Understand requirements concepts”
  23. And “MA” to goal “Specify quality requirements”
  24. Then the grades of the student “Luiz Oliveira” on the goals “Understand requirements concepts”, “Specify quality requirements” and “Understand configuration management concepts” are not saved in the system
  25.  
  26. GUI
  27. Scenario: new evaluation web error
  28. Given I’m on the “self evaluation” page with login “lhsgo”
  29. And
  30. When I try to self evaluate the student “Luiz Oliveira” in goals “Understand requirements concepts” with grade “MA”
  31. And goal “Understand configuration management concepts” with grade “MPA”
  32. Then I see a confirmation message error
  33. And a list of the goals “Understand requirements concepts”, “Specify quality requirements” and “Understand configuration management concepts” are still in pendency
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement