ContributionsMost RecentMost LikesSolutionsCan we use testexecute verison 10 with testcomplete version 11? please advice.Solvedhow to call a .py file from desktop and run it in testcomplete?how to integrate testcomplete methods with pycharm IDE? please helpRe: How to convert a string to a Object Thank you Sir. Appreciate your help, That worked. Re: How to convert a string to a Object yes . but it didnt work. Query in detail: I trying to automate notepad. enter some value in notepad. the workspace path is = Aliases.notepad2.wndNotepad if am trying to enter the value as = Aliases.notepad2.wndNotepad.Keys("Hello world"), then it is entering the word . but when i put the path in excel and trying get the path from excel and trying to enter value like = DDT.CurrentDriver.Value["columnName"].Keys("Hello world") >> then its throwing error as string doesnt have keys attribute. please help in resolving this. Re: How to convert a string to a Object How should we achieve the same using python in Testcomplete. I understand evaluate() and Eval() can be used for jscript and delphy. Can somebody please help on this. its an urgent requirement.