Print

The common actions

Common actions are not specifically tied to an action pack for, for instance, web, api or database testing. They are general actions used for tasks such as creating data or executing specific functions.

Execute Javascript

JOSF offers a freshly built renewed “Execute JavaScript” action that allows users to run JavaScript code directly during their test execution. This is an invaluable feature for dynamically generating data, performing calculations, or manipulating objects within your test flow. Now without even starting your the test browser. The returned value from the javascript will be stored in the given buffer name.

Configuration

N.a.

Examples

Regex

The Regex function creates random data from a regex expression and stores it in the given buffer name.

Configuration

N.a.

Examples

In this document