Are Automated Test Framework tests and results preserved in a Clone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2017 09:09 AM
I presented the new Istanbul ATF at the Houston Feb 2017 SNUG meeting and was asked if the tests and results are preserved in a clone.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2017 09:12 AM
Hi Mary,
If they are on the source instance, then yes, they are cloned to the target. If they are on the target and the source doesn't have them (e.g. cloning production to test) then they will get deleted (because there are no records in prod) unless you create an exclusion record to skip over that table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2017 09:17 AM
The ATF results tables are preserved in the baseline system. You will need to setup additional clone preserver and exclusion entries for your modified tests, test steps, and test suites. You can find all the ATF tables by filtering by "sys_atf" in the data dictionary.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2017 04:20 PM
Hello Mary,
This was very helpful, when trying to preserve everything for the target instance with sys_atf works but you will still miss the variables coming over. You need to add another preserver for
Table: sys_variable_value
where table = sys_atf_step
With this all the variables in the tests will be preserved during a clone.
regards,
Simon Pullen