CSCI-GA-2820-FA24-001 / products

NYU DevOps Products Service Fall 2024
Apache License 2.0
0 stars 0 forks source link

Add Update in feature file #66

Closed VectorZYJ closed 1 week ago

VectorZYJ commented 3 weeks ago

As a QA engineer
I need to write Gherkin features using the behave tool to test the 'Update' operation of the API
So that I can ensure the API correctly handles creation requests and responses

Details and Assumptions

Acceptance Criteria


Given a running API service with the ability to handle 'Update' operations
When I write a feature file with a scenario for creating a resource
And I implement the steps in a `steps.py` file
Then I can execute the BDD test to verify that the 'Update' operation behaves as expected