Please go through every step of the test scenario.
Report any issues into GitHub: open an issue.
-
Login to https://app.staging.terarium.ai using the test account
email: qa@test.io password: askem-quality-assurance
-
Create, or open, project named
QA <Your Name>
- Upload the COVID cases dataset
- Upload the COVID deaths dataset
- Add the California Cases and Deaths datasets to the workflow canvas.
- Connect the two datasets to a transform data set operator.
- View the datasets to see the columns and data types. Ensure both datasets have a date column.
- Ask the agent to join the two datasets together on date.
- Add a code cell to view the newly joined dataset
- Filter for LA county (i.e. county =
Los Angeles
) for January 2021 to March 2021. - Ask the agent to add a new column named timestamp that is a timestamp representation of the date column.
- Save the filtered LA county dataset as a new dataset named 'LA_cases_deaths_data'
- Ask the operator to plot for cases and deaths.
- Select the plot to be displayed on the node thumbnail.
- Close the drilldown and ensure that the plot appears in the node.
- Add the recently saved dataset to the workflow canvas and preview the dataset. Ensure that it has saved correctly.