◷ Reading Time: 2 minutes
You can test a deployed project in FlexRule Server
Navigate to the Deployed Service
- First, navigate to the workbench
Default workbench URL if you have installed in localhost: http://localhost:9010/

- Log in with the user account details.

Access the Service
- Go to Execution Server –> Packages and click on the package

You will be directed to the service.
Test Run the Service
- Under the service actions, click on Test Run.

- Enter the Client Secret.
If you want to use the default application, this is the Application Login that you defined during the installation step.

- Enter the input.
The input JSON should be entered as Name-Value pairs.
[
{
Name: "person",
Value: {
"Age":56,
"Title":null
}
}
]

- Click Test Drive.

You will be able to see the output under the outputs parameter.
