We would like to create a load test that runs based on the each individual script run completion.
Example: When we have test scenario which had dependency on earlier scripts as below
Scripts 1
Script 2 -- This should start after completion OR based on pass/fail criteria of Script 1
Script 3 -- This should start after completion OR based on pass/fail criteria of Script 2
Script n -- This should start after completion OR based on pass/fail criteria of Script n-1
Note: in HP Performance Center tool, we can achieve the above case by creating workload type as "GroupBy Scenario"