Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create test data loader service #1273

Open
2 of 5 tasks
ghost opened this issue Nov 6, 2019 · 0 comments
Open
2 of 5 tasks

Create test data loader service #1273

ghost opened this issue Nov 6, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 6, 2019



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)
  • Detailed Description 1️⃣
  • Rough Inputs 2️⃣
  • Rough Outputs 2️⃣
  • Impacts 2️⃣
  • Users 2️⃣:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants