Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. String values
    1. All string values will be treated as truthy.
  2. Number values
    1. All numbers except zero will be treated as truthy.
  3. boolean values
    1. true will be truthy
    2. false will be falsy
  4. null
    1. null will be treated as falsy value
  5. vREST variables
    1. If variables are specified as value for the condition property, then their value will be evaluated first then decision will be taken according to their value.
  6. vREST utility methods
    1. If utility methods are specified as value for the condition property, then their value will be evaluated first then decision will be taken according to their return value.
       
Info
titleNote:

...

If you want to

...

prevent execution of a test case based on the results of previous test case then follow this guide link .

Screenshots:

  1. Screenshots demonstrating the values for the condition property for the test case

     
  2. Screenshots demonstrating the results if the condition is not met for the test case