Articles Tagged 'sub test'

Articles
Creating a Set of Tests to Run in Rapise

This guide describes how you manage groups of Rapise tests together in situations where you are not  using SpiraTest test sets.

Using Global.DoInvokeTest() to pass parameters between tests

Sometimes you want a test script to be able to call another sub-test as part of its operation. You can do this using the Global.DoInvokeTest('path to test', [parameters]); function. This articles provides a more detailed example for doing this.

The high-level information can be found in the knowledge base at: KB127 - Passing Test Parameters

How are Global Functions stored and recalled?
We need to call many common functions from a common library frequently.