Hi, How many Threads Are you running?
1. If it is a single thread, the samplers will be executed in the order of what they are. 2. If you want a specific order check, random order & random controllers. 3.If you want specific requests to be run multiple times, for & for-each controllers will be helpful 4. your traffic from will be directed through a proxy(localhost:port) using a certificated installed by Jmeter *Regards,* *Prakash* On Wed, Sep 14, 2016 at 1:10 PM, praveen tiwari <praveentiwa...@gmail.com> wrote: > Hi All, > > > I am new to Jmeter and need to understand basic execution flow of Jmeter. > Suppose I have 10 HTTP requests recorded and I am running these 10 > requests. Below are confusions I am having: > > - How the sequence of these requests is decided by Jmeter? > - Is it possible to run the requests in a specific order? e.g. if I want to > run requests in sequence req1, req2, req3, .....req10 is it possible? or > else if I want sequence to be like req1 10 times, then req2 10 times then > req3 10 times and continue till req10.? > - When we configure the proxy settings while recording scripts, we put > localhost in browser setting, then how we are able to access internet when > we click start in HTTP(s) test script recorder? > > > Thanks, > Praveen Kumar Tiwari >