| Interface | Description |
|---|---|
| WebTask |
A WebTask is supposed to simulate a user interaction with the SUT.
|
| Class | Description |
|---|---|
| BaseWebTask |
Abstract WebTask responsible for knowing the 'who',
i.e.
|
| CompositeWebTask |
A WebTask made up of many supposedly small (sub-)tasks,
which in turn may be CompositeWebTask's too.
|
| ImLoggedInBase |
Task implementing a step for navigating to the
LoginPage
and logging in by entering username and password. |
| ManualNavigationWebTask |
A WebTask encapsulating a manual navigation step.
|
| MyBrowserIsOpen |
Task that opens the browser.
|
| NavigationWebTask |
A WebTask implementing a step for navigating to a
LoadablePage. |
| OrWebTask |
A
CompositeWebTask which chains subtasks in a logical OR. |
| WebTasks |
Static class providing factory methods for creating instances
of common
WebTask's. |
Copyright © 2015. All rights reserved.