Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Aug 8, 2024
1 parent 2145dc8 commit 19e54fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The Frank!Framework does not require these property files to be present. If some

.. NOTE::

Using ``Test.properties`` rarely makes sense and should always be in `.gitignore` if present to keep it out of version control. There may be a use case because ``StageSpecifics_LOC.properties`` is the same for every developer in a development team. With ``Test.properties``, an individual developer can introduce properties in his local development environment that are not relevant for the other developers in the team.
Using ``Test.properties`` rarely makes sense and should always be in ``.gitignore`` if present to keep it out of version control. There may be a use case because ``StageSpecifics_LOC.properties`` is the same for every developer in a development team. With ``Test.properties``, an individual developer can introduce properties in his local development environment that are not relevant for the other developers in the team.

You can use these property files to configure your properties differently for different deployment environments. As an example, suppose that your Frank calls a REST service hosted on https://someservice.io. If this service manages sensitive data, you do not want to access it during testing. You want clones of the REST service that work with fake data, so-called stubs. Within your company (DTAP stages local, development and test), you may want testdata that differs from the test data the customer has (DTAP stage acceptance). These two different stubs could be hosted on https://dev.someservice.io and https://acc.someservice.io.

Expand Down

0 comments on commit 19e54fb

Please sign in to comment.