hi

The id is not server response. It refers to different items
For example, shopping list can have several items with different ids.

I want to be able to run my tests against each of the items in a way that I
can provide the ids to the tests.

Let me know if I can provide more info.

On Tue, Feb 23, 2016 at 5:53 PM, Rodrigo Ramos <[email protected]>
wrote:

> Hi
>
> Is the ID a server response? may be you have to rewrite the URL instead of
> predict the value.
>
>
>
> 2016-02-23 16:45 GMT-06:00 Meenakshi Sharma <[email protected]>:
>
> > Hi,
> >
> > I am trying to create load tests. The url looks like this:
> > http://test.com/items/1/data
> >
> > I want to dynamically create item id (1,2,3..) so that it creates new
> path
> > by changing item id.
> >
> > I tried using CSV Data Set config and added 'id' as variable.
> > Also added 'id' as parameter in HTTP request which is wrong as it is
> > leading to following path:
> > http://test.com/items/{id}/data?id={id}
> >
> > Could someone point out what should I try.
> >
> > Thanks,
> > Meena
> >
>

Reply via email to