WriteCSV Step In-Place Editing
Since the use of this command is deprecated and will no longer be supported in future releases of the software, you are advised to use the WriteBlock command of the CSVAnalyzer session instead.
To edit a WriteCSV script step:
Select the WriteCSV step in the Test Steps table. Edit the step parameters as follows:
- Session: This column displays no current session.
- Return Variable: This column displays no return variable name.
- Command String: This column displays the output file name or a variable associated with an output file, and the variable(s) whose value(s) is (are) to be written into the file. In case multiple variable values are written to the CSV file, the variable names are space-separated.
Click into the column and edit in-place the file name, using either relative or absolute location, or a variable referencing an output file. Edit in place the variable(s) whose value(s) is (are) to be written into the file.
Alternatively, click the
button displaying a drop-down pane and edit the output file name or the variable referencing an output file, and the variable(s) whose value(s) is (are) to be written into the file.
Opposed to all other TestComposer commands, including the WriteBlock command of the CSV Analyzer session, the WriteCSV command can access File Catalog variables regardless of their script location - i.e. in the script main procedure or in procedure bodies.
This is a different behavior than that of the WriteBlock command, which is capable of accessing such variables only when the command is part of the script main procedure.
IxLoad TestComposer │ User Guide |