I want to set a databind variable through the coded step so that it can be repurposed and used in the test case front end. I've tried the following:
SetExtractedValue("extractedVarName", localVar.ToString());
and tried calling the extractedVarName in a recorded Verify step however it doesn't seem to be valid and fails.
Any help would be greatly appreciated.
Thank you.