Variables
Variables are predefined values which can be used in various of places:
SQL Queries
Email send addresses
API executions
Sample test case SQL Query:
SELECT COUNT(*) FROM ${cust_est} WHERE reg_dt > ${last_year}
Last modified: 21 October 2024