Hello,
Yesterday I updated Telerik API to version 2017.1.207.0 and I now seem to have trouble getting the Bearertoken set using Set Variable.
The Set Variable step is defined as
Source: Body JSONPath acces_token
Variable: Bearertoken
Convert to: none
Target Level: Test
which worked fine with the Response Body in an earlier step that returned the AccessToken
{
"access_token":"xxxx",
"token_type":"bearer",
"expires_in":3599
}
which resulted in setting the Bearertoken as "xxxx"
Since the update the Bearertoken does not get set (=empty). This is probably due to a new validation of the JSON path: "The path is not a valid Jsonpath" ?
However, if I change JSONPath to $.access_token the bearertoken still does not get set (=empty).
Please advise on how to get this working again. It blocks running my testcases.