-
Notifications
You must be signed in to change notification settings - Fork 3
Functional test generated by RoostGPT #71
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
Open
Divyeshzb
wants to merge
1
commit into
main
Choose a base branch
from
roost-36b11f32-a33a-4901-adf0-30d3869d995c
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
functional_tests/functional-test-generation/.roost/roost_metadata.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| { | ||
| "project": { | ||
| "name": "functional-test-generation", | ||
| "created_at": "2026-04-28T07:14:16.361Z", | ||
| "updated_at": "2026-04-28T07:14:16.361Z" | ||
| }, | ||
| "files": { | ||
| "input_files": [ | ||
| { | ||
| "fileName": "functional-test-generation.txt", | ||
| "fileURI": "/var/tmp/Roost/RoostGPT/functional-test-generation/36b11f32-a33a-4901-adf0-30d3869d995c/functional_tests/functional-test-generation/functional-test-generation.txt", | ||
| "fileSha": "cf83e1357e" | ||
| }, | ||
| { | ||
| "fileName": "Aegis_WebCC_SRS.pdf", | ||
| "fileURI": "/var/tmp/Roost/RoostGPT/functional-test-generation/36b11f32-a33a-4901-adf0-30d3869d995c/functional_tests/functional-test-generation/Aegis_WebCC_SRS.pdf", | ||
| "fileSha": "dcebdb1a12" | ||
| } | ||
| ] | ||
| }, | ||
| "api_files": { | ||
| "input_files": [] | ||
| } | ||
| } |
31 changes: 31 additions & 0 deletions
31
functional_tests/functional-test-generation/functional-test-generation.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| End-to-end registration, verification, MFA login, 3-step application, approval for FICO > 680, and masked PAN returned by summary | ||
| Application decision PENDING and DECLINED with duplicate application control and signature requirement | ||
| Login lockout after five failures, rate limiting, MFA enforcement, and remember_me cookie TTL | ||
| Refresh token rotation with single-use invalidation and concurrent refresh behavior | ||
| Application sequencing, conditional employment fields, sin_consent enforcement, and X-App-Session 30-minute expiry | ||
| Application Step 1 address and identity validation failures and success | ||
| Application Step 3 validation for invalid product id, malformed e_signature, and marketing_opt_in default/explicit | ||
| CSRF enforcement and SameSite=Strict cross-site POST rejection across endpoints | ||
| Transactions exchange rate precision, zero amount, foreign fee rounding, and non-essential over-limit rejection | ||
| Essential MCC 5% over-limit buffer boundary approvals and rejections vs non-essential MCC | ||
| Freeze card prevents transactions, unfreeze via OTP, essential buffer boundary, and 60-minute frequency limit with MFA requirement | ||
| Report card stolen is irreversible, forbids PIN and status changes, denies transactions, schedules replacement, and handles duplicates | ||
| List transactions with date boundaries, pagination limits, category filter, and owner-only access | ||
| Payments validation for minimum amount, bank account validity, date scheduling, owner-only access, and success cases | ||
| Account summary include_rewards toggle, owner-only access enforcement, not-found and unauthorized handling | ||
| Foreign purchase, fee and rewards, statements JSON/PDF, payment CSRF negative/positive, late fee webhook idempotency, session timeout and right to rescind | ||
| ADB interest calculation and grace period across consecutive cycles | ||
| Rewards accrual 1x with floor for non-travel and 3x for travel MCC in CAD | ||
| Set PIN with OTP success, mismatch/format errors, OTP invalid, and allowed while Frozen | ||
| Freeze/Unfreeze OTP attempt limits, resend OTP resets attempts, and successful transitions | ||
| Owner-only card controls and report-lost: IDOR prevention and invalid status value handling | ||
| WebSocket live transaction feed authentication, event delivery, unauthorized connection, and reconnect | ||
| Registration field validations and duplicate email handling with secure cookie attributes | ||
| Registration password complexity and leap-year age validation | ||
| Email verification invalid/tampered, expired, resend rate-limit, and successful activation | ||
| Credit limit change audit trail immutability and visibility, and role-based access | ||
| Notifications webhook validation, multi-channel delivery, and idempotency per-account scope | ||
| Right to rescind deletion leads to 404 on subsequent endpoints and idempotent DELETE | ||
| Dashboard displays masked PAN and no PII leakage | ||
| Application Step 1 draft auto-save every 60 seconds, restore, sanitize, and cleanup after submission | ||
| Session timeout warning at 13 minutes and expiry at 15 minutes |
Binary file added
BIN
+49 KB
functional_tests/functional-test-generation/functional-test-generation.docx
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README entry records an absolute, ephemeral local path under /var/tmp for the input PDF. This reduces portability of the documentation and can leak environment-specific details; consider omitting the absolute path (or replacing with a repo-relative path / artifact name only).