A C D F G H I J L M P R S T W X _

A

accept(File, String) - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.PrefixFilter
Only show files that match the format.
assertTextPresent(String) - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
Verify that some text is included on the page

C

checkBooleanParameter(String) - Method in class com.flexiblewebsolutions.xdriveunit.XDriveTestCase
Retrieve property from Map and return it's boolean value
clickButton(String, String) - Method in class com.flexiblewebsolutions.xdriveunit.LoadWebXDriveTestCase
Clicks on a button after a set amount of time, records time taken for link to return
clickButton(String, String) - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
Clicks an html button
clickDelay() - Method in class com.flexiblewebsolutions.xdriveunit.DelayTimer
Suspends operation of thread for a specified amount of time.
clickElementById(String, String) - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
Clicks a variety of html element types that are clickable.
clickLink(String, String) - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
Clicks on a link
clickLinkWithImage(String, String) - Method in class com.flexiblewebsolutions.xdriveunit.LoadWebXDriveTestCase
Clicks on a button after a set amount of time, records time taken for link to return
clickLinkWithImage(String, String) - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
Clicks the link of an image
clickLinkWithText(String, int, String) - Method in class com.flexiblewebsolutions.xdriveunit.LoadWebXDriveTestCase
Clicks on a button after a set amount of time, records time taken for link to return
clickLinkWithText(String, String) - Method in class com.flexiblewebsolutions.xdriveunit.LoadWebXDriveTestCase
Clicks on a button after a set amount of time, records time taken for link to return
clickLinkWithText(String, String) - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
Clicks the link on a page using text between anchor tag
clickLinkWithText(String, int, String) - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
Clicks the link on a page using text between anchor tag
closeDB() - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.TestInputBuilder
 
com.flexiblewebsolutions.exceptions - package com.flexiblewebsolutions.exceptions
 
com.flexiblewebsolutions.io.util - package com.flexiblewebsolutions.io.util
 
com.flexiblewebsolutions.util - package com.flexiblewebsolutions.util
 
com.flexiblewebsolutions.xdriveunit - package com.flexiblewebsolutions.xdriveunit
 
com.flexiblewebsolutions.xdriveunit.loadtest - package com.flexiblewebsolutions.xdriveunit.loadtest
 
com.flexiblewebsolutions.xml.util - package com.flexiblewebsolutions.xml.util
 
convertToStringArray(ArrayList) - Static method in class com.flexiblewebsolutions.util.ListUtils
Convert an array list of Strings to a String array
createConfigFile(String, String) - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadTestLoadUtils
Load configuration file template, and replace placeholder INPUT_FILENAME with the name of the input file

D

DelayTimer - Class in com.flexiblewebsolutions.xdriveunit
Sets a delay for any action to be performed.
DelayTimer() - Constructor for class com.flexiblewebsolutions.xdriveunit.DelayTimer
 
deregisterThread(String) - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadTracker
Record this thread as finished
dumpResponseToFile(File) - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
Captures current page text to specified file
dumpResponseToString() - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
Capture current page text to a StringBuffer

F

FileUtils - Class in com.flexiblewebsolutions.io.util
Utility methods for reading and writing files
FileUtils() - Constructor for class com.flexiblewebsolutions.io.util.FileUtils
 

G

getAllNestedTags(String) - Static method in class com.flexiblewebsolutions.xml.util.XMLStringParser
Retrieves all tags nested within the tol level of the XML string.
getDelay() - Method in class com.flexiblewebsolutions.xdriveunit.DelayTimer
The number of milliseconds set as the delay
getEntireTag(StringBuffer, int, String, String) - Static method in class com.flexiblewebsolutions.xml.util.XMLStringParser
Retreive entire xml tag, ignoring embedded ending tags with same name
getEntireTag(StringBuffer, int, String) - Static method in class com.flexiblewebsolutions.xml.util.XMLStringParser
Retreive entire xml tag, ignoring embedded ending tags with same name.
getFile(String) - Method in class com.flexiblewebsolutions.xdriveunit.XDriveTestCase
Attempts to load requested file from getTestDirectory and then from the current directory
getMatchingNestedTags(String, String) - Static method in class com.flexiblewebsolutions.xml.util.XMLStringParser
Retrieves the tags nested within the top level of the XML string matching a tag name.
getRandomDelay() - Method in class com.flexiblewebsolutions.xdriveunit.DelayTimer
Returns whether the delay is random
getRandomMax() - Method in class com.flexiblewebsolutions.xdriveunit.DelayTimer
Returns max possible value for random generation
getRandomMin() - Method in class com.flexiblewebsolutions.xdriveunit.DelayTimer
Returns min possible value for random generation
getTestDirectory() - Method in class com.flexiblewebsolutions.xdriveunit.ScriptRunner
 
getTestFramework() - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
 
getTestMode() - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadCallback
Returns the mode which will be part of the filename.
getTestMode() - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadedTestRunner
Retrieves name for this test run
getTestOptions() - Method in class com.flexiblewebsolutions.xdriveunit.XDriveTestCase
 
getTmpDir() - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadCallback
Returns the directory where temporary files are written
getTmpDirectory() - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadedTestRunner
Returns a file path used for temporary files.
getValueForTag(StringBuffer, String) - Static method in class com.flexiblewebsolutions.xml.util.XMLStringParser
Return the value for a single tag inside a xml block.

H

HTMLUNIT - Static variable in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
HTML Unit HTTP Testing API

I

init(String) - Method in class com.flexiblewebsolutions.xdriveunit.XDriveTestCase
Creates the test suite using an XML configuration file.
init(StringBuffer, String) - Method in class com.flexiblewebsolutions.xdriveunit.XDriveTestCase
Builds a test suite based on a configuration String.
initClickTimer(String) - Method in class com.flexiblewebsolutions.xdriveunit.LoadTestUtils
Initialize parameters for click timer
initDB() - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.TestInputBuilder
 
initScript(String) - Method in class com.flexiblewebsolutions.xdriveunit.ScriptRunner
Builds a test script based on an xml configuration.

J

JWEBUNIT - Static variable in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
JWEBUnit Http Testing API

L

ListUtils - Class in com.flexiblewebsolutions.util
Some utils for working with Lists.
ListUtils() - Constructor for class com.flexiblewebsolutions.util.ListUtils
 
LoadTestUtils - Class in com.flexiblewebsolutions.xdriveunit
 
LoadTestUtils() - Constructor for class com.flexiblewebsolutions.xdriveunit.LoadTestUtils
 
LoadWebXDriveTestCase - Class in com.flexiblewebsolutions.xdriveunit
XML Test Case that can be used to Load Test Web applications.
LoadWebXDriveTestCase(String, StringBuffer, StringBuffer, String) - Constructor for class com.flexiblewebsolutions.xdriveunit.LoadWebXDriveTestCase
Initialize the LoadWebXMLTestCase object with required parameters.
loadXMLFileToString(File) - Method in class com.flexiblewebsolutions.io.util.FileUtils
Reads in xml from file, removes commented out text, and then loads result into a StringBuffer.

M

MissingConfigException - Exception in com.flexiblewebsolutions.exceptions
Exception to denote that an expected configuration file is missing
MissingConfigException() - Constructor for exception com.flexiblewebsolutions.exceptions.MissingConfigException
Create the MissingConfigException
MissingConfigException(String) - Constructor for exception com.flexiblewebsolutions.exceptions.MissingConfigException
 
MissingConfigException(String, Throwable) - Constructor for exception com.flexiblewebsolutions.exceptions.MissingConfigException
 
MissingConfigException(Throwable) - Constructor for exception com.flexiblewebsolutions.exceptions.MissingConfigException
 

P

PrefixFilter - Class in com.flexiblewebsolutions.xdriveunit.loadtest
 
PrefixFilter(String) - Constructor for class com.flexiblewebsolutions.xdriveunit.loadtest.PrefixFilter
 

R

registerThread(String) - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadTracker
Record this thread as in process
run() - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.TestThread
execute test within the thread
runLoadTest(Vector, LoadWebXDriveTestCase, String, ThreadCallback) - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadedTestRunner
Iterate through vector of StringBuffer input files and create a thread to process each one.

S

ScriptRunner - Class in com.flexiblewebsolutions.xdriveunit
Runs a variety of tests from different classes based on an input xml file.
ScriptRunner() - Constructor for class com.flexiblewebsolutions.xdriveunit.ScriptRunner
 
setCurrentForm(String) - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
Sets the form to use when assigning values to fields
setDelaySeconds(int) - Method in class com.flexiblewebsolutions.xdriveunit.DelayTimer
Set number of seconds to delay for non-random mode
setRandomDelay(boolean) - Method in class com.flexiblewebsolutions.xdriveunit.DelayTimer
Sets the delay time to use a random value
setRandomDelay(boolean, int, int) - Method in class com.flexiblewebsolutions.xdriveunit.DelayTimer
Sets the delay time to use a random value within a range
setRandomMax(int) - Method in class com.flexiblewebsolutions.xdriveunit.DelayTimer
Sets the max possible value for random generation
setRandomMin(int) - Method in class com.flexiblewebsolutions.xdriveunit.DelayTimer
Sets the minimum possible value for random generation
setTestMode(String) - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadCallback
Sets the mode which will be part of the filename.
setTestMode(String) - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadedTestRunner
Sets name for this test run
setTmpDir(File) - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadCallback
Sets the directory where temporary files are written
setUp() - Method in class com.flexiblewebsolutions.xdriveunit.LoadWebXDriveTestCase
 
setUp() - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
 
setupTestOptions(StringBuffer) - Method in class com.flexiblewebsolutions.xdriveunit.XDriveTestCase
Parse out the passed in xml string for different options to be applied to all tests
submit(String, String) - Method in class com.flexiblewebsolutions.xdriveunit.LoadWebXDriveTestCase
Clicks on a button after a set amount of time, records time taken for link to return
submit(String) - Method in class com.flexiblewebsolutions.xdriveunit.LoadWebXDriveTestCase
Clicks on a button after a set amount of time, records time taken for link to return
submit(String) - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
Submits the form that has been previously set.
submit(String, String) - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
Submits the form specified by the supplied name

T

tearDown() - Method in class com.flexiblewebsolutions.xdriveunit.LoadWebXDriveTestCase
 
tearDown() - Method in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
 
TestInputBuilder - Class in com.flexiblewebsolutions.xdriveunit.loadtest
 
TestInputBuilder() - Constructor for class com.flexiblewebsolutions.xdriveunit.loadtest.TestInputBuilder
 
TestThread - Class in com.flexiblewebsolutions.xdriveunit.loadtest
Each thread executes the test.
TestThread(LoadWebXDriveTestCase, String, StringBuffer, ThreadTracker) - Constructor for class com.flexiblewebsolutions.xdriveunit.loadtest.TestThread
Create thread instance
ThreadCallback - Class in com.flexiblewebsolutions.xdriveunit.loadtest
Initiates logic when all threads have completed.
ThreadCallback() - Constructor for class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadCallback
 
ThreadedTestRunner - Class in com.flexiblewebsolutions.xdriveunit.loadtest
Create threads to run concurrent tests.
ThreadedTestRunner() - Constructor for class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadedTestRunner
 
threadsFinished(ArrayList) - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadCallback
Called by ThreadTracker to indicate all expected threads have completed
ThreadTestLoadUtils - Class in com.flexiblewebsolutions.xdriveunit.loadtest
 
ThreadTestLoadUtils() - Constructor for class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadTestLoadUtils
 
ThreadTracker - Class in com.flexiblewebsolutions.xdriveunit.loadtest
Executes logic when all threads have completed.
ThreadTracker(int, ThreadCallback) - Constructor for class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadTracker
Sets number of parameters that will be registered
transform(Transformer, String, File) - Method in class com.flexiblewebsolutions.xml.util.XSLUtils
Convert an xml file to html using XSL.

W

WebXDriveTestCase - Class in com.flexiblewebsolutions.xdriveunit
XML Driven Test Case that is used to test web applications.
WebXDriveTestCase(String, StringBuffer, StringBuffer, String) - Constructor for class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
Constructor for WebXMLTestCase
writeFile(File, StringBuffer) - Method in class com.flexiblewebsolutions.io.util.FileUtils
Write contents of a StringBuffer to file.
writeFile(File, StringBuffer) - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.TestInputBuilder
 
writeStatsFile(ArrayList) - Method in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadCallback
Summarizes click time statistics for summarizing data

X

XDriveDecorator - Class in com.flexiblewebsolutions.xdriveunit
XML Driven test decorators must extend this class
XDriveDecorator(Test, StringBuffer) - Constructor for class com.flexiblewebsolutions.xdriveunit.XDriveDecorator
Constructor
XDriveTestCase - Class in com.flexiblewebsolutions.xdriveunit
A TestCase implementation that uses XML files to drive test behavior
XDriveTestCase(String, StringBuffer, StringBuffer, String) - Constructor for class com.flexiblewebsolutions.xdriveunit.XDriveTestCase
Init the web client test case
XDriveTestCase() - Constructor for class com.flexiblewebsolutions.xdriveunit.XDriveTestCase
Internal method only.
XMLStringParser - Class in com.flexiblewebsolutions.xml.util
Pulls values from an xml file using a simple XML parser.
XMLStringParser() - Constructor for class com.flexiblewebsolutions.xml.util.XMLStringParser
 
XSLUtils - Class in com.flexiblewebsolutions.xml.util
Utilities for using XSL to transform XML into HTML.
XSLUtils() - Constructor for class com.flexiblewebsolutions.xml.util.XSLUtils
 

_

_AllThreads - Variable in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadedTestRunner
A list of threads to be run
_DelayTimer - Variable in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadedTestRunner
Timer that determines thread start offset
_RunTest - Variable in class com.flexiblewebsolutions.xdriveunit.loadtest.ThreadedTestRunner
Flag that determines if test will actually be run or not
_TestInput - Variable in class com.flexiblewebsolutions.xdriveunit.XDriveTestCase
Data that will be available to test methods during execution.
_ThreadName - Variable in class com.flexiblewebsolutions.xdriveunit.XDriveTestCase
Name of thread for differentiating test instances.
_WebClient - Variable in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
 
_WebTester - Variable in class com.flexiblewebsolutions.xdriveunit.WebXDriveTestCase
Framework Test API clients

A C D F G H I J L M P R S T W X _

Copyright © -2005 . All Rights Reserved.