A B C D E F G H I J L M N O P Q R S T U V W X

S

SCENARIO_START_TIME - Static variable in class com.ibm.team.fvt.tests.scenario.ScenarioUtils
 
ScenarioData - Class in com.ibm.team.fvt.tests.scenario
Manage scenario data.
ScenarioData() - Constructor for class com.ibm.team.fvt.tests.scenario.ScenarioData
 
ScenarioExecution - Class in com.ibm.team.fvt.tests.scenario
Manage scenario execution.
ScenarioExecution() - Constructor for class com.ibm.team.fvt.tests.scenario.ScenarioExecution
 
ScenarioFailedError - Error in com.ibm.team.fvt.tests.scenario.errors
Manage scenario failure.
ScenarioFailedError() - Constructor for error com.ibm.team.fvt.tests.scenario.errors.ScenarioFailedError
 
ScenarioFailedError(String) - Constructor for error com.ibm.team.fvt.tests.scenario.errors.ScenarioFailedError
 
ScenarioFailedError(Throwable) - Constructor for error com.ibm.team.fvt.tests.scenario.errors.ScenarioFailedError
 
ScenarioLoginError - Error in com.ibm.team.fvt.tests.scenario.errors
A specific error to handle login error while running a scenario.
ScenarioLoginError(String) - Constructor for error com.ibm.team.fvt.tests.scenario.errors.ScenarioLoginError
 
ScenarioLoginError(Throwable) - Constructor for error com.ibm.team.fvt.tests.scenario.errors.ScenarioLoginError
 
ScenarioRunner - Class in com.ibm.team.fvt.tests.scenario
Manage scenario JUnit run.
ScenarioRunner(Class<?>, RunnerBuilder) - Constructor for class com.ibm.team.fvt.tests.scenario.ScenarioRunner
 
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
 
ScenarioStepRunner - Class in com.ibm.team.fvt.tests.scenario
Manage scenario step JUnit run.
ScenarioStepRunner(Class<?>) - Constructor for class com.ibm.team.fvt.tests.scenario.ScenarioStepRunner
 
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
 
ScenarioWorkaround(P, String, boolean, WebDialog) - Constructor for class com.ibm.team.fvt.tests.scenario.ScenarioWorkaround
 
ScenarioWorkaround(P, String, WebDialog) - Constructor for class com.ibm.team.fvt.tests.scenario.ScenarioWorkaround
 
scrollIntoView() - Method in class com.ibm.team.fvt.tests.web.WebBrowserElement
Scroll the page to the given element.
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.
searchFolder(String) - Method in class com.ibm.team.fvt.tests.web.WebFolderElement
Searches the folder with the given name in the hierarchy starting from current folder.
searchPageInHistory(String) - Static method in class com.ibm.team.fvt.tests.web.WebPage
Return the first page found in the history.
select(WebBrowserElement, By, boolean, StringComparisonCriterion[], String...) - 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.
select(WebBrowserElement, By, boolean, String...) - 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.
select(WebBrowserElement, By, String...) - 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.
select(WebBrowserElement, By, String[], boolean) - Method in class com.ibm.team.fvt.tests.web.WebBrowser
Deprecated. Use WebBrowser.select(WebBrowserElement, By, String...) instead.
select() - Method in class com.ibm.team.fvt.tests.web.WebBrowserElement
Select or check the given element.
select() - Method in class com.ibm.team.fvt.tests.web.WebFolderElement
Select the folder.
select(String) - Method in class com.ibm.team.fvt.tests.web.WebSelectElement
Select the corresponding option using the given text.
select(String, ByUtils.ComparisonPattern) - Method in class com.ibm.team.fvt.tests.web.WebSelectElement
Select the corresponding option using the given text.
select(String, int) - Method in class com.ibm.team.fvt.tests.web.WebSelectElement
Deprecated. Since 5.0.1. Use #select(String, ComparisonPattern) instead.
selectEmbeddedFrame(WebBrowserElement, WebBrowserFrame, boolean) - Method in class com.ibm.team.fvt.tests.web.WebBrowser
Set the current browser frame to the given web element.
selectFolder(String) - Method in class com.ibm.team.fvt.tests.web.WebFolderElement
Selects the sub-folder for the given path.
selectFrame() - Method in class com.ibm.team.fvt.tests.web.WebBrowser
Select the current stored frame.
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.
selectFrame(WebBrowserElement, boolean, boolean) - Method in class com.ibm.team.fvt.tests.web.WebBrowser
Set the current browser frame to the given web element.
selectFrame(WebBrowserFrame) - Method in class com.ibm.team.fvt.tests.web.WebBrowser
 
selectFrame(WebBrowserFrame, boolean) - Method in class com.ibm.team.fvt.tests.web.WebBrowser
 
selectLastFrame() - Method in class com.ibm.team.fvt.tests.web.WebBrowser
Deprecated. Should not used as the WebBrowser.getLastFrame() method is not working for embedded frames.
selectVisibleFrame(int) - 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
sendKeys(boolean, CharSequence...) - Method in class com.ibm.team.fvt.tests.web.WebBrowserElement
Perform the WebElement.sendKeys(CharSequence...) operation.
SERVER_ERRORS_FILE_NAME - Static variable in class com.ibm.team.fvt.tests.scenario.ScenarioUtils
Parameter telling which directory to use to put log of server error messages.
ServerMessageError - Error in com.ibm.team.fvt.tests.scenario.errors
Error to report Server error message.
ServerMessageError(String) - Constructor for error com.ibm.team.fvt.tests.scenario.errors.ServerMessageError
 
setContent(String) - Method in class com.ibm.team.fvt.tests.web.WebCKEditorFramedElement
Set the text content of the editor.
setContent(String, boolean) - Method in class com.ibm.team.fvt.tests.web.WebCKEditorFramedElement
Set the content of the editor.
setContent(String) - Method in class com.ibm.team.fvt.tests.web.WebCKEditorSimpleElement
Set the editor content with the given text.
setDebugWriter() - Static method in class com.ibm.team.fvt.tests.scenario.ScenarioUtils
 
setMoveAfterClick(boolean) - Method in class com.ibm.team.fvt.tests.web.WebExpandableElement
Tells whether the mouse must be moved to expansion element after having clicked on it to expand or collapse the web element.
setPageLoading(boolean) - Method in class com.ibm.team.fvt.tests.performance.PerfManager
Set pageLoading to true/false
setRegressionType(PerfManager.RegressionType, boolean) - Method in class com.ibm.team.fvt.tests.performance.PerfManager
Set the default regression type to provided regressionType.
setScenarioExecution(ScenarioExecution) - Method in class com.ibm.team.fvt.tests.scenario.ScenarioStepRunner
Store the scenario execution.
setSingleStep(boolean) - Method in class com.ibm.team.fvt.tests.scenario.ScenarioExecution
 
setStepName(String) - Method in class com.ibm.team.fvt.tests.performance.PerfManager
Set step name to keep track of the current step name.
setTestName(String) - Method in class com.ibm.team.fvt.tests.performance.PerfManager
Set test name to keep track of the current test name.
setUpStep() - Static method in class com.ibm.team.fvt.tests.scenario.ScenarioStep
 
setUpTest() - Method in class com.ibm.team.fvt.tests.scenario.ScenarioStep
Setup executed at the beginning of each test step.
setUserActionName(String) - Method in class com.ibm.team.fvt.tests.performance.PerfManager
Set userActionName to provided name
setWindowSize(int, int) - Method in class com.ibm.team.fvt.tests.web.WebBrowser
Set the browser window size.
shiftClick(WebBrowserElement) - Method in class com.ibm.team.fvt.tests.web.WebBrowser
Perform shift click to do a range selection.
SHORT_DATE_FORMAT - Static variable in class com.ibm.team.fvt.tests.scenario.ScenarioUtils
 
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.
shouldStop() - Method in class com.ibm.team.fvt.tests.scenario.ScenarioExecution
 
showDetails() - Method in error com.ibm.team.fvt.tests.scenario.errors.ServerMessageError
Show the details of the Server error message.
sleep(int) - Static method in class com.ibm.team.fvt.tests.scenario.ScenarioUtils
Sleep during the given seconds time.
SPACE_CHAR - Static variable in class com.ibm.team.fvt.tests.scenario.ScenarioUtils
 
SPACE_STRING - Static variable in class com.ibm.team.fvt.tests.scenario.ScenarioUtils
 
start() - Method in class com.ibm.team.fvt.tests.performance.Timer
Start timer.
STARTS_WITH_PATTERN - Static variable in class com.ibm.team.fvt.tests.utils.ByUtils
Deprecated. 
startServerTimer() - Method in class com.ibm.team.fvt.tests.performance.PerfManager
Start serverTimer if page is NOT loading
stepRule - Variable in class com.ibm.team.fvt.tests.scenario.ScenarioStep
 
StringComparisonCriterion - Enum in com.ibm.team.fvt.tests.utils
Enumeration to define a list of comparison criteria for matching two strings.
submit() - Method in class com.ibm.team.fvt.tests.web.WebBrowserElement
switchBackToCurrentWindow() - Method in class com.ibm.team.fvt.tests.web.WebBrowser
Deprecated. Use WebBrowser.switchToMainWindow() instead.
switchToMainWindow() - 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
Deprecated. Use WebBrowser.switchToPopupWindow() instead.
switchToParent() - Method in class com.ibm.team.fvt.tests.web.WebEmbeddedFrame
Switch to parent frame.
switchToPopupWindow() - Method in class com.ibm.team.fvt.tests.web.WebBrowser
Switch to popup window.

A B C D E F G H I J L M N O P Q R S T U V W X