You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a mechanism for defining and loading data-sets into postgres, suitable for use with external test-services such as NightWatch and Postman/Newman collection-runs. This should allow for developers/qa to be able to design scenarios for the automated test cases, and be easily maintained by all parties.
Inputs
We will create a service that can connect to a PostgreSQL instance. An endpoint will allow a Tester to upload a spreadsheet representing the data for a company. The PostgreSQL data for that company will be replaced with the data from the spreadsheet.
Outputs
The service will return a JSON file representing the data that was written to the DB. That way scripts can use the data to write assertions or whatever without needing to refer to the spreadsheet.
Impacts
Write this as a separate service so that it doesn't impact existing services. Some impact to shared files like makefile and Docker file
Users
QA, developers
Definition of Done (:one:-Mandatory to add to the Backlog, :two:-Mandatory to add to the Sprint Backlog)
Detailed Description 1️⃣
Rough Inputs 2️⃣
Rough Outputs 2️⃣
Impacts 2️⃣
Users 2️⃣:
The text was updated successfully, but these errors were encountered:
DevOps
Detailed Description
Create a mechanism for defining and loading data-sets into postgres, suitable for use with external test-services such as NightWatch and Postman/Newman collection-runs. This should allow for developers/qa to be able to design scenarios for the automated test cases, and be easily maintained by all parties.
Inputs
We will create a service that can connect to a PostgreSQL instance. An endpoint will allow a Tester to upload a spreadsheet representing the data for a company. The PostgreSQL data for that company will be replaced with the data from the spreadsheet.
Outputs
The service will return a JSON file representing the data that was written to the DB. That way scripts can use the data to write assertions or whatever without needing to refer to the spreadsheet.
Impacts
Write this as a separate service so that it doesn't impact existing services. Some impact to shared files like makefile and Docker file
Users
QA, developers
Definition of Done (:one:-Mandatory to add to the Backlog, :two:-Mandatory to add to the Sprint Backlog)
The text was updated successfully, but these errors were encountered: