Idea ID: 2873872

When calling a test, be able to choose which parameter to use for each called test parameter

Status: Waiting for Votes
  • Problem: 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. It should be possible to call the same test twice and fill it with different parameter values. For example:
    Test script
    Call: Login (same test) -> Do something -> Call: Logout -> Call: Login (same test) -> Do something else ....
  • Idea: It should be possible to call the same test twice and fill it with different parameter values. Use kind of syntax login[0].param, login[1].param in the Data Table.
  • Workaround so far: Duplicate the test to be called and rename the parameters using an index (param<1>).


This post is related to: https://community.microfocus.com/adtd/alm_octane/f/ngabetageneralbetaforum/516788/reuse-call-to-feature-same-manual-test-with-different-parameter-values