Hi,
I have a test that calls several times a sub-test as following:
Execute task A
L Call "282_Inform via email" (rcpt: "userX", subject: "task A is completed")
Execute task B
L Call "282_Inform via email" (rcpt: "admin", subject: "task B is completed successfully")
The fact is that whenever I will create the run, parameters for "282_Inform via email" will only be presented ONCE. This means that calling 2x the sub-test doesn't permit to specify different parameters.
Any workaround (except creating different sub-tests?).
Bests