mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 1 | Feature: Interface Operation Feature |
| 2 | |
| 3 | Background: Init |
| 4 | Given I want to create a VF |
| 5 | |
| 6 | Scenario: Test InterfaceOperation CRUD |
priyanshu | 5b9d9a1 | 2019-01-14 15:46:55 +0530 | [diff] [blame] | 7 | #Create Multiple operations Operations |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 8 | When I want to create an Operation |
priyanshu | 5b9d9a1 | 2019-01-14 15:46:55 +0530 | [diff] [blame] | 9 | When I want to create an Operation |
| 10 | When I want to create an Operation |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 11 | |
| 12 | #List All Operations |
| 13 | When I want to list Operations |
| 14 | |
| 15 | #Get Operation By OperationId |
| 16 | When I want to get an Operation by Id |
priyanshu | 5b9d9a1 | 2019-01-14 15:46:55 +0530 | [diff] [blame] | 17 | |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 18 | #Update Operation |
| 19 | When I want to update an Operation |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 20 | |
| 21 | #Delete Operation |
| 22 | When I want to delete an Operation |
| 23 | |
| 24 | #Checkin |
mojahidi | 5082ac8 | 2018-09-07 11:07:49 +0530 | [diff] [blame] | 25 | When I want to checkin this component |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 26 | Then I want to check property "lifecycleState" for value "NOT_CERTIFIED_CHECKIN" |
| 27 | |
mojahidi | 5082ac8 | 2018-09-07 11:07:49 +0530 | [diff] [blame] | 28 | #Certify |
| 29 | Then I want to certify this component |
| 30 | And I want to check property "lifecycleState" for value "CERTIFIED" |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 31 | |
| 32 | Scenario: Test InterfaceOperation CREATE |
| 33 | #Create Operations |
| 34 | When I want to create an Operation |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 35 | And I want to create an Operation |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 36 | And I want to create an Operation |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 37 | |
| 38 | #List All Operations |
| 39 | When I want to list Operations |
| 40 | |
| 41 | #Checkin |
mojahidi | 5082ac8 | 2018-09-07 11:07:49 +0530 | [diff] [blame] | 42 | When I want to checkin this component |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 43 | Then I want to check property "lifecycleState" for value "NOT_CERTIFIED_CHECKIN" |
| 44 | |
mojahidi | 5082ac8 | 2018-09-07 11:07:49 +0530 | [diff] [blame] | 45 | #Certify |
| 46 | Then I want to certify this component |
| 47 | And I want to check property "lifecycleState" for value "CERTIFIED" |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 48 | |
| 49 | |
| 50 | Scenario: Test InterfaceOperation UPDATE |
| 51 | #Create Operation |
| 52 | When I want to create an Operation |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 53 | |
| 54 | #Get Operation By OperationId |
| 55 | When I want to get an Operation by Id |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 56 | #Update Operation |
| 57 | When I want to update an Operation |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 58 | |
| 59 | #Checkin |
mojahidi | 5082ac8 | 2018-09-07 11:07:49 +0530 | [diff] [blame] | 60 | When I want to checkin this component |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 61 | Then I want to check property "lifecycleState" for value "NOT_CERTIFIED_CHECKIN" |
| 62 | |
mojahidi | 5082ac8 | 2018-09-07 11:07:49 +0530 | [diff] [blame] | 63 | #Certify |
| 64 | Then I want to certify this component |
| 65 | And I want to check property "lifecycleState" for value "CERTIFIED" |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 66 | |
| 67 | |
| 68 | Scenario: Test InterfaceOperation DELETE |
| 69 | #Create Operation |
| 70 | When I want to create an Operation |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 71 | |
| 72 | #Get Operation By OperationId |
| 73 | When I want to get an Operation by Id |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 74 | |
| 75 | #Delete Operation |
| 76 | When I want to delete an Operation |
| 77 | |
| 78 | #Checkin |
mojahidi | 5082ac8 | 2018-09-07 11:07:49 +0530 | [diff] [blame] | 79 | When I want to checkin this component |
mojahidi | 65204c6 | 2018-04-25 18:39:53 +0530 | [diff] [blame] | 80 | Then I want to check property "lifecycleState" for value "NOT_CERTIFIED_CHECKIN" |
| 81 | |
mojahidi | 5082ac8 | 2018-09-07 11:07:49 +0530 | [diff] [blame] | 82 | #certify |
| 83 | Then I want to certify this component |
| 84 | And I want to check property "lifecycleState" for value "CERTIFIED" |