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

Add testcases for 3RI and SDK #31

Open
wants to merge 1 commit into
base: add-decoupled-to-sandbox-documentation
Choose a base branch
from
Open
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
76 changes: 76 additions & 0 deletions source/sandbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,79 @@ Browser Examples

The challenge will auto-submit using JavaScript

*************
3RI Testcases
*************

The 3RI test cases are meant to test the 3RI flow.
Set the parameter ``cardholderName`` to trigger different test cases.

.. list-table:: 3RI testcases
:header-rows: 1
:widths: 20, 25, 25, 45

* - Testname
- CardholderName
- Success criteria
- What's being tested in your system

* - Frictionless full
- 3RI-Full
- ``ARes`` with ``transStatus: Y``
- Full frictionless authentication

* - Frictionless attempt
- 3RI-Attempt
- ``ARes`` with ``transStatus: A``
- Attempt frictionless authentic ation

* - Frictionless unavailable
- 3RI-Unavailable
- ``ARes`` with ``transStatus: U``
- Frictionless authentication not available

* - Frictionless rejected
- 3RI-Rejected
- ``ARes`` with ``transStatus: R``
- Rejected frictionless authentication

*************
SDK Testcases
*************

The SDK test cases are meant to test the SDK flow.
Set the parameter ``cardholderName`` to trigger different test cases.

.. list-table:: SDK testcases
:header-rows: 1
:widths: 20, 25, 25, 45

* - Testname
- CardholderName
- Success criteria
- What's being tested in your system

* - Manual challenge
- SDK-Challenge
- ``RReq`` with ``transStatus: Y`` or ``N``
- Challenge authentication with SDK

* - Frictionless full
- SDK-Frictionless
- ``ARes`` with ``transStatus: Y``
- Full frictionless authentication with SDK

* - Frictionless attempt
- SDK-Attempt
- ``ARes`` with ``transStatus: A``
- Attempt frictionless authentication with SDK

* - Frictionless rejected
- SDK-Reject
- ``ARes`` with ``transStatus: R``
- Rejected frictionless authentication with SDK

* - Frictionless not authenticated
- SDK-NotAuthenticated
- ``ARes`` with ``transStatus: N``
- Not authenticated frictionless authentication with SDK
Loading