ATF Tests and Suites vs. Custom applicationsIssue Automated test framework - Test Suites packaged with Custom Applications Is it recommended to create ATF tests and suites within a custom app and transport it via the application repository (My Company Applications)?When we create one single custom app for all ATF tests and suites, can there be an issue with cross scoped privilege?Is it recommended to store all ATF tests and suites in one single custom app and create cross-scope-access if necessary?ReleaseAll Releases.ResolutionThe QuickStart tests available on the Madrid and New York releases are inside scoped applications, so you can create custom tests outside the global scope.As a general rule, create your tests in the same scope as the table you are testing. Just keep in mind there could be access issues if your test involves objects from multiple scopes, though this is relevant mostly to select the user for impersonation (Madrid) or creating a user within the test (New York) during the ATF tests.If we follow the example of how the quick Start Tests are delivered, it would appear that having the ATF test per scoped application would be the way to go.