Forum Discussion

rowisoft's avatar
14 years ago

Script-functions from KeywordTests

Hi,



is it possible to call a script-function from a keyword-test? In my keyword-test I am filling a edit-box by the "Keys"-operation with the value "test". Now I want to change the value "test" to a random string-value.



Therefore I have created a function "RandomString" in my Script, which returns a random generated string. Then I tried to write "RandomString()" in the "Operation Parameters" of my keyword-test, but this seems not to work.



Is it possible to call some script-functions from my keyword-test?



What is the best way to use random generated strings to be typed in in my edit-fields? I do not want to use variables which I have to fill by script at the begin of the test-run, because I need a lot of random-strings and do not want that many variables...



Regards,

Robert