svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

How to use 2 binded variable in one template #216

Closed YogeshSomawar closed 7 years ago

YogeshSomawar commented 7 years ago

In my code, i need to generate auth token & need to pass to next test case. Following is example : Currently Authorization token in hardcodded & it is working

`- test:

I want to use variable_binds, like this :

`- config:

This not working. I want to know, how to use 2 binded variable in one template. Could somebody help me out.

Thanks,

YogeshSomawar commented 7 years ago

I have found out :

it should be like this :