Used keyword test parameters get incorrect order after changes
Hi colleagues,
I use many parameterized keyword tests and there is a problem when I need to edit parameters (add new, change order, delete). Parameters are not refreshed properly in used keyword tests. The worst thing is that if you remove or add new parameters except at the end, next parameters get incorrect values.
Let’s say we have
# parameter name value
1 email email@email.com
2 password 1111
Now we add one more parameter “email confirm” in the second position. Used keyword test would ask to confirm “Test1 expects a different number of parameters. Update information on the parameters?” if you click yes, you get incorrect order of test parameters, because email_confirm gets password’s value.
# parameter name value
1 email email@email.com
2 email_confirm 1111
3 password
Instead of empty value in email confirm parameter we get previous parameter’s value. Automated update could be suggested by TestComplete when order of test parameters is changed.
I would like to ask all TestComplete users who use parameters in test cases to increase my ticket and get fix from SmartBear. Let's show that this fix is important!
Thanks in advance,
Kristina