Forum Discussion

wikdy's avatar
wikdy
Occasional Contributor
15 years ago

how to access project variable in assertion script

hi,
i tried to access variables defined at the project level in assertion scriptss, but it seems testRunner object is not accessible in the assertion scripts. any idea to work around this?

Thanks for your help

1 Reply

  • Hi,

    It may help to access property using
    def value = ${#Project#<property name>}

    Regards,