Hi All,
My task is to write an automated test for an API which returns the total count of RuleSets in the system. So my approach is to create a RuleSet in the test itself and check if the returned count is increased by one. Now I searched in NWDS Rules API documentation but I am unable to find such an API. Please guide me where should I look for the API.
Note:
Automated test cases are in Java.