New to Telerik Test Studio Dev EditionStart a free 30-day trial

Get/Set Extracted Variables in Code

Use the SetExtractedValue() method to set the value of an extraction variable so it can be used later in a standard action or verification step:

C#
    string area = "Atlanta";
    SetExtractedValue("extractedID", area);

Use the GetExtractedValue() method to use the extracted variable in a coded step:

C#
    object myData = GetExtractedValue("varname");
Not finding the help you need?
Contact Support