【发布时间】:2018-10-04 10:15:31
【问题描述】:
我尝试了以下功能来传递带有变量的 url,但它失败了。请给建议。或者我们不能尝试这样的 URL?我在 Karate-config 中给出了 demoBaseURL。
Background:
* url demoBaseUrl
Scenario Outline: Check Request and Response
Given url 'http://abc/web/juk/nmr/Accounts('<accountNumber>')'
When method GET
Then status 200
And match $ == read('AccountResponse.json')
And print 'response: ', response
示例: |帐号 | | PPB00001694 |
【问题讨论】:
标签: karate