-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test plans for QUARKUS-2098 — Fix support of media types with suffixes
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |