Skip to content

Commit

Permalink
Add testcases for 3RI and SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassejoe committed Jul 8, 2024
1 parent 683185a commit 46207e0
Showing 1 changed file with 76 additions and 0 deletions.
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

0 comments on commit 46207e0

Please sign in to comment.