Can I pass values to a function and get a return value?
Tags:
Question ID: 303
0
0

Is there a way to pass values to a function?

Can a function return a value to the caller?

Marked as spam
Posted by (Questions: 5, Answers: 4)
Asked on May 31, 2023 8:59 am
13 views

Answers (1)

0
Private answer

Everything is handled by Context Variables in this scenario.  You can use the Set Context Variable action before a function call to define variables for the function to use.  The Function itself can set context variables that can be consumed by the caller upon completion of the function.  During test creation, all context variables can be seen in the Data Toolbox given that the step/function generating the context variable has been executed at least once.

 

AJ

Marked as spam
Posted by (Questions: 0, Answers: 5)
Answered on May 31, 2023 9:05 am

Welcome to Alchemy Center!
Please Log In to participate in the discussion.

X
Scroll to Top