My scripts will be in either JScript or c#. Maybe leaning more towards JScript but im looking to create a variable based on an object property within one of my keyword tests. The above links have helped and im looking through some help menu items. Im new to scripting so its a slow start.
So do i have to write a script to run a Keyword Test and then save the output of the test to a variable within the script (string, boolean, integer). Once i have that vaiable i can continue the script with if...then to perform other actions based on the output that was saved into the variable?