I didn't retrieve my property's value from context
Hello, In a first groovy script of my TestCase I put the value in the context : mailAddress="mymail@gmail.com" log.info ">> "+mailAddress context["MailIdentifier"] = mailAddress And I try to retrive in a second groovy script : myMail=context.getProperty("MailIdentifier") but the value is null... What's the matter ??? How to use the correct context variable ? thanks780Views0likes2Comments