I have successfully created some Jmeter scenarios for performance testing, now i want to run those scenarios one after another without any failure.
As per some search, i found Jenkins would be suitable for this.
Can you tell me how i can run all Jmeter scenarios in Jenkins.
Work done and work to achieve: I have created one item in Jenkins which runs one single scenario. Like wise if i create different items i would be able to run all scenarios.
Question: Is there is any method or plugin by which i can integrate all items in Jenkins so that they can run one after another.
Condition: Also consider the case where (say) out of 10 scenario 5 ran one after another and 6th stuck somewhere , i would be able to run next scenarios too (i.e. 7,8,9 10).