Forum Discussion
AlexKaras
15 years agoCommunity Hero
Hi Marek,
Copy and paste your function to TestComplete script (if you are using DelphiScript, the function should work as it is, otherwise, translate it to the script language used in your TestComplete test project).
Then, from test script code, use something like this:
<TheTargetEditControl>.wText := GenerateRandomKey;
Does this help?
Copy and paste your function to TestComplete script (if you are using DelphiScript, the function should work as it is, otherwise, translate it to the script language used in your TestComplete test project).
Then, from test script code, use something like this:
<TheTargetEditControl>.wText := GenerateRandomKey;
Does this help?