For the complete documentation index, see llms.txt. This page is also available as Markdown.

Function

Function is a reusable block of script code. Function can be called in a test case with executeFunction method. To avoid writing loops in your script you can use function with data table or a query.

You can pass data or data expression for any argument

Last updated

Was this helpful?