All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description ActionType Describes various actions that can be taken in the event of an error.AutomaticStopCriteria This enumeration is used to control automatic background script stop behaviour.BadValueException Thrown when an input value is incorrect.CachedResponse Represents an HTTP response that has been cached by theWebBrowser
.Coder Provides static methods for encoding and decodingString
data.Color Represents a color as an RGB value.ConcurrentRequestSender Provides methods for sending multipleRequest
objects to the web server concurrently.ConnectionInfo Represents a connection property list created by eggPlant.ConnectionProperties Defines the properties used to connect to the SUT.ConnectionType ConnectionType Represents an HTTP or HTTPS connection handler.ContextTerminationException A special exception that is thrown by the eggPlant Performance engine when the current script needs to be terminated.CustomCancellationToken This is helper class to allow the background script to monitor cancellation requests from the main script (or VU) and signal back that it accepted cancellation.DataDictionary TheDataDictionary
interface is implemented by all Eggplant PerformanceVirtualUserScript
classes and theDataTable
interface.DataTable Provides script functionality to allow direct control over a Data Table by a Virtual User.EggplantDriveRunner EggplantException An exception representing an error that occurred within eggPlantEggplantResultsFolderWatcher Watches a directory, and detects when ePF creates any image files Image files created will be sent as a message via the attached IMessageSenderEggplantReturnData Represents the data returned by a call to the eggPlant system, as returned byEggplantVirtualUserInterface.execute(String)
EggplantVirtualUser An eggPlant Virtual User.EggplantVirtualUserInitialiser EggplantVirtualUserInterface Describes the methods that can be called in anEggplantVirtualUserScript
or customEggplantVirtualUser
.EggplantVirtualUserScript An eggPlant VirtualUserScript.EggplantVUWatcher ExecutionFlags Values from the enumeration can be used in combination as bitwise flags to control execution of the background script.ExtractionCursor Stores details of an extraction from aResponse
.FCException AnException
thrown by the eggPlant Performance engine.FileElement Represents anInputElement
which is a file select control.Form Represents an HTML form.HostFilteringMode Describes the modes available for filtering hosts.HtmlElement Represents an HTML element within an HTML form.HtmlUnitDriver HttpMethod Describes an HTTP method.HttpStatus Represents an HTTP status code.HttpStatusCategory Describes the HTTP status category for custom handling of the HTTP status codes.HttpStatusRange Describes the HTTP status ranges.IEggplantVUWatcher IImageSender ImageButtonElement Represents anInputElement
which is an image.ImageInfo Provides information about an imageInputElement Represents an HTML input element within an HTML form.InputElement.InputElementType Enumerates the different types ofInputElement
that are available.IpEndPoint This class encapsulates IP address and port.IpEndPoint.AddressType Metric Represents a user-defined metric that can be recorded by eggPlant Performance.MetricCollection TheMetricCollection
class allows multiple metrics to be recorded as a single entry in the event log with a common timestamp.NameValuePair Represents a name/value pair ofString
objects.Navigation Provides methods for navigation within a web browser.NoSuchValueException Thrown when a requested value does not exist.NotAllowedException Thrown when an operation is not allowed.NullEggplantVUWatcher OffsetEditSequence Objects of this class contains a sequence of one or more edit instructions.OptionElement Represents an HTML option element within an HTML form.Point Represents a Point on the screen.Protocol Represents an internet protocol.QueryData Represents the query string of aUrl
as a sequence of name/value pairs.Rectangle Represents an area of the screen.RegExpMatch Represents the position and text of a match found in a regular expression search.RegExpMatchList A list ofRegExpMatch
objects.Request Describes an HTTP request.Response Describes an HTTP response returned by a web server.ScriptContextTerminationException A special exception that is thrown by the eggPlant Performance engine when the current script needs to be terminated.ScriptResults Represents the results of a script.ScriptStatus This enumeration describes all possible background script statuses.SearchFlags Used for searching for data with Correlation Rules.SelectElement Represents an HTML select element within an HTML form.SeleniumVirtualUser A Selenium Virtual User.SeleniumVirtualUserInterface Describes the methods that can be called in anSeleniumVirtualUserScript
or customSeleniumVirtualUser
.SeleniumVirtualUserScript A SeleniumVirtualUserScript
.SharedData Provides functionality for communication with the Shared Data Server.Size Represents the size (width and height) of an area of the screen.StringUtils Provides simple static methods for string manipulationTextAreaElement Represents an HTML textarea element within an HTML form.TransactionData Provides data about a particular transaction.Url Represents a URL, specified by a protocol, optional credentials host, port, path, optional query data, and optional reference.VirtualUser Represents a single Virtual User.VirtualUserScript TheVirtualUserScript
class is the base class of all eggPlant Performance Script classes.WebBrowser TheWebBrowser
class is the starting point for sending web requests.WebBrowserScript Represents a Web Java Virtual User Script.WebBrowserVirtualUser Represents a Web Java Virtual User.WebDriver An implementation ofWebDriver
, which represents an idealised web browser.WebDriverType Describes the types ofWebDriver
that we can createWebElement An implementation ofWebElement
, which represents an HTML element.WebSocket Represents a WebSocketWebSocketClosedCallback An interface defining the method that is called when aWebSocket
is closed.WebSocketErrorCallback An interface defining the method that is called when an error occurs on aWebSocket
.WebSocketMessage Represents a message that can be sent or received over aWebSocket
WebSocketMessageQueue Provides a mechanism for waiting forWebSocketMessage
's to arrive from the server.WebSocketReceivedMessageCallback An interface defining the method that is called when a message from the server is received on aWebSocket