13 years ago
Dynamic Fields in Requests
Hi, All.
I'm trying to generate a load-test using dynamic fields in the request form. I've created a TestCase and in it a DataGen with two types (a Number and a Template) and a Test Request. The dynamic field is of the form TEST001, TEST002, ... TEST999 which is why I'm using a Number and a Template. My problem is that when I execute the testcase, it only executes it once (I need to go through the values 1 .. 999). When I manually re-execute, the DataGen returns the same value that it was first executed with (so the Number type DataGen isn't stepping through the sequence).
Could I get some pointers that would help me get to my objective?
I'm trying to generate a load-test using dynamic fields in the request form. I've created a TestCase and in it a DataGen with two types (a Number and a Template) and a Test Request. The dynamic field is of the form TEST001, TEST002, ... TEST999 which is why I'm using a Number and a Template. My problem is that when I execute the testcase, it only executes it once (I need to go through the values 1 .. 999). When I manually re-execute, the DataGen returns the same value that it was first executed with (so the Number type DataGen isn't stepping through the sequence).
Could I get some pointers that would help me get to my objective?