Expand my Community achievements bar.

SOLVED

mock fileupload i.e import using MockSlingHttpServletRequest

Avatar

Employee

I need to Mock file import request using MockSlingHttpServletRequest so test my custom code. but I am unable to understand how to do it. if there is any resource available around multipart file upload

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@tasunil1,

Here's an example for JUnit 4: AEM Sling Servlet Unit Test Example Using wcm.io AEM Mocks, Servlet by Resource Type - https://sourcedcode.com/blog/aem/aem-sling-servlet-osgi-r7-by-resource-type-unit-test-junit-4-with-e...

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@tasunil1,

Here's an example for JUnit 4: AEM Sling Servlet Unit Test Example Using wcm.io AEM Mocks, Servlet by Resource Type - https://sourcedcode.com/blog/aem/aem-sling-servlet-osgi-r7-by-resource-type-unit-test-junit-4-with-e...