The VirtualUserScript class is the base class of all eggPlant Performance Script classes. All other Virtual User types are specializations of this class.
Inheritance Hierarchy
Facilita.Fc.Runtime VirtualUserScript
Facilita.Web WebBrowserScript
Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
public abstract class VirtualUserScript : IDataDictionary
Remarks
Note |
---|
All subclasses of VirtualUserScript must implement the abstract method Script , as this is the method which is called when the Virtual User Script is executed during a test. A blank Script method is created when a Virtual User Script is created in eggPlant Performance Studio. |
See Also