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

Enhancing Visibility into Business Requirement Coverage through Test Analysis #657

Open
awha86 opened this issue Dec 16, 2024 · 0 comments
Assignees

Comments

@awha86
Copy link

awha86 commented Dec 16, 2024

We want better insights into which business requirements are covered by our Migrations tests. A manual review of existing test cases will be conducted and documented. Logic will then be developed to either parse metadata from these files or use regex to extract scenarios directly from the test cases, generating a report for analysis.

Acceptance Criteria:

A manual review of all existing Migrations test cases is completed, and their details are documented in a file.
Logic is implemented to either read metadata from the file or apply regex on test cases to extract scenarios.
A report is generated providing insights into test coverage of business requirements.
Documentation is provided for the manual review process and the developed logic.

  • DataMigration
  • DropzoneUnzipper
  • MigrationTools
  • TimeSeriesApi
  • TimeSeriesSynchronization
@awha86 awha86 changed the title Enhancing Visibility into Business Requirement Coverage Enhancing Visibility into Business Requirement Coverage through Test Analysis Dec 16, 2024
@awha86 awha86 self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant