Partners

In procedures and procedure models you can create what we call partners.

A partner in SeqZap is a type of helper procedure that you can reuse where you want it - for example to begin a specific procedure or to help with other things in a test suite.

TIP Inherited partners are displayed with a grey partner icon, while overwritten and new partners are displayed with a purple partner icon.

Partners are divided into three different types, where you in the beginning probably mainly will use the first two:

TIP If you create a procedure call in one of your procedures, you need to choose if the procedure should be called either directly (which it does by default), through a partner or by only calling the partner. If you decide that the call should take place through a partner, this would correspond to our proxy-partner.