KeywordsThe words in the language with special meaning. more⇛ by Group Public on Sunday April 25 2010 @ 21:38:38 (1/1 Points) |
Language ↪Reference |
Below is a list of all reference documents. To help you find what you want there is also:
KeywordsThe words in the language with special meaning. more⇛ by Group Public on Sunday April 25 2010 @ 21:38:38 (1/1 Points) |
Language ↪Reference |
Reply To Using SeleniumI had to download the latest selenium-rc to get testplan working with Firefox 3.6: more⇛ by northshorefiend on Sunday April 25 2010 @ 11:32:42 (-9999/-9999 Points) in reply to Using Selenium |
Configuration ↪Reference |
Storing Data in a CSV or XML fileIf doing data extraction with TestPlan you will likely need to write data into a file. The DataFile commands offer a simple way to store structured data into a CSV or XML file. more⇛ by Group Public on Friday April 23 2010 @ 13:58:01 (1/1 Points) |
API ↪Reference |
Windows 7 installI had to add: more⇛ by northshorefiend on Wednesday April 21 2010 @ 20:48:57 (-9999/-9999 Points) in reply to Download and Install |
Configuration ↪Reference |
InvokeActionThe InvokeAction# commands are used to perform individual user actions on UI elements. They are particular useful in cases with a lot of dynamic behaviour or inputs not within a form. more⇛ by Group Public on Wednesday April 07 2010 @ 16:28:01 (1/1 Points) |
API ↪Reference |
Backwards CompatibilityTestPlan 1.0 is considered a mature release. This generally means that any upgrades on this branch will be compatible with previous code. There are however some unclear bits still around, and in some cases logical defects which need to be addressed. more⇛ by Group Public on Wednesday March 24 2010 @ 08:31:30 (1/1 Points) |
Configuration ↪Reference |
seqIntegerseqInteger is a set→ function which creates an iterable sequence. It is most commonly used to count between two numbers in a foreach→ statement. more⇛ by Group Public on Wednesday March 17 2010 @ 11:15:29 (1/1 Points) |
API ↪Reference |
SleepSleep causes the current script to pause a specified period of time. Other units running in parallel will be unaffected by this call. more⇛ by Group Public on Monday March 15 2010 @ 08:34:29 (1/1 Points) |
API ↪Reference |
Creating an HTTP server in a testThere are several cases when testing where the program being automated expects a URL to be provided, or when a live document is required. TestPlan has the ability to create an HTTP server inside your test directly, and further allows you to interact with the requests. more⇛ by Group Public on Monday March 15 2010 @ 08:30:33 (1/1 Points) |
API ↪Reference |
UnitA unit is a single dotTest script or the Java TestUnit equivalent. Each unit has a specific Unit Name→ and is executed within a particular LogicalRoot→. replies⇛ by Group Public on Friday March 12 2010 @ 15:20:29 (1/1 Points) |
Language ↪Reference |