TestPlan List
View Document: Recent Popular All Time
Document

Setting up an IMAP account for email testing

This is a feature in development. more

by Group Public on Friday November 26 2010 @ 20:47:41 (1/1 Points)

Configuration
↪Reference
Document

escapeJSString

In some cases while using evalJavaScript or otherwise producing JavaScript code, you'll need to escape a string. escapeJSString takes an input string and produces a valid JavaScript string literal (with quotes). more

by Group Public on Tuesday September 14 2010 @ 11:59:52 (1/1 Points)

API
↪Reference
Document

unit.gui.CaptchaInput - Prompting the user to enter captcha text

Many sites have a Captcha system intending to prevent automated use of the system. This is good, but if you're in charge of testing such a system you'll need a way around it. First off, consider asking your programmers team for a special test environment workaround. more

by Group Public on Friday September 10 2010 @ 19:33:49 (1/1 Points)

Tutorial
↪User Guide
Document

Detailed Windows 7 Install Instructions

These instructions will help you get TestPlan installed and working on a Windows 7 machine. If you already have Java installed you may skip the Java step. more

by Group Public on Monday September 06 2010 @ 19:51:32 (1/1 Points)

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