# Configure Test Data Repository

Test data is a set of data that are used in the software testing. Test data comprises all sorts of data input required to test system’s functionalities. The location where test data resides is known as Test Data Repository.

QATTS currently allows two types of repositories

1. **SharePoint**
2. **Drop Box**

## SharePoint

To configure your data to the SharePoint you can follow the below illustration.

![SharePoint configuration](https://545053280-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVX-yOtIHRnx7UtstUT%2F-MkG_KvtgP6abgMshb6B%2F-MkGeoSviok4r0OgtVR3%2Fproperty%20value.PNG?alt=media\&token=ea32a04c-e0eb-4efb-aa7a-f817d5d83d18)

You need to enter all the SharePoint properties in product properties as displayed below.

| **property Name** | **property Value**                                     |
| ----------------- | ------------------------------------------------------ |
| storageType       | SharePoint                                             |
| class             | com.ibaseit.filestore.service.SharepointStorageService |
| site              | Enter your client site                                 |
| host              | Enter the location of your host                        |
| clientId          | Enter your client id here                              |
| clientSecret      | Enter your clientsecret id                             |
| userName          | Enter the Username                                     |
| password          | Enter the password for the above username              |
| tokenEndPoint     | Enter your sharePoint tokenend point location          |
| resource          | Enter your SharePoint location                         |

After fill up all the properties click on the **Update** button all the details would be saved.

## Drop Box

To configure your data to the Drobox follow the below format.

| property Name             | property Value                |
| ------------------------- | ----------------------------- |
| props.dropbox.accessToken | Enter your Dropbox token here |
