Forum Discussion
3 Replies
- nmraoCommunity Hero
Apart from the above article, there is another way.
Use property file and keep it in your repository with dummy values where the data is sensitive.
And when a project is pulled locally and edit the property file locally so that it gets read and load the values dynamically.
Hi forestdev,
Could you please go through the "Protecting Sensitive Data" article?
https://support.smartbear.com/readyapi/docs/testing/best-practices/secure.html
I think it will give you some insights you can use.