mojahidi | 5082ac8 | 2018-09-07 11:07:49 +0530 | [diff] [blame] | 1 | Feature: Interface Operation Feature |
| 2 | |
| 3 | Background: Init |
| 4 | Given I want to create a Service |
| 5 | |
| 6 | Scenario: Test InterfaceOperation CRUD |
priyanshu | 5b9d9a1 | 2019-01-14 15:46:55 +0530 | [diff] [blame] | 7 | #Create multiple operations Operations |
mojahidi | 5082ac8 | 2018-09-07 11:07:49 +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 | 5082ac8 | 2018-09-07 11:07:49 +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 |
mojahidi | 5082ac8 | 2018-09-07 11:07:49 +0530 | [diff] [blame] | 17 | |
| 18 | #Update Operation |
| 19 | When I want to update an Operation |
mojahidi | 5082ac8 | 2018-09-07 11:07:49 +0530 | [diff] [blame] | 20 | |
| 21 | #Delete Operation |
| 22 | When I want to delete an Operation |
| 23 | |
| 24 | #Checkin |
| 25 | When I want to checkin this component |
| 26 | Then I want to check property "lifecycleState" for value "NOT_CERTIFIED_CHECKIN" |
| 27 | |
| 28 | #Submit |
| 29 | Then I want to submit this component |
| 30 | And I want to check property "lifecycleState" for value "READY_FOR_CERTIFICATION" |