Using SeleniumBy default TestPlan will use an internal browser, such as HTMLUnit. To test in an actual browser you can however use Selenium. more⇛ by Group Public on Monday August 18 2008 @ 15:22:15 (7/7 Points) |
Configuration ↪Reference |
Using SeleniumBy default TestPlan will use an internal browser, such as HTMLUnit. To test in an actual browser you can however use Selenium. more⇛ by Group Public on Monday August 18 2008 @ 15:22:15 (7/7 Points) |
Configuration ↪Reference |
Debugging and tracking web & HTML documentsWhen an error occurs during a test it is often helpful to determine where in your program you were, or more particularly the content of the HTML page. more⇛ by Group Public on Wednesday November 12 2008 @ 13:22:01 (1/1 Points) |
Configuration ↪Reference |
testplan command line argumentsIf the basic execution as described in Getting Started→ does not meet your needs you may need to invoke some of the additional command-line options. more⇛ by Group Public on Thursday February 12 2009 @ 10:19:25 (1/1 Points) |
Configuration ↪Reference |
scriptDir, Filename, and path resolutionA file, or script, can be referenced TestPlan in the scripting language, on the command line, or via Java module. These files are all resolved via a common resolution pattern. more⇛ by Group Public on Thursday February 12 2009 @ 10:26:34 (1/1 Points) |
Configuration ↪Reference |
Setup an FTP Server for testingThis document explains how to setup an FTP server for testing. This doubles as the required setup to build the TestPlan release. more⇛ by Group Public on Tuesday March 31 2009 @ 15:53:41 (1/1 Points) |
Configuration ↪Reference |
Setting up an FTP server for testingRefer to Setup an FTP Server for testing→ replies⇛ by Group Public on Thursday June 11 2009 @ 11:42:13 (1/1 Points) |
Configuration ↪Reference |
Setting up an IMAP account for email testingThis is a feature in development. more⇛ by Group Public on Friday November 26 2010 @ 20:47:41 (1/1 Points) |
Configuration ↪Reference |
XMLNSXML allows creation of documents spanning several namespaces. These namespaces must be available to the XPath query system otherwise you will be unable to locate the elements. more⇛ by Group Public on Friday June 19 2009 @ 10:39:24 (1/1 Points) |
Configuration ↪Reference |
Logging and Status OutputTestPlan has many purposes and thus no one output, or logging mechanism, will be appropriate in all cases. The default output by TestPlan has been chosen to match some common use cases, though if it is not exactly what you want then you can use several options to control the output. more⇛ by Group Public on Wednesday June 24 2009 @ 10:38:38 (1/1 Points) |
Configuration ↪Reference |
StateLocaleThe StateLocale is a special construct which allows moving strings out of your test files into properties files. It provides a mechanism for language independence and easy lookup of keys based on the state. more⇛ by Group Public on Monday July 13 2009 @ 10:20:01 (1/1 Points) |
Configuration ↪Reference |