My requirement is i need to pass the key value which i get in before request response.Is that possible to pass the KEY value which i got in before request in form param.I have passed only VALUE pairs till now through csv/random generators.
Hi Vinod,Thanks for the quick reply
In my case formParam(“2.9.1.18.1.1.3.0”, “Add Issue”),the highlighted 2.9.1.18.1.1.3.0 is the key …my concern is can we pass KEY differently everytime rather than a static value because my KEY gets changed everytime i refresh the page.I have passed only VALUES differently till date by using csv feeders/random generator.