Skip to content

Commit

Permalink
Test plans for QUARKUS-2098 — Fix support of media types with suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fedinskiy committed Jul 27, 2022
1 parent 3529ccd commit e2f8409
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions QUARKUS-2098.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# QUARKUS-2098 - Fix support of media types with suffixes

JIRA link: https://issues.redhat.com/browse/QUARKUS-2098

Test plan covers RESTEasy Reactive functionality provided by `quarkus-resteasy-reactive` and `quarkus-rest-client-reactive` extensions,
with emphasis on multipart form data support.

https://quarkus.io/version/main/guides/resteasy-reactive

https://quarkus.io/version/main/guides/rest-client-reactive

## Scope of the testing
- Endpoints with mediatypes with suffix(e.g. application/test+json).

### Impact on test suites and testing automation:
Negligible. There is a need to add three tests.

## Automated test development
- Add test for mediatype with subtype and suffix
- Add tests for mediatype with either subtype or suffix
- Tests to make sure, that priority is
1. git subtype+suffix
2. only subtype
3. only suffix

## Time estimate
3 developer days

0 comments on commit e2f8409

Please sign in to comment.