Package org.jzonic.webtester.commands

Interface Summary
WebTestNode This interface defines all methods that a test command must implement.
 

Class Summary
CheckOptionCommand This command will test if a specific option box contains the required entry
parameter: name = value
example:
check_option | mode = edit
CheckTableCellCommand This command will check if cell of a table contains the required text.
CheckTextCommand This command will check if the specified text is found on the page.
CheckTitleCommand This command will check if the title of the page matches the required title.
ClickLinkCommand  
GetHtmlCommand This command will get the content from a HTML page.
PrintHtmlCommand This command will print out the current HTML content to the console.
ReadPropertiesCommand Reads a properties file and these properties can be used by certain commands.
SelectFormCommand This command will select a form fom the current page.
SelectTableCommand This command will select a table in the current page with the given id.
SetCheckboxCommand This command will set or unset a checkbox in a form.
SetOptionCommand This command will test if a specific option box contains the required entry
parameter: name of the option = value
example:
set_option | mode = edit
SetParameterCommand This command will set an additional parameter in the form.
SetProxyCommand This command will save the proxy settings and everytime get_html is called the connection will use the proxy server.
SetTextFieldCommand This command sets the text of a textfield or textarea field.
SubmitFormCommand This command will submit the selected form.
WebTestNodeResult This class represents the result of a WebTestNode.
 



Copyright © 2004 Andreas Mecky. All Rights Reserved.