Rename a column


This command lets you rename a column (variable) in your test cases.

In addition to the keyword rename you must provide the current name of the column and its new name. The correct syntax is rename_ column ‘old name’ into ‘new_name’

Example:

case rename column 'dimensionY' into 'dimension';