I am having a hard time having jemeter working with my if condition
As you see the above I am checking is status variable which I created in earlier car is true and it is true so I expect this if gets executed but it does not. However as soon as I change it to
It works fine.
I need these kind of check for sure(for a case like ${status} == false)
Am I missing anything?
** Update **