Can Kantu reuse test cases?

I am trying to reuse a test case in many different test suites, so for example a login test case. Does Kantu support this? Is there a way to do this which doesn’t involve creating a new test case and copying the steps over each time?

Cheers!
Maurice

Yes. Unlike the orginal selenium ide, test suites in Kantu are “only” shortcuts to the test cases (macros). So if you write a test case called “Login”, you can reuse this test case in every test suite. The test suite contains just a reference to it.

By the way, Kantu also supports global variables.