Adicion de una nueva prueba en case scheduler para el bug 15330 y 15331

This commit is contained in:
Wendy Nestor
2014-07-07 17:05:31 -04:00
parent 4326ea3e84
commit 02d19691c3

View File

@@ -59,6 +59,7 @@ Scenario Outline: Create a 13 case scheduler for a project
| Create with One time only | 12 | admin | 46941969352af5be2ab3f39001216717 | Case Scheduler-One Time only 678%$@ | 4 | | | 20:00 | | | | | | | | Create with One time only | 12 | admin | 46941969352af5be2ab3f39001216717 | Case Scheduler-One Time only 678%$@ | 4 | | | 20:00 | | | | | | |
| Create with Every | 13 | admin | 46941969352af5be2ab3f39001216717 | Case Scheduler-Every 987&%@ | 5 | | | | | | | | | 12.30 | | Create with Every | 13 | admin | 46941969352af5be2ab3f39001216717 | Case Scheduler-Every 987&%@ | 5 | | | | | | | | | 12.30 |
| Create with Daily - Test BUG 15316 | 14 | admin | 46941969352af5be2ab3f39001216717 | Bug 15316 | 1 | 2014-01-30 | | 12:00 | | | | | | | | Create with Daily - Test BUG 15316 | 14 | admin | 46941969352af5be2ab3f39001216717 | Bug 15316 | 1 | 2014-01-30 | | 12:00 | | | | | | |
| Test BUG 15330, 15331: Every format in the properties Invalid Start Timer | 15 | admin | 46941969352af5be2ab3f39001216717 | BUG 15330 | 5 | | | | | | | | | 1.00 |
Scenario: Create a new case scheduler with same name Scenario: Create a new case scheduler with same name
@@ -82,7 +83,7 @@ Scenario: Create a new case scheduler with same name
""" """
And I request "project/1265557095225ff5c688f46031700471/case-scheduler" And I request "project/1265557095225ff5c688f46031700471/case-scheduler"
Then the response status code should be 400 Then the response status code should be 400
And the response status message should have the following text "Duplicate Case Scheduler name" And the response status message should have the following text "duplicate"
Scenario: Get the case schedulers list when there are exactly 13 case schedulers Scenario: Get the case schedulers list when there are exactly 13 case schedulers
@@ -91,7 +92,7 @@ Scenario: Get the case schedulers list when there are exactly 13 case schedulers
And the response charset is "UTF-8" And the response charset is "UTF-8"
And the content type is "application/json" And the content type is "application/json"
And the type is "array" And the type is "array"
And the response has 14 record And the response has 15 record
Scenario Outline: Update the case schedulers for a project and then check if the values had changed Scenario Outline: Update the case schedulers for a project and then check if the values had changed
@@ -184,6 +185,7 @@ Scenario Outline: Delete all case scheduler of a project created previously in t
| 12 | | 12 |
| 13 | | 13 |
| 14 | | 14 |
| 15 |