Serenity BDD Report
Report generated 23-03-2026 09:41

Testing Search Parameters Against A Resource Of Type Valueset (@valueset-Search)

  Mandatory   Basis   Under 1 Second (Duration)   1 To 10 Seconds (Duration)   Stufe5

Search for ValueSet by additional search parameters

Scenario Outline

When Get FHIR resource at "http://fhirserver/ValueSet/?<searchParameter>=<searchValue>" with content type "<contentType>"
And FHIR current response body evaluates the FHIRPath 'entry.resource.count() > 0' with error message 'No search results were found'
And FHIR current response body evaluates the FHIRPath "entry.resource.all(<searchParameter> = '<searchValue>')" with error message 'There are search results, but they do not fully match the search criteria'

Examples: 

# Content Type Search Parameter Search Value
1 xml url http://example.org/fhir/ValueSet/TestValueSet
2 json name TestValueSet
3 json status active
4 json version 1.0.0
Steps Outcome
SUCCESS 946ms
SUCCESS 979ms
SUCCESS 1s 205ms
SUCCESS 912ms
SUCCESS 4.06s
Serenity BDD version 4.3.2