We are breaking our test up into smaller bites that are specific and more unique to SAP tcodes.
What is the recommended process to pass data from one test that collects, creates data during runtime, to another test later within a TestSet. We have been using the Export datatable in one test and then when it is time for a downstream test to run that uses some of that data gathered, we import that exported file.
How can we or can we create a global file that all tests writes to, so when a downstream test opens the gathered data upstream is already there and we do not have to mess with import/exports... Looking for suggestion and best practices that are recommended. Please advise and thanks.