Forum Discussion

krishnakhanna's avatar
krishnakhanna
New Contributor
12 years ago

Setting Global Properties From Test Step Ressponse

Hi,
Is it possibel to set the Global properties from the response of the test step?

Basically I wish to set the global properties and then use it in later steps.

Regards,
Krishna Khanna
http://kkonline.org

1 Reply

  • SiKing's avatar
    SiKing
    Community Expert
    You could use a Transfer Properties step, or something like
    testStep.testCase.testSuite.project.setProperty(name, value)