Forum Discussion

Shreedhan's avatar
Shreedhan
Occasional Contributor
15 years ago

Converting a script

Hi,

I'm totally new to TestComplete.

Is there anyway to convert



proClientWin["ProFrame"]["Edit"]["wText"] = "asdf";



to



proClientWin["ProFrame"]["Edit"]["Keys"]("asdf");



In one of my programs, the latter one is working but not the first one.

Instead of changing the script manually every time, is there a way to change it when we record a keyword test ?



Thanks