Update set

Anantha27
Mega Guru

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.

3 REPLIES 3

Ravi Chandra_K
Kilo Patron
Kilo Patron

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  

Anand Kumar P
Giga Patron
Giga Patron

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

Chidanand_VK
Tera Expert

 

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.