Forum Discussion

svaze74's avatar
svaze74
Contributor
12 years ago

If updating keywordtest having x parameters is added with new parameter, existing call to this keyword test fails to execute

Hi All,
If updating keyword test having x parameters is added with new parameter, existing call to this keyword test fails to execute and we need to repopulate that function with new list of parameter values to re-execute it successfully.
Can this be fixed or taken as feature enhancement.
Consider there are around 100 parameters in a function. Adding a new parameter i.e. 101st parameter makes the test to fail that calls this function.
Now this function needs to be called again with repopulating 101 parameter values to execute the test successfully.
Does anyone have a workaround or can be taken as feature enhancement.
Basically, the 100 parameter values should be retained in the existing function call and user should be required to only populate that new 101th parameter value, period.
Thanks,
Shrirang
  • Thanks for the workaround but not feasible for me :( since we use vbscript.

    Also we already have lot of functions written. So just in case if we need to add any parameter then it would cause tsunami.