File size: 1,135 Bytes
306cd8a a7babf7 aabf140 58380ea aabf140 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
---
license: mit
language:
- en
tags:
- testing
size_categories:
- n<1K
---
# Functional Test Cases
This is a _very_ small list of functional test cases that a team of software testers (QA) created for an example mobile app called Boop.
## Dataset
* Name: `Boop Test Cases.csv`
* Number of Rows: `136`
* Columns: `11`
* `Test ID` (int)
* `Summary` (string)
* `Idea` (string)
* `Preconditions` (string)
* `Steps to reproduce` (string)
* `Expected Result` (string)
* `Actual Result` (string)
* `Pass/Fail` (string)
* `Bug #` (string)
* `Author` (string)
* `Area` (string)
> 💡 There are missing values. For example, not every test case had a related Bug
## Use Cases
Two common problems in Software Testing are:
* Duplicate test cases (and bug reports)
* Assigning issues to the correct team quickly (from internal sources, Customer or Tech Support, etc)
This dataset is probably too small to create an "Auto-Assigner" tool -- especially because almost half the tests are focused in the `Account` Area.
However, with embeddings, we could see if a new Test Case already exists by checking similarity 🤔 |