Forum Discussion

bgoldsto's avatar
bgoldsto
Occasional Contributor
2 months ago

Properties as not Strings?

Hello all I would like to send an object from one test suite to another using a runTestCase step. is it possible to pass an object, like context, into that and then use that object context(non-mapped values) in the testCase as an object and not a string?

  • adamjoy's avatar
    adamjoy
    Occasional Contributor

    In order to pass an object between test cases in SmartBear tools, you need to convert the object into a string format, like JSON. Then with receiving test case, you can convert it back into an object. Directly passing non-mapped objects is not possible in this case.