This method is called before any scripts are executed.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Remarks
Caution |
---|
This method initialises logging systems. If you override this method in a custom Virtual User, then a call to base.Pre()must be made and must occur before any code that may cause an exception or write to a log. |
See Also