jose_pita
11 years agoSuper Contributor
Keywords and function call parameters
Hi there,
I'd like to know if it is possible to implement a functionality on TC that makes keyword tests "blind" to the function call parameters like it happens in javascript.
Javascript ignores how many parameters a function waits / receives, but anytime I change some functions parameters called by a keyword, TC reports an error.
Is there any way to change this?
I have all my auxiliar functions in script, but in order to be easier to organize my tests and debugging, I have all my tests in keywords...
I'd like to know if it is possible to implement a functionality on TC that makes keyword tests "blind" to the function call parameters like it happens in javascript.
Javascript ignores how many parameters a function waits / receives, but anytime I change some functions parameters called by a keyword, TC reports an error.
Is there any way to change this?
I have all my auxiliar functions in script, but in order to be easier to organize my tests and debugging, I have all my tests in keywords...
Hi Jose,
I've registered both your suggestions in our DB.
At the moment, I can only suggest that you modify .tcKDTest files of your project using some external tools.