For both manual and automatic functional or performance tests, the system under test must contain some initial data. This data can be divided into configuration data, necessary for the system to work and business data, which is added to the database during the natural use of the application.
We take care of managing both kinds of data in non-productive environments, which allows to execute more complex functional tests (manual and automatic), performance, UAT, demos, etc... while allowing to reproduce any issue found.