CSCI-GA-2820-FA24-001 / products

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

Add Action in feature file #70

Open VectorZYJ opened 3 weeks ago

VectorZYJ commented 3 weeks ago

As a QA engineer
I need to write Gherkin features using the behave tool to test the 'Purchase' 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 'Purchase' 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 'Purchase' operation behaves as expected
Aryagoy commented 1 week ago

Moving to next sprint because of some issues