TestPlan List
Document

durationAs - Convert duration to seconds, minutes, etc.

When recording a Metric or otherwise reporting a period of elapsed time, the Duration type may need to be converted. The durationAs function enables these conversions. more

by Group Public on Wednesday July 21 2010 @ 10:54:33 (1/1 Points)

API
↪Reference
Document

Type Conversion and Immediate Evaluation

TestPlan generally uses lazy type conversion: when a variable needs to be a specific type it as converted at the time it is needed. This means that when you assign items in the context they tend to be a direct copy of whatever they are being assigned from. more

by Group Public on Wednesday July 21 2010 @ 10:17:32 (1/1 Points)

API
↪Reference
Document

createHTTPRequest

createHTTPRequest allows creation of an arbitrary HTTP Request object. This is used in cases where simply specifying a URL or using one of the standard functions is not sufficient. This often arises when trying to use a REST API or to test very specific requests. more

by Group Public on Wednesday June 09 2010 @ 09:10:25 (1/1 Points)

API
↪Reference
Document

SaveRequest

Can be used to store the content of a request into a file. This will execute the request and store the result into the file. more

by Group Public on Wednesday June 02 2010 @ 16:04:18 (1/1 Points)

API
↪Reference
Document

getClickRequest

Creates the Request that would result from the Click function. In many cases this can only be an approximation of the request, not the exact same request that the browser would submit. more

by Group Public on Wednesday June 02 2010 @ 16:03:10 (1/1 Points)

API
↪Reference
Document

Request

A Request is an object which specifies how something can be retrieved. Rather than dealing directly with URLs many functions work with these abstract request objects -- as does TestPlan internally. more

by Group Public on Wednesday June 02 2010 @ 15:58:52 (1/1 Points)

API
↪Reference
Document

Storing Data in a CSV or XML file

If 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
Document

InvokeAction

The 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
Document

seqInteger

seqInteger 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
Document

Sleep

Sleep 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
© 2008-2010 edA-qa mort-ora-y
Using Persephone and TestPlan
Tag: