how can we set the system property in ATF (Automatic test framework)?

Murkute Pooja1
Kilo Contributor

i want to set the property value as true in ATF how we can do that. 

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

steps below; ensure you run this as admin user or user who has write access to that property to edit

1) you need to open the record of sys_property using Open an existing form step

2) give the record you want to update

3) then use set field value step

4) submit form step

Screenshots:

find_real_file.png

find_real_file.png

find_real_file.png

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Gaurav Shirsat
Mega Sage

Hi Murkute Pooja

The Automated Test Framework (ATF) enables you to create and run automated tests to confirm that your instance works after making a change. For example, after an upgrade, during application development, or when deploying instance configurations with update sets. Review failed test results to identify the changes that caused the failure and the changes that you should review.

By default, the system property to run automated tests is disabled to prevent you from accidentally running them on a production system. Run tests only on development, test, and other non-production instances to avoid data corruption and outage.

Please Refer the Below Service Now Docs to Set the Credentials.

open the System Property [sys_properties] table:-enter sys_properties.list in the navigation filter.
 

https://docs.servicenow.com/bundle/orlando-application-development/page/administer/auto-test-framewo...

 

Please Mark Correct and Helpful

Thanks and Regards

Gaurav Shirsat