What is the recommended approach for testing business rules in ServiceNow?
1) Manually trigger the rule by changing the relevant field values.
2) Create a separate test instance to validate the rules.
3) Use the "Test Business Rule" functionality in the platform.
4) Write unit tests using the Automated Test Framework (ATF).