Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions functional_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,19 @@

---

**Execution Date:** 11/9/2025, 6:13:27 PM

**Test Unique Identifier:** "ZBIO-5136"

**Input(s):**
1. JIRA ID: ZBIO-5136

**Test Output Folder:**
1. [ZBIO-5136.json](ZBIO-5136/ZBIO-5136.json)
2. [ZBIO-5136.feature](ZBIO-5136/ZBIO-5136.feature)
3. [ZBIO-5136.csv](ZBIO-5136/ZBIO-5136.csv)
4. [ZBIO-5136.xlsx](ZBIO-5136/ZBIO-5136.xlsx)
5. [ZBIO-5136.yaml](ZBIO-5136/ZBIO-5136.yaml)

---

8 changes: 4 additions & 4 deletions functional_tests/ZBIO-5136/.roost/roost_metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"project": {
"name": "ZBIO-5136",
"created_at": "2025-11-09T12:36:25.607Z",
"updated_at": "2025-11-09T12:36:25.607Z"
"created_at": "2025-11-09T12:43:27.807Z",
"updated_at": "2025-11-09T12:43:27.807Z"
},
"files": {
"input_files": [
{
"fileName": "ZBIO-5136.txt",
"fileURI": "/var/tmp/Roost/RoostGPT/systemAnalysis_clone/1762691541/functional_tests/ZBIO-5136/ZBIO-5136.txt",
"fileSha": "76dbce7dd3"
"fileURI": "/var/tmp/Roost/RoostGPT/systemAnalysis_clone/1762692001/functional_tests/ZBIO-5136/ZBIO-5136.txt",
"fileSha": "7ce40466de"
}
]
},
Expand Down
34 changes: 17 additions & 17 deletions functional_tests/ZBIO-5136/ZBIO-5136.csv
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
"Scenario: Retrieve card balance for an account with an outstanding amount"
"Scenario Outline: Retrieve zero balance for new or fully paid cards"
"Scenario: Successfully make a full payment via API"
"Scenario: Successfully make a partial payment via API"
"Scenario: Handle an overpayment via API"
"Scenario: Fail a payment with invalid card details via API"
"Scenario: Fail a payment attempt for a non-existent card"
"Scenario: Trigger automated collection call for a past-due account"
"Scenario: Ensure no collection call is triggered for a fully paid account"
"Scenario: Ensure payment API endpoint requires authentication"
"Scenario: Display unpaid balance and due date on the account summary page"
"Scenario Outline: Display zero balance for new or fully paid cards"
"Scenario: User successfully pays the full unpaid balance"
"Scenario: User successfully makes a partial payment"
"Scenario: User makes an overpayment and sees a credit balance"
"Scenario: User attempts a payment with invalid card details"
"Scenario: User attempts to submit a payment form with an empty amount"
"Retrieve card balance for an account with an outstanding amount"
"Retrieve zero balance for new or fully paid cards"
"Successfully make a full payment via API"
"Successfully make a partial payment via API"
"Handle an overpayment via API"
"Fail a payment with invalid card details via API"
"Fail a payment attempt for a non-existent card"
"Trigger automated collection call for a past-due account"
"Ensure no collection call is triggered for a fully paid account"
"Ensure payment API endpoint requires authentication"
"Display unpaid balance and due date on the account summary page"
"Display zero balance for new or fully paid cards"
"User successfully pays the full unpaid balance"
"User successfully makes a partial payment"
"User makes an overpayment and sees a credit balance"
"User attempts a payment with invalid card details"
"User attempts to submit a payment form with an empty amount"
Loading