14 years ago
How to get part of rest request from datasource
Hi,
I'm working on a REST service where the url of a resource is following:
http://server/application/services/inte ... ibute2=bar
http://server/application/services/inte ... ibute2=foo
http://server/application/services/inte ... bute2=blah
I trying to create a PUT method the updates attributes 1 and 2 of the given <myresource[X]>.
If I create REST resource pointing to http://server/application/services/inte ... ure-level1 and then add put method below it, I'm not able to construct the url as stated above.
Furthermore, I would like to be able to user Excel table from where I would like to pick myresource, attribute1, attribute2 values during iterative test steps.
Is this possible? I could not find any examples how to do it.
Cheers,
Jyri
I'm working on a REST service where the url of a resource is following:
http://server/application/services/inte ... ibute2=bar
http://server/application/services/inte ... ibute2=foo
http://server/application/services/inte ... bute2=blah
I trying to create a PUT method the updates attributes 1 and 2 of the given <myresource[X]>.
If I create REST resource pointing to http://server/application/services/inte ... ure-level1 and then add put method below it, I'm not able to construct the url as stated above.
Furthermore, I would like to be able to user Excel table from where I would like to pick myresource, attribute1, attribute2 values during iterative test steps.
Is this possible? I could not find any examples how to do it.
Cheers,
Jyri