If else condition for different macros in suite

Can we use if else condition in a test suite with multiple macros.
Like if 1st macro data there then go to 2nd macro else 3rd macro ?

This is not yet possible within Kantu (but on our todo list).

But it can already be done with Kantu and the command line.

  • start macro1
  • kantu outputs the result into the file specified by -savelog
  • read the status from the logfile, and depending on the return value, start macro2 or macro3
1 Like