You can use Groovy scripts to get the current date.
Where To Use
You can use this script anywhere in ReadyAPI.
Example
Groovy
${=def today = new Date(); today.format("dd/MM/yyyy")}
You can use Groovy scripts to get the current date.
You can use this script anywhere in ReadyAPI.
Groovy
${=def today = new Date(); today.format("dd/MM/yyyy")}