Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
S
Scenario
- Class in
com.ibm.team.fvt.tests.scenario
A test suite representing a scenario.
Scenario()
- Constructor for class com.ibm.team.fvt.tests.scenario.
Scenario
Scenario(Class<? extends TestCase>)
- Constructor for class com.ibm.team.fvt.tests.scenario.
Scenario
Scenario(Class<? extends TestCase>, boolean)
- Constructor for class com.ibm.team.fvt.tests.scenario.
Scenario
ScenarioFailedError
- Error in
com.ibm.team.fvt.tests.scenario
Manage scenario failure.
ScenarioFailedError()
- Constructor for error com.ibm.team.fvt.tests.scenario.
ScenarioFailedError
ScenarioFailedError(String)
- Constructor for error com.ibm.team.fvt.tests.scenario.
ScenarioFailedError
ScenarioFailedError(Throwable)
- Constructor for error com.ibm.team.fvt.tests.scenario.
ScenarioFailedError
ScenarioRun
- Class in
com.ibm.team.fvt.tests.scenario
Manage scenario execution.
ScenarioRun()
- Constructor for class com.ibm.team.fvt.tests.scenario.
ScenarioRun
ScenarioStep
- Class in
com.ibm.team.fvt.tests.scenario
Manage a list of tests to execute in a scenario step.
ScenarioStep()
- Constructor for class com.ibm.team.fvt.tests.scenario.
ScenarioStep
ScenarioUtils
- Class in
com.ibm.team.fvt.tests.scenario
Utils for Scenario tests execution.
ScenarioUtils()
- Constructor for class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
ScenarioWorkaround
<
P
extends
WebPage
> - Class in
com.ibm.team.fvt.tests.scenario
Manage workaround applied when running a scenario.
ScenarioWorkaround(P, String)
- Constructor for class com.ibm.team.fvt.tests.scenario.
ScenarioWorkaround
ScenarioWorkaround(P, String, boolean)
- Constructor for class com.ibm.team.fvt.tests.scenario.
ScenarioWorkaround
scrollPageTo(WebBrowserElement)
- Method in class com.ibm.team.fvt.tests.web.
WebBrowser
Scroll the page to the given element.
scrollPageTop()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowser
Scroll the page to top.
select(WebBrowserElement, By, String[], boolean)
- Method in class com.ibm.team.fvt.tests.web.
WebBrowser
Select items in elements list got from the given list element and the given mechanism to find its children.
selectFrame(int)
- Method in class com.ibm.team.fvt.tests.web.
WebBrowser
Set the current browser frame to the given index.
selectFrame(String, boolean)
- Method in class com.ibm.team.fvt.tests.web.
WebBrowser
Set the current browser frame to the given name.
selectFrame(WebBrowserElement)
- Method in class com.ibm.team.fvt.tests.web.
WebBrowser
Set the current browser frame to the given web element.
selectFrame(WebBrowserElement, boolean)
- Method in class com.ibm.team.fvt.tests.web.
WebBrowser
Set the current browser frame to the given web element.
selectLastFrame()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowser
Select the last frame
selectVisibleFrame(int, boolean)
- Method in class com.ibm.team.fvt.tests.web.
WebBrowser
Select the current visible browser frame.
SELENIUM_SCREENSHOT_DIR_ID
- Static variable in interface com.ibm.team.fvt.tests.config.
ConfigConstants
SELENIUM_SCREENSHOT_NONFAILURE_DIR_ID
- Static variable in interface com.ibm.team.fvt.tests.config.
ConfigConstants
sendKeys(CharSequence...)
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
setDebugWriter()
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
setName(String)
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioStep
Override to store our own test name.
setPage(WebPage)
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioRun
Set the current scenario page.
setRun(ScenarioRun)
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioStep
Store the scenario run.
setUp()
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioStep
Override the default set up command.
setUpSuite()
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioStep
Common set up for each scenario step.
shortTimeout
- Variable in class com.ibm.team.fvt.tests.config.
Timeouts
shouldFail()
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioWorkaround
Returns whether the current workaround should raise a failure at the end of the test execution.
sleep(int)
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Sleep during the given seconds time.
SPACE_STRING
- Static variable in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
stopOnFailure()
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioRun
Returns whether the scenario execution will stop as soon as a test failure occurs.
submit()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
switchBackToCurrentWindow()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowser
Switch back to current window.
switchToNextWindow()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowser
Switch to next window.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W