blob: 72d56d5fc798d731daa60e0f449dc2e40874a743 [file] [log] [blame]
mojahidi5082ac82018-09-07 11:07:49 +05301Feature: Interface Operation Feature
2
3 Background: Init
4 Given I want to create a Service
5
6 Scenario: Test InterfaceOperation CRUD
priyanshu5b9d9a12019-01-14 15:46:55 +05307 #Create multiple operations Operations
mojahidi5082ac82018-09-07 11:07:49 +05308 When I want to create an Operation
priyanshu5b9d9a12019-01-14 15:46:55 +05309 When I want to create an Operation
10 When I want to create an Operation
mojahidi5082ac82018-09-07 11:07:49 +053011
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
mojahidi5082ac82018-09-07 11:07:49 +053017
18 #Update Operation
19 When I want to update an Operation
mojahidi5082ac82018-09-07 11:07:49 +053020
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"