|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
SeleniumLauncher and SeleniumTestCase instead.DEFAULT_WEB_APP_ROOT.
ITestContext attribute holding the application's base URL.
XmlTest parameter holding the browser command to pass to Selenium.
ITestContext attribute holding an instance of CommandProcessor, with
enhanced exception reporting control.
XmlTest parameter holding the context path.
ITestContext attribute updated to store the current test method
(as a Method instance).
ITestContext attribute holding an instance of ErrorReporter.
Jetty7Runner instead#startup(String, String, int, String, ITestContext) to launch the web
server to be
tested.
#testStartup(String, String, int, String, ITestContext) to launch the web
server to be
tested.
TapestryTestConstants.MODULE_BASE_DIR_PATH as a file.
XmlTest parameter holding the web server port.
ITestContext attribute holding an instance of Selenium.
ITestContext attribute holding an instance of ErrorReporter, used
to shutdown Selenium and the Web Server at the end of the test.
XmlTest parameter holding the web server ssl port.
Selenium.start(String); it invokes
start(String[]).
#testStartup(String, String, int, int, String, ITestContext, XmlTest), this may
be called multiple times against multiple instances, but only does work the first time.
XmlTest parameter holding an absolute or relative path to a web app
folder.
ErrorReporter.writeErrorReport() to capture the current page markup in a
file for later analysis.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||