Modificacion y arreglos en los features generate bpmn y export_import process

This commit is contained in:
Wendy Nestor
2014-08-14 12:16:15 -04:00
parent 9c3d298c26
commit 5e8aa2f1ae
2 changed files with 31 additions and 24 deletions

View File

@@ -43,7 +43,7 @@ Scenario Outline: Get a List DynaForms of a Project Process Complete BPMN
Examples:
| test_description | pro_uid_number |
| process imported to a bpmn | 1 |
| List of Dynaform the project | 1 |
Scenario Outline: Get the Input Documents List when there are exactly zero input documents
Given I request "project/prj_uid/input-documents" with the key "prj_uid" stored in session array as variable "prj_uid_<pro_uid_number>"
@@ -56,7 +56,8 @@ Scenario Outline: Get a List DynaForms of a Project Process Complete BPMN
Examples:
| test_description | pro_uid_number |
| process imported to a bpmn | 1 |
| List of Input Document the project | 1 |
Scenario Outline: Get the Output Documents List when there are exactly two output documents " BUG-14907, No se visualiza los cambios en el editor tiny de OutputDocuments"
Given I request "project/prj_uid/output-documents" with the key "prj_uid" stored in session array as variable "prj_uid_<pro_uid_number>"
@@ -70,7 +71,8 @@ Scenario Outline: Get the Output Documents List when there are exactly two outpu
Examples:
| test_description | pro_uid_number |
| process imported to a bpmn | 1 |
| List of Output Document the project | 1 |
Scenario Outline: Get the Triggers List when there are exactly two triggers
Given I request "project/prj_uid/triggers" with the key "prj_uid" stored in session array as variable "prj_uid_<pro_uid_number>"
@@ -83,7 +85,7 @@ Scenario Outline: Get the Triggers List when there are exactly two triggers
Examples:
| test_description | pro_uid_number |
| process imported to a bpmn | 1 |
| List of Triggers the project | 1 |
Scenario Outline: Get a List of current process supervisors of a project
@@ -97,7 +99,7 @@ Scenario Outline: Get a List of current process supervisors of a project
Examples:
| test_description | pro_uid_number |
| process imported to a bpmn | 1 |
| List of Process Supervisor the project | 1 |
Scenario Outline: Get a List of current Process Permissions of a project
@@ -109,7 +111,7 @@ Scenario Outline: Get a List of current Process Permissions of a project
Examples:
| test_description | pro_uid_number |
| process imported to a bpmn | 1 |
| List of Process Permissions the project | 1 |
Scenario Outline: Get a single Process
@@ -151,3 +153,17 @@ Scenario Outline: Get a single Process
| test_description | pro_uid_number |
| process imported to a bpmn | 1 |
Scenario Outline: Delete a Project activity created previously in this script
Given that I want to delete a resource with the key "prj_uid" stored in session array as variable "prj_uid_<pro_uid_number>"
And I request "projects"
And the content type is "application/json"
Then the response status code should be 200
And the response charset is "UTF-8"
And the type is "object"
Examples:
| pro_uid_number |
| 1 |

View File

@@ -186,16 +186,6 @@ Scenario: Get a single Process process "Test_Event_without_name.pmx"
#Verificar cantidad de dynaform, output, inputs, triggers, asignacion de usuarios, etc.
Scenario Outline: Get a List DynaForms of a Project Process Complete BPMN
@@ -423,6 +413,7 @@ Scenario Outline: Delete a Project created previously in this script
| 2 |
| 4 |
| 5 |
| 6 |
Scenario: Get a list of projects