Modificacion del feature project resources

This commit is contained in:
Wendy Nestor
2014-08-20 09:06:15 -04:00
parent 04b3f7995d
commit d045ab4f13

View File

@@ -704,7 +704,6 @@ Scenario Outline: Get definition of a project
And that "prj_name" is set to "Update Evaluation" And that "prj_name" is set to "Update Evaluation"
And that "prj_description" is set to "Update" And that "prj_description" is set to "Update"
Examples: Examples:
| project_new_uid_number | | project_new_uid_number |
@@ -720,8 +719,7 @@ Scenario Outline: Get definition of a project
And the type is "object" And the type is "object"
And that "prj_name" is set to "Update Evaluation" And that "prj_name" is set to "Update Evaluation"
And that "prj_description" is set to "Update" And that "prj_description" is set to "Update"
Examples: Examples:
| project_new_uid_number | | project_new_uid_number |
@@ -765,14 +763,11 @@ Scenario Outline: Import a process - Test process NEW
And the type is "object" And the type is "object"
And store "prj_uid" in session array as variable "prj_uid_<prj_uid_number>" And store "prj_uid" in session array as variable "prj_uid_<prj_uid_number>"
Examples: Examples:
| project_file | import_option | prj_uid_number | | project_file | import_option | prj_uid_number |
| Process_NewCreate_BPMN.pmx | CREATE | 7 | | Process_NewCreate_BPMN.pmx | CREATE | 7 |
Scenario Outline: Delete a Project activity created previously in this script - Test process NEW Scenario Outline: Delete a Project activity created previously in this script - Test process NEW
Given that I want to delete a resource with the key "prj_uid" stored in session array as variable "prj_uid_<prj_uid_number>" Given that I want to delete a resource with the key "prj_uid" stored in session array as variable "prj_uid_<prj_uid_number>"
And I request "projects" And I request "projects"
@@ -784,15 +779,7 @@ Scenario Outline: Delete a Project activity created previously in this script -
Examples: Examples:
| prj_uid_number | | prj_uid_number |
| 7 | | 7 |
#Culmination of test objects for Objects "Data, Data Store, Black Box and Text" #Culmination of test objects for Objects "Data, Data Store, Black Box and Text"
@@ -825,7 +812,6 @@ Scenario: Get a list of projects
And the type is "array" And the type is "array"
#BUG 15088-Al editar el nombre de un proceso este permite ingresar el nombre de uno ya existente #BUG 15088-Al editar el nombre de un proceso este permite ingresar el nombre de uno ya existente
Scenario: Update the Projects by setting the name of an existing project Scenario: Update the Projects by setting the name of an existing project
Given PUT this data: Given PUT this data:
@@ -864,4 +850,4 @@ Scenario: Update the Projects by setting the name of an existing project
""" """
And I request "projects/5195971265375127fce82f4015927137" And I request "projects/5195971265375127fce82f4015927137"
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 "exist" And the response status message should have the following text "exists"