EUDI Wallet Test Report
Report generated 04-08-2026 09:00

Feature: Wallet interprets credential reuse policy metadata

As a Wallet User, I want the wallet to correctly interpret the issuer’s credential_reuse_policy metadata so that the wallet applies the correct reuse method.

Scenarios

Given the issuer metadata includes a credential reuse policy with at least one supported option

When I proceed through credential issuance

Then I see a normal issuance flow with no additional steps related to reuse behavior

Given the issuer metadata includes a credential reuse policy with multiple supported options

When I proceed through credential issuance

Then I am not prompted to select a reuse method

Given the issuer metadata includes a credential reuse policy with a single option that the wallet supports

When the wallet processes the issuer metadata

Then the wallet silently applies that reuse method to the issued credential

Given the issuer metadata includes a credential reuse policy listing multiple options in order of preference

When the wallet processes the issuer metadata

Then the wallet silently selects and applies the first option it fully supports

Given the issuer metadata does not include a credential reuse policy

When the wallet processes the issuer metadata

Then the wallet does not show an error and it falls back to its own default reuse policy

Serenity BDD version 4.2.22