Junit Test Cases for Alfresco Webscripts

cancel
Showing results for 
Search instead for 
Did you mean: 
mehtaneha747
Active Member

Junit Test Cases for Alfresco Webscripts

Hi,
 
I am trying to write Junit test case for Alfresco webscripts I have written.
I have webscripts which create users, groups, folders and apply group permissions on folders.
 
1. The folder creation webscript takes CSV file as an input and applied permssions on folders. The file is uploaded on Alfresco repo.
 
How can I write Junit test cases for this scenario as folders are created dynamically also the CSV contains larger number of folders.
 
2. For other user and group creation webscripts, the Junit calls on local env works fine but in case of Jenkins pipeline where I am creating custom jar and after that I need to execute JUnit test cases. Here I don't have any Alfresco env to call for.
 
How do I execute this unit test cases.
 
Please guide me through this.
 
Thank you.