Posts

Showing posts from April, 2012

Importance of Sandbox ruleset

One of the major problems that Pega projects face with time is build up of test rules within the official business rulesets. If not properly managed these rules could end up in the production environment which is not an ideal situation to have. But can we really stop creating test rules, for me the answer is no, because creating test rules is also an integral part of the iterative development process. So how can we maintain a clean development environment while also allowing the creation of test rules. The answer is the Sandbox ruleset . By creating a separate ruleset only for test rules it is possible to have a clean development environment while allowing the creation of test rules in development process. Following are the steps that have to be followed Create a sandbox ruleset and version Update ruleset restrictions in classes to include the sandbox ruleset Create a separate sandbox application rule and include the sandbox ruleset and put your main application as t