Is it possible to use an if condition in tsung and use a greater than comparison rather than a straight equals and not equals comparison?
Or is it possible to use the and or or operator to combine comparisons?

有帮助吗?

解决方案

There is no greather then operator at this time in tsung, only equal and not equal. It is not possible to combine comparisons with and and or.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top