I am checking correctness about behaviour of setUp/tearDown Thread Group when "Run Thread Groups consecutively" into "Test Plan" is checked and NOT checked.
Suppose that we take as example below "Test Plan" structure
-
Without checking "Run Thread Groups consecutively" we have
- Thread Groups "Iterate Over Dump" and "Iterate Over Tmp Result" are executed concurrently.
- setUp/tearDown Thread Group are executed each one two time respectively before and after of each Thread Group.
-
With checking "Run Thread Groups consecutively" we have
- Thread Groups "Iterate Over Dump" and "Iterate Over Tmp Result" are executed sequentially as shown into "Test Plan".
- setUp Thread Group is executed one time before "Iterate Over Dump" and tearDown Thread Group is executed one time after "Iterate Over Tmp Result".
I have causally discovered this difference using "Run Thread Groups consecutively", because I need senquential execution, but I don't find any direct description of this behaviour with setUp/tearDown.
If I suppose correctly I can remove the "If controller" that I have placed to avoid double setUp/tearDown execution. Is it correct?
Regards
Aucun commentaire:
Enregistrer un commentaire