You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perform End-to-End testing for the complete transaction flow on Beckn Onix, covering discovery, order placement, payment, and fulfillment. Ensure seamless processing and proper error handling across all stages.
Goals
Test transaction flow from discovery to fulfillment.
Verify order placement, payment, and notifications.
Test failed transactions and error handling.
Ensure correct handling of edge cases and exceptions.
Expected Outcome
Transactions flow smoothly with successful payments and fulfillment.
Errors are handled gracefully, with proper feedback.
Notifications are sent at the correct stages.
Acceptance Criteria
End-to-End transactions, payments, and fulfillment are verified.
Failed transactions are handled with proper error messages.
Notifications and updates are sent correctly.
Mockups / Wireframes
NA
Product Name
Beckn
Domain
Beckn Onix
Tech Skills Needed
End-to-End Testing
Cypress/QA Automation
JavaScript/TypeScript
Complexity
High
Category
Testing
Sub Category
End-to-End Testing
The text was updated successfully, but these errors were encountered:
Tested all the 10 APIs of beckn. Analyzed all the logs of bap-client, bap-network, bpp-network, bpp-client to check the data is flowing properly.
Found one issue where flow was not going from bap network to bpp network. It was failing at the gateway
This error was documented. Tried the solution mentioned, but did not work. Tested the flow by bypassing the gateway and mentioning the bpp id and uri in context itself.
Apart from this, all transactions was working fine.
Description
Perform End-to-End testing for the complete transaction flow on Beckn Onix, covering discovery, order placement, payment, and fulfillment. Ensure seamless processing and proper error handling across all stages.
Goals
Expected Outcome
Acceptance Criteria
Mockups / Wireframes
NA
Product Name
Beckn
Domain
Beckn Onix
Tech Skills Needed
Complexity
High
Category
Testing
Sub Category
End-to-End Testing
The text was updated successfully, but these errors were encountered: