Environment Variables

Certain modules require additional information to perform proper testing. One such example is in the case of FTP, a Username and Password are needed for FTP log in if you want to test all the available commands. This additional information can be changed by accessing the Environment Variables window:


By double-clicking on the Value column, you can modify the values written in the field. If you input a value that starts with the “0x” characters and is followed by hexadecimal representation (if it is multiple bytes, it needs to be comma separated) the value written is considered as binary.

For example, the value, “anonymous”, without the quotes will regarded as ASCII while, “0x61,0x6e,0x6f,0x6e,0x79,0x6d,0x6f,0x75,0x73”, without the quotes will be regarded as Binary, even though their value is the same, in both cases “anonymous” without the quotes.

Related Topics