No keyword with name '=' found in robot

前端 未结 3 1136
刺人心
刺人心 2021-01-27 01:20

I\'m writing a test case in robot framework. I\'m getting the response in below json string:

{\"responseTimeStamp\":\"1970-01-01T05:30:00\",
 \"statusCode\":\"20         


        
3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-27 01:40

    There is a syntax error in your command. Make sure there is a space between ${reqresstr} and =.

    Using your example above:

    ${reqresstr} =   ${response['_object']}
    

提交回复
热议问题