On 5 July 2016 at 08:13, Guruprasad R <[email protected]> wrote: > hi, > > I have 3 thread groups that are set to run sequentially. > > Login > Load website > Logout > > When i run this, the Logout thread group doesn't run. If i place my Logout > thread group between Login and Load website, all 3 run without any issue. > Only when i place my Logout at the end, the sampler under it never gets > executed. > > I've also tried putting the Logout thread's sampler under tearDown Thread > Group, but i see the same issue. > I'm not sure if i'm missing anything here. Any suggestions on this??
Sounds like the test is not completing properly. Check the jmeter.log file for any errors. Does the "Load" thread group have "Stop test" set as the Action on Sampler error? > Jmeter: 2.13 r1665067 > Java: 1.8.0_92, 64-bit > > Regards, > Guruprasad R --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
