Integration and e2e tests needed for multipart/form-data
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
While handling a recent customer issue, it was discovered that we have poor coverage for multipart/form-data requests. In fact no multipart/form-data integration or e2e tests were found.
Proposed tests:
- Integration
- HAR file with multipart/form-data
- Postman collection with multipart/form-data
- Multipart/form-data with a JSON body
- Multipart/form-data with an XML body
- Multipart/form-data with an
application/x-www-form-urlencodedbody - Multipart/form-data with a binary body
- E2E
- API Fuzzing
- Profile: Long-100 -- multipart/form-data with multiple part content-types
- Multipart/form-data with a JSON body
- Multipart/form-data with an XML body
- Multipart/form-data with an
application/x-www-form-urlencodedbody - Multipart/form-data with a binary body
- Profile: Long-100 -- multipart/form-data with multiple part content-types
- DAST API
- Profile: Full -- multipart/form-data with multiple part content-types
- Multipart/form-data with a JSON body
- Multipart/form-data with an XML body
- Multipart/form-data with an
application/x-www-form-urlencodedbody - Multipart/form-data with a binary body
- Profile: Full -- multipart/form-data with multiple part content-types
- API Fuzzing
Edited by 🤖 GitLab Bot 🤖