Skip to content

[TESTING] Test edge cases: empty data and max limits #346

@dev-fatima-24

Description

@dev-fatima-24

Priority: medium

Description

The system should behave correctly at boundary conditions: empty arrays, maximum string lengths, and maximum record counts per wallet.

Acceptance Criteria

  • Backend: empty records array from contract returns { verified: false, records: [] }
  • Backend: vaccine name exceeding max length returns 400
  • Frontend: Patient Dashboard renders correctly with 0 records
  • Frontend: Patient Dashboard renders correctly with 100+ records (pagination)
  • Python service: POST /batch/verify handles a list of 1000 wallets without timeout

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions