Hello everyone,
we're using the call-to feature to invoke Manual Tests like Login, Logout and so on. The problem is that when the test is called twice, the parameters cannot be set differently because the names of the parameters are the same. Is it possible to call the same test twice and fill it with different parameter values?
For example:
Test script
Call: Login -> Do something -> Call: Logout -> Call: Login -> Do something else ....
Workaround so far: Duplicate the test to be called and rename the parameters using an index (param<1>).