Search code examples
tsung

Using complex comparators in tsung script


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?


Solution

  • 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.