Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHello,
If you need to find out what context variables are available, you can utilize the Map interface that the Context implements. Either do "log.info context" to print out the entire contents of the context, or "log.info context.keySet()" for the variable names.
Regards,
Dain
eviware.com
If you need to find out what context variables are available, you can utilize the Map interface that the Context implements. Either do "log.info context" to print out the entire contents of the context, or "log.info context.keySet()" for the variable names.
Regards,
Dain
eviware.com