Update set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 09:20 AM
I have 10 ATF tests created in sys_atf_test table, But I could not be able to capture my updates in update sets is there any way to add all the 10 ATF tests to add to a new update set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 09:27 AM
Hello @Anantha27
Create an update set and make it current.
Open the ATF test or test suite that needs to be captured and make a minor change. For example: Adding a character to the description.
If capturing a suite, open each test separately and make another minor change.
Open each test step in the ATF test(s) and make a minor change to each.
Verify all the steps have been captured in the update set.
Mark the update set as complete and move it to target instance, then commit it.
Please refer below support article:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0825608
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 09:28 AM
Hi @Anantha27 ,
Open sys_atf_test.LIST open your 10 records in list view of all your tests captured in the update set by navigating to:
InstanceName.service-now.com/sys_atf_test_list.do?sysparm_query=&sysparm_view=
Once there, bulk update the “Active” flag by setting it to false, then change it back to true. This action ensures the records are properly included in the update set.
If my response helped, please mark it as the accepted solution ✅ and give a thumbs up👍.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 04:38 AM
The solution provided by Anand Kumar P works.
Adding to that,
When capturing the ATF Test/s, instead of opening each test steps and making minor change.
Simply add a dummy Test step at the beginning(Execution order = 1) and then delete that Test step. By doing this all the Test steps will be captured in the Current Updated set.