DAI - Test Config - Parameters

I see the global and custom parameters for the test configuration in DAI. I am trying to understand how these parameters can be accessed inside my test case script to use it.
I tried like:

[[custom parameter name]]
[[global parameter name]]
global parameter_name
universal parameter_name

Appreciate if anyone throw some inputs here.