Available Tags

This is a list of available tags for jWebUnit Plug-in. This list of tags is also available in the Jameleon GUI. You can get there by selecting the "Functional Points" tab on the lower-left. All tags, including custom tags and other enabled plug-ins' tags, show up in the GUI.

jWebUnit Plug-in Tags

TagShort Description
<http-session/>This is a JWebUnit implementation of the @see SessionTag.

http-session

This is a JWebUnit implementation of the @see SessionTag. It basically, starts creates a new session for the function points to share.

Take a look at this tag's API docs and source code for more information.

Attribute NameContext NameDescriptionDefaultRequiredType
beginAt

Sets the ending path of the url to start at.

falsejava.lang.String
baseUrl

Sets the base url to where the application begins.

falsejava.lang.String
application

The name of the application being run according to the *-TestCaseTag.properties file

falsejava.lang.String
organization

The organization (affiliate or company name) this application will be tested against.

falsejava.lang.String
postcondition

falseboolean
sessionDelay

Sets the tag to delay x milliseconds before anything else is executed.

0falselong
beginSession

Starts the applicattion and gets it to the state defined in the $testEnviroment-Applications.properties. DEFAULTS to false

falseboolean