Given the user visits the Relying Party service on their mobile device
When the user selects the option to present an attestation type
Then the Relying Party service redirects the user to the EUDI Wallet
Given the EUDI Wallet is opened
When the user authenticates using a six-digit PIN or Biometrics
Then the authentication is successful
Given the EUDI Wallet is opened
When the user fails to authenticate using a six-digit PIN or Biometrics
Then the Wallet presents an error message
And the user can retry the authentication
Given the user is successfully authenticated in the EUDI Wallet
Then the EUDI Wallet informs the user that the Relying Party requests an attestation
Given Method A is configured for the attestation type
When the EUDI Wallet selects an available matching attestation
Then the Wallet uses an attestation not previously presented to any Relying Party
And the EUDI Wallet reduces the internal counter of unused attestations
Given Method C is configured for the attestation type
When the EUDI Wallet selects an available matching attestation
Then the Wallet uses an attestation from a batch in a random order
Given the EUDI Wallet attempts to match the attestation request
When no attestation matches the request
Then the Wallet stops the presentation flow
And presents an error message indicating no available attestations
Given the EUDI Wallet requests the user to consent
When the user consents by authenticating successfully
Then the authentication is successful
Given the EUDI Wallet requests the user to consent
When the user fails to authenticate using a six-digit PIN or Biometrics
Then the Wallet presents an error message
And the user can retry the authentication
Given the user consents to the attestation presentation
When the EUDI Wallet displays a confirmation message indicating the outcome
Then the Relying Party service receives the attestation
And verifies it, informing the user of the successful verification outcome
| Number of Scenarios | 10 | Total Duration | 3m 22s |
| Total Number of Test Cases | 10 | Fastest Test | 20s |
| Number of Manual Test Cases | 10 | Slowest Test | 20s |
| Tests Started | Jul 28, 2025 16:04:59 | Average Execution Time | 20s |
| Tests Finished | Jul 28, 2025 16:08:22 | Total Execution Time | 3m 22s |
| feature | Scenario | Context | Steps | Result |
|---|---|---|---|---|
| Presentation of Batch Issued Attestations in EUDI Wallet | Relying Party initiated presentation flow | 3 | ||
| Presentation of Batch Issued Attestations in EUDI Wallet | Successful authentication in the EUDI Wallet | 3 | ||
| Presentation of Batch Issued Attestations in EUDI Wallet | Unsuccessful authentication in the EUDI Wallet | 4 | ||
| Presentation of Batch Issued Attestations in EUDI Wallet | Presentation of attestation request to the user | 2 | ||
| Presentation of Batch Issued Attestations in EUDI Wallet | Selection of attestation using Method A | 4 | ||
| Presentation of Batch Issued Attestations in EUDI Wallet | Selection of attestation using Method C | 3 | ||
| Presentation of Batch Issued Attestations in EUDI Wallet | No matching attestation available | 4 | ||
| Presentation of Batch Issued Attestations in EUDI Wallet | User consent for attestation presentation | 3 | ||
| Presentation of Batch Issued Attestations in EUDI Wallet | Unsuccessful consent authentication | 4 | ||
| Presentation of Batch Issued Attestations in EUDI Wallet | Presentation of attestation to Relying Party | 4 |